代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/136827/5846749
h script.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/136827/5846751
cc script.cc
#include "swf.h"
////////////////////////////////////////////////////////////
// This file is derived from the 'buggy' SWF parser provided
// by Macromedia.
//
// Modifications : Olivier Debon
www.eeworm.com/read/136821/5851435
h script.h
#ifndef _SCRIPT_H_
#define _SCRIPT_H_
// SWF file parser.
//
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
www.eeworm.com/read/136821/5851437
cc script.cc
#include "swf.h"
////////////////////////////////////////////////////////////
// This file is derived from the 'buggy' SWF parser provided
// by Macromedia.
//
// Modifications : Olivier Debon
www.eeworm.com/read/136812/5857705
script_gen
#
# @(#)script_gen 1.7 8/28/91 SMI
#
##################################################
script_it(){
symb=$1
file=$2
old_suffix=$3
# REPLACE="&" # 4.1.1/4.1.2 file replaced by 4.1.3
www.eeworm.com/read/136786/5862296
script ld.script
OUTPUT_FORMAT("ecoff-littlemips")
OUTPUT_ARCH(mips)
SECTIONS
{
.initrd :
{
*(.data)
}
}
www.eeworm.com/read/136786/5864301
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/136786/5864304
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/136445/5872212
cs script.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Telligent Systems Corporation. All rights reserved.
www.eeworm.com/read/136424/5872281
js script.js
function LoadSld( slideId )
{
if( !g_supportsPPTHTML ) return
if( slideId )
parent.SldUpdated(slideId)
g_origSz=parseInt(SlideObj.style.fontSize)
g_origH=SlideObj.style.posHeight
g_ori