Home
last modified time | relevance | path

Searched refs:template (Results 276 – 300 of 695) sorted by relevance

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

/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.bak10 $conf['template'] = 'monobook';
/plugin/tplinc/lang/en/
H A Dintro.txt3 Here you can define which **page** should be included at which **location** in the template when a …
/plugin/calendoku/syntax/
H A Dshowtable.php97 foreach($templates as $template)
98 if (!strcmp($template, $pagename)) {
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php823 public $template; variable in Google_SearchUrl
825 public function setTemplate( $template) { argument
826 $this->template = $template;
829 return $this->template;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks_with_template.test2 "defined" support for blocks with a template argument
/plugin/loadskin/
H A Dall.css2 /* adjustments for the default dokuwiki template */
/plugin/html2pdf/snorriheim/
H A Ddokubook_layout.css2 * Additional layout for DokuBook template
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_with_template.test2 "block" function with a template argument
/plugin/mellelexport/
H A Dsyntax.php75 $renderer->template = $info_value;
/plugin/farm/
H A Dsoapserver.php135 $template = isset($args['template']) ? $args['template'] : '';
138 if($n = dokuwiki_farm_animal::createNew($name, $template, $host, $eh)) {
/plugin/bootnote/
H A DREADME.md13 … need any requirements but you need a template like [Boostrap 3](https://github.com/LotarProject/d…
/plugin/openas/
H A DREADME8 ~~OpenAS>newname#template>newpagevars~~
26 using the specified template. The current implementation of the OpenAS plugin
/plugin/dev/
H A DSkeletor.php8 * This class holds basic information about a plugin or template and uses the skeleton files to
9 * create new plugin or template specific versions of them.
19 const TYPE_TEMPLATE = 'template';
57 $this->url = $url ?: 'https://www.dokuwiki.org/template:' . $base;
63 * Create an instance using an existing plugin or template directory
72 } elseif (file_exists($dir . '/template.info.txt')) {
75 throw new RuntimeException('Not a plugin or template directory');
142 $type = 'renderer_xhtml'; // different template then
246 $template = file_get_contents(__DIR__ . '/skel/action_handler.php');
255 $handler .= str_replace(['@@EVENT@@', '@@HANDLER@@'], [$event, $fn], $template);
[all...]
/plugin/googleanalytics/
H A DREADME.md32 * Edit your site's template to add "tagging" directly
36 If you edit your template (the third option), make sure to make notes of what you change, as "upgra…
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dascetic.min.css1 …ng:0.5em;background:white;color:black}.hljs-string,.hljs-variable,.hljs-template-variable,.hljs-sy…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dchild_contents_outside_blocks.test15 Twig\Error\SyntaxError: A template that extends another one cannot include content outside Twig blo…
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js35 result[key] = _.template(fs.readFileSync(filePath, 'utf8'));
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfilter.rst4 Filter sections allow you to apply regular Twig filters on a block of template
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc60 $params['name'] = (string) The name of the template
88 $params['name'] = (string) The name of the template
185 $params['name'] = (string) The name of the template
186 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
189 $params['body'] = (array) The template definition (Required)
/plugin/ahrefmenu/
H A Dadmin.php70 if ($conf['template'] != "default")
/plugin/farmer/
H A Ddeleted.files17 template.php
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak86 // Sets the edge template to be used for creating new edges if an edge
108 // Adds some template cells for dropping into the graph
457 * A graph that creates new edges from a given template edge.
462 * Holds the edge to be used as a template for inserting new edges.
476 * Sets the edge template to be used to inserting edges.
478 public void setEdgeTemplate(Object template)
480 edgeTemplate = template;
573 * Overrides the method to use the currently selected edge template for
/plugin/navi/
H A Dstyle.less23 * Fix conflict with rules for .close in the bootrap3 template
/plugin/subconfhelper/
H A Daction.php159 $t->tpl_switch( $conf_override['template'] ); }
/plugin/indexmenu2/templates/DokuWiki/
H A Dlayout.css23 * template-wide setting for the Ajaxum plugin

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