代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/277246/4157113
java script.java
/*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* ful
www.eeworm.com/read/276929/4160858
script varied.script
#------------------------------------------------------------------------------
# varied.script: file(1) magic for various interpreter scripts
0 string #!\ / a
>3 string >\0 %s script text exe
www.eeworm.com/read/276787/4164062
script default.script
#!/bin/sh
exec run-parts -a "$1" /etc/udhcpc.d
www.eeworm.com/read/275576/4173776
java script.java
/*
$Id: Script.java 4262 2006-11-25 13:27:06Z blackdrag $
Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
Redistribution and use of this software and associated doc
www.eeworm.com/read/273740/4193763
script ld.script
OUTPUT_FORMAT("ecoff-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/273740/4195746
script ld.script
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTION
www.eeworm.com/read/273740/4195749
script ld.script
OUTPUT_ARCH(powerpc)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTION
www.eeworm.com/read/271223/4229905
js script.js
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;
if (ver4) {
with (document) {
write("");
if (NS4) {
www.eeworm.com/read/270038/4241954
script default.script
CREATE TABLE COMPANY(ID BIGINT NOT NULL PRIMARY KEY,NAME VARCHAR(255),COMMENT VARCHAR(255))
CREATE TABLE EMPLOYEE(ID VARCHAR(255) NOT NULL PRIMARY KEY,NAME VARCHAR(255),MSN VARCHAR(255),COMPANY BIGIN