Home
last modified time | relevance | path

Searched refs:template (Results 51 – 75 of 695) sorted by path

12345678910>>...28

/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php448 $template = base64_decode($this->session->getVar("cite_template"));
454 FORM::textInput(FALSE, "cite_template", $template, 30, 255) .
541 $template = base64_decode($this->session->getVar("cite_footnotePageTemplate"));
543 FORM::textInput(FALSE, "cite_footnotePageTemplate", $template, 30, 255) .
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php452 function map($template = FALSE) argument
460 if($template)
462 $this->citation = $template;
H A DHELPSTYLE.php116 $this->template = new TEMPLATE('content');
123 $this->template->setVar('heading',
178 $this->template->setVar('body', $this->pString);
179 return $this->template->process();
/plugin/bibtex4dw/
H A DCHANGELOG.md42 * Display of "tooltips" adjusted to work with new standard template of DokuWiki; now realised in JavaScript
/plugin/blextra/
H A DREADME3 Provide functions for simple template creation
H A Dplugin.info.txt6 desc Provide functions for simple template creation
/plugin/blogtng/
H A Dstyle.css2 * Some basic CSS formatting to be used with the default template.
5 * placed into your template's CSS
/plugin/bookcreator/
H A Dstyle.css28 /* Workaround for Bootstrap3 template */
66 /* specific for dokuwiki template: place the ToC just below toolbar */
/plugin/bootnote/
H A DREADME.md13 … need any requirements but you need a template like [Boostrap 3](https://github.com/LotarProject/d…
/plugin/bootswrapper/
H A DAUTHORS.md14 *For a list of people who have contributed to the template, see [GitHub's list of contributors](htt…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css128 grid-template-columns: repeat(3, 1fr);
/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/btable2/
H A DREADME.md12 - Very simple (one you have your copy&Past template, its easy. especially for the others.)
/plugin/bureaucracy-au/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php221 foreach ($this->targetpages as $pageName => $template) {
230 'template' => $template,
/plugin/bureaucracy/helper/
H A Dactiontemplate.php265 foreach ($this->targetpages as $pageName => $template) {
274 'template' => $template,
/plugin/bureaucracyau/
H A DREADME19 template mode has been tested by me. Feedback appreciated.
/plugin/bureaucracyau/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php221 foreach ($this->targetpages as $pageName => $template) {
230 'template' => $template,
/plugin/button/
H A Dstyle.css51 - template style won't apply to the links because it is not a <a> link.
/plugin/calendoku/
H A Daction.php49 foreach ($templates as $template)
50 if (!strcmp($template, $event->data[2]))
/plugin/calendoku/syntax/
H A Dshowicalendar.php49 foreach ($templates as $template)
50 if (!strcmp($template, $INFO['id'])) {
54 foreach ($templates as $template) {
55 if (!strcmp('', getNS($template))) {
56 $mytemplate = $INFO['namespace'].':'.$template;
57 } else if (!strcmp(getNS($template), $INFO['namespace'])) {
58 $mytemplate = $template;
H A Dshowtable.php97 foreach($templates as $template)
98 if (!strcmp($template, $pagename)) {
/plugin/cite/
H A DREADME.md17 …ay be "citation aware", but otherwise you will need to add code to your template's **main.php** fo…
/plugin/cite/lang/en/
H A Dintro.txt10 Otherwise you will need to add code to your template's **main.php** for the citation links to appea…
24 ===== For template developers =====
27 These menu icons are svg-based, so icons can be colored in the style of the template.
30 The plugin also exports two functions for use with your template:
35 Please feel free to use those functions if you intend to make your template "citation aware".

12345678910>>...28