Home
last modified time | relevance | path

Searched refs:getParam (Results 101 – 103 of 103) sorted by path

12345

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.min.js17getParam("collapse"))return"";var t=e.getParam("title");return B.toolbar.getButtonHtml(e,"expandSo… method in B.Highlighter
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1283 getParam: function(name, defaultValue) method in sh.Highlighter
1455 brushName = this.getParam('brush')
1556 if (this.getParam('light') == true)
1561 if (this.getParam('collapse') == true)
1571 classes.push(this.getParam('brush'));
1577 tabSize = this.getParam('tab-size');
1586 if (this.getParam('unindent'))
1600 if (this.getParam('auto-links'))
1646 if (this.getParam('toolbar'))
1649 if (this.getParam('quick-code'))
[all …]
/plugin/tagging/
H A Dhelper.php726 $sort = explode(',', $this->getParam('sort'));
740 $form->setHiddenField('[tagging]sort', $this->getParam('sort'));
925 public function getParam($name) function in helper_plugin_tagging
952 if (!$this->getParam('sort')) {

12345