Home
last modified time | relevance | path

Searched refs:template (Results 176 – 200 of 695) sorted by last modified time

12345678910>>...28

/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php95 $template = implode("\n", array_slice($lines, $template_start_index, -1));
122 return [$search_config, $template, $options];
138 $template = $data[1];
180 $chunks = explode(self::OPEN_SYNTAX, $template);
/plugin/structtemplate/
H A Dplugin.info.txt6 desc Use struct data to fill in a template, as many times as there are results.
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js19558 function translate$1(template, replacements) { argument
19562 return template.replace(/{([^}]+)}/g, function(_, key) {
57265 function createInnerTextNode(parentNode, tokens, template) { argument
57267 var childNode = domify(template);
/plugin/openas/
H A DREADME8 ~~OpenAS>newname#template>newpagevars~~
26 using the specified template. The current implementation of the OpenAS plugin
H A Dsyntax.php84 list($id,$template) = explode('#',$name);
87 … html_wikilink("$id?do=edit&rev=&newpagetemplate=$template&newpagevars=$newpagevars");
/plugin/newpagetemplate/
H A Dhelper.php6 public $template; variable in helper_plugin_newpagetemplate
13 $template = $opts['tmpl'];
34 if (!empty($template)) {
36 echo "Template: $template \n";
85 function pagefromtemplate($template, $page, $newpagevars, $user = "") argument
92 $tpl = io_readFile(wikiFN($template));
H A Dplugin.info.txt6 desc Load namespace-style template into new file from URL
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
/plugin/zerolinecss/
H A DREADME.md20 In your template place the following script before the `tpl_metaheaders()` call:
28 'href' => '/lib/exe/css.php?t=' . $conf['template'] . '&tseed=' . md5($updateVersion)
/plugin/imageflow/
H A DREADME.md40 … If you want to change them to your needs, you can either do so in your template or use the file c…
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
H A Dplugin.info.txt6 desc Modify template tools, logo image, tag line, ui language
/plugin/wrapadd/
H A Dstyle.css60 … /* Inspired by hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
78 /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
84 /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1007 mxGraphMlCodec.prototype.handleTemplates = function (template, userTags, node, styleMap) argument
1009 if (template)
1022 while ((matches = tempBindRegEx.exec(template)) != null)
1044 while ((matches = userTagBindRegEx.exec(template)) != null)
1078 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl);
1084 while ((matches = txtRegEx.exec(template)) != null)
1092 template = template.replace(bindingPairs[i].match, bindingPairs[i].repl);
1095 var svg = header + template + footer;
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt726 template=Txantiloia
H A Ddia_fa.txt726 template=‫الگو‬
H A Ddia_ja.txt726 template=テンプレート
H A Ddia_kn.txt726 template=Template
H A Ddia_ru.txt726 template=Шаблон
H A Ddia_si.txt726 template=Template
H A Ddia_sl.txt726 template=Template
H A Ddia_ta.txt726 template=Template
H A Ddia_vi.txt726 template=Bản mẫu
/plugin/diagramsnet/lib/styles/
H A Dgrapheditor.css1858 grid-template-columns: repeat(3, 30px);
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js1936 …a.getName();mxCodecRegistry.codecs[b]=a;var c=mxUtils.getFunctionName(a.template.constructor);c!=b…
1944template=a;this.exclude=null!=b?b:[];this.idrefs=null!=c?c:[];this.mapping=null!=d?d:[];this.rever… method in mxObjectCodec
1945 mxObjectCodec.prototype.cloneTemplate=function(){return new this.template.constructor};mxObjectCode…
1947 …Codec.encode: No ID for "+this.getName()+"."+c+"="+d);return}d=f}f=this.template[c];if(null==c||a.…
1974 …:"object"==b&&(c=null);return c};a.decode=function(a,c,d){d=d||new this.template.constructor;var b…

12345678910>>...28