/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/ |
H A D | ArrayLoader.php | 29 private $templates; variable in Mustache_Loader_ArrayLoader 34 * @param array $templates Associative array of Template source (default: array()) 36 public function __construct(array $templates = array()) argument 38 $this->templates = $templates; 52 if (!isset($this->templates[$name])) { 56 return $this->templates[$name]; 62 * @param array $templates 64 public function setTemplates(array $templates) argument 66 $this->templates = $templates; 77 $this->templates[$name] = $template;
|
H A D | InlineLoader.php | 54 protected $templates; variable in Mustache_Loader_InlineLoader 100 if (!array_key_exists($name, $this->templates)) { 104 return $this->templates[$name]; 112 if ($this->templates === null) { 113 $this->templates = array(); 118 $this->templates[trim($name)] = trim($content);
|
H A D | FilesystemLoader.php | 31 private $templates = array(); variable in Mustache_Loader_FilesystemLoader 81 if (!isset($this->templates[$name])) { 82 $this->templates[$name] = $this->loadFile($name); 85 return $this->templates[$name];
|
H A D | MutableLoader.php | 20 * @param array $templates 22 public function setTemplates(array $templates); argument
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
H A D | ArrayLoader.php | 33 protected $templates = []; variable in Twig\\Loader\\ArrayLoader 38 public function __construct(array $templates = []) argument 40 $this->templates = $templates; 51 $this->templates[(string) $name] = $template; 59 if (!isset($this->templates[$name])) { 63 return $this->templates[$name]; 69 if (!isset($this->templates[$name])) { 78 return isset($this->templates[(string) $name]); 84 if (!isset($this->templates[$name])) { 88 return $name.':'.$this->templates[$name]; [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
H A D | SandboxTest.php | 21 protected static $templates; variable in Twig_Tests_Extension_SandboxTest 31 self::$templates = [ 60 $twig = $this->getEnvironment(false, [], self::$templates); 66 $twig = $this->getEnvironment(true, [], self::$templates); 79 $twig = $this->getEnvironment(true, [], self::$templates); 91 $twig = $this->getEnvironment(true, [], self::$templates); 103 $twig = $this->getEnvironment(true, [], self::$templates); 189 $twig = $this->getEnvironment(true, [], self::$templates); 263 self::$templates = [ 271 self::$templates = [ [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 82 public function testIntegration($file, $message, $condition, $templates, $exception, $outputs) argument 84 $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs); 91 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output… argument 93 $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs); 115 $templates = self::parseTemplates($match[3]); 121 $templates = self::parseTemplates($match[3]); 157 $loader = new ArrayLoader($templates); 230 foreach (array_keys($templates) as $name) { 247 $templates = []; 250 $templates[($match[1] ? $match[1] : 'index.twig')] = $match[2]; [all …]
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdfTplTrait.php | 22 * Data of all created templates. 26 protected $templates = []; variable 104 if (!isset($this->templates[$tpl])) { 118 $template = $this->templates[$tpl]; 154 if (!isset($this->templates[$tpl])) { 159 $width = $this->templates[$tpl]['width']; 160 $height = $this->templates[$tpl]['height']; 162 $width = $height * $this->templates[$tpl]['width'] / $this->templates[$tpl]['height']; 166 $height = $width * $this->templates[ [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | ListWorkflowTemplatesResponse.php | 47 public function setTemplates($templates) argument 49 $this->templates = $templates; 56 return $this->templates;
|
/plugin/pdftools/ |
H A D | README.md | 9 * A set of templates for different purposes which can be installed directly from the admin section 10 * Upload your own templates in the admin section and option to remove templates 12 * Additional replacements which can be used in the templates 17 …which ist shown a the bottom right of the screen. You can configure the templates which are the di… 90 ## Set of templates 92 The pdftools-plugin contains a set of templates which can be installed in the admin section. These … 98 ## Upload pdf-templates 100 Upload form for uploading your own pdf-templates. 104 ## Erase pdf-templates 106 Button to delete templates from dw2pdf.
|
/plugin/autogallery/ |
H A D | syntax.php | 62 $templates = explode(',', $options[1]); 63 $templates = array_map('trim', $templates); 65 $arr=array('namespace' => $namespace,'newpagetemplates' => $templates);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | recipes.rst | 25 print_r($deprecations->collectDir(__DIR__.'/templates')); 53 they won't be generated when templates are already cached. 113 Let's say that your templates are loaded from both ``.../templates/mysite`` 115 stored in ``.../templates/default`` reads as follows: 131 {# page.twig in .../templates/mysite #} 132 {% extends "page.twig" %} {# from .../templates/default #} 135 ``.../templates/mysite``. 147 {# page.twig in .../templates/mysite #} 415 We have created a simple ``templates`` table that hosts two templates: 489 templates on the filesystem. When templates can be loaded from different [all …]
|
H A D | api.rst | 6 the application and not those who are creating Twig templates. 33 that looks up the templates in the ``/path/to/templates/`` folder. Different 35 templates from a database or other resources. 93 When set to ``true``, the generated templates have a 99 The charset used by the templates. 104 templates. 108 An absolute path where to store the compiled templates, or 128 default for all templates (default to ``true``). 184 It can also look for templates in an array of directories:: 188 With such a configuration, Twig will first look for templates in [all …]
|
/plugin/structodt/ |
H A D | action.php | 102 protected function render_single($row, $templates, $ext='pdf') { argument 111 foreach ($templates as $template) { 117 // pdf templates are available only in pdf output format 159 $templates = json_decode($INPUT->str('template')); 165 if (count($templates) > 1 && $ext != 'pdf') { 166 msg("Multiple templates are available only for pdf format.", -1); 181 $tmp_file = $this->render_single($row, $templates, $ext); 208 $templates = json_decode($template_string); 220 $tmp_file = $this->render_single($row, $templates);
|
/plugin/farmsync/meta/ |
H A D | TemplateUpdates.php | 39 $templates = array(); 41 $templates = array_merge($templates, $this->getDocumentsFromLine($this->source, $line)); 43 array_unique($templates); 44 return $templates;
|
/plugin/loadskin/ |
H A D | helper.php | 57 $templates = array( 64 $templates = array_diff($this->getTemplates(),$excludeTemplates); 75 $templates,
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | source.rst | 25 templates. So, if you are using the filesystem loader, the templates are looked 32 * ``ignore_missing``: Whether to ignore missing templates or not
|
H A D | include.rst | 14 Included templates have access to the variables of the active context. 16 If you are using the filesystem loader, the templates are looked for in the 60 You can also provide a list of templates that are checked for existence before 68 of the templates exist, otherwise it will throw an exception. 83 * ``ignore_missing``: Whether to ignore missing templates or not
|
/plugin/calendoku/syntax/ |
H A D | showicalendar.php | 48 $templates = preg_split('/\s/', $this->getConf('icaltemplates')); 49 foreach ($templates as $template) 54 foreach ($templates as $template) {
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_quick_info.js | 13 …templates.quick_info_title=function(t,n,e){return e.text.substr(0,50)},gantt.templates.quick_info_…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_quick_info.js | 150 gantt.templates.quick_info_title = function(start, end, ev){ return ev.text.substr(0,50); }; 151 gantt.templates.quick_info_content = function(start, end, ev){ return ev.details || ev.text; }; 152 gantt.templates.quick_info_date = function(start, end, ev){ 153 return gantt.templates.task_time(start, end, ev); 155 gantt.templates.quick_info_class = function(start, end, task){ return ""; }; 280 template = this.templates.quick_info_class(task.start_date, task.end_date, task); 406 content: gantt.templates.quick_info_title(ev.start_date, ev.end_date, ev), 407 date: gantt.templates.quick_info_date(ev.start_date, ev.end_date, ev) 419 main.innerHTML = gantt.templates.quick_info_content(ev.start_date, ev.end_date, ev);
|
/plugin/ckgedit/lang/en/ |
H A D | style.txt | 7 …templates: installed but not activated** \\ You can also create additional style sheets for other …
|
/plugin/addnewpage/ |
H A D | syntax.php | 375 * Create html for selection of namespace templates 377 * @param array $newpagetemplates array of namespace templates
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | include.rst | 37 Included templates have access to the variables of the active context. 39 If you are using the filesystem loader, the templates are looked for in the 104 The possibility to pass an array of templates has been added in Twig 1.2. 106 You can also provide a list of templates that are checked for existence before 114 of the templates exist, otherwise it will throw an exception.
|
/plugin/dirtylittlehelper/ |
H A D | action.php | 183 $templates = trim($this->getConf('top_templates') ); 184 if( $templates != '' ) { 188 $templates = explode("\n" , $templates); 190 foreach ($templates as $value){
|