Searched +refs:multiple +refs:value +refs:call (Results 1 - 25 of 96) sorted by relevance

1234

/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim45 call <SID>Update(lnum, line, local, thiswin)
73 call <SID>Update(lnum, line, local, thiswin)
105 " get the new value of the option and update the option window line
120 call setline(a:lnum, " \tset " . name . "=" . val)
123 call setline(a:lnum, " \tset " . name . "\tno" . name)
125 call setline(a:lnum, " \tset no" . name . "\t" . name)
153 call append(0, '" Each "set" line shows the current value of an option (on the left).')
154 call append(1, '" Hit <CR> on a "set" line to execute it.')
155 call appen
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dxsl.vim6 \ 'attribute' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : []}],
8 \ 'call-template' : [['with-param'], {'name' : []}],
14 \ 'element' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : [], 'use-attribute-sets' : []}],
17 \ 'if' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'test' : []}],
23 \ 'number' : [[], {'level' : ['single', 'multiple', 'any'], 'count' : [], 'from' : [], 'value' : [], 'format' : [], 'lang' : [], 'letter-value'
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim16 "redraw!|call DechoSep()|call inputsave()|call input("Press <cr> to continue")|call inputrestore()
40 call netrw#ErrorMsg(s:WARNING,"you need vim version 7.0 or later for version ".g:loaded_netrw." of netrw",1)
47 "call Decho("doing autoload/netrw.vim version ".g:loaded_netrw)
55 " Loosely, varname = value.
56 fun s:NetrwInit(varname,value)
58 if type(a:value) == 0
59 exe "let ".a:varname."=".a:value
[all...]
H A Djavascriptcomplete.vim54 call map(arraymeth, 'v:val."("')
74 call map(datemeth, 'v:val."("')
80 let funcmeth = ['apply', 'call', 'toSource', 'toString', 'valueOf']
81 call map(funcmeth, 'v:val."("')
89 call map(mathmeth, 'v:val."("')
97 call map(numbmeth, 'v:val."("')
103 call map(objemeth, 'v:val."("')
109 call map(regemeth, 'v:val."("')
119 call map(strimeth, 'v:val."("')
127 call ma
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A DAppendMatchGroup.vim12 " value to the b:SOM|EOM variable in your filetype script.
44 " call AppendMatchGroup('if,then,else,endif')
65 " To add another group, simply call 'AppendMatchGroup again. E.G.:
67 " call AppendMatchGroup('while,do,endwhile')
121 " TODO: Write a wrapper to handle multiple groups in one function call.
125 " a single call with continuation lines. I vote for the former.
H A Docaml.vim83 map <LocalLeader>s :call OCaml_switch(0)<CR>
84 map <LocalLeader>S :call OCaml_switch(1)<CR>
207 " line(s) the type of an ocaml value getting it from the corresponding .annot
209 " selected ocaml value correspond to the highlighted text, otherwise (<mode>
240 " - lists are handled, even on multiple lines, you don't need the visual mode
289 " After call:
379 " After call:
394 " After call:
399 call setpos('.',s:current_pos)
402 " After call
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql10 -- expect_return a bitmap that marks whether create_proc (1) and delete_proc (2) return a value or not
12 values (1,'inetOrgPerson','persons','id','call create_person(?)','call delete_person(?)',0);
15 values (2,'document','documents','id','call create_document(?)','call delete_document(?)',0);
18 values (3,'organization','institutes','id','call create_org(?)','call delete_org(?)',0);
22 -- oc_map_id the value of "ldap_oc_mappings.id" that identifies the objectClass this attributeType is defined for
27 -- add_proc a procedure to insert the attribute; it takes the value of the attribute that is added, and the "keytbl.keycol" of the entry it is associated to
28 -- delete_proc a procedure to delete the attribute; it takes the value o
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.perl26 <li> stat(2) for the system call stat
30 improve the handling of multiple matches, and add
80 it returned the following value '$type'
166 There were multiple matches for the argument '$ARGV[0]'.
260 # call this program. use '+' notation for spaces
282 # a indent greater than the value of standard_indent then
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim40 ?XpathINIT?,.call Xsum()
95 " that it is not read away by the call to "input()" below. Restore
97 call inputsave()
99 call inputrestore()
163 " - To check multiple execution of loops use Xloop for automatically
168 " - the first Xpath value (power of 2) to be used (Xnext),
169 " - factor for computing a new Xnext value when reexecuting a loop
177 " The argument and the Xnext value are multiplied to build the
178 " next Xpath value. No new Xnext value i
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DServer.pm25 =item new(optional key/value pairs)
29 Creates a new object of the class. Various default instance values are set up, and like many of the constructors in this module, most of the class methods described here may be passed in the construction call by giving the name followed by the parameter (or an array reference if there are multiple parameters).
31 =item action(optional new value)
35 Retrieves or sets the value of the action attribute on the server object. This attribute is used when mapping the request to an appropriate namespace or routine. For example, the HTTP library sets the attribute to the value of the SOAPAction header when processing of the request begins, so that the find_target method described later may retrieve the value to match it against the server's configuration. Returns the object itself when setting the attribute.
37 =item myuri(optional new value)
41 Gets or sets the myuri attribute. This specifies the specific URI that the server is answering requests to (which may be different from the value specified in action or in the SOAPAction header).
43 =item serializer(optional new value)
[all...]
/macosx-10.9.5/swig-10/Lib/allegrocl/
H A Dallegrocl.swg70 constant pointer/references check this value when setting (around method?)
332 (cl::multiple-value-bind (result position)
337 (cl::multiple-value-bind (sym)
406 (cl::multiple-value-bind (symbol package)
419 (defswig2 swig-defconstant (string value)
422 (cl::defconstant ,symbol ,value))))
425 ;; in the foreign setter function the new value wil
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DRelationship.pm97 all without needing multiple fetches.
111 you want to use the default value for it, but still want to set C<\%attrs>.
136 This argument is the name of the method you can call on a
160 relations that are across multiple columns.
247 This argument is the name of the method you can call on a
272 relations that are across multiple columns.
378 This argument is the name of the method you can call on a
402 relations that are across multiple columns.
446 true value), than C<might_have> will warn about this because it's naughty and
452 C<DBIC_DONT_VALIDATE_RELS> environment variable to a true value
[all...]
H A DRow.pm69 C<$attrs> is a hashref of column name, value data. It can also contain
72 Passing an object, or an arrayref of objects as a value will call
74 passed a hashref or an arrayref of hashrefs as the value, these will
80 Please note that if a value is not passed to new, no value will be sent
81 in the SQL INSERT call, and the column will therefore assume whatever
82 default value was specified in your database. While DBIC will retrieve the
83 value of autoincrement columns, it will never make an explicit database
92 with a database-defined default. If you call th
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/
H A DDump.pm314 my $val = \$rval->{$key}; # capture value before we modify $key
527 # put a string value in double quotes
596 If you call the function with multiple arguments then the output will
597 be wrapped in parenthesis "( ..., ... )". If you call the function with a
598 single argument the output will not have the wrapping. If you call the function with
600 scalar quoted if needed, but never break it into multiple lines. If you
601 pass multiple arguments or references to arrays of hashes then the
602 return value might contain line breaks to format it for easier
604 contains multiple line
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/
H A DDump.pm320 my $val = \$rval->{$key}; # capture value before we modify $key
537 # put a string value in double quotes
606 If you call the function with multiple arguments then the output will
607 be wrapped in parenthesis "( ..., ... )". If you call the function with a
608 single argument the output will not have the wrapping. If you call the function with
610 scalar quoted if needed, but never break it into multiple lines. If you
611 pass multiple arguments or references to arrays of hashes then the
612 return value might contain line breaks to format it for easier
614 contains multiple line
[all...]
/macosx-10.9.5/ntp-88/ntpq/
H A Dntpq-opts.def18 value = 4;
29 value = 6;
39 value = c;
44 call-proc = ntpq_custom_opt_handler;
56 value = p;
59 call-proc = ntpq_custom_opt_handler;
68 value = i;
79 value = n;
130 list of peers in a common format by sending multiple queries to the
209 .Ar variable_name [=value]
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DString.pm422 initial text value as an argument or as the named parameter C<text>.
445 You can also call C<copy()> to create a new C<String> as a copy of the
456 overloaded stringification operator call the C<text()> method
478 allows you to chain multiple methods together.
483 causes the C<text()> method to be called, which results in the new value of
499 Creates a new string using an initial value passed as a positional
518 Returns the internal text value of the string. The stringification
519 operator is overloaded to call this method. Thus the following are
555 These methods modify the internal value of the string. For example:
560 The value o
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DString.pm422 initial text value as an argument or as the named parameter C<text>.
445 You can also call C<copy()> to create a new C<String> as a copy of the
456 overloaded stringification operator call the C<text()> method
478 allows you to chain multiple methods together.
483 causes the C<text()> method to be called, which results in the new value of
499 Creates a new string using an initial value passed as a positional
518 Returns the internal text value of the string. The stringification
519 operator is overloaded to call this method. Thus the following are
555 These methods modify the internal value of the string. For example:
560 The value o
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm314 or return $self->_croak("Can't call id() as a class method");
321 "id called in scalar context for class with multiple primary key columns")
332 . " has multiple primary columns, but fetching in scalar context")
493 # someone to know how many times a value has changed between updates.
774 or return $self->_croak("Can't call update as a class method");
869 while (my ($column, $value) = each %$column_values) {
871 $self->_attribute_set($col => $value);
873 # $self->SUPER::set($column, $value);
988 my ($self, $value, $column_values) = @_;
989 $code->($value,
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges28 ! #63693 Uninitalized value (again)
31 ! #15176 problems with SOAP::Header ->value
41 ! #63693 Uninitalized value
80 ! #20569: XMLRPC::Lite "wrong element 'nil'" exception on '<value><nil/></value>'
93 SOAP::Transport::HTTP->new() was leaking two scalars per call
114 ! #34514: Subclasses of XMLRPC::Serializer misbehave because of a "ref" call in SOAP::Lite
178 ! Fixed #26408: SOAP::Transport::HTTP needs to call extract_cookies when
231 ! Fixed 1158666 - stubmaker.pl no longer call deprecated subroutine
242 + SOAP::Lite will only warn you once when you call
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlisp.vim188 syn keyword lispFunc call-arguments-limit least-positive-double-float shared-initialize
189 syn keyword lispFunc call-method least-positive-long-float shiftf
190 syn keyword lispFunc call-next-method least-positive-normalized-double-float short-float
210 syn keyword lispFunc char-equal load-time-value simple-warning
224 syn keyword lispFunc char/= lognot slot-value
245 syn keyword lispFunc compile make-array store-value
300 syn keyword lispFunc define-symbol-macro most-positive-double-float symbol-value
306 syn keyword lispFunc defstruct multiple-value-bind t
307 syn keyword lispFunc deftype multiple
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm371 expat library. Each call to one of the parsing methods creates a new
374 These options are then passed on to the Expat object on each parse call.
394 as keyword value pairs. Recognized options are:
428 in context. The value should be the number of lines to show on either side
442 This is an Expat option. If this is set to a true value, then namespace
450 value, and a default handler is also set, then the default handler will be
457 This is an Expat option. It takes a string value. When this string is found
465 declaration, setting this to a true value allows the external DTD to be read,
486 earlier calls to setHandlers. By providing a false or undefined value as
491 the call
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges47 ! Fixed 1158666 - stubmaker.pl no longer call deprecated subroutine
58 + SOAP::Lite will only warn you once when you call a doc/literal
64 clients can successfully call these service providers (at least
87 that will be used when accessing WSDLs via the SOAP::Lite->service call.
138 the last occurring value was recorded.
151 - a call "context" was added to SOAP::Server and SOAP::Deserializer
165 calling context. The value of context is either SOAP::Lite or
167 transaction. Contexts are initialized when a call is made, and
168 destroyed when a call is completed.
213 ! Fixed documentation error around turning on a trace for multiple
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/
H A DParser.pm317 # Find and call parser creation method
425 # Found one, call it with _copy_ of %p
451 will call C<croak()>.
460 as the value in the length hashref with the length being the
535 single specifications or multiple specifications) and
537 method. The coderef will call C<croak()> in the event of
543 value from that being wrapped in a function that lets it
548 multiple parser specification documented earlier).
651 Alternatively, call it something completely different
684 The other arguments are the result from a call t
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm329 # Find and call parser creation method
442 # Found one, call it with _copy_ of %p
468 will call C<croak()>.
477 as the value in the length hashref with the length being the
552 single specifications or multiple specifications) and
554 method. The coderef will call C<croak()> in the event of
560 value from that being wrapped in a function that lets it
565 multiple parser specification documented earlier).
649 Alternatively, call it something completely different
682 The other arguments are the result from a call t
[all...]

Completed in 241 milliseconds

1234