Home
last modified time | relevance | path

Searched refs:vars (Results 1 – 25 of 120) sorted by relevance

12345

/plugin/bibtex/OSBib/create/
Dindex.php39 $vars = $init->getVars(); variable
43 if(!$vars)
46 $admin = new ADMINSTYLE($vars);
49 else if($vars["action"] == 'adminStyleAddInit')
52 $admin = new ADMINSTYLE($vars);
55 else if($vars["action"] == 'adminStyleAdd')
58 $admin = new ADMINSTYLE($vars);
61 else if($vars["action"] == 'adminStyleEditInit')
64 $admin = new ADMINSTYLE($vars);
67 else if($vars["action"] == 'adminStyleEditDisplay')
[all …]
DINIT.php46 $vars = $_POST;
48 $vars = $_GET;
52 $vars = array_map(array("INIT", "magicSlashes"), $vars);
53 return $vars;
DADMINSTYLE.php28 function ADMINSTYLE($vars) argument
30 $this->vars = $vars;
132 $this->session->setVar('editStyleFile', $this->vars['editStyleFile']);
133 $dir = strtolower($this->vars['editStyleFile']);
134 $fileName = $this->vars['editStyleFile'] . ".xml";
140 $this->session->setVar("style_shortName", $this->vars['editStyleFile']);
304 $dirName = OSBIB_STYLE_DIR . "/" . strtolower(trim($this->vars['styleShortName']));
305 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
581 $pString .= FORM::hidden("editStyleFile", $this->vars['editStyleFile']) .
583 TABLE::td(MISC::b($this->vars['editStyleFile'] . ":  "),
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
DVarUtils.php25 * @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/
Dpfctemplate.class.php32 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/
DDebugExtension.php51 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/
DBaseAsset.php34 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)) {
DAssetCollection.php32 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;
DFileAsset.php33 * @param array $vars
37 …nstruct($source, $filters = array(), $sourceRoot = null, $sourcePath = null, array $vars = array()) argument
54 parent::__construct($filters, $sourceRoot, $sourcePath, $vars);
DHttpAsset.php33 * @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/
DIncludeTest.php29 …$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/
Dtw-sack.js20 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/
Dtw-sack.js20 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/
Dtw-sack.js20 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/
DLineFormatter.php81 $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/
DTrans.php42 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/asciidocjs/node_modules/with/
Dindex.js29 var vars = detect(src).map(function (global) { return global.name; })
36 if (vars.length === 0) return src
44 while (vars.indexOf(local) != -1 || exclude.indexOf(local) != -1) {
49 while (vars.indexOf(result) != -1 || exclude.indexOf(result) != -1) {
53 var inputVars = vars.map(function (v) {
59 src = '(function (' + vars.join(', ') + ') {' +
/plugin/components/lib/
Dajax.php101 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/
Dp1.js53 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/
Daoihelper.js14 var vars = query.split("&");
15 for (var i=0;i<vars.length;i++) {
16 var pair = vars[i].split("=");
/plugin/mikioplugin/
H A Dcss.php91 $vars = []; variable
95 $vars['ini_' . substr($key, 2, -2)] = $val;
100 if (!empty($vars)) {
101 $less->setVariables($vars);
/plugin/findologicxmlexport/vendor/twig/twig/src/
DParser.php88 $vars = [];
90 $vars[$k] = $v;
93 …unset($vars['stack'], $vars['env'], $vars['handlers'], $vars['visitors'], $vars['expressionParser'…
94 $this->stack[] = $vars;
/plugin/bez/
H A Dscript.js22 var vars = {},
25 vars[key] = value;
27 return vars;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
DAsseticNode.php104 if ($vars = $asset->getVars()) {
107 foreach ($vars as $var) {
137 if (!$vars = $asset->getVars()) {
149 foreach ($vars as $var) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
DEvalObjectFactorySniff.php64 $vars = array();
70 $vars[$i] = $tokens[$i]['content'];
79 foreach ($vars as $varPtr => $varName) {

12345