/plugin/bibtex/OSBib/create/ |
H A D | index.php | 39 $vars = $init->getVars(); variable 43 if(!$vars) 46 $admin = new ADMINSTYLE($vars); 52 $admin = new ADMINSTYLE($vars); 58 $admin = new ADMINSTYLE($vars); 64 $admin = new ADMINSTYLE($vars); 70 $admin = new ADMINSTYLE($vars); 76 $admin = new ADMINSTYLE($vars); 82 $admin = new ADMINSTYLE($vars); 88 $admin = new ADMINSTYLE($vars); [all …]
|
H A D | INIT.php | 46 $vars = $_POST; 48 $vars = $_GET; 52 $vars = array_map(array("INIT", "magicSlashes"), $vars); 53 return $vars;
|
H A D | ADMINSTYLE.php | 28 function ADMINSTYLE($vars) argument 30 $this->vars = $vars; 1088 if(isset($this->vars[$input])) 1126 if(isset($this->vars[$input])) 1169 if(!isset($this->vars[$name])) 1172 $name = $this->vars[$name]; 1210 if(!trim($this->vars['styleShortName'])) 1228 if(!isset($this->vars[$input])) 1304 if(trim($this->vars['styleLongName'])) 1310 if(trim($this->vars[$type])) [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/ |
H A D | VarUtils.php | 25 * @param array $vars Variable names 32 public static function resolve($template, array $vars, array $values) argument 35 foreach ($vars as $var) { 50 public static function getCombinations(array $vars, array $values) argument 52 if (!$vars) { 59 if (!in_array($var, $vars, true)) { 70 foreach ($vars as $var) {
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfctemplate.class.php | 32 var $vars; variable in pfcTemplate 50 foreach( $this->vars as $v_name => $v_val ) 61 $vars = get_object_vars($obj); 62 foreach( $vars as $v_name => $v_val ) 63 $this->vars[$v_name] = $v_val; 64 $this->vars[$name] =& $obj; // assigne also the whole object
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | DebugExtension.php | 51 function twig_var_dump(Environment $env, $context, array $vars = []) argument 59 if (!$vars) { 60 $vars = []; 63 $vars[$key] = $value; 67 var_dump($vars); 69 foreach ($vars as $var) {
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | BaseAsset.php | 34 private $vars; variable in Assetic\\Asset\\BaseAsset 43 * @param array $vars 45 …tion __construct($filters = array(), $sourceRoot = null, $sourcePath = null, array $vars = array()) argument 53 $this->vars = $vars; 149 if ($this->vars) { 150 foreach ($this->vars as $var) { 162 return $this->vars; 168 if (!in_array($var, $this->vars, true)) {
|
H A D | AssetCollection.php | 32 private $vars; variable in Assetic\\Asset\\AssetCollection 41 * @param array $vars 43 …ction __construct($assets = array(), $filters = array(), $sourceRoot = null, array $vars = array()) argument 53 $this->vars = $vars; 222 return $this->vars;
|
H A D | FileAsset.php | 33 * @param array $vars 37 …nstruct($source, $filters = array(), $sourceRoot = null, $sourcePath = null, array $vars = array()) argument 54 parent::__construct($filters, $sourceRoot, $sourcePath, $vars);
|
H A D | HttpAsset.php | 33 * @param array $vars 37 …public function __construct($sourceUrl, $filters = array(), $ignoreErrors = false, array $vars = a… argument 51 parent::__construct($filters, $scheme.'://'.$host, $path, $vars);
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/ |
H A D | IncludeTest.php | 29 …$vars = new ArrayExpression([new ConstantExpression('foo', 1), new ConstantExpression(true, 1)], 1… 30 $node = new IncludeNode($expr, $vars, true, false, 1); 31 $this->assertEquals($vars, $node->getNode('variables')); 61 …$vars = new ArrayExpression([new ConstantExpression('foo', 1), new ConstantExpression(true, 1)], 1… 62 $node = new IncludeNode($expr, $vars, false, false, 1); 69 $node = new IncludeNode($expr, $vars, true, false, 1); 76 $node = new IncludeNode($expr, $vars, true, true, 1);
|
/plugin/chat/ |
H A D | tw-sack.js | 20 this.vars = new Object(); 59 this.vars[name] = Array(value, false); 66 this.vars[encodeURIComponent(name)] = Array(encodeURIComponent(value), true); 101 for (key in this.vars) { 102 if (false == this.vars[key][1] && true == this.encodeURIString) { 103 encoded = this.encVar(key, this.vars[key][0], true); 104 delete this.vars[key]; 105 this.vars[encoded[0]] = Array(encoded[1], true); 109 urlstringtemp[urlstringtemp.length] = key + "=" + this.vars[key][0];
|
/plugin/fckg/fckeditor/editor/dialog/ |
H A D | tw-sack.js | 20 this.vars = new Object(); 59 this.vars[name] = Array(value, false); 66 this.vars[encodeURIComponent(name)] = Array(encodeURIComponent(value), true); 101 for (key in this.vars) { 102 if (false == this.vars[key][1] && true == this.encodeURIString) { 103 encoded = this.encVar(key, this.vars[key][0], true); 104 delete this.vars[key]; 105 this.vars[encoded[0]] = Array(encoded[1], true); 109 urlstringtemp[urlstringtemp.length] = key + "=" + this.vars[key][0];
|
/plugin/fckg/fckeditor/ |
H A D | tw-sack.js | 20 this.vars = new Object(); 59 this.vars[name] = Array(value, false); 66 this.vars[encodeURIComponent(name)] = Array(encodeURIComponent(value), true); 101 for (key in this.vars) { 102 if (false == this.vars[key][1] && true == this.encodeURIString) { 103 encoded = this.encVar(key, this.vars[key][0], true); 104 delete this.vars[key]; 105 this.vars[encoded[0]] = Array(encoded[1], true); 109 urlstringtemp[urlstringtemp.length] = key + "=" + this.vars[key][0];
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | LineFormatter.php | 81 $vars = parent::format($record); 85 foreach ($vars['extra'] as $var => $val) { 88 unset($vars['extra'][$var]); 92 foreach ($vars['context'] as $var => $val) { 95 unset($vars['context'][$var]); 100 if (empty($vars['context'])) { 101 unset($vars['context']); 105 if (empty($vars['extra'])) { 106 unset($vars['extra']); 111 foreach ($vars as $var => $val) {
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/ |
H A D | Trans.php | 42 list($msg, $vars) = $this->compileString($this->getNode('body')); 47 $vars = array_merge($vars, $vars1); 60 if ($vars) { 78 foreach ($vars as $var) { 128 $vars = array(); 143 … $vars[] = new Twig_Node_Expression_Name($n->getAttribute('name'), $n->getTemplateLine()); 152 … Twig_Node(array(new Twig_Node_Expression_Constant(trim($msg), $body->getTemplateLine()))), $vars);
|
/plugin/components/lib/ |
H A D | ajax.php | 101 if (isset($vars[$var])) throw new DokuAJAXColidingParamException($var); 105 $vars = array(); 131 $vars[$var] = $value; 135 if (!$this->auth($vars)) $this->error(403); 136 $this->respond($this->call($vars));
|
/plugin/diagramsnet/lib/plugins/ |
H A D | p1.js | 53 var vars = graphGetExportVariables.apply(this, arguments); 56 vars['today'] = new Date().toLocaleString(); 57 vars['filename'] = (file != null && file.getTitle() != null) ? file.getTitle() : ''; 59 return vars;
|
/plugin/fedauth/js/ |
H A D | aoihelper.js | 14 var vars = query.split("&"); 15 for (var i=0;i<vars.length;i++) { 16 var pair = vars[i].split("=");
|
/plugin/mikioplugin/ |
H A D | css.php | 59 $vars = Array(); 63 $vars['ini_' . substr($key, 2, -2)] = $val; 68 if(count($vars) > 0) { 69 $less->setVariables($vars); 66 $vars = Array(); global() variable
|
/plugin/bez/ |
H A D | script.js | 22 var vars = {}, 25 vars[key] = value; 27 return vars;
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Parser.php | 88 $vars = []; 90 $vars[$k] = $v; 93 …unset($vars['stack'], $vars['env'], $vars['handlers'], $vars['visitors'], $vars['expressionParser'… 94 $this->stack[] = $vars;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/ |
H A D | EvalObjectFactorySniff.php | 64 $vars = array(); 70 $vars[$i] = $tokens[$i]['content']; 79 foreach ($vars as $varPtr => $varName) {
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | AsseticNode.php | 104 if ($vars = $asset->getVars()) { 107 foreach ($vars as $var) { 137 if (!$vars = $asset->getVars()) { 149 foreach ($vars as $var) {
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/ |
H A D | iterable.test | 4 {% with vars %} 8 return ['vars' => new ArrayObject(['foo' => 'baz', 'bar' => 'qux'])]
|