代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/295188/3911672
js script.js
function login(){
var name = document.getElementById("userName").value;
var password = document.getElementById("password").value;
var checkcode = document.getElementById("checkcode").value;
if
www.eeworm.com/read/295117/3912028
script simple.script
#!/bin/sh
# udhcpc script edited by Tim Riker
[ -z "$1" ] && echo "Error: should be called from udhcpc" && exit 1
RESOLV_CONF="/etc/resolv.conf"
[ -n "$broadcast" ] && BROADCAST="b
www.eeworm.com/read/295117/3912030
script sample.script
#!/bin/sh
# Currently, we only dispatch according to command. However, a more
# elaborate system might dispatch by command and interface or do some
# common initialization first, especially if more d
www.eeworm.com/read/295117/3912438
c script.c
/* vi: set sw=4 ts=4: */
/* script.c
*
* Functions to call the DHCP client notification scripts
*
* Russ Dill July 2001
*
* Licensed under GPLv2 or later, see file LICENSE in
www.eeworm.com/read/294038/3920817
script ld.script
OUTPUT_FORMAT("ecoff-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/294038/3922703
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/294038/3922706
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/292705/3942482
script ld.script
OUTPUT_FORMAT("ecoff-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/292705/3942536
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/292705/3944563
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