Home
last modified time | relevance | path

Searched refs:variable (Results 101 – 125 of 464) sorted by relevance

12345678910>>...19

/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dpojoaque.min.css1 ….hljs-section,.hljs-built_in,.hljs-name{color:#ffb03b}.hljs-variable,.hljs-template-variable,.hljs…
H A Ddocco.min.css1 …name,.hljs-attribute{color:#000080;font-weight:normal}.hljs-variable,.hljs-template-variable{color…
H A Dgithub.min.css1 …olor:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs…
H A Dobsidian.min.css1 …or-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-vari…
H A Dxcode.min.css1 …tag,.hljs-literal{color:#aa0d91}.hljs-name{color:#008}.hljs-variable,.hljs-template-variable{color…
H A Dschool-book.min.css1 …s-built_in,.hljs-builtin-name,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-vari…
H A Didea.min.css1 …t-style:italic}.hljs-doctag{text-decoration:underline}.hljs-variable,.hljs-template-variable{color…
H A Dhybrid.min.css1 …s-bullet,.hljs-tag{color:#81a2be}.hljs-subst,.hljs-variable,.hljs-template-tag,.hljs-template-vari…
H A Drailscasts.min.css1 …{color:#c26230}.hljs-string,.hljs-number,.hljs-regexp,.hljs-variable,.hljs-template-variable{color…
H A Dsunburst.min.css1 …,.hljs-bullet,.hljs-number{color:#3387cc}.hljs-params,.hljs-variable,.hljs-template-variable{color…
H A Dagate.min.css17 …js-emphasis{font-style:italic}.hljs-tag{color:#62c8f3}.hljs-variable,.hljs-template-variable,.hljs…
/plugin/revealjs/lib/css/
H A Dzenburn.css30 .hljs-variable,
31 .hljs-template-variable,
H A Dmonokai.css49 .hljs-variable,
51 .hljs-template-variable {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst5 undefined or empty, otherwise the value of the variable:
18 method calls, be sure to use the ``default`` filter whenever a variable can be
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php190 ->variable($result)
233 ->variable($result)
262 ->variable($result)
H A DError.php86 ->variable($result)
129 ->variable($result)
/plugin/codemirror/dist/
H A Dstyles.min.css1variable-2,#dokuwiki__content .cm-s-default .cm-variable-2{color:#05a}form#dw__editform .cm-s-defa…
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php346 $variable = $context->getDataVariable($name);
347 if (is_bool($variable)) {
348 return $variable ? 'true' : 'false';
350 return $variable;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php39 function table_var_dump($variable) { argument
41 switch (gettype($variable)) {
52 if (($key == 'data') && isset($variable['image_mime']) && isset($variable['dataoffset'])) {
79 $returnstring .= $variable;
88 $variable = str_replace(chr(0), ' ', $variable);
89 $varlen = strlen($variable);
121 return print_r($variable, true);
124 var_dump($variable);
1202 if (isset($variable)) {
1203 $variable += $increment;
[all …]
/plugin/highlightjs/highlight/styles/
H A Ddark.css48 .django .variable,
91 .bash .variable,
/plugin/rplus/
H A Drenderer.php48 * @var variable that permits to carry the header text of a previous section
54 * @var variable that permits to carry the position of a previous section
59 * @var variable that permits to carry the position of a previous section
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst40 special ``varargs`` variable as a list of values.
48 ``_context`` variable.
63 the ``forms`` variable.
73 special ``_self`` variable to import them:
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D10.10.js.map1variable'],\n [/%%[\\w]+(?!\\w)/, 'variable'],\n // punctuations\n …
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php164 $code .= $this->variable(
523 private function variable($id, $filters, $escape, $level) function in Mustache_Compiler
664 * @param string $variable (default: '$value')
668 private function getCallable($variable = '$value') argument
672 return sprintf($tpl, $variable, $variable);
/plugin/mytemplate/
H A DREADME23 - "var" is optional. If set, the result of this replacement will be stored in a variable by that
37 value of the variable. (sample: ~~VAR(0):key~~)
38 LOOK - This is a map lookup. You can define an array in the structure page and use a variable
50 evaluated, the other also doesn't get its result assigned to a variable.
82 When declaring a variable for a LIST command, VALUE is a list of rows,
88 All variable declarations need to be enclosed within the following tags
124 from multiple templates or you can include variable definitions from

12345678910>>...19