代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/414851/2141054
js script.js
var popUp;
function OpenCalendar(idname, postBack)
{
popUp = window.open('Calendar.aspx?formname=' + document.forms[0].name +
'&id=' + idname + '&selected=' + document.forms[0].elements[idn
www.eeworm.com/read/414826/2141816
script-512
#!/bin/csh
setenv NS_PROTO_SCRIPT dsr.tcl
foreach run ( 3 4 )
foreach speed ( 20 )
foreach senders ( 30 )
foreach rules ( 512 )
mkdir /usr/home/jorjeta/busy/$rules-$speed
www.eeworm.com/read/414826/2141915
tcp-script
#
# Random Number Generator Seed: 26028
#
#
# 2 connecting to 3 at time 161.159
#
set cbr_(0) [$ns_ create-connection CBR $node(1) CBR $node(2) 0]
$cbr_(0) set packetSize_ 1024
$cbr_(0) set interval_
www.eeworm.com/read/410291/2213468
java script.java
/* Script.java
{{IS_NOTE
Purpose:
Description:
History:
Tue Dec 13 15:04:35 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
T
www.eeworm.com/read/410291/2213891
java script.java
/* Script.java
{{IS_NOTE
Purpose:
Description:
History:
Sun Oct 15 12:15:47 2006, Created by tomyeh
}}IS_NOTE
Copyright (C) 2006 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
}}
www.eeworm.com/read/409921/2223302
cpp script.cpp
////////////////////////////////////////////////////////
//
// script.cpp
//
// Implementaion of a basic basic :) interpreter
//
//
// Maarten Bosma, 09.01.2004
// maarten.paul@bosma.de
//
www.eeworm.com/read/409921/2223307
h script.h
////////////////////////////////////////////////
//
// package.hpp
// Header for the script stuff
////////////////////////////////////////////////
#include
#include
www.eeworm.com/read/409563/2230037
js script.js
function syn()
{
if(location.search!="?url="+maincolumn.location.pathname){
location = "/data/?url=" + maincolumn.location.pathname;
}
}
function SelectStart()
{
window.event.cancelBubble
www.eeworm.com/read/407756/2259054
calling_script
#!/bin/ksh
function sayit { print "How are ya $1?" ; }
typeset -fx sayit # Export sayit to other scripts
sayit Tommy
print "Going to other script"
other_script # Call other_script
prin
www.eeworm.com/read/407756/2259055
other_script
# NOTE: This script cannot be invoked with #!/bin/ksh
print "In other script "
sayit Dan
print "Returning to calling script"