Home
last modified time | relevance | path

Searched refs:variable (Results 351 – 375 of 464) sorted by path

1...<<111213141516171819

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js14841 var variable = hasOwnProperty.call(options, 'variable') && options.variable;
14842 if (!variable) {
14851 source = 'function(' + (variable || 'obj') + ') {\n' +
14852 (variable
H A Dlodash.min.js79 …type=T,t):{}}}();An.templateSettings={escape:J,evaluate:Y,interpolate:Q,variable:"",imports:{_:An}… property in An.templateSettings
123 …==null?'':__t)+'"),c=l+t.length,t}),a+="';",(t=oi.call(t,"variable")&&t.variable)||(a="with(obj){"…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md396 * <a href="#_templatesettingsvariable">`_.templateSettings.variable`</a>
9671 8. `[options.variable='obj']` *(string)*: The data object variable name.
9720 // Use the `variable` option to ensure a with-statement isn't used in the compiled template.
9721 var compiled = _.template('hi <%= data.user %>!', { 'variable': 'data' });
10626 Reverts the `_` variable to its previous value and returns a reference to
11274 <h3 id="_templatesettingsvariable"><code>_.templateSettings.variable</code></h3>
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js14841 var variable = hasOwnProperty.call(options, 'variable') && options.variable;
14842 if (!variable) {
14851 source = 'function(' + (variable || 'obj') + ') {\n' +
14852 (variable
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js367 var tmp = _.template(s, {variable: 'data'});
369 _.templateSettings.variable = 'data';
374 assert.notOk(_.templateSettings.variable);
375 _.template('', {}, {variable: 'x'});
376 assert.notOk(_.templateSettings.variable);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,"+"print=funct…
H A Dunderscore.js1523 if (!settings.variable) source = 'with(obj||{}){\n' + source + '}\n';
1531 render = new Function(settings.variable || 'obj', '_', source);
1542 var argument = settings.variable || 'obj';
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,"+"print=funct…
H A Dunderscore-min.map1 …","
","escapeChar","template","text","settings","oldSettings","offset","variable","render","e","da…
H A Dunderscore.js1447 if (!settings.variable) source = 'with(obj||{}){\n' + source + '}\n';
1454 var render = new Function(settings.variable || 'obj', '_', source);
1465 var argument = settings.variable || 'obj';
/plugin/sphinxsearch-was/
H A DINSTALL51 at ''/etc/cron.daily/'' - the file must be edited to adjust the variable at the top of
86 setting the variable ''memory_limit'' to a higher value. A manifestation of this problem
/plugin/strata/helper/
H A Dsyntax.php21 'variable' => '(?:\?[^\s:\(\)\[\]\{\}\<\>\|\~\!\@\#\$\%\^\&\*\?\="]+)',
35 'variable' => array('\?(.*)', array('name')),
172 * @param var string the name of the variable
173 * @param type string the type of the variable
174 * @param hint string the type hint of the variable
193 * Constructs a variable with the given name.
195 function variable($var) { function in helper_plugin_strata_syntax
197 return array('type'=>'variable', 'text'=>$var);
271 if(preg_match("/^({$p->variable})\s*(?:\((asc|desc)(?:ending)?\))?$/S",utf8_trim($line['text']),$match)) {
272 $var = $p->variable(
1007 _setPropertyValue($properties, $group, $region, $variable, $isMulti, $value, & $propertyValues) global() argument
[all...]
/plugin/strata/
H A Dmanual.txt73 For example, ''?p is a: person'' will match any subject that has field ''is a'' and value ''person'' to variable ''?p''.
75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hints). For example ''?p ?k [date]: 1982-7-23'' to find out who has what relation to the date 1982-7-23.
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
81 **Comparisons**: You can use normal operators (e.g, ''<'', ''>'', ''>='', ''%%<=%%'', ''='', ''!='') to compare values. A variable's type will be taken into account for the comparison. See [[#Comparison Operators]] for more information.
116 **Aggregates**: Variables can have multiple values (usually through grouping). You can apply an aggregate function to the variable's values by adding it to any variable in the opening tag with ''@''. For example ''?address@count'' will apply the [[#aggregates|count]] aggregate to the values in ''?address''.
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)'').
245 [[#Types]] can only be added to variables. A variable i
[all...]
/plugin/strata/syntax/
H A Dselect.php111 foreach($result['fields'] as $f) $projection[] = $f['variable'];
124 $footer = $this->handleFooter($footer, $result, $typemap, $variable);
128 $var = $f['variable'];
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCore.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
H A DshCoreDefault.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:#aa7700 !important;}
H A DshCoreDjango.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:#ffaa3e !important;}
H A DshCoreEclipse.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:#aa7700 !important;}
H A DshCoreEmacs.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:#ffaa3e !important;}
H A DshCoreFadeToGrey.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:#898989 !important;}
H A DshCoreMDUltra.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:aqua !important;}
H A DshCoreMidnight.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:#ffaa3e !important;}
H A DshCoreRDark.css54 .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
86 .syntaxhighlighter .variable{color:#ffaa3e !important;}
H A DshThemeDefault.css40 .syntaxhighlighter .variable{color:#aa7700 !important;}
H A DshThemeDjango.css40 .syntaxhighlighter .variable{color:#ffaa3e !important;}

1...<<111213141516171819