Home
last modified time | relevance | path

Searched refs:variable (Results 101 – 125 of 464) sorted by last modified time

12345678910>>...19

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D33.33.js.map1variable.predefined'],\n [\n /[.a-zA-Z_]\\w*/,\n {\n …
H A D13.13.js.map1variable.predefined'],\n [\n /[a-zA-Z_]\\w*/,\n {\n …
H A D10.10.js.map1variable'],\n [/%%[\\w]+(?!\\w)/, 'variable'],\n // punctuations\n …
H A D18.18.js.map1variable: /\\${?[\\w]+}?/,\n tokenizer: {\n root: [\n { include: '@whitespace…
H A D2.2.js.map1variable.\n */\n DocumentHighlightKind.Read = 2;\n /**\n * Write-access of a symbol,…
H A D27.27.js.map1variable',\n '@default': 'keyword.flow'\n }\n …
H A D39.39.js.map1variable.predefined',\n '@quoteLikeOps': {\n tok…
H A Dbundle.js1variable=4,e.class=5,e.struct=6,e.interface=7,e.module=8,e.property=9,e.event=10,e.operator=11,e.u…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && s…
/plugin/publistf/
H A Dplugin.info.txt6 desc A modified version of publist/publistx plugin that does caching and allows for variable pass…
/plugin/webcode/
H A DREADME.md80 * There was a bug with the declaration of a variable
95 * The 's' variable leaked from the window.console.log function of the webCodeConsole.js
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1653 * Changed: Browser plugin now uses POST variable 'sabreAction' instead of
1927 * Fixed: Issue 36: Incorrect variable name, throwing error in some requests.
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php68 * @param int|null $variable
73 public static function safe_inc(&$variable, $increment=1) { argument
74 if (isset($variable)) {
75 $variable += $increment;
77 $variable = $increment;
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt93 * bugfix (G:145) incompatible variable types
168 * bugfix (G:55): readme.md variable reference
322 * Bugfix: (#1266) variable tablename: extension.cache.mysql.php
329 * Bugfix: (#1215) undefined variable in PrintHexBytes()
453 » replace all error-suppressing @$variable calls with
1132 * Bugfix: Undefined variable in table_var_dump() in demo/check.php
1626 [unknown program] writes variable-length tags (which is illegal
2374 ¤ Changed variable system to work with (register_globals = off)
2895 » Support for variable-bitrate (VBR) files, both Xing and Fraunhofer
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md52 variable values, and then to simply deliver the correct asset version at runtime.
H A DCHANGELOG-1.2.md46 * Updated AssetCollection to not add several time the same variable in path
/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/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php453 function string_var_dump($variable) { argument
455 return print_r($variable, true);
458 var_dump($variable);
464 function table_var_dump($variable, $wrap_in_td=false, $encoding='') { argument
468 switch (gettype($variable)) {
472 foreach ($variable as $key => $value) {
481 if (($key == 'data') && isset($variable['image_mime'])) {
501 …$returnstring .= ($wrap_in_td ? '<td class="dump_integer">' : '').$variable.($wrap_in_td ? '</td>'…
506 …$returnstring .= ($wrap_in_td ? '<td class="dump_double">' : '').$variable.($wrap_in_td ? '</td>'.…
511 …$returnstring .= ($wrap_in_td ? '<td>' : '').string_var_dump($variable).($wrap_in_td ? '</td>'."\n…
[all …]
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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php69 public function addVariable($variable) argument
71 $this->variables[] = $variable;
/plugin/countdown/
H A DChangeLog55 * conf/default.php: new variable 'use_today'
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt8 - Fix variable casing.
77 - Fix Undefined variable notice. (dpieper85)
/plugin/codemirror/dist/modes/
H A Dfactor.min.js.map1 …ken: \"keyword\"},\n // any id (?)\n {regex: /\\S+/, token: \"variable\"},\n {regex…
H A Dforth.min.js.map1 …earchWordList(stt.wordList, mat[1]) !== undefined) {\n return 'variable' + stt.state;\n …
H A Dgherkin.min.js.map1 …tate.allowPlaceholders && stream.match(/<[^>]*>?/)) {\n return \"variable\";\n\n // Fa…

12345678910>>...19