代码搜索:Scripting
找到约 2,777 项符合「Scripting」的源代码
代码结果 2,777
www.eeworm.com/read/296553/3901082
rtn cmpscriptlib.rtn
cmpProjOpen {open a project} cmpProjOpen {cmpProjOpen} {Tornado API Reference} {Project Scripting Library} {} {}
cmpProjClose {close the cur
www.eeworm.com/read/273665/4200827
c py_tdb.c
/*
Python wrappers for TDB module
Copyright (C) Tim Potter, 2002-2003
** NOTE! The following LGPL license applies to the tdb python
** scripting library. This does NOT imply that
www.eeworm.com/read/273665/4200837
h py_tdb.h
/*
Python wrappers for DCERPC/SMB client routines.
Copyright (C) Tim Potter, 2002
** NOTE! The following LGPL license applies to the tdb python
** scripting library. This does NO
www.eeworm.com/read/429823/1945509
properties languages.properties
# List of script types and their associated scripting engines
#
# languageDescriptor = engineClass, ext1|ext2|... {, codebaseURL, ...}
#
# where exti are extensions for the language. Note that we leav
www.eeworm.com/read/395296/2443551
txt qfeatures.txt
# Kernel
Feature: PROPERTIES
Description: Supports scripting Qt-based applications.
Section: Kernel
Requires:
Name: Properties
SeeAlso: ???
Feature: THREAD
Description: Supports multithreaded progr
www.eeworm.com/read/386998/2564710
tcl critcl.tcl
# CriTcl parameters for Darwin-ppc
namespace eval critcl {
proc compiling args {return 1}
proc scripting args {return 0}
proc failed args {return 0}
}
www.eeworm.com/read/386998/2564712
tcl critcl.tcl
# CriTcl parameters for Darwin-ppc
namespace eval critcl {
proc compiling args {return 1}
proc scripting args {return 0}
proc failed args {return 0}
}
www.eeworm.com/read/383347/2618147
java gametask.java
package com.brackeen.javagamebook.scripting;
/**
A game task that can be scheduled for one-time execution.
*/
public class GameTask implements Runnable {
private long remainingTime;