代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/239312/4602440
doit
#!/bin/bash
# Name: doit
# Purpose: shift through command line arguments
# Usage: doit [args]
while (( $# > 0 )) # or [ $# -gt 0 ]
do
echo $*
shift
done
www.eeworm.com/read/236895/4636448
dfm demoform.dfm
object fDemo: TfDemo
Left = 199
Top = 114
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Usage Tracker Demo'
ClientHeight = 53
ClientWidth = 239
Color = clBtnFa
www.eeworm.com/read/234134/4661304
makefile
#========================================================================
# Name: QBASIC Runtime Makefile
# Usage:
# make -f [TL=] ["IDB=-DDBG"] [bqb50.lib bqlb45.lib]
#
www.eeworm.com/read/231546/4714440
pl look.pl
;# Usage: &look(*FILEHANDLE,$key,$dict,$fold)
#
# This library is no longer being maintained, and is included for backward
# compatibility with Perl 4 programs which may require it.
#
# In particular,
www.eeworm.com/read/229812/4740571
bat test.bat
@echo %verbose% off
echo # ===========================
echo # Implicit Rules Test
echo # ===========================
if .%2 == . goto usage
wtouch hello.obj
wtouch hello.cpp
echo # ----------
www.eeworm.com/read/229812/4752141
gml options.gml
:cmt GML Macros used:
:cmt
:cmt :chain. options that start with
:cmt can be chained together i.e.,
:cmt
www.eeworm.com/read/227819/4768229
py prepaid.py
#
# Example Python module for prepaid usage using MySQL
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/222917/4815241
h fcgimisc.h
/*
* fcgimisc.h --
*
* Miscellaneous definitions
*
*
* Copyright (c) 1996 Open Market, Inc.
*
* See the file "LICENSE.TERMS" for information on usage and redistribution
* of this file,
www.eeworm.com/read/222388/4820031
m definecomm.m
function defineComm(groupID, packetLength, baud)
%DEFINECOMM
%
%usage: defineCOMM(groupID, packetLength, baud)
global COMM
COMM.broadcastAddress=65535;
if nargin>0 & ~isempty(groupID)
www.eeworm.com/read/221054/4837988
cmd check-stateless.cmd
/*
* check-stateless
*
* Complete check of a stateless encoding.
* Usage: check-stateless SRCDIR CHARSET
*/
IF RxFuncQuery('SysLoadFuncs') THEN DO
CALL RxFuncAdd 'SysLoadFuncs', 'Re