Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/linkback/exe/
H A Dtrackback.php16 require_once (DOKU_PLUGIN . 'linkback/tools.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
[all...]
H A Dpingback.php20 require_once (DOKU_PLUGIN . 'linkback/tools.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
[all...]
/plugin/tools/
H A Dstyle.css1 ul.tools {
10 ul.tools li.head {
17 ul.tools li {
25 ul.tools li a {
33 ul.tools li a:hover {
H A DREADME3 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 Dplugin.info.txt1 base tools
6 desc Insert toolbar with tools on pages
7 url http://www.dokuwiki.org/plugin:tools
/plugin/blogtng/exe/
H A Dtrackback.php24 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')),
H A Dpingback.php36 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/
H A Ddebugger.js506 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 Dsmiley.js1tools.addFunction(function(s,i){s=new CKEDITOR.dom.event(s);i=new CKEDITOR.dom.element(i);var u,t;…
H A Dsmiley.js.unc45 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 Dsmiley.js.4.35 …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…
8tools.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 Dsmiley.js1tools.addFunction(function(s,i){s=new CKEDITOR.dom.event(s);i=new CKEDITOR.dom.element(i);var u,t;…
H A Dsmiley.js.unc45 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 Dsmiley.js.4.35 …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…
8tools.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 Dmobile.css34 #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 {
H A Ddesign.css40 #dokuwiki__header .tools {
43 #dokuwiki__header .tools ul {
46 #dokuwiki__header .tools ul li {
72 /* tools
106 /*____________ user tools ____________*/
132 /*____________ page tools ____________*/
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt1 Elasticsearch can index media files by using external tools/parsers to extract the text content of the files.
3 The parsers can be command line tools or web services. They must return plain text or a JSON structure.
5 Define parsers for each file extension that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services must accept the input file as POST data.
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css121 .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 Dspecialchar.js1tools.addFunction(d);var b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span…
H A Dspecialchar.js.orig5 ….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…
10tools.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 Dspecialchar.js1tools.addFunction(d);var b;var i=function(k,m){var l;m=m||k.data.getTarget();if(m.getName()=="span…
H A Dspecialchar.js.orig5 ….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…
10tools.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/
H A Dstyle.css173 * 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 {
/plugin/ckgdoku/
H A DREADME.md2 …n of ckgedit which allows for switching between native dokuwiki editor tools and ckgedit's tools.
/plugin/txt2tags/
H A DREADME.doku15 downloadurl: https://bitbucket.org/farvardin/txt2tags-tools/downloads/txt2tags_dokuwiki.zip
16 bugtracker : https://bitbucket.org/farvardin/txt2tags-tools/issues
17 sourcerepo : https://bitbucket.org/farvardin/txt2tags-tools/
26 * https://bitbucket.org/farvardin/txt2tags-tools/downloads/txt2tags_dokuwiki.zip
31 * https://bitbucket.org/farvardin/txt2tags-tools/

12345678910>>...18