Home
last modified time | relevance | path

Searched refs:commalist (Results 1 – 25 of 34) sorted by relevance

12

/dports/biology/wise/wise2.4.1/src/dyc/
H A Dcalc.y18 %type <tr> expression statement tag method commalist
36 method : tag '(' commalist ')' {
62 commalist : commalist ',' expression { $$ = add_to_commalist_ExprTree($1,$3); }
H A Dexprtree.dy46 it has no other children the second is a commalist.
332 warn("Attempting to add to a non commalist %d",list->type);
385 warn("Attempting to add to a non commalist %d",list->type);
422 warn("Attempting to have a non commalist argument for a method");
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCDoc/
H A DSCDoc.y90 %type <doc_node> prose proseelem blockA blockB commalist
138 | CATEGORIES commalist eol { $$ = doc_node_make_take_children("CATEGORIES",NULL,$2); }
139 | RELATED commalist eol { $$ = doc_node_make_take_children("RELATED",NULL,$2); }
207 …| PRIVATE commalist eoleof { $$ = doc_node_make_take_children( stringEqual(method_type, "CMETHOD")…
296 | KEYWORD commalist eoleof { $$ = doc_node_make_take_children("KEYWORD",NULL,$2);
404 commalist: commalist COMMA nocommawords { free($2); $2=NULL; $$ = doc_node_add_child($1,doc_node_ma…
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/doc/
H A Dbuildinfo-fields-reference.rst111 \mathrm{commalist}(\mathit{element}) =
178 …\mathrm{commalist}\left\{ \mathop{\mathit{hs\text{-}string}}\mid{{[\mathop{\mathord{``}\mathtt{\ }…
208 \mathrm{commalist}\mathsf{\color{red}{TODO}}
216 \mathrm{commalist}\mathsf{\color{red}{TODO}}
231 …\mathrm{commalist}\left\{ \mathop{\mathit{hs\text{-}string}}\mid{{[\mathop{\mathord{``}\mathtt{\ }…
254 …\mathrm{commalist}\left\{ \mathop{\mathit{hs\text{-}string}}\mid{{[\mathop{\mathord{``}\mathtt{\ }…
277 …\mathrm{commalist}\left\{ \mathop{\mathit{hs\text{-}string}}\mid{{[\mathop{\mathord{``}\mathtt{\ }…
308 …\mathrm{commalist}\left\{ \mathop{\mathit{hs\text{-}string}}\mid{{[\mathop{\mathord{``}\mathtt{\ }…
316 …\mathrm{commalist}\left\{ \mathop{\mathit{hs\text{-}string}}\mid{{[\mathop{\mathord{``}\mathtt{\ }…
330 …\mathrm{commalist}\left\{ \mathop{\mathit{hs\text{-}string}}\mid{{[\mathop{\mathord{``}\mathtt{\ }…
[all …]
/dports/www/py-css-parser/css-parser-1.0.7/src/css_parser/css/
H A Dcssvalue.py320 commalist = []
335 def saveifcommalist(commalist, newseq): argument
340 if commalist:
343 commalist)),
347 del commalist[:]
367 commalist.append(itemValue(item))
369 saveifcommalist(commalist, newseq)
385 if not commalist:
388 commalist.append(',')
393 commalist.append(item.value.cssText)
[all …]
/dports/www/py-cssutils/cssutils-2.3.0/cssutils/css/
H A Dcssvalue.py316 commalist = []
333 def saveifcommalist(commalist, newseq): argument
338 if commalist:
346 del commalist[:]
368 commalist.append(itemValue(item))
370 saveifcommalist(commalist, newseq)
391 if not commalist:
393 commalist.append(itemValue(self._seq[i - 1]))
394 commalist.append(',')
399 commalist.append(item.value.cssText)
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/keyval/
H A Dipv2_parse.yy64 %type <sl> stringlist parentlist commalist
161 parentlist: '<' '<' commalist '>' '>' { $$ = $3; }
164 commalist: commalist ',' string { $$ = ip_add_string_list($1,$3); }
/dports/mail/p5-Mail-Folder/MailFolder-0.07/Mail/Folder/
H A DEmaul.pm582 my @commalist;
588 push(@commalist, ($low != $high) ? "$low-$high" : $low);
593 push(@commalist, ($low != $high) ? "$low-$high" : $low);
594 return join(',', @commalist);
/dports/editors/neovim/neovim-0.6.1/runtime/lua/vim/
H A D_meta.lua292 if not info.commalist and not info.flaglist then
297 assert(info.commalist, "Must be a comma list to use key:value style")
303 elseif info.commalist then
348 if info.flaglist and info.commalist then
468 if info.flaglist and info.commalist then
489 assert(info.commalist, "Only commas are supported currently")
/dports/net/samba412/samba-4.12.15/pidl/
H A Didl.yp34 'import' commalist ';'
44 'include' commalist ';'
54 'importlib' commalist ';'
63 commalist:
66 commalist ',' text { push(@{$_[1]}, $_[3]); $_[1] }
/dports/net/wireshark/wireshark-3.6.1/tools/pidl/
H A Didl.yp34 'import' commalist ';'
44 'include' commalist ';'
54 'importlib' commalist ';'
63 commalist:
66 commalist ',' text { push(@{$_[1]}, $_[3]); $_[1] }
/dports/net/wireshark-lite/wireshark-3.6.1/tools/pidl/
H A Didl.yp34 'import' commalist ';'
44 'include' commalist ';'
54 'importlib' commalist ';'
63 commalist:
66 commalist ',' text { push(@{$_[1]}, $_[3]); $_[1] }
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/pidl/
H A Didl.yp26 import: 'import' commalist ';' {{
33 include: 'include' commalist ';' {{
40 importlib: 'importlib' commalist ';' {{
48 commalist:
50 | commalist ',' text { push(@{$_[1]}, $_[3]); $_[1] }
/dports/net/tshark-lite/wireshark-3.6.1/tools/pidl/
H A Didl.yp34 'import' commalist ';'
44 'include' commalist ';'
54 'importlib' commalist ';'
63 commalist:
66 commalist ',' text { push(@{$_[1]}, $_[3]); $_[1] }
/dports/net/tshark/wireshark-3.6.1/tools/pidl/
H A Didl.yp34 'import' commalist ';'
44 'include' commalist ';'
54 'importlib' commalist ';'
63 commalist:
66 commalist ',' text { push(@{$_[1]}, $_[3]); $_[1] }
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/lib/SQL/Translator/Producer/
H A DSybase.pm165 my $commalist = join( ', ', map { qq['$_'] } @$list );
175 "CONSTRAINT $check_name CHECK ($field_name IN ($commalist))";
H A DMySQL.pm541 my $commalist = join( ', ', map { __PACKAGE__->_quote_string($_) } @$list );
579 $commalist = "'0','1'";
595 $field_def .= '(' . $commalist . ')';
H A DOracle.pm553 my $commalist = join( ', ', map { __PACKAGE__->_quote_string($_) } @$list );
556 $check = "CHECK ($field_name_q IN ($commalist))";
H A DPostgreSQL.pm415 my $commalist = join( ', ', map { __PACKAGE__->_quote_string($_) } @$list );
421 "CREATE TYPE $type_name AS ENUM ($commalist)";
/dports/devel/stylua/StyLua-0.11.0/tests/inputs/
H A Dlarge-example-2.lua332 local commalist = { }
340 table.insert(commalist,lownum)
341 table.insert(commalist,ssn - 1)
347 table.insert(commalist,lownum)
348 table.insert(commalist,ssn)
352 for ack=1,#commalist,2 do
358 if string.find(string.lower(c[i].Name),string.sub(string.lower(name),commalist[ack],commalist[ack +…
/dports/security/nmap/nmap-7.91/ncat/
H A Dncat_main.c203 char *spec, *commalist; in host_list_to_set() local
205 commalist = node->spec; in host_list_to_set()
206 while ((spec = strtok(commalist, ",")) != NULL) { in host_list_to_set()
207 commalist = NULL; in host_list_to_set()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Reference/
H A DSCDocSyntax.schelp370 headline ::= ( headtag words2 | "CATEGORIES::" commalist | "RELATED::"
371 commalist ) eol
396 | "PRIVATE::" commalist eol
416 | "KEYWORD::" commalist eol
461 commalist ::= { nocommawords COMMA } nocommawords
/dports/misc/ipbt/ipbt-r8765/
H A Dsettings.c175 char commalist[80]; in gprefs() local
176 char *tokarg = commalist; in gprefs()
179 gpps(sesskey, name, def, commalist, sizeof(commalist)); in gprefs()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/test/
H A Dtest_commands.py164 spec = [commalist('int')]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Later/
H A Dplugin.py162 tell = wrap(tell, [commalist(first('nick', 'hostmask')), 'text'])

12