Searched refs:variable (Results 126 - 150 of 769) sorted by relevance

1234567891011>>

/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dvariables.c2 * variables.c: Implementation of the variable storage and lookup
127 * insinde an xsl:variable and xsl:param to the lifetime of the
163 * When evaluating "select" expressions of xsl:variable
165 * to the variable itself; otherwise the tragment will be
298 * global variable or a doc acquired via the
558 * Example: The fragment of the variable must not be freed
561 * <xsl:variable name="bar">
563 * </xsl:variable>
576 * Cache or free the variable structure.
638 * First lookup expects the variable nam
799 xsltEvalVariable(xsltTransformContextPtr ctxt, xsltStackElemPtr variable, xsltStylePreCompPtr castedComp) argument
1789 xsltStackElemPtr variable; local
2232 xsltStackElemPtr variable = NULL, cur; local
[all...]
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm520 a section label, or in the key or value of a configuration variable:
558 I<configuration variable>. Each such variable consists of a key and a string
595 up to the end of the line, is treated as the value for the config variable.
603 variable. The C<# etc.> is simply considered part of the value:
629 immediately after a configuration variable starts with the separator
630 character used in the variable's definition, then the value of the
631 variable continues on that line. For example:
667 considered to be part of the same configuration variable. The value of
677 the corresponding value of the C<'cast'> configuration variable i
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm283 class method or by examining the C<$Template::ERROR> package variable
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
659 Evaluate and print a variable or value.
661 [% GET variable %] # 'GET' keyword is optional
662 [% variable %]
673 [% CALL variable %]
679 [% SET variable = value %] # 'SET' also optional
680 [% variable = other_variable
681 variable
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm283 class method or by examining the C<$Template::ERROR> package variable
422 variable. Thus, the following are equivalent.
431 C<_ERROR> variable, as set by an error condition in a previous call to
659 Evaluate and print a variable or value.
661 [% GET variable %] # 'GET' keyword is optional
662 [% variable %]
673 [% CALL variable %]
679 [% SET variable = value %] # 'SET' also optional
680 [% variable = other_variable
681 variable
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml19 | Not_found -> raise (Error "unknown variable name"))
118 (* Emit the start code first, without 'variable' in scope. *)
135 let variable = build_phi [(start_val, preheader_bb)] var_name builder in var
137 (* Within the loop, the variable is defined equal to the PHI node. If it
138 * shadows an existing variable, we have to restore it, so save it
143 Hashtbl.add named_values var_name variable;
158 let next_var = build_add variable step_val "nextvar" builder in
178 add_incoming (next_var, loop_end_bb) variable;
180 (* Restore the unshadowed variable. *)
H A Dast.ml10 (* variant for referencing a variable, like "a". *)
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGConstantFoldingPhase.cpp341 VariableAccessData* variable = node->variableAccessData(); local
344 && block->variablesAtHead.operand(variable->local()) == phi
345 && block->variablesAtTail.operand(variable->local()) == node) {
353 OpInfo(variable), Edge(phi));
354 block->variablesAtHead.operand(variable->local()) = phantom;
355 block->variablesAtTail.operand(variable->local()) = phantom;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Drecentf.el119 (defun recentf-menu-customization-changed (variable value)
126 (set-default variable value)
128 (set-default variable value)))
228 (define-obsolete-variable-alias 'recentf-menu-append-commands-p
245 Setting this variable directly does not take effect;
259 :set (lambda (variable value)
260 (set-default variable value)
334 (defun recentf-dump-variable (variable &optional limit)
339 (let ((value (symbol-value variable)))
[all...]
H A Djka-cmpr-hook.el176 (defun jka-compr-set (variable value)
178 (set-default variable value)
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Namespace/
H A DConstants.pm140 to store the constant variable definitions passed as arguments.
149 Method called to resolve a variable identifier into a compiled form. In this
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DDumper.pm91 [% Dumper.dump(variable) %]
92 [% Dumper.dump_html(variable) %]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Namespace/
H A DConstants.pm140 to store the constant variable definitions passed as arguments.
149 Method called to resolve a variable identifier into a compiled form. In this
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DDumper.pm91 [% Dumper.dump(variable) %]
92 [% Dumper.dump_html(variable) %]
/macosx-10.9.5/gpatch-3/patch/pc/djgpp/
H A Dconfigure.bat9 Rem test whether the environment variable got the correct value.
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml10 (* variant for referencing a variable, like "a". *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml10 (* variant for referencing a variable, like "a". *)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tktable/
H A Dbuttons.rb18 :variable=>tab, :titlerows=>1, :titlecols=>1,
H A Dmaxsize.rb17 # fill table variable
26 table = Tk::TkTable.new(:rows=>rows, :cols=>cols, :variable=>ary,
65 puts "Table is #{table.path} with array #{(table['variable'])}"
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpvalid18 variable VERBOSE
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-snit/
H A D1_functions57 variable myparser {} ; # Our instantiation of the PARAM.
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dspnego_asn1.pl189 </* unused variable: ContextFlags_units */>ms;
192 </* unused variable: asn1_NegotiationToken_dummy_holder */>ms;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr43 # A boolean variable that indicates whether we are parsing a test case's
119 # Prints the value of a configuration variable. If it is not
128 _atf_error 1 "Could not find configuration variable \`${1}'"
140 # Returns a boolean indicating if the given configuration variable is
271 # Prints the value of a test case-specific variable. Given that one
358 # Sets the test case's variable 'varname' to the specified values
414 # Sets the test case's private variable 'varname' to the specified
427 # Sets the test case's private variable 'varname' to the specified
474 # Ensures that the test case defined the variable 'var' to a boolean
489 _atf_error 128 "Invalid value for boolean variable \`
[all...]
/macosx-10.9.5/tidy-15.12/tidy/test/
H A Donetesta.cmd52 @REM load the find count, token 3, into variable RESULT
54 @REM test the RESULT variable ...
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsnnspat.vim30 syn match snnspatNoHeader "No\. of variable input dimensions\s*:\s*" contained
31 syn match snnspatNoHeader "No\. of variable output dimensions\s*:\s*" contained
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.pm74 scalar variable object and tying it, Readonly simply flips the
94 examining the $Readonly::XSokay variable. It will be true if the
96 variable.

Completed in 424 milliseconds

1234567891011>>