Home
last modified time | relevance | path

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

/plugin/wysiwyg/
H A Dscript.js69 ajax.setVar('action','checkPerms');
70 ajax.setVar('id',ID);
126 ajax.setVar('action','quit');
127 ajax.setVar('name',name);
128 ajax.setVar('id',ID);
171 ajax.setVar('action','save');
172 ajax.setVar('name',name);
173 ajax.setVar('html',html);
174 ajax.setVar('id',ID);
214 ajax.setVar('action','edit');
[all …]
/plugin/lastfm/
H A Dscript.js16 ajax.setVar('call', 'plugin_lastfm');
17 ajax.setVar('plugin_lastfm_chart', chart.id);
20 ajax.setVar(opts[i].firstChild.className, opts[i].firstChild.innerHTML);
/plugin/bibtex/OSBib/create/
H A DSESSION.php34 function setVar($key, $value) function in SESSION
91 if(!$this->setVar($prefix . '_' . $key, $value))
96 if(!$this->setVar($key, $value))
H A DADMINSTYLE.php132 $this->session->setVar('editStyleFile', $this->vars['editStyleFile']);
140 $this->session->setVar("style_shortName", $this->vars['editStyleFile']);
141 $this->session->setVar("style_longName", base64_encode($info['description']));
146 $this->session->setVar("cite_" . $array['_NAME'],
152 $this->session->setVar("style_" . $array['_NAME'],
162 $this->session->setVar($sessionKey, base64_encode($this->$type));
166 $this->session->setVar($sessionKey, base64_encode($this->fallback[$type]));
1213 $this->session->setVar("style_shortName", trim($this->vars['styleShortName']));
1311 $this->session->setVar($type, base64_encode(trim($this->vars[$type])));
1316 $this->session->setVar($name, base64_encode(trim($this->vars[$name])));
[all …]
/plugin/crypto/js/
H A Ddecrypt-dialog.js78 dialog.sack.setVar("call", "crypto_decrypt");
79 dialog.sack.setVar("secret", escape($('decrypt_dialog_password').value));
80 dialog.sack.setVar("data", getSelection(dialog.textArea).getText());
H A Dencrypt-dialog.js96 dialog.sack.setVar("call", "crypto_encrypt");
97 dialog.sack.setVar("secret", escape($('encrypt_dialog_password1').value));
98 dialog.sack.setVar("data", escape(selection.getText()));
H A Dtoggle-encryption-dialog.js94 dialog.sack.setVar("call", "crypto_decrypt");
95 dialog.sack.setVar("secret", escape($('toggle_encryption_dialog_password').value));
96 dialog.sack.setVar("data", dialog.tag.textContent);
/plugin/chat/
H A Dtw-sack.js58 this.setVar = function(name, value){ method in sack
79 this.setVar(urlVars[0], urlVars[1]);
98 this.setVar("rndval", new Date().getTime());
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js58 this.setVar = function(name, value){ method in sack
79 this.setVar(urlVars[0], urlVars[1]);
98 this.setVar("rndval", new Date().getTime());
/plugin/fckg/fckeditor/
H A Dtw-sack.js58 this.setVar = function(name, value){ method in sack
79 this.setVar(urlVars[0], urlVars[1]);
98 this.setVar("rndval", new Date().getTime());
/plugin/autlogin/
H A Dscript.js71 ajax.setVar('ajax', 'tree');
73 ajax.setVar('current_ns', encodeURIComponent(frm.elements['ns'].value));
74 ajax.setVar('current_id', encodeURIComponent(frm.elements['id'].value));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php133 $template->setVar(
162 $template->setVar(
253 $template->setVar(['level' => $level, 'percent' => sprintf('%.2F', $percent)]);
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php64 $this->session->setVar("style_name", $info['name']);
65 $this->session->setVar("cite_citation", base64_encode(serialize($citation)));
66 $this->session->setVar("style_common", base64_encode(serialize($styleCommon)));
67 $this->session->setVar("style_types", base64_encode(serialize($styleTypes)));
H A DHELPSTYLE.php123 $this->template->setVar('heading',
178 $this->template->setVar('body', $this->pString);
/plugin/translator/
H A Dscript.js22 ajax.setVar(option, options[option]);
/plugin/ac/
H A Dscript.js7 ajax.setVar(inps[inp].name, inps[inp].value);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php461 $classTemplate->setVar(
522 $classTemplate->setVar(
633 $methodTemplate->setVar(
661 $classTemplate->setVar(
869 $classTemplate->setVar(
1081 $deprecationTemplate->setVar(
1092 $template->setVar(
/plugin/ajaxloader/
H A Dscript.js29 ajax.setVar(val, params[val]);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php82 public function setVar(array $values, $merge = TRUE) function in Text_Template
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php41 $template->setVar(
H A DDashboard.php42 $template->setVar(
H A DFile.php58 $template->setVar(
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1342 fckg_ajax.setVar('dw_id',wiki_id);
1413 ajax2.setVar('Command','GetDwfckNs');
1414 ajax2.setVar('Type','File');
1415 ajax2.setVar('CurrentFolder','nothing');
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php837 $template->setVar(