Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 233) sorted by path

12345678910

/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE69 layouts and accessors, or small macros, inline functions and templates
/plugin/abc2/
H A Dstyle.css12 /* for the default 'dokuwiki' template, other templates might need other fixes */
/plugin/addnewpage/
H A Dsyntax.php72 $templates = explode(',', $options[1] ?? '');
73 $templates = array_map('trim', $templates);
77 'newpagetemplates' => $templates,
/plugin/advanced/lang/en/config/
H A Dstyleini.txt17 …eets which are configured through the ''[replacements]'' section in the templates ''style.ini''. T…
23 The following placeholders are the only ones that are safe to be used by plugins. All templates hav…
H A Duserscript.txt5 …ow JavaScript is loaded from DokuWiki core, [[doku>plugins]] and [[doku>templates]]. It also gives…
20 As you can see you can provide JavaScript with your [[doku>templates]] and [[doku>plugins]] (throug…
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js3 ApiGen.config = {"options":{"elementDetailsCollapsed":true,"elementsOrder":"natural"},"name":"ApiGen theme","templatesPath":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src","resources":{"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/resources":"resources"},"templates":{"overview":{"filename":"index.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/overview.latte"},"combined":{"filename":"resources\/combined.js","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/combined.js.latte"},"elementlist":{"filename":"elementlist.js","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/elementlist.js.latte"},"404":{"filename":"404.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/404.latte"},"package":{"filename":"package-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/package.latte"},"namespace":{"filename":"namespace-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/namespace.latte"},"class":{"filename":"class-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/class.latte"},"constant":{"filename":"constant-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/constant.latte"},"function":{"filename":"function-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/function.latte"},"annotationGroup":{"filename":"annotation-group-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/annotation-group.latte"},"source":{"filename":"source-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/source.latte"},"tree":{"filename":"tree.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/tree.latte"},"sitemap":{"filename":"sitemap.xml","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/sitemap.xml.latte"},"opensearch":{"filename":"opensearch.xml","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/opensearch.xml.latte"},"robots":{"filename":"robots.txt","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/robots.txt.latte"}}}; class in ApiGen.config
1102 var file = $.sprintf(ApiGen.config.templates[autocompleteFiles[data[0]]].filename, parts[0].replace(/\(\)/, '').replace(/[^\w]/g, '.'));
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1templates see\n\t * [lodash's custom builds documentation](https://lodash.com/custom-builds).\…
/plugin/archivegenerator/lang/en/
H A Dintro.txt7 Besides the mentioned ommitted data, the archive will include all configuration, templates and inst…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataflow.php986 'templates',
990 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates',
1005 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:get',
1028 'path' => 'v1b3/projects/{projectId}/locations/{location}/templates:launch',
1112 'templates',
1116 'path' => 'v1b3/projects/{projectId}/templates',
1126 'path' => 'v1b3/projects/{projectId}/templates:get',
1148 'path' => 'v1b3/projects/{projectId}/templates:launch',
H A DTagManager.php888 'templates',
892 'path' => 'tagmanager/v2/{+parent}/templates',
922 'path' => 'tagmanager/v2/{+parent}/templates',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DListWorkflowTemplatesResponse.php47 public function setTemplates($templates) argument
49 $this->templates = $templates;
56 return $this->templates;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md283 URI variables. You will need to expand URI templates before passing them
1061 * Bug: Fixed an issue with URI templates where null template variables were being expanded
1135 * Bug: Suppressed empty arrays from URI templates
1198 * Allowing deeply nested arrays for composite variables in URI templates
H A DUPGRADING.md560 templates, and URLs; however, this level of complexity is not needed in Guzzle
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md71 * Fixed SwiftMailerHandler not accepting email templates with an empty subject
/plugin/autogallery/
H A Dsyntax.php62 $templates = explode(',', $options[1]);
63 $templates = array_map('trim', $templates);
65 $arr=array('namespace' => $namespace,'newpagetemplates' => $templates);
/plugin/backup/lang/en/
H A Dintro.txt1 … backup your page and meta data, as well as configuration for the wiki, templates, and plugins, as…
/plugin/barcodes/
H A DLICENSE.md71 layouts and accessors, or small macros, inline functions and templates
/plugin/calendoku/
H A Daction.php48 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
49 foreach ($templates as $template)
/plugin/calendoku/syntax/
H A Dshowicalendar.php48 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
49 foreach ($templates as $template)
54 foreach ($templates as $template) {
H A Dshowtable.php88 $templates = preg_split('/\s/', $this->getConf('icaltemplates'));
97 foreach($templates as $template)
/plugin/cite/
H A DREADME.md17 **Note:** Some templates may be "citation aware", but otherwise you will need to add code to your t…
/plugin/cite/lang/en/
H A Dintro.txt9 Recent templates can add the button to the citations automatically to their menu. In the Configurat…
/plugin/cite/lang/nl/
H A Dintro.txt11 Recente templates kunnen de knop naar de citaties automatische toevoegen aan hun menu. In de config…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md243 …//ckeditor.com/addon/divarea) and [Content Templates](http://ckeditor.com/addon/templates) plugins.
H A Dckeditor.js243 ….elementMode=CKEDITOR.ELEMENT_MODE_NONE;this._={};this.commands={};this.templates={};this.name=thi…
1053 …er:0,suggestions:[],options:{disablingCommandExec:{source:!0,newpage:!0,templates:!0},data_attribu…
1144 …("templates"));a.ui.addButton&&a.ui.addButton("Templates",{label:a.lang.templates.button,command:"…

12345678910