Home
last modified time | relevance | path

Searched refs:variables (Results 26 – 50 of 182) sorted by relevance

12345678

/plugin/flowplay/flowplayer/
H A Dswfobject.js17 this.variables=new Object();
43 this.variables[_13]=_14;
45 return this.variables[_15];
47 return this.variables;
/plugin/strata/syntax/
H A Dselect.php109 // determine the variables to project
121 list($result['query'], $variables) = $this->helper->constructQuery($tree, $typemap, $projection);
126 // check projected variables and load types
129 if(!in_array($var, $variables)) {
251 * @param variables array of variables used in query
254 function handleFooter($footer, &$result, &$typemap, &$variables) {
252 handleFooter($footer, & $result, & $typemap, & $variables) global() argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D64.64.js1variables:/(?:\$+(?:(?:\:\:?)?[a-zA-Z_]\w*)+)/,tokenizer:{root:[[/[a-zA-Z_]\w*/,{cases:{"@specialF… property in AnonymousFunction2d99d6cf0100.s
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md49 * added support for asset variables:
51 Asset variables allow you to pre-compile your assets for a finite set of known
55 * Added ability to pass variables into lessphp filter
H A DCHANGELOG-1.2.md47 * Fixed the merging of the environment variables to keep the configuration of the NODE_PATH working
49 * Fixed the support of asset variables in GlobAsset
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst18 Instead of defining variables at the beginning of the scope, you can pass a
19 hash of variables you want to define in the ``with`` tag; the previous example
H A Dinclude.rst37 Included templates have access to the variables of the active context.
42 You can add additional variables by passing them after the ``with`` keyword:
46 …{# template.html will have access to the variables from the current context and the additional one…
61 {# no variables will be accessible #}
H A Dset.rst4 Inside code blocks you can also assign values to variables. Assignments use
30 Several variables can be assigned in one block:
/plugin/rrdgraph/
H A Dhelper.php435 $variables = array();
446 … $element[2] = preg_replace_callback("/{{([^}]+)}}/", function ($match) use ($variables) {
447 if (array_key_exists($match[1], $variables)) {
448 return $variables[$match[1]];
470 $variables[$key]=$value;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.scrutinizer.yml3 variables:
/plugin/authenvvars/
H A DREADME.md2 Dokuwiki plugin for authentication against webserver environment variables
H A Dplugin.info.txt6 desc Authenticate against environment variables
/plugin/strata/
H A Dmanual.txt71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field: value''.
83 You can only compare variables that are used in a pattern.
126 **Grouping**: By adding a ''group'' block zero or more variables can be grouped. This means that all results that have the same value for the grouped variable will be merged, and the ungrouped variables will contain multiple values. You can name one variable per line. If the ''group'' is empty //all// results will be merged into a single result.
128 **Sorting**: By adding ''sort'' you can define one or more variables to sort on. You can name one variable per line, and include a direction with ''(ascending)'' or ''(descending)'' (or their short-hands ''(asc)'' and ''(desc)'').
229 You can use variables, indicated by starting with ''?'', and literals in any position.
245 [[#Types]] can only be added to variables. A variable in the subject position will always be typed as [[#types|ref]]. Literals can't be typed, but will be interpreted according to the variables they are used with.
250 * variables in the subject position are always of type [[#type|ref]] (and the ref type will stick)
261 It is possible to use both variables an
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md680 In Handlebars JS v1.1, data variables `@first` and `@last` were added for the #each helper. Due to the these variables
681 not being backwards compatible, these data variables are disabled by default and must be enabled manually.
683 To enable the new data variables, set the `enableDataVariables` option to `true` when instantiating the Handlebars
715 Data variables also support relative referencing within multiple #each statements.
728 Be aware that when data variables are enabled, variables starting with `@` are considered restricted and will override
732 variables are enabled.
754 When `enableDataVariables` is `false`, existing behavior is not changed where some variables will be return.
761 When `enableDataVariables` is `true`, the behavior matches HandlebarsJS 1.1 behavior, where all data variables replac
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dfrom.test2 global variables
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dwith_variables.test2 "include" function accept variables
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dinner_variables.test2 "for" tag does not reset inner variables
/plugin/genericsso/
H A Dplugin.info.txt6 desc Allows to authenticate against any SSO that set environment variables
/plugin/const/
H A Dplugin.info.txt6 desc work on wiki pages with constants, self defined variables and make calculations
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_unknown_argument.test9 Twig\Error\SyntaxError: Unknown argument "invalid" for function "include(template, variables, with_…
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php161 $buffer .= $this->variables($context, $current, false);
164 $buffer .= $this->variables($context, $current, true);
337 private function variables(Context $context, $current, $escaped) function in Handlebars\\Template
342 // If @data variables are enabled, use the more complex algorithm for handling the the variables otherwise
353 // If @data variables are not enabled, then revert back to legacy behavior
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md27 * deprecated `Process::inheritEnvironmentVariables()`: env variables are always inherited.
49 * environment variables will always be inherited
75 * deprecated not inheriting environment variables
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dwith_variables.test2 "include" tag accept variables
/plugin/var/
H A Dplugin.info.txt7 desc Insert dynamic variables.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst51 In a translatable string, you can embed variables:
65 If you need to apply filters to the variables, you first need to assign the
106 simple strings or variables:
116 The filter is less powerful as it only works for simple variables or strings.

12345678