代码搜索结果
找到约 820,005 项符合
if 的代码
stmt.grammar.svn-base
statement: if_stmt
| /\w+/
if_stmt : 'if' '(' exp ')' statement else_part
else_part: 'else' statement
|
exp : '0' | '1'
getopt.c
/* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
before changing it!
Copyrigh
getopt.c
/* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
before changing it!
Copyrigh
getopt.c
/* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
before changing it!
Copyrigh
getopt.c
/* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
before changing it!
Copyrigh
vm_global_library.vm
#macro( quietnull $a)
#if($a)$a#end
#end
#macro( recurse $a )
global recurse $a
#set( $a = $a - 1)
#if ($a > 0)
#recurse( $a )
#end
#end
#macro( callrecurse )
#set( $count = 5)
#re
escape.vm
#*
@test escape.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail
logical.vm
#*
@test logical.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail
ifstatement.vm
#*
@test ifstatement.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't
webuivalidation.js
var Page_ValidationVer = "125";
var Page_IsValid = true;
var Page_BlockSubmit = false;
function ValidatorUpdateDisplay(val) {
if (typeof(val.display) == "string") {
if (val.displa