/plugin/linkback/exe/ |
H A D | trackback.php | 27 var $tools; variable in TrackbackServer 33 $this->tools =& plugin_load('tools', 'linkback'); 49 if (!$this->tools->getConf('enable_trackback')) { 107 if ($this->tools->getConf('log_processing')) 108 $this->tools->addProcessLogEntry($log); 116 if ($this->tools->getConf('log_processing')) 117 $this->tools->addProcessLogEntry($log); 127 $this->tools->addProcessLogEntry($log); 143 if ($this->tools->getConf('usefavicon')) { 154 $this->tools->notify($ID, $linkback); [all …]
|
H A D | pingback.php | 38 var $tools; variable in PingbackServer 44 $this->tools =& plugin_load('tools', 'linkback'); 57 if (!$this->tools->getConf('enable_pingback')) 67 $page = $this->tools->getPage($sourceUri); 118 if ($this->tools->getConf('usefavicon')) { 128 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']); 129 $this->tools->notify($ID, $linkback); 130 if ($this->tools->getConf('log_processing')) 131 $this->tools->addProcessLogEntry($evt_data['log']); 135 if ($this->tools->getConf('log_processing')) [all …]
|
/plugin/blogtng/action/ |
H A D | new.php | 50 $tools = plugin_load('helper', 'blogtng_tools'); 51 if(!$tools->getParam('new/title')){ 57 $new = $tools->mkpostid($tools->getParam('new/format'),$tools->getParam('new/title')); 61 'btng[post][blog]' => $tools->getParam('post/blog'), 62 'btng[post][tags]' => $tools->getParam('post/tags'), 63 'btng[post][commentstatus]' => $tools->getParam('post/commentstatus'), 64 'btng[new][format]' => $tools->getParam('new/format'), 65 'btng[new][title]' => $tools->getParam('new/title') 70 $TEXT = $this->_prepare_template($new, $tools->getParam('new/title'));
|
H A D | edit.php | 17 var $tools; variable in action_plugin_blogtng_edit 27 $this->tools = plugin_load('helper', 'blogtng_tools'); 58 $blog = $this->tools->getParam('post/blog'); 89 $commentstatus = $this->tools->getParam('post/commentstatus'); 98 $postdate = $this->tools->getParam('post/date'); 163 $blog = $this->tools->getParam('post/blog'); 191 $time = mktime($this->tools->getParam('post/date/hh'), 192 $this->tools->getParam('post/date/mm'), 194 $this->tools->getParam('post/date/MM'), 195 $this->tools->getParam('post/date/DD'), [all …]
|
H A D | comments.php | 18 var $tools = null; variable in action_plugin_blogtng_comments 25 $this->tools = plugin_load('helper', 'blogtng_tools'); 67 $comment['source'] = $this->tools->getParam('comment/source'); 68 …$comment['name'] = (($commentname = $this->tools->getParam('comment/name'))) ? $commentname : $I… 69 …$comment['mail'] = (($commentmail = $this->tools->getParam('comment/mail'))) ? $commentmail : $I… 70 … $comment['web'] = (($commentweb = $this->tools->getParam('comment/web'))) ? $commentweb : '';
|
/plugin/tools/ |
H A D | style.css | 1 ul.tools { 10 ul.tools li.head { 17 ul.tools li { 25 ul.tools li a { 33 ul.tools li a:hover {
|
H A D | README | 3 tools Plugin for DokuWiki 5 Documentation on the tools plugin can be found at http://www.dokuwiki.org/plugin:tools. 8 lib/plugins/tools/ - if the folder is called different it
|
H A D | plugin.info.txt | 1 base tools 6 desc Insert toolbar with tools on pages 7 url http://www.dokuwiki.org/plugin:tools
|
/plugin/blogtng/exe/ |
H A D | trackback.php | 29 var $tools; variable in TrackbackServer 35 $this->tools = plugin_load('helper', 'blogtng_linkback'); 48 if (is_null($this->tools) || !$this->tools->linkbackAllowed()) { 73 if (!$this->tools->saveLinkback('trackback', strip_tags($_REQUEST['title']),
|
H A D | pingback.php | 40 var $tools; variable in PingbackServer 47 $this->tools = plugin_load('helper', 'blogtng_linkback'); 63 if (is_null($this->tools) || !$this->tools->linkbackAllowed()) { 90 if (!$this->tools->saveLinkback('pingback', $linkback['title'],
|
/plugin/pdfjs/pdfjs/web/ |
H A D | debugger.js | 506 tools: [ 512 var all = false, tools = this.tools; 517 var tool = tools[i]; 524 tools.sort(function(a, b) { 558 var tools = this.tools; 561 var tool = tools[i]; 588 if (this.tools[i].enabled) { 589 this.tools[i].cleanup(); 601 var tools = this.tools; 605 tools[j].active = true; [all …]
|
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
H A D | smiley.js | 1 …tools.addFunction(function(s,i){s=new CKEDITOR.dom.event(s);i=new CKEDITOR.dom.element(i);var u,t;…
|
H A D | smiley.js.unc | 45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) { 121 …lId + '"', ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', o… 122 …' cke_src="', CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '" alt="', de… 123 CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '"', 133 var labelId = CKEDITOR.tools.getNextId() + '_smiley_emtions_label'; 152 var smileyLabelId = 'cke_smile_label_' + i + '_' + CKEDITOR.tools.getNextNumber(); 156 …lId + '"', ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', o… 157 …' cke_src="', CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '" alt="', de… 158 CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '"', 185 var smileyLabelId = 'cke_smile_label_' + i + '_' + CKEDITOR.tools.getNextNumber(); [all …]
|
H A D | smiley.js.4.3 | 5 …height}});f.insertElement(c);i.hide();j.data.preventDefault()},n=CKEDITOR.tools.addFunction(functi… 7 …())b=b.getLast().getChild(0),b.focus(),a.preventDefault(!0)}}),d=CKEDITOR.tools.getNextId()+"_smil… 8 …tools.getNextNumber();d.push('<td class="cke_dark_background cke_centered" style="vertical-align: … 9 …[a],'" cke_src="',CKEDITOR.tools.htmlEncode(e.smiley_path+h[a]),'" alt="',e.smiley_descriptions[a]…
|
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/ |
H A D | smiley.js | 1 …tools.addFunction(function(s,i){s=new CKEDITOR.dom.event(s);i=new CKEDITOR.dom.element(i);var u,t;…
|
H A D | smiley.js.unc | 45 var onKeydown = CKEDITOR.tools.addFunction( function( ev, element ) { 121 …lId + '"', ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', o… 122 …' cke_src="', CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '" alt="', de… 123 CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '"', 133 var labelId = CKEDITOR.tools.getNextId() + '_smiley_emtions_label'; 152 var smileyLabelId = 'cke_smile_label_' + i + '_' + CKEDITOR.tools.getNextNumber(); 156 …lId + '"', ' class="cke_smile cke_hand" tabindex="-1" onkeydown="CKEDITOR.tools.callFunction( ', o… 157 …' cke_src="', CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '" alt="', de… 158 CKEDITOR.tools.htmlEncode( config.dokuSmileyPath + dwimages[ i ][1] ), '"', 185 var smileyLabelId = 'cke_smile_label_' + i + '_' + CKEDITOR.tools.getNextNumber(); [all …]
|
H A D | smiley.js.4.3 | 5 …height}});f.insertElement(c);i.hide();j.data.preventDefault()},n=CKEDITOR.tools.addFunction(functi… 7 …())b=b.getLast().getChild(0),b.focus(),a.preventDefault(!0)}}),d=CKEDITOR.tools.getNextId()+"_smil… 8 …tools.getNextNumber();d.push('<td class="cke_dark_background cke_centered" style="vertical-align: … 9 …[a],'" cke_src="',CKEDITOR.tools.htmlEncode(e.smiley_path+h[a]),'" alt="',e.smiley_descriptions[a]…
|
/plugin/geonav/tpl/startermap/css/ |
H A D | mobile.css | 34 #dokuwiki__header .tools { 39 #dokuwiki__header .tools, 40 #dokuwiki__header .tools li { 44 [dir=rtl] #dokuwiki__header .tools, 45 [dir=rtl] #dokuwiki__header .tools li {
|
/plugin/syntaxhighlighter/Styles/ |
H A D | SyntaxHighlighter.css | 121 .dp-highlighter.printing .tools 131 /* Styles for the tools */ 133 .dp-highlighter .tools 143 .dp-highlighter.nogutter .tools 148 .dp-highlighter.collapsed .tools 153 .dp-highlighter .tools a 162 .dp-highlighter .tools a:hover
|
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/ |
H A D | specialchar.js | 1 …tools.addFunction(d);var b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span…
|
H A D | specialchar.js.orig | 5 ….createElement("span"),c.setHtml(b),i.insertText(c.getText())},m=CKEDITOR.tools.addFunction(k),j,g… 6 …tElement("info","charPreview").getElement().setHtml(a);f.setHtml(CKEDITOR.tools.htmlEncode(a));b.g… 7 j=void 0)},n=CKEDITOR.tools.addFunction(function(c){var c=new CKEDITOR.dom.event(c),b=c.getTarget()… 9 …{for(var c=this.definition.charColumns,b=i.config.specialChars,a=CKEDITOR.tools.getNextId()+"_spec… 10 …tools.getNextNumber();f.push('<td class="cke_dark_background" style="cursor: default" role="presen… 11 ', event, this )" onclick="CKEDITOR.tools.callFunction('+m+', this); return false;" tabindex="-1"><…
|
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/ |
H A D | specialchar.js | 1 …tools.addFunction(d);var b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span…
|
/plugin/ckgdoku/ |
H A D | README.md | 2 …n of ckgedit which allows for switching between native dokuwiki editor tools and ckgedit's tools.
|
/plugin/blogtng/syntax/ |
H A D | blog.php | 35 var $tools = null; variable in syntax_plugin_blogtng_blog 164 if($start = $this->tools->getParam('pagination/start')){ // start offset 168 if($tags = $this->tools->getParam('post/tags')){ // tags 240 $this->tools = plugin_load('helper', 'blogtng_tools');
|
/plugin/bookcreator/ |
H A D | style.css | 173 * Page tools 178 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a .bookmin { 182 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookplus { 185 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookmin { 192 .tools a.plugin_bookcreator__addtobook .bookmin { 196 .tools a.plugin_bookcreator__addtobook.remove .bookplus { 199 .tools a.plugin_bookcreator__addtobook.remove .bookmin {
|