代码搜索结果
找到约 820,005 项符合
if 的代码
runtest.ksh
if test $# -eq 0
then
echo "usage: $0 ["
else
if test "$BOOST_ROOT" == ""
then
set +A BOOST_ROOT `dirname $PWD`
set +A BOOST_ROOT `dirname $BOO
runtest.bat
@ echo off
if "%1" == "" goto message
if "%2" == "" goto 1
set BOOST_ROOT=%2
if "%3" == "" goto 1
set ALL_LOCATE_TARGET=%3
:1
if "%BOOST_ROOT%" == "" goto me
runtest.sh
#!/bin/bash
if test $# -eq 0
then
echo "usage: $0 " "[]" "[]"
else
echo "Running tests for $1"
if [ ! "$2" = "" ]
then
jamfile
# copyright John Maddock 2003
subproject libs/regex/build ;
# bring in the rules for testing
import testing ;
#
# ICU configuration:
#
rule check-icu-config ( )
{
if ! $(gICU_CONFIG_CH
resetvec.s
.section .resetvec,"ax"
#ifndef FIXME
#if 0
b _start_e500
#endif
#endif
awk.scr
/.*\(0x3da.*/||/.*\(0x3ba.*/ {
if (v_3da != 1) print "_v_retrace_";
v_3da = 1;
next;
}
/.*\(0x42.*/||/.*\(0x43.*/ {
if (v_4x != 1) print "_timer_";
awk.scr
/.*\(0x3da.*/||/.*\(0x3ba.*/ {
if (v_3da != 1) print "_v_retrace_";
v_3da = 1;
next;
}
/.*\(0x42.*/||/.*\(0x43.*/ {
if (v_4x != 1) print "_timer_";
navbar-vertical.vm
#foreach( $menu in $menuModel.getMenus() )
#if ($menu.isPermitted($req))
#foreach( $item in $menu.getMenuItems() )
#if ($menu.isPermitted($req))
#if( $item.
navbar-horizontal.vm
#set($count = 0)
#foreach($menu in $menuModel.getMenus())
#if ($menu.isPermitted($req))
#foreach( $item in $menu.getMenuItems())
#if ($menu.isPermitted($req))
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