Home
last modified time | relevance | path

Searched refs:template (Results 26 – 50 of 695) sorted by relevance

12345678910>>...28

/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js13 const template = file.globTemplate(path.join(templatePath, '*.jst')); constant
94 return template.alias(data);
97 return template.category(data);
100 return template.thru(data);
102 return template.module(data);
142 actions.push(file.write(path.join(fpPath, '_falseOptions.js'), template._falseOptions()));
143 actions.push(file.write(path.join(fpPath, '_util.js'), template._util()));
144 actions.push(file.write(path.join(target, 'fp.js'), template.fp()));
145 actions.push(file.write(path.join(fpPath, 'convert.js'), template.convert()));
/plugin/calendoku/syntax/
H A Dshowicalendar.php49 foreach ($templates as $template)
50 if (!strcmp($template, $INFO['id'])) {
54 foreach ($templates as $template) {
55 if (!strcmp('', getNS($template))) {
56 $mytemplate = $INFO['namespace'].':'.$template;
57 } else if (!strcmp(getNS($template), $INFO['namespace'])) {
58 $mytemplate = $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/addnewpage/
H A Dsyntax.php284 list($template, ) = $this->_parseNSTemplatePage($newpagetemplates[0]);
285 … $input = '<input type="hidden" name="newpagetemplate" value="' . formText($template) . '" />';
289 foreach($newpagetemplates as $template) {
293 list($template, $name) = $this->_parseNSTemplatePage($template);
294 $p .= ' value="'.formText($template).'"';
313 @list($template, $name) = explode('|', $nstemplate, 2);
314 $template = (new PageResolver($ID))->resolveId($template);
315 if (is_null($name)) $name = $template;
317 return array($template, $name);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Tag.php26 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
59 public function setTemplate($template) argument
61 $this->template = $template;
65 return $this->template;
H A DGoogleCloudDatacatalogV1Tag.php35 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag
86 public function setTemplate($template) argument
88 $this->template = $template;
95 return $this->template;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php26 * @param Node|null $template
28 public function __construct(\Twig_NodeInterface $name, $template = null, $lineno, $tag = null) argument
30 if (\is_bool($template)) {
33 $template = null;
37 if (null !== $template) {
38 $nodes['template'] = $template;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php26 public function testCanOnlyAssignToNames($template) argument
31 $parser->parse($env->tokenize(new Source($template, 'index')));
55 public function testArrayExpression($template, $expected) argument
58 $stream = $env->tokenize(new Source($template, ''));
68 public function testArraySyntaxError($template) argument
73 $parser->parse($env->tokenize(new Source($template, 'index')));
175 public function testStringExpression($template, $expected) argument
178 $stream = $env->tokenize(new Source($template, ''));
275 $parser->parse($env->tokenize(new Source($template, 'index')));
289 public function testMacroDefinitionSupportsConstantDefaultValues($template) argument
[all …]
/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/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php56 $template = new \Text_Template($this->templatePath . 'file.html', '{{', '}}');
58 $template->setVar(
65 $this->setCommonTemplateVariables($template, $node);
67 $template->renderTo($file);
86 $template,
112 $template,
118 $template,
165 $template,
222 protected function renderFunctionItems(array $functions, \Text_Template $template) argument
232 $template,
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst34 template names as keys and template contents as values (as done by
101 A template can be customized in two different ways:
103 * *Inheritance*: A template *extends* a parent template and overrides some
107 template it finds in a list of configured directories; a template found in a
111 (aka a template in a directory further in the list)?
234 instance, if you have the following template data::
305 saving it. If the template code is stored in a `$template` variable, here is
311 // the $template is valid
323 // the $template is valid
514 From a template, you can easily load a template stored in a string via the
[all …]
/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/farmsync/meta/
H A DTemplateUpdates.php8 public function updateEntity($template, $source, $target) { argument
9 $sourceModTime = $this->farm_util->getRemoteFilemtime($source, $template, false, false);
10 $result = new UpdateResults($template, $target);
12 $targetFN = $this->farm_util->getRemoteFilename($target, $template, null, false);
13 $sourceContent = $this->farm_util->readRemotePage($source, $template, false);
15 if (!$this->farm_util->remotePageExists($target, $template, false)) {
21 $targetModTime = $this->farm_util->getRemoteFilemtime($target, $template, false, false);
22 if ($sourceContent == $this->farm_util->readRemotePage($target, $template, false)) {
33 $result = new TemplateConflict($template, $target);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dsource.rst10 The ``source`` function returns the content of a template without rendering it:
14 {{ source('template.html') }}
18 the template does not exist:
22 {{ source('template.html', ignore_missing = true) }}
24 The function uses the same template loaders as the ones used to include
31 * ``name``: The name of the template to read
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DConfigurationSpec.php28 public function setTemplate(RevisionTemplate $template) argument
30 $this->template = $template;
37 return $this->template;
H A DServiceSpec.php31 public function setTemplate(RevisionTemplate $template) argument
33 $this->template = $template;
40 return $this->template;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertTemplateResponse.php28 public function setTemplate(CustomTemplate $template) argument
30 $this->template = $template;
37 return $this->template;
H A DListTemplatesResponse.php47 public function setTemplate($template) argument
49 $this->template = $template;
56 return $this->template;
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php26 private $template; variable in Twig\\Profiler\\Profile
33 public function __construct($template = 'main', $type = self::ROOT, $name = 'main') argument
35 $this->template = $template;
43 return $this->template;
163 …return serialize([$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->pr…
168 …list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = uns…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php24 * @param string $template A template string
32 public static function resolve($template, array $vars, array $values) argument
36 if (false === strpos($template, '{'.$var.'}')) {
41 … template "%s" contains the variable "%s", but was not given any value for it.', $template, $var));
47 return strtr($template, $map);
/plugin/multitemplate_styleman/
H A Daction.php45 $template = NULL;
51 $template = $matches[1];
53 if (isset($template)) {
67 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php?tpl=' . $template;
69 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php' . $params . '&tpl=' . $template;
/plugin/icalevents/conf/
H A Ddefault.php13 $conf['template:default'] = '===== {date}: {summary} =====
16 $conf['template:list'] = '====== {date}: {summary} ======
19 $conf['template:table'] = '| **{date}** | {summary_link} | {location_link} | (({description})) …
20 $conf['template:table_without_description'] = '| **{date}** | {summary_link} | {location_link} |…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersGetTestOrderTemplateResponse.php46 public function setTemplate(TestOrder $template) argument
48 $this->template = $template;
55 return $this->template;
/plugin/revealjs/css/theme/source/
H A Dnight.scss9 @import "../template/mixins";
10 @import "../template/settings";
19 // Override theme settings (see ../template/settings.scss)
32 // Theme template ------------------------------
33 @import "../template/theme";

12345678910>>...28