Home
last modified time | relevance | path

Searched refs:template (Results 401 – 425 of 695) sorted by relevance

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

/plugin/bureaucracy-au/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
/plugin/bureaucracyau/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
/plugin/topbarsyntax/
H A DREADME10 This syntax plugin is derived from simple template created by Michael Klier and
/plugin/bibtex4dw/
H A DCHANGELOG.md42 * Display of "tooltips" adjusted to work with new standard template of DokuWiki; now realised in JavaScript
/plugin/abc2/
H A Dstyle.css2 /* inherit SVG colours from the template settings */
12 /* for the default 'dokuwiki' template, other templates might need other fixes */
/plugin/tagging/script/
H A Deditable.js77 template : '<form class="form-inline editableform">'+ property in EditableForm
99 //init form template and buttons
100 this.$form = $(this.template);
/plugin/odt/ODT/
H A DODTImport.php869 … static public function importODTStyles(ODTInternalParams $params, $template=NULL, $tempDir=NULL){ argument
870 if (!isset($template) || !isset($tempDir)) {
881 $ZIPextract->open($template);
885 throw new Exception(' Error extracting the zip archive:'.$template.' to '.$tempDir);
/plugin/odt/
H A DChangeLog.txt179 * renderer.php: Add manifest entries when using template
195 * renderer.php: Add options to cut off a part of the ODT template
196 * renderer.php: Better tag replacement in the template ODT file
230 * renderer.php: extract template before checking for the styles
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst25 in real-time, either disable template caching or package your code into an
114 A global variable is like any other template variable, except that it's
120 You can then use the ``text`` variable anywhere in a template:
157 And here is how to use it in a template:
292 template using it. See :ref:`deprecation-notices` for more information.
385 One of the most exciting features of a template engine like Twig is the
428 variables from within a template. The tag can be used like follows:
442 multiple assignments by default (cf. the template designers chapter for
447 * Defining a Token Parser class (responsible for parsing the template code);
557 * ``addDebugInfo()``: Adds the line of the original template file related to
[all …]
/plugin/odp/
H A Drenderer.php34 var $template = ""; variable in renderer_plugin_odp
318 if ($this->template) { // template chosen
319 …if (file_exists($conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template)) { //template…
323 ….$this->_xmlEntities( sprintf($this->getLang('tpl_not_found'),$this->template,$this->getConf("tpl_…
426 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template;
/plugin/bureaucracyau/
H A DREADME19 template mode has been tested by me. Feedback appreciated.
/plugin/twistienav4bootstrap3/
H A DREADME1 TwistieNav Plugin for Bootstrap 3 template
/plugin/hide/
H A Dstyle.css58 * current template's style.ini.
/plugin/button/
H A Dstyle.css51 - template style won't apply to the links because it is not a <a> link.
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js33 var template = section.querySelector( '[data-template]' ) || section.querySelector( 'script' );
36 var text = ( template || section ).textContent;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php80 foreach ($this->getAttribute('embedded_templates') as $template) {
81 $compiler->subcompile($template);
/plugin/bookcreator/
H A Dstyle.css28 /* Workaround for Bootstrap3 template */
66 /* specific for dokuwiki template: place the ToC just below toolbar */
/plugin/bureaucracy/helper/
H A Dactiontemplate.php265 foreach ($this->targetpages as $pageName => $template) {
274 'template' => $template,
/plugin/layeranimation/
H A DREADME.md38 …width. If you want that otherwise, you can define the following in your template stylesheet: ``#la…
39 * ``%CLASS%`` (optional) - the name of a class in your template
/plugin/dirtylittlehelper/
H A Dscript.js702 template: function (item) { //dropdown list
774 template: function (item) { //dropdown list
829 template: function (item) { //dropdown list
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock159 babel-template "^6.16.0"
242 babel-template "^6.8.0"
281 babel-template "^6.16.0"
292 babel-template "^6.16.0"
301 babel-template "^6.16.0"
385 babel-template "^6.8.0"
404 babel-template "^6.8.0"
456 babel-template "^6.8.0"
497 babel-template "^6.8.0"
522 babel-template "^6.8.0"
[all …]
/plugin/miniblog/
H A DREADME12 2. Displaying a list of blog entries when using 'twentyfifteen' template
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php777 $template = new Text_Template(
837 $template->setVar(
863 $this->prepareTemplate($template);
866 $php->runTestJob($template->render(), $this, $result);
2179 * @param Text_Template $template
2181 protected function prepareTemplate(Text_Template $template) argument
/plugin/barcodes/
H A Dcomposer.lock380 "phpunit/php-text-template": "^2.0.2",
560 "name": "phpunit/php-text-template",
564 "url": "https://github.com/sebastianbergmann/php-text-template.git",
569 …"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9…
601 "description": "Simple template engine.",
602 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
604 "template"
607 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
608 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
706 "phpunit/php-text-template": "^2.0.3",
/plugin/html2pdf/snorriheim/
H A Dstyle.ini4 ; Define the stylesheets your template uses here. The second value

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