Home
last modified time | relevance | path

Searched refs:variable (Results 301 – 325 of 464) sorted by path

1...<<111213141516171819

/plugin/highlightjs/highlight/styles/
H A Ddefault.css39 .django .variable,
44 .bash .variable,
94 .bash .variable,
H A Dfar.css39 .django .variable,
62 .bash .variable {
H A Dgithub.css50 .attribute, .variable, .instancevar, .lisp .body {
H A Didea.css60 .variable, .envvar, .apache .sqbracket {
H A Dir_black.css45 .symbol, .number, .variable, .vbscript, .literal {
H A Dmagula.css32 .django .variable,
37 .bash .variable,
86 .bash .variable,
H A Dschool_book.css53 .django .variable,
96 .bash .variable,
H A Dsunburst.css53 .params, .variable {
H A Dvs.css22 .bash .variable {
36 .django .variable,
H A Dzenburn.css34 .django .variable,
46 .variable,
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog793 * Change: added sample file illustrating passing variable with
1011 HTML2PS_PATH variable
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDuplicateArgumentSniff.php65 $variable = $tokens[$i]['content'];
66 if (in_array($variable, $foundVariables) === true) {
68 $data = array($variable);
71 $foundVariables[] = $variable;
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …tility::before{content:"\F7FA"}.mdi-vanish::before{content:"\F7FB"}.mdi-variable::before{content:"…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt497 # pause change any variable and then enter RESUME
640 # --No case-sensitivity for variable names.
2194 # bug fix: _applet variable not initializing properly
3807 # bug fix: _set variable definition removed
4424 # new feature: print command prints a variable expression
4602 # setting an array variable to the color values:
5056 # adds _spinning variable
5381 # isosurface variable x # simple 100% vdw radius mapping
5469 # We have eight different variable types now:
5561 # DATA() function and variable option for DATA command
[all …]
/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/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/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/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/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php69 public function addVariable($variable) argument
71 $this->variables[] = $variable;
/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/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.protobuf.css1 .syntax .protobuf .variable {
H A Djquery.syntax.core.css23 .syntax-theme-base .syntax .variable {

1...<<111213141516171819