代码搜索结果

找到约 820,005 项符合 if 的代码

smartnav.js

var snSrc; if (window.__smartNav == null) { window.__smartNav = new Object(); window.__smartNav.update = function() { var sn = window.__smartNav; var fd; do

postcode.js

var text = ""; function getActiveText(selectedtext) { text = (document.all) ? document.selection.createRange().text : document.getSelection(); if (selectedtext.createTextRange) { selectedtext

build01

#!/bin/csh extract 01 || exit eCompile 01 || exit if ("$1" == "-q") exit echo Running 01 01 ; run 01 01

sockconfig.h

/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message

make.rules

# PRODUCT_DOC # # Copyright 2004 Vocalocity, Inc. All Rights Reserved. # # Make rules that are common to all NT make files # # Used by: all NT make files # # !if !defined(DEPS) #========

ant

#! /bin/sh if [ -f $HOME/.antrc ] ; then . $HOME/.antrc fi if [ "$ANT_HOME" = "" ] ; then # try to find ANT if [ -d /opt/ant ] ; then ANT_HOME=/opt/ant fi if [ -d ${HOME}/opt/ant ] ;

module1.bas

Attribute VB_Name = "Module1" Option Explicit Sub Main() Load Form1 Form1.Visible = True End Sub Function mkmydir(bypath As String) As String mkmydir = Dir(Left(bypath, 3), 16) If mkmydir

awk.scr

/.*\(0x3da.*/||/.*\(0x3ba.*/ { if (v_3da != 1) print "_v_retrace_"; v_3da = 1; next; } /.*\(0x42.*/||/.*\(0x43.*/ { if (v_4x != 1) print "_timer_";

adv.js

function Adv() { var nowTime = new Date(); var BasePath = IsRoot ? "" : "../"; bust = Math.floor(1000000*Math.random()); if(arguments.length>2) { sImg=arguments[3]; if (document.all)