Home
last modified time | relevance | path

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

12345678910>>...28

/plugin/revealjs/css/theme/source/
H A Dserif.scss10 @import "../template/mixins";
11 @import "../template/settings";
16 // Override theme settings (see ../template/settings.scss)
33 // Theme template ------------------------------
34 @import "../template/theme";
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 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 Dsky.scss9 @import "../template/mixins";
10 @import "../template/settings";
20 // Override theme settings (see ../template/settings.scss)
44 // Theme template ------------------------------
45 @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 Dmoon.scss8 @import "../template/mixins";
9 @import "../template/settings";
44 // Override theme settings (see ../template/settings.scss)
55 // Theme template ------------------------------
56 @import "../template/theme";
H A Dwhite.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 Dsolarized.scss8 @import "../template/mixins";
9 @import "../template/settings";
45 // Override theme settings (see ../template/settings.scss)
61 // Theme template ------------------------------
62 @import "../template/theme";
H A Dsimple.scss11 @import "../template/mixins";
12 @import "../template/settings";
22 // Override theme settings (see ../template/settings.scss)
41 // Theme template ------------------------------
42 @import "../template/theme";
/plugin/structodt/
H A Daction.php30 * Add "template" config key
39 $keys = ['template', 'pdf', 'hideform', 'filename'];
50 case 'template':
111 foreach ($templates as $template) {
112 $template = $helper->rowTemplate($row, $template);
114 $template = $resolver->resolveId($template);
115 if ($template != '' && media_exists($template, '', fals
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst9 It allows you to include another template's contents, just like ``include``
11 included template, like when extending a template.
13 Think of an embedded template as a "micro layout skeleton".
28 The ``embed`` tag takes the idea of template inheritance to the level of
29 content fragments. While template inheritance allows for "document skeletons",
35 Imagine a base template shared by multiple HTML pages, defining a single block
45 │ │ (child template to │ │
92 template: one with vertically stacked boxes to be used by the "foo" and
97 template directly.
117 Page template ``foo.twig``:
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst7 The ``template_from_string`` function loads a template from a string:
12 {{ include(template_from_string(page.template)) }}
27 takes a template as an argument (like the ``embed`` or ``extends`` tags).
32 * ``template``: The template
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php199 $template = $blocks[$name][0];
202 $template = $this->blocks[$name][0];
205 $template = null;
210 if (null !== $template && !$template instanceof self) {
214 if (null !== $template) {
216 $template->$block($context, $blocks);
346 if (\is_array($template)) {
347 return $this->env->resolveTemplate($template);
350 if ($template instanceof self || $template instanceof TemplateWrapper) {
351 return $template;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php29 public function testSecurity($template) argument
34 $loader->getCacheKey($template);
185 $template = $twig->load('blocks.html.twig');
186 $this->assertSame('block from theme 1', $template->renderBlock('b1', []));
188 $template = $twig->load('blocks.html.twig');
189 $this->assertSame('block from theme 2', $template->renderBlock('b2', []));
214 $template = $twig->load($templateName);
215 $this->assertSame('VALID Child', $template->renderBlock('body', []));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php12 private $template; variable in GuzzleHttp\\UriTemplate
38 public function expand($template, array $variables) argument
40 if (false === strpos($template, '{')) {
41 return $template;
44 $this->template = $template;
50 $this->template
H A DMessageFormatter.php47 private $template; variable in GuzzleHttp\\MessageFormatter
50 * @param string $template Log message template
52 public function __construct($template = self::CLF) argument
54 $this->template = $template ?: self::CLF;
167 $this->template
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2ExecutionTemplate.php100 public function setTemplate(GoogleCloudRunV2TaskTemplate $template) argument
102 $this->template = $template;
109 return $this->template;
/plugin/ckgedit/
H A Dadmin.php13 private $template; variable in admin_plugin_ckgedit
17 $this->template = $conf['template'];
65 …line-height: 200%;">' . $this->getLang('default_stylesheet') . ': (' .$this->template . ')<br />');
81 ptln(htmlspecialchars($this->getLang($this->output)). " " .$this->template);
88 $path = str_replace('tpl/'.$this->template, 'tpl/'.$this->alt,$this->tpl_inc);
111 if($file == '.' || $file == '..' || $file == $this->template) continue;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php81 protected function renderItemTemplate(\Text_Template $template, array $data) argument
133 $template->setVar(
153 return $template->render();
160 protected function setCommonTemplateVariables(\Text_Template $template, AbstractNode $node) argument
162 $template->setVar(
247 $template = new \Text_Template(
253 $template->setVar(['level' => $level, 'percent' => sprintf('%.2F', $percent)]);
255 return $template->render();
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php276 $template = null;
285 $template = $trace['object'];
292 if (null !== $template && null === $this->filename) {
293 $this->filename = $template->getTemplateName();
297 if (null !== $template && null === $this->sourcePath) {
298 $src = $template->getSourceContext();
303 if (null === $template || $this->lineno > -1) {
307 $r = new \ReflectionObject($template);
324 foreach ($template->getDebugInfo() as $codeLine => $templateLine) {
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php25 public function testGrammar($tag, $grammar, $template, $output, $exception) argument
27 …$twig = new Twig_Environment(new Twig_Loader_Array(array('template' => $template)), array('cache' …
33 $template = $twig->loadTemplate('template');
49 $actual = $template->render(array());
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php10 /** @var string odt file used as export template */
11 protected $template; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationEditorTableOdt
37 $this->template = $conf['template'];
65 $template = hsc(json_encode($this->template));
76 data-template=\"$template\" data-filetype=\"$filetype\"
98 'template_string' => hsc(json_encode($this->template)),
/plugin/s5reloaded/ui/effects_support/
H A Dsound.js13 template: property in Sound
46 }) : Sound.template.evaluate(options));
52 …Sound.template = new Template('<object id="sound_#{track}_#{id}" width="0" height="0" type="audio/…
54 …Sound.template = new Template('<object id="sound_#{track}_#{id}" type="application/x-mplayer2" dat…
56 …Sound.template = new Template('<embed type="audio/x-pn-realaudio-plugin" style="height:0" id="soun…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst12 The rendering of a Twig template can be summarized into four key steps:
14 * **Load** the template: If the template is already compiled, load it and go
17 * First, the **lexer** tokenizes the template source code into small pieces
23 * **Evaluate** the template: It basically means calling the ``display()``
24 method of the compiled template and passing it the context.
29 The lexer tokenizes a template source code into a token stream (each token is
42 * ``\Twig\Token::EOF_TYPE``: Ends of template.
58 Here is the output for the ``Hello {{ name }}`` template:
91 Here is the output for the ``Hello {{ name }}`` template:
113 generates PHP code usable for runtime execution of the template.
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php29 * The template id for the currently created template.
36 * A counter for template ids.
52 throw new \BadMethodCallException('The page format cannot be changed when writing to a template.');
87 * Draws a template onto the page or another template.
92 * @param mixed $tpl The template id
118 $template = $this->templates[$tpl];
134 $template['id']
142 * Get the size of a template
[all...]

12345678910>>...28