| /plugin/linkback/exe/ |
| D | trackback.php | 23 var $tools; variable in TrackbackServer 29 $this->tools = plugin_load('tools', 'linkback'); //TODO type 'tools'? is that possible? 45 if (!$this->tools->getConf('enable_trackback')) { 103 if ($this->tools->getConf('log_processing')) 104 $this->tools->addProcessLogEntry($log); 112 if ($this->tools->getConf('log_processing')) 113 $this->tools->addProcessLogEntry($log); 119 $page = $this->tools->getPage($linkback['url']); 122 if ($this->tools->getConf('log_processing')) 123 $this->tools->addProcessLogEntry($log); [all …]
|
| D | pingback.php | 37 var $tools; variable in PingbackServer 43 $this->tools = plugin_load('tools', 'linkback'); //TODO type 'tools'? is that possible? 61 if (!$this->tools->getConf('enable_pingback')) 71 $page = $this->tools->getPage($sourceUri); 122 if ($this->tools->getConf('usefavicon')) { 123 $linkback['favicon'] = $this->tools->getFavicon($linkback['url'], $page['body']); 132 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']); 133 $this->tools->notify($ID, $linkback); 134 if ($this->tools->getConf('log_processing')) 135 $this->tools->addProcessLogEntry($evt_data['log']); [all …]
|
| /plugin/moaieditor/scripts/match/ |
| D | match_paragraphs.js | 9 this.tools = outer.tools; 48 this.tools.media.same(score, block, node); 49 this.tools.sameWords(score, block.cleantext, node.handle.textContent, 'whitespace'); 101 if (this.tools.hasBlockTags(block.text)) 105 this.tools.media.gatherFromText(block); // Remove media tags from text 106 … this.tools.replaceLinks(block); // Replace links with what 'node.textContent' would show 109 if (this.tools.hasImbaInlineTags(block.nolinktext))
|
| D | matcher.js | 16 this.tools = new MoaiEditor.MatchTools(this); 128 this.tools = outer.tools; 206 this.tools = outer.tools;
|
| /plugin/tools/ |
| 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 {
|
| 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
|
| 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/ |
| D | trackback.php | 24 var $tools; variable in TrackbackServer 30 $this->tools = plugin_load('helper', 'blogtng_linkback'); 43 if (is_null($this->tools) || !$this->tools->linkbackAllowed()) { 68 if (!$this->tools->saveLinkback('trackback', strip_tags($INPUT->post->str('title')),
|
| D | pingback.php | 36 var $tools; variable in PingbackServer 42 $this->tools = plugin_load('helper', 'blogtng_linkback'); 58 if (is_null($this->tools) || !$this->tools->linkbackAllowed()) { 85 if (!$this->tools->saveLinkback('pingback', $linkback['title'],
|
| /plugin/pdfjs/pdfjs/web/ |
| D | debugger.js | 506 tools: [ 512 var all = false, tools = this.tools; 516 for (var i = 0; i < tools.length; ++i) { 517 var tool = tools[i]; 524 tools.sort(function(a, b) { 526 indexA = indexA < 0 ? tools.length : indexA; 528 indexB = indexB < 0 ? tools.length : indexB; 558 var tools = this.tools; 560 for (var i = 0; i < tools.length; ++i) { 561 var tool = tools[i]; [all …]
|
| /plugin/ckgedit/ckeditor/plugins/smiley/dialogs/ |
| D | smiley.js | 1 …tools.addFunction(function(s,i){s=new CKEDITOR.dom.event(s);i=new CKEDITOR.dom.element(i);var u,t;…
|
| 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 …]
|
| 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/ckgdoku/ckeditor/plugins/smiley/dialogs/ |
| D | smiley.js | 1 …tools.addFunction(function(s,i){s=new CKEDITOR.dom.event(s);i=new CKEDITOR.dom.element(i);var u,t;…
|
| 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 …]
|
| 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/ |
| 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/mcp/ |
| D | SchemaGenerator.php | 21 $tools = []; 36 $tools[] = [ 43 return $tools;
|
| /plugin/elasticsearch/lang/en/ |
| D | confmanager_description.txt | 1 Elasticsearch can index media files by using external tools/parsers to extract the text content of … 3 The parsers can be command line tools or web services. They must return plain text or a JSON struct… 5 … that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services must…
|
| /plugin/syntaxhighlighter/Styles/ |
| 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/ckgedit/ckeditor/plugins/specialchar/dialogs/ |
| 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…
|
| 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/ckgdoku/ckeditor/plugins/specialchar/dialogs/ |
| 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…
|
| 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/bookcreator/ |
| 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 {
|