/plugin/wysiwyg/ |
H A D | script.js | 69 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 D | script.js | 16 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 D | SESSION.php | 34 function setVar($key, $value) function in SESSION 91 if(!$this->setVar($prefix . '_' . $key, $value)) 96 if(!$this->setVar($key, $value))
|
H A D | ADMINSTYLE.php | 132 $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 D | decrypt-dialog.js | 78 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 D | encrypt-dialog.js | 96 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 D | toggle-encryption-dialog.js | 94 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 D | tw-sack.js | 58 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 D | tw-sack.js | 58 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 D | tw-sack.js | 58 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 D | script.js | 71 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 D | Renderer.php | 133 $template->setVar( 162 $template->setVar( 253 $template->setVar(['level' => $level, 'percent' => sprintf('%.2F', $percent)]);
|
/plugin/bibtex/OSBib/format/ |
H A D | BIBSTYLE.php | 64 $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 D | HELPSTYLE.php | 123 $this->template->setVar('heading', 178 $this->template->setVar('body', $this->pString);
|
/plugin/translator/ |
H A D | script.js | 22 ajax.setVar(option, options[option]);
|
/plugin/ac/ |
H A D | script.js | 7 ajax.setVar(inps[inp].name, inps[inp].value);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 461 $classTemplate->setVar( 522 $classTemplate->setVar( 633 $methodTemplate->setVar( 661 $classTemplate->setVar( 869 $classTemplate->setVar( 1081 $deprecationTemplate->setVar( 1092 $template->setVar(
|
/plugin/ajaxloader/ |
H A D | script.js | 29 ajax.setVar(val, params[val]);
|
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/ |
H A D | Template.php | 82 public function setVar(array $values, $merge = TRUE) function in Text_Template
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/ |
H A D | Directory.php | 41 $template->setVar(
|
H A D | Dashboard.php | 42 $template->setVar(
|
H A D | File.php | 58 $template->setVar(
|
/plugin/fckg/fckeditor/editor/dialog/fck_link/ |
H A D | fck_link.js | 1342 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 D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 837 $template->setVar(
|