代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/432906/1887615
js script.js
function update( objRef, text ) {
if ( document.all || document.getElementById ) {
obj = ( document.getElementById )? document.getElementById( objRef ) : document.all( objRef );
ob
www.eeworm.com/read/432012/1901475
fs script.fs
\ 7.4.4.2 The script
: nvedit ( -- )
;
: nvstore ( -- )
;
: nvquit ( -- )
;
: nvrecover ( -- )
;
: nvrun ( -- )
;
www.eeworm.com/read/431606/1905365
script test.script
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
CREATE MEMORY TABLE STUDENT(ID BIGINT GENERATED BY DEFAULT AS IDENTITY(START WITH 1) NOT NULL,CODE VARCHAR(50),NAME VARCHAR(50),SEX INTEGER,AGE INTEGER,POLITICA
www.eeworm.com/read/430518/1921480
script ld.script
OUTPUT_FORMAT("ecoff-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/430518/1921534
in ld.script.in
OUTPUT_ARCH(mips)
ENTRY(kernel_entry)
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = @@LOADADDR@@;
.init : { *(.init) } =0
.text :
{
_ftext = . ;
*
www.eeworm.com/read/430518/1923561
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/430518/1923564
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/430512/1929352
script ejf.script
CREATE SCHEMA PUBLIC AUTHORIZATION DBA
CREATE MEMORY TABLE EJF_GROUP(GROUPID CHAR(1) NOT NULL PRIMARY KEY,GROUPNAME VARCHAR_IGNORECASE(15) NOT NULL,GROUPTYPE CHAR(1) DEFAULT 'M',MINCREDITS INTEGER DE
www.eeworm.com/read/430182/1936124
script ld.script
OUTPUT_FORMAT("ecoff-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/430182/1938126
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