代码搜索:executing
找到约 1,160 项符合「executing」的源代码
代码结果 1,160
www.eeworm.com/read/126933/6010285
com make.com
$ !
$ ! "Makefile" for VMS versions of UnZip/ZipInfo and UnZipSFX
$ !
$ ! To define additional options, define the global symbol
$ ! LOCAL_UNZIP prior to executing MAKE.COM:
$ !
$ ! $ LOCAL_UNZIP ==
www.eeworm.com/read/101594/6236087
h jcmd.h
/*
* jcmd.h - A command interpreter for use with the Java's platform
* Runtime.exec() on the Windows family of operating systems, designed
* to prevent the display of console windows when executing
www.eeworm.com/read/150696/12271029
c options.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
** Code for executing Set/GetConnect/StmtOptio
www.eeworm.com/read/209083/15227456
vts reinit.vts
; Testing Support for Executing the BACnet ReinitializeDevice Service
; Version 2.0
;
; written by Steven T. Bushby, 10/30/96
; updated 03/18/98 to match current draf
www.eeworm.com/read/209083/15227457
vts timesync.vts
; Testing Support for Executing the BACnet TimeSynchronization Service
; Version 2.0
;
; written by Steven T. Bushby, 09/16/96
; modified 10/31/96 added DER bit
;
www.eeworm.com/read/209083/15227464
vts readprop.vts
; Testing Support for Executing the BACnet ReadProperty Service
; Version 2.0
;
; written by Steven T. Bushby, 09/16/96
; updated 10/29/96 added DER bit
;
www.eeworm.com/read/16502/674034
m gcbf.m
function fig = gcbf
%GCBF Get handle to current callback figure.
% FIG = GCBF returns the handle of the figure that contains the object
% whose callback is currently executing. If the current
www.eeworm.com/read/239567/4598487
py test_pyserver.py
'''
@author Fabio Zadrozny
'''
import sys
import os
#make it as if we were executing from the directory above this one (so that we can use pycompletionserver
#without the need for it being
www.eeworm.com/read/239567/4598490
py test_jyserver.py
'''
@author Fabio Zadrozny
'''
import sys
import os
#make it as if we were executing from the directory above this one (so that we can use jycompletionserver
#without the need for it being in
www.eeworm.com/read/196263/5103492
wrapit
#!/bin/sh
ARGS=`echo "$*" | awk -f $PMAKE/bin/win/conv_args.awk`
export ARGS
# echo "Executing: " $ARGS >> /tmp/wrapit.log
$ARGS