代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/456693/1604634
c frozenmain.c
/* Python interpreter main program for frozen scripts */
#include "Python.h"
#ifdef MS_WIN32
extern void PyWinFreeze_ExeInit(void);
extern void PyWinFreeze_ExeTerm(void);
extern int PyInitF
www.eeworm.com/read/247473/4482358
readme
# $Id: README,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
Use the scripts testall or testone to run all, or just one of the Java
tests. You must be in this directory to run them. For example,
www.eeworm.com/read/247207/4485859
am makefile.am
#
# Makefile for the Squid Object Cache server
#
# $Id: Makefile.am,v 1.1.2.3 2007/07/21 21:16:56 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
libexec_SCRIPTS = squid_
www.eeworm.com/read/240577/4571810
in rest-ld-script.in
/*
* rest-ld-script.in: ld (linker) script for blob.
* Heavily inspired by the Linux kernel linker scripts.
*
* Copyright (C) 1999 2000 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl) an
www.eeworm.com/read/237554/4622389
makefile
# Makefile.in generated by automake 1.6.3 from Makefile.am.
# scripts/lxdialog/Makefile. Generated from Makefile.in by configure.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
# F
www.eeworm.com/read/233955/4663208
protocol peercast.protocol
[Protocol]
exec=/usr/local/lib/peercast/scripts/peercast_khandler.sh "%u"
protocol=peercast
input=none
output=none
helper=true
listing=false
reading=false
writing=false
makedir=false
deleting=false
www.eeworm.com/read/231546/4714951
read-scheme-source
#!/bin/sh
# aside from this initial boilerplate, this is actually -*- scheme -*- code
main='(module-ref (resolve-module '\''(scripts read-scheme-source)) '\'main')'
exec ${GUILE-guile} -l $0 -c "(appl
www.eeworm.com/read/231546/4714957
doc-snarf
#!/bin/sh
# aside from this initial boilerplate, this is actually -*- scheme -*- code
main='(module-ref (resolve-module '\''(scripts doc-snarf)) '\'main')'
exec ${GUILE-guile} -l $0 -c "(apply $main (
www.eeworm.com/read/231546/4714958
snarf-check-and-output-texi
#!/bin/sh
# aside from this initial boilerplate, this is actually -*- scheme -*- code
main="(module-ref (resolve-module '(scripts snarf-check-and-output-texi)) 'main)"
exec ${GUILE-guile} -l $0 -c "(a
www.eeworm.com/read/231546/4715031
pl shtags.pl
#!/usr/bin/env perl
#
# shtags: create a tags file for perl scripts
#
# Author: Stephen Riehm
# Last Changed: 96/11/27 19:46:06
#
# "@(#) shtags 1.1 by S. Riehm"
#
# obvious... :-)
sub usage
{