代码搜索:CMP
找到约 10,000 项符合「CMP」的源代码
代码结果 10,000
www.eeworm.com/read/165810/5477189
cmp test.cmp
jason
this is testing for wild loose commas , ,
$100
This is the bar way.
This is $bar.
This is the if.
#set $foo = "bar"
$foo => bar
$foo; => bar;
$foo. =>
www.eeworm.com/read/165810/5477190
cmp literal.cmp
#foreach ($woogie in $boogie)
nothing will happen to $woogie
#end
#if($skin)
$!data.setLayoutTemplate($!skin.getLayout())
$!page.setCss($!skin.getCss())
#end
www.eeworm.com/read/165810/5477194
cmp equality.cmp
the user jason is logged in!
the count is 5!
the user isn't logged in.
$count is not equal to 3
www.eeworm.com/read/165810/5477197
cmp logical.cmp
$foo is greater then 1
$foo is less than 10
$foo is great than or equal to 5
$foo is less than or equal to 5
foo is false
--
Logical OR :
right
right
right
right
www.eeworm.com/read/165810/5477198
cmp velocimacro.cmp
Now, use the #quietnull example from the global library VM_global_library.vm :
Now, there should be nothing in the brackets : ><
Where there should be something here : >hello!<
www.eeworm.com/read/165810/5477199
cmp range.cmp
[1..5]
1 2 3 4 5
-----
[0..0]
0
-----
[-4..-5]
-4 -5
-----
[ 1 .. 5 ]
1 2 3 4 5
-----
[5..1]
5 4 3 2 1
-----
[-5..5]
-5 -4 -3 -2 -1 0 1 2 3 4 5
-----
[5..-5]
5 4
www.eeworm.com/read/165810/5477200
cmp diabolical.cmp
$f.
$f
$f. $f
foo.
foo
foo. foo
$thingy.dingy
"#FFFFFF"
"$ow"
"$row","var"
#333333
#FFFFFF
"#FFFFF
#FFFFF"
"#000000">
"#ffffff"
$strings.getVillageType($col.Type)
$strings.getVillageType( $col.Typ