Home
last modified time | relevance | path

Searched refs:template (Results 451 – 475 of 695) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1090 $template = $this->getTemplate($templateDir . $templateFile);
1092 $template->setVar(
1108 return $template->render();
/plugin/pgn4web/pgn4web/
H A DREADME.txt154 The file template.css shows a list of customization style options.
162 See template.html file for an example.
208 See the template.html and template.css files for an example.
224 See the chess-informant-template.html and the collection-example.thml (chess
285 The file live-template.html shows a very basic example.
290 proper flag in live-template.html for an example. Please note, even during
/plugin/twistienav4bootstrap3/
H A Dstyle.less2 * Stylesheet for TwistieNav plugin for Bootstrap 3 template
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php136 $template = $twig->load('index');
137 $this->assertEquals('bar', $template->render([]));
/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/combo/ComboStrap/
H A DSite.php497 public static function setTemplate($template) argument
500 $conf['template'] = $template;
546 return $conf['template'];
553 return $conf['template'] == self::STRAP_TEMPLATE_NAME;
824 self::$STRAP_TEMPLATE_INFO = confToHash(__DIR__ . '/../../../tpl/strap/template.info.txt');
832 $strapLink = "<a href=\"https://www.dokuwiki.org/template:strap\">$strapName</a>";
871 $conf['template'] = "dokuwiki";
/plugin/dokutexit/
H A DREADME.md15 * update of TeX template, LuaTeX and XeTeX integration
145 Once you have a good `pagetools-sprite.png`, then you can change your template this way:
149 …he instructions on [pdfexport plugin doc][pdfexport], section *Dokuwiki-template: Export Link in P…
/plugin/codemirror/dist/modes/
H A Dsoy.min.js.map1template","variableScope","literal","msg","fallbackmsg","reduceIndent","select","plural","let","if…
/plugin/txt2tags/
H A DREADME.doku88 … to do so, include this just before the </body> tag, at the end of your template main.php file, li…
H A DREADME.t2t88 … to do so, include this just before the </body> tag, at the end of your template main.php file, li…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css128 grid-template-columns: repeat(3, 1fr);
/plugin/bibtex/OSBib/
H A DCHANGELOG8 4/A preview link is displayed next to each resource type template when editing a style. (Requires …
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css12 .container-template {
/plugin/mellelexport/
H A Drenderer.php216 $template = file_get_contents(dirname(__FILE__).'/template.txt');
217 $this->doc = str_replace('{{CONTENT}}', $this->doc, $template);
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java607 public void setEdgeTemplate(Object template) in setEdgeTemplate() argument
609 edgeTemplate = template; in setEdgeTemplate()
/plugin/diagramsnet/lib/
H A Delectron.js689 let template = [{
724 template[0].submenu.splice(2, 1);
727 const menuBar = menu.buildFromTemplate(template)
/plugin/siteexport/
H A DREADME.md14 * a writable <code>/inc/preload.php</code> file for template switching
51 …ng exported with potentially empty folders but having the lib (plugins, template) directories beei…
86 Allows to export the pages with a different template than the default one.
/plugin/flashplayer/
H A Dreadme-de.txt88 Script nicht mehr manuell im DokuWiki template eingebunden
/plugin/twcheckliste/
H A Drenderer.php.old48 $this->tpl = $this->getConf('template');
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee79 # skip the theme template
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst12 output. It supports different escaping strategies depending on the template
/plugin/tagfilter/script/select2/
H A DREADME.md46 Missing a language? Just copy `select2_locale_en.js.template`, translate
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm43 <cfinclude template="config.cfm">
192 <cfinclude template="cf5_upload.cfm">
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1528 …* @param string|array $template The template to render or an array of templates to try consec…
1536 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, … argument
1553 $result = $env->resolveTemplate($template)->render($variables);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php452 function map($template = FALSE) argument
460 if($template)
462 $this->citation = $template;

1...<<11121314151617181920>>...28