/plugin/infomail/ |
H A D | helper.php | 72 public function loadTemplate() function in helper_plugin_infomail
|
H A D | action.php | 197 $mailtext = $helper->loadTemplate();
|
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/ |
H A D | grammarTest.php | 33 $template = $twig->loadTemplate('template');
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Handlebars.php | 166 * Equivalent to calling `$handlebars->loadTemplate($template)->render($data);` 174 return $this->loadTemplate($template)->render($data); 454 public function loadTemplate($name) function in Handlebars\\Handlebars
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Template.php | 138 $this->parents[$parent] = $this->loadTemplate($parent); 343 protected function loadTemplate($template, $templateName = null, $line = null, $index = null) function in Twig\\Template 363 return $this->env->loadTemplate($template, $index);
|
H A D | Environment.php | 424 return new TemplateWrapper($this, $this->loadTemplate($name)); 444 public function loadTemplate($name, $index = null) function in Twig\\Environment 551 $template = new TemplateWrapper($this, $this->loadTemplate($name)); 620 return $this->loadTemplate($name);
|
/plugin/jplayer/ |
H A D | syntax.php | 171 $tpl = $mustache->loadTemplate('jplayer.'.$skin.'.audio.playlist');
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
H A D | Engine.php | 236 return $this->loadTemplate($template)->render($context); 655 public function loadTemplate($name) function in Mustache_Engine
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | include.rst | 46 $template = $twig->loadTemplate('some_template.twig');
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | include.rst | 83 $template = $twig->loadTemplate('some_template.twig');
|
H A D | extends.rst | 162 $layout = $twig->loadTemplate('some_layout_template.twig');
|
/plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
H A D | i18n.rst | 174 $twig->loadTemplate(str_replace($tplDir.'/', '', $file));
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 3417 this.loadTemplate(value, function(text) 4570 App.prototype.loadTemplate = function(url, onload, onerror, templateFilename, asLibrary) method in App 5196 this.loadTemplate(url, mxUtils.bind(this, function(text) 5590 this.loadTemplate(url, mxUtils.bind(this, function(text)
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | api.rst | 56 Before Twig 1.28, you should use ``loadTemplate()`` instead which returns a
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 11645 …(k){this.handleError(k,mxResources.get("errorLoadingFile"))}else this.loadTemplate(d,function(b){g… 11683 App.prototype.loadTemplate=function(b,e,d,c,g){var k=!1,n=b;this.editor.isCorsEnabledForUrl(n)||(n=… 11700 …s.get("loading"))&&this.addListener("clientLoaded",b);return!0});this.loadTemplate(k,mxUtils.bind(… 11710 …"==m){var n=decodeURIComponent(b.substring(1));this.isOffline()||this.loadTemplate(n,mxUtils.bind(…
|