| /plugin/linkback/exe/ |
| D | trackback.php | 16 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->addProcessLogEntry($log); 119 $page = $this->tools->getPage($linkback['url']); 122 if ($this->tools->getConf('log_processing')) [all …]
|
| D | pingback.php | 20 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->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']); 133 $this->tools->notify($ID, $linkback); 134 if ($this->tools->getConf('log_processing')) [all …]
|
| /plugin/tools/ |
| D | action.php | 3 * Tools Action component 39 'name' => 'Tools plugin (action component)', 40 …esc' => 'Insert toolbar with tools on pages<br />Allows to override config options for a certain p… 41 'url' => 'http://www.dokuwiki.org/plugin:tools', 50 …$controller->register_hook('TPL_ACT_RENDER','AFTER',$this,'tools',array("show" => $this->TOOLS_SHO… 51 …$controller->register_hook('TPL_ACT_RENDER','BEFORE',$this,'tools',array("show" => $this->TOOLS_SH… 54 * Prints tools icons, if allowed 58 function tools(&$event, $param) { function in action_plugin_tools 66 //Check if tools is allowed 67 $bm = p_get_metadata($ID,'tools'); [all …]
|
| 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 | plugin.info.txt | 1 base tools 5 name Tools Plugin 6 desc Insert toolbar with tools on pages 7 url http://www.dokuwiki.org/plugin:tools
|
| 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
|
| /plugin/iphelper/lang/de/ |
| D | settings.php | 9 $lang['tool1name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 11 $lang['tool2name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 13 $lang['tool3name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 15 $lang['tool4name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 17 $lang['tool5name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 19 $lang['tool6name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 21 $lang['tool7name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 23 $lang['tool8name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 25 $lang['tool9name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden vers… 27 $lang['tool10name'] = 'Name für das Tool im ToolTip<br>Tools ohne Namen werden ver…
|
| /plugin/mcp/ |
| D | McpServer.php | 20 case 'tools/list': 22 case 'tools/call': 50 "tools" => ["listChanged" => false] 64 * Handle the MCP call `tools/list` 66 * @link https://modelcontextprotocol.io/specification/2025-03-26/server/tools#listing-tools 72 "tools" => (new SchemaGenerator())->getTools() 77 * Handle the MCP call `tools/call` 79 * @link https://modelcontextprotocol.io/specification/2025-03-26/server/tools#calling-tools
|
| D | SchemaGenerator.php | 8 * Generate the JSON schema for MCP tools descriptions 15 * Get the list of available API calls as tools 21 $tools = []; 36 $tools[] = [ 43 return $tools;
|
| /plugin/tools/syntax/ |
| D | tools.php | 3 * Tools Plugin 5 * Enables/disables tools toolbar. 31 'name' => 'Tools plugin (syntax component)', 32 …esc' => 'Insert toolbar with tools on pages<br />Allows to override config options for a certain p… 33 'url' => 'http://www.dokuwiki.org/plugin:tools', 46 …$this->Lexer->addSpecialPattern('~~TOOLS:(?:o(?:ff|n)|top|bot(?:tom|h))~~', $mode, 'plugin_tools_t… 65 $renderer->meta['tools'] = $data;
|
| /plugin/combo/vendor/carica/phpcss/ |
| H A D | phive.xml | 3 <phar name="phpunit" version="8" installed="8.5.15" location="./tools/phpunit" copy="true"/> 4 <phar name="phing" version="3.*" installed="3.0.0-alpha4" location="./tools/phing" copy="true"/> 5 …<phar name="composer" version="^2.0.12" installed="2.0.12" location="./tools/composer" copy="true"… 6 <phar name="phpmd" version="^2.9.1" installed="2.9.1" location="./tools/phpmd" copy="true"/> 7 <phar name="phploc" version="^7.0.2" installed="7.0.2" location="./tools/phploc" copy="true"/> 8 <phar name="phpdox" version="^0.12.0" installed="0.12.0" location="./tools/phpdox" copy="true"/>
|
| /plugin/gtime/gtlib/tsp/ |
| D | GTVerificationResultHttp.php | 36 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 44 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 52 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 60 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 68 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 76 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 100 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 108 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 116 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. 124 * from {@link http://tools.ietf.org/html/rfc3161#section-2.4.2 RFC 3161}. [all …]
|
| /plugin/accscounter/lang/en/ |
| D | lang.php | 13 …'t understand what it says, move or delete the directory by yourself with tools like a FTP tool.)'; 15 …don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)'; 16 …don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)'; 17 …don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)'; 18 … If you don\'t understand what it says, delete the files by yourself with tools like a FTP tool.)'; 19 …don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.)'; 20 … If you don\'t understand what it says, delete the files by yourself with tools like a FTP tool.)'; 22 … don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.'; 27 … don\'t understand what it says, move or delete the files by yourself with tools like a FTP tool.'; 29 … If you don\'t understand what it says, delete the files by yourself with tools like a FTP tool.)'; [all …]
|
| /plugin/pdfjs/pdfjs/web/ |
| D | debugger.js | 499 // Manages all the debugging tools. 506 tools: [ 512 var all = false, tools = this.tools; 516 for (var i = 0; i < tools.length; ++i) { 517 var tool = tools[i]; 523 // Sort the tools by the order they are enabled. 524 tools.sort(function(a, b) { 526 indexA = indexA < 0 ? tools.length : indexA; 528 indexB = indexB < 0 ? tools.length : indexB; 557 // Initialize all the debugging tools. [all …]
|
| /plugin/tplmod/lang/en/ |
| D | settings.php | 4 $lang['sitetools'] = '<b>Site Tools</b><br />Remove the selected site tools. In the Dokuwiki templa… 5 …Tools</b><br />Remove the selected page tools. In the Dokuwiki template these are located along th… 11 … Users with ACL levels equal to or less than this level will be barred from access to these tools'; 14 $lang['ptools_xcl'] = ' If pagetools is set to <code>All</code>, you can retain selected tools by e…
|
| /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 …]
|
| /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 …]
|
| /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/tools/lang/en/ |
| D | settings.php | 16 $lang['show_link'] = 'Show tools'; 22 $lang['tools'] = 'Enable tools for'; 23 $lang['skip_ids'] = 'Don\'t show tools when ID contains';
|
| /plugin/tools/lang/it/ |
| D | settings.php | 16 $lang['show_link'] = 'Mostra tools'; 22 $lang['tools'] = 'Abilita tools per'; 23 $lang['skip_ids'] = 'Non mostrare i tools quando ID contiene';
|
| /plugin/tools/lang/nl/ |
| D | settings.php | 17 $lang['show_link'] = 'Toon tools als'; 23 $lang['tools'] = 'Gebruik de tools voor'; 24 $lang['skip_ids'] = 'Toon geen tools op pagina\'s met de volgende ID in de naam';
|
| /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/flexpaper/conf/ |
| D | default.php | 29 $conf['ZoomToolsVisible'] = 1; # Shows or hides zoom tools from the tool bar 30 $conf['NavToolsVisible'] = 1; # Shows or hides nav tools from the tool bar 31 $conf['CursorToolsVisible'] = 1; # Shows or hides cursor tools from the tool bar 32 $conf['SearchToolsVisible'] = 1; # Shows or hides search tools from the tool bar 36 $conf['localeChain'] = 'zh_CN'; # Shows or hides search tools from the tool bar
|