Home
last modified time | relevance | path

Searched refs:template (Results 101 – 125 of 695) sorted by relevance

12345678910>>...28

/plugin/odt/ODT/
H A DODTExport.php133 …nternalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=NU… argument
137 if (!isset($template) || !isset($tempDir)) {
148 $ZIPextract->open($template);
150 $ZIPextract->open($template);
153 throw new Exception(' Error extracting the zip archive:'.$template.' to '.$tempDir);
253 …nternalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=NU… argument
254 if ( !isset($template) ) {
257 … self::buildFromODTTemplate($params, $meta, $userfields, $pagestyles, $template, $tempDir);
/plugin/combo/ComboStrap/
H A DTemplateEngine.php69 $templatesSearchDirectories = array(); // a list of directories where to search the template
92 LogUtility::warning("The template theme directory ($themeDirectory) does not exists and was not taken into account");
190 function ($template, $context, $args, $source) {
200 function ($template, $context, $args, $source) {
208 function ($template, Context $context, $args, $source) {
220 function ($template, Context $context, $args, $source) {
265 public function renderWebPage(string $template, array $model): string argument
267 return $this->handleBarsForPage->render($template, $model);
270 public function renderWebComponent(string $template, array $model): string argument
272 return $this->handleBarsForComponents->render($template,
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c53 ZEND_ARG_INFO(0, template)
541 static void TWIG_RUNTIME_ERROR(zval *template TSRMLS_DC, char *message, ...) in TWIG_RUNTIME_ERROR()
580 call_user_function(EG(function_table), &template, filename_func, filename, 0, 0 TSRMLS_CC); in TWIG_RUNTIME_ERROR()
701 zval *template; in PHP_FUNCTION() local
823 … TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Key \"%s\" does not exist as the array is empty.", item); in PHP_FUNCTION()
834 TWIG_RUNTIME_ERROR(template TSRMLS_CC, in PHP_FUNCTION()
841 TWIG_RUNTIME_ERROR(template TSRMLS_CC, in PHP_FUNCTION()
890 …TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on a null variable.… in PHP_FUNCTION()
892 …TWIG_RUNTIME_ERROR(template TSRMLS_CC, "Impossible to invoke a method (\"%s\") on an array.", item… in PHP_FUNCTION()
908 tmp_self_cache = TWIG_GET_STATIC_PROPERTY(template, "cache" TSRMLS_CC); in PHP_FUNCTION()
[all …]
/plugin/loadskin/lang/nl/
H A Dintro.txt3 …s/namespaces in je wiki. Merk alsjeblieft op, dat een gebruiker die een template selecteert via de…
5 …ls je een andere template voor een wikipagina ''wiki'' specificeert dat alle andere pagina's in de…
/plugin/pdftools/
H A DREADME.md7 * Optional and configurable slider button to chose a template for pdf-generation
26 …reate an inline button. Pressing this button will generate a pdf with the defined template. Syntax:
28 <pdf template-name>
29 <pdf template-name quer>
35 * tpl = ```template-name```
102 The template files must be placed in a directory, which must bei included in the zip-file. The file…
109 * online template editor or a configurable template, where setting can be made in the wiki
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php37 $template = $this->parser->getExpressionParser()->parseExpression();
40 if (!$template instanceof ConstantExpression) {
64 … $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)]));
/plugin/publist/
H A Dsyntax.php96 $template = $this->_load($data, 'template');
97 if ( empty($template) ) {
101 if ( !empty($bibtex) && !empty($template) ) {
110 $code = $parser->convert($bibtex, $template);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php47 * @param string $template The template source
49 public function setTemplate($name, $template) argument
51 $this->templates[(string) $name] = $template;
/plugin/newpagetemplate/
H A Dhelper.php6 public $template; variable in helper_plugin_newpagetemplate
13 $template = $opts['tmpl'];
34 if (!empty($template)) {
36 echo "Template: $template \n";
85 function pagefromtemplate($template, $page, $newpagevars, $user = "") argument
92 $tpl = io_readFile(wikiFN($template));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst16 of the template.
42 result of an expression to the template.
131 * ``_self``: references the current template;
308 will be available in the included template too:
318 The name of the template depends on the template loader. For instance, the
364 template engine that a child template may override those portions of the
365 template.
367 A child template might look like this:
388 engine that this template "extends" another template. When the template system
390 be the first tag in the template.
[all …]
H A Dintro.rst4 This is the documentation for Twig, the flexible, fast, and secure template
7 If you have any exposure to other text-based template languages, such as
17 * *Secure*: Twig has a sandbox mode to evaluate untrusted template code. This
18 allows Twig to be used as a template language for applications where users
19 may modify the template design.
68 The ``render()`` method loads the template passed as a first argument and
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DMutableLoader.php28 * @param string $template Mustache Template source
30 public function setTemplate($name, $template); argument
/plugin/publistx/
H A Dsyntax.php103 $template = $this->_load($data, 'template');
104 if ( empty($template) ) {
118 if ( !empty($bibtex) && !empty($template) ) {
127 $code = $parser->convert($bibtex, $template);
/plugin/mellelexport/
H A Dmellelconvert.php28 $template = dirname(__FILE__).DIRECTORY_SEPARATOR.'template.txt';
30 $template = file_get_contents($template);
108 $mellelMarkup = str_replace(MELLEL_TEMPLATE_CONTENT, $mellelMarkup, $template);
/plugin/xslfo/
H A Dhelper.php28 $template = preg_grep('|.*\.xsl$|i', scandir(tpl_incdir()));
29 return array_merge($plugin, $template);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG201 * fixed template paths when a template name contains a protocol like vfs://
206 * removed template source code from generated template classes when debug is disabled
214 * fixed template paths when a template is stored in a PHAR file
220 * changed the way we store template source in template classes
247 * undeprecated _self (should only be used to get the template name, not the template instance)
283 * fixed a race condition in template loading
327 * fixed wrong error message when including an undefined template in a child template
358 autoescaping strategy for a template based on template file extension.
582 * fixed template line number in some exceptions
601 * optimized parent template creation when the template does not use dynamic inheritance
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php166 * Equivalent to calling `$handlebars->loadTemplate($template)->render($data);`
168 * @param string $template template name
170 * @return string Rendered template
172 public function render($template, $data) argument
174 return $this->loadTemplate($template)->render($data);
179 * @param string $template template name
181 * @return string Rendered template
183 public function __invoke($template, argument
[all...]
/plugin/structodt/
H A Dhelper.php40 * Render ODT file from template
42 * @param $template
51 public function renderODT($template, $row) { argument
52 $template_file = mediaFN($template);
95 * Render PDF file from template
97 * @param $template
106 public function renderPDF($template, $row) { argument
107 $tmp_file = $this->renderODT($template, $row);
339 * @param string $template
343 public function rowTemplate($row, $template) { argument
[all...]
H A Dscript.js12 const template = $table.parents('.structaggregation').data('template');
13 if (!template) return;
54 url.searchParams.append('template', JSON.stringify(template));
/plugin/publistf/
H A Dsyntax.php104 $template = $this->_load($data, 'template');
105 if ( empty($template) ) {
119 if ( !empty($bibtex) && !empty($template) ) {
128 $code = $parser->convert($bibtex, $template);
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js43 var template = (urlParams['template'] != null) ? decodeURIComponent(urlParams['template']) : null;
56 if (template != null)
59 template, function(file)
/plugin/dwedit/
H A DREADME1 … the page tools which appear at the right of the Dokuwiki editor in the standard Dokuwiki template.
4 For users who are not using the Dokuwiki template, a link can be added anywhere on the template pag…
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php95 $template = implode("\n", array_slice($lines, $template_start_index, -1));
122 return [$search_config, $template, $options];
138 $template = $data[1];
180 $chunks = explode(self::OPEN_SYNTAX, $template);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php12 * @param string $template URI template
17 function uri_template($template, array $variables) argument
21 return \uri_template($template, $variables);
30 return $uriTemplate->expand($template, $variables);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2Execution.php395 public function setTemplate(GoogleCloudRunV2TaskTemplate $template) argument
397 $this->template = $template;
404 return $this->template;

12345678910>>...28