Home
last modified time | relevance | path

Searched refs:template (Results 501 – 525 of 695) sorted by path

1...<<2122232425262728

/plugin/prettyprint/
H A Dplugin.info.txt5 name Dokuwiki template preatty printing
/plugin/processing/
H A Dscript.js12987 template: (function() { property in Processing.Sketch.fonts
13005 …f (this.fontList[i].offsetWidth === this.template.offsetWidth && this.fontList[i].offsetHeight ===…
13026 document.getElementsByTagName("body")[0].removeChild(this.template);
/plugin/publist/
H A DTODO39 - Default template
H A Dsyntax.php96 $template = $this->_load($data, 'template');
97 if ( empty($template) ) {
101 if ( !empty($bibtex) && !empty($template) ) {
110 $code = $parser->convert($bibtex, $template);
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php173 * @param string $template template code
179 function convert($bibtex, &$template, &$replacementKeys=array()) { argument
181 if ( preg_match('/@\{group@/s', $template) + preg_match('/@\}group@/s', $template) < 2 ) {
188 $template = preg_replace(array('/@\{group@/s', '/@\}group@/s'), '', $template);
202 $result = $this->translate($data, $template);
339 private function translate(&$data, &$template) { argument
340 $result = $template;
388 private function translate_group($key, $id, &$data, $template) { argument
389 $result = $template;
428 private function translate_entry(&$entry, $template) { argument
[all …]
/plugin/publistf/
H A DTODO39 - Default template
H A Dplugin.info.txt6 …ersion of publist/publistx plugin that does caching and allows for variable passing to the template
H A Dsyntax.php104 $template = $this->_load($data, 'template');
105 if ( empty($template) ) {
119 if ( !empty($bibtex) && !empty($template) ) {
128 $code = $parser->convert($bibtex, $template);
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php192 * @param string $template template code
198 function convert($bibtex, &$template, &$replacementKeys=array()) { argument
200 if ( preg_match('/@\{group@/s', $template) + preg_match('/@\}group@/s', $template) < 2 ) {
207 $template = preg_replace(array('/@\{group@/s', '/@\}group@/s'), '', $template);
221 $result = $this->translate($data, $template);
358 private function translate(&$data, &$template) { argument
359 $result = $template;
407 private function translate_group($key, $id, &$data, $template) { argument
408 $result = $template;
447 private function translate_entry(&$entry, $template) { argument
[all …]
/plugin/publistx/
H A DTODO39 - Default template
H A Dsyntax.php103 $template = $this->_load($data, 'template');
104 if ( empty($template) ) {
118 if ( !empty($bibtex) && !empty($template) ) {
127 $code = $parser->convert($bibtex, $template);
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php188 * @param string $template template code
194 function convert($bibtex, &$template, &$replacementKeys=array()) { argument
196 if ( preg_match('/@\{group@/s', $template) + preg_match('/@\}group@/s', $template) < 2 ) {
203 $template = preg_replace(array('/@\{group@/s', '/@\}group@/s'), '', $template);
217 $result = $this->translate($data, $template);
354 private function translate(&$data, &$template) { argument
355 $result = $template;
403 private function translate_group($key, $id, &$data, $template) { argument
404 $result = $template;
443 private function translate_entry(&$entry, $template) { argument
[all …]
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php11 protected string $template; variable in TableRoller\\Generator\\BaseGenerator
20 * @param string $template
29 * @param string $template
31 public function setTemplate(string $template): void argument
33 $this->template = $template;
59 $template = $this->getTemplate();
60 } elseif (!empty($this->template)) {
61 $template = $this->template;
[all...]
/plugin/recommend/
H A Daction.php142 $template = $helper->loadMatchingTemplate();
155 ->val($template['user'] ?? '');
158 ->val($template['subject'] ?? '');
163 ->val($template['message'] ?? '');
/plugin/recommend/helper/
H A Dassignment.php54 $template = array_pop($matches);
55 return $template;
/plugin/redirector/
H A DREADME.md8 …o be redirected. The plugin will first look up the file in your current template folder and second…
/plugin/redissue/
H A DREADME.md9 …ith [Dokuwiki Temaplte Bootstrap3](https://github.com/LotarProject/dokuwiki-template-bootstrap3/)).
42 * redissue.theme: If you have the theme [Bootstrap 3](https://www.dokuwiki.org/template:bootstrap3)…
/plugin/redproject/
H A DREADME.md9 ….com/) (need [Bootstrap3 Template](https://github.com/LotarProject/dokuwiki-template-bootstrap3/)).
/plugin/regex_template/
H A Dinfo.txt7 desc Choose template from regex on $ID
/plugin/revealjs/css/theme/
H A DREADME.md11 1. **Include [/css/theme/template/mixins.scss](https://github.com/hakimel/reveal.js/blob/master/css…
14 2. **Include [/css/theme/template/settings.scss](https://github.com/hakimel/reveal.js/blob/master/c…
15 Declares a set of custom variables that the template file (step 4) expects. Can be overridden in st…
18 …ttings.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/settings.scss) fo…
20 4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/…
21 The template theme file which will generate final CSS output based on the currently defined variabl…
/plugin/revealjs/css/theme/source/
H A Dbeige.scss9 @import "../template/mixins";
10 @import "../template/settings";
20 // Override theme settings (see ../template/settings.scss)
37 // Theme template ------------------------------
38 @import "../template/theme";
H A Dblack.scss9 @import "../template/mixins";
10 @import "../template/settings";
18 // Override theme settings (see ../template/settings.scss)
47 // Theme template ------------------------------
48 @import "../template/theme";
H A Dblood.scss14 @import "../template/mixins";
15 @import "../template/settings";
50 // Theme template ------------------------------
51 @import "../template/theme";
54 // some overrides after theme template import
H A Dleague.scss11 @import "../template/mixins";
12 @import "../template/settings";
21 // Override theme settings (see ../template/settings.scss)
32 // Theme template ------------------------------
33 @import "../template/theme";
H A Dmoon.scss8 @import "../template/mixins";
9 @import "../template/settings";
44 // Override theme settings (see ../template/settings.scss)
55 // Theme template ------------------------------
56 @import "../template/theme";

1...<<2122232425262728