代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/284166/4066919
msg dcjcppsyn.msg
{Grammar for a C++ HighLighter}
{Copyright 1998 Michael Trier. All right reserved}
{mailto:mtrier@pobox.com}{No syntax check takes Place}
{ DISCLAIMER: This is provided as is, expressly without a
www.eeworm.com/read/283334/4082966
tex hworld.tex
\section{wxWidgets Hello World sample}\label{helloworld}
As many people have requested a mini-sample to be published here
so that some quick judgment concerning syntax
and basic principles can be
www.eeworm.com/read/282522/4099087
c asn1_dec.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) decoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon D
www.eeworm.com/read/282522/4099090
c asn1_enc.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) encoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon D
www.eeworm.com/read/273525/4204183
ado kdensity_7.ado
*! version 2.4.3 01oct2004
program define kdensity_7, rclass sortpreserve
version 8.0, missing
syntax varname [if] [in] [fw aw] [, ///
Generate(string) ///
AT(varname) ///
N(integ
www.eeworm.com/read/273525/4204209
ado numlabel.ado
*! version 1.1.6 14mar2005
program numlabel
version 9
syntax [anything(id=labellist name=names)] ///
[, Add Remove Mask(str) Detail force ]
if "`add'" != "" & "`remove'" != "" {
dis
www.eeworm.com/read/273525/4204228
ado nlpred.ado
*! version 1.1.5 21dec1998
program define nlpred
version 6
if "`e(cmd)'"!="nl" { error 301 }
syntax newvarlist [if] [in] [, Resid]
tempvar new touse
mark `touse' `if' `in'
quietly {
www.eeworm.com/read/273525/4204270
ado nlogittree.ado
*! version 7.0.4 04apr2005
program define nlogittree
version 7.0
syntax varlist(numeric) [, noLABel ]
marksample touse
local level : word count `varlist'
tokenize `varlist'
local
www.eeworm.com/read/273525/4204780
ado roccomp_7.ado
*! version 7.1.7 17mar2005
program define roccomp_7, rclass
version 6, missing
syntax varlist(numeric min=2) [if] [in] [fweight] [, Graph SUMmary * ]
if "`if'"~="" {
local ifopt = "if `if'"