Searched refs:template_name (Results 1 – 7 of 7) sorted by relevance
| /plugin/odp/ |
| D | action.php | 29 $template_name = $odt_meta["template"]; 30 if (!$template_name) { 33 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$template_name;
|
| /plugin/odt/action/ |
| D | cache.php | 45 $template_name = $this->config->getParam('odt_template'); 46 if(!$template_name) { 49 …is->config->getParam('mediadir') . '/' . $this->config->getParam('tpl_dir') . "/" . $template_name;
|
| /plugin/wst/syntax/ |
| D | template.php | 63 $template_name = $dump[0]; 79 $template = $this->get_template($template_name);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 260 $def(self, '$convert', function $$convert(node, template_name, opts) { argument 264 if (template_name == null) template_name = nil; 266 …if (!$truthy((template = self.templates['$[]']((template_name = ($truthy(($ret_or_1 = template_nam… 267 self.$raise("Could not find a custom template to handle transform: " + (template_name)) 270 if ($eqeq(template_name, "document")) {
|
| D | asciidoctor.cjs | 249 $def(self, '$convert', function $$convert(node, template_name, opts) { 253 if (template_name == null) template_name = nil; 255 …if (!$truthy((template = self.templates['$[]']((template_name = ($truthy(($ret_or_1 = template_nam… 256 self.$raise("Could not find a custom template to handle transform: " + (template_name)); 258 if ($eqeq(template_name, "document")) {
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 7523 function initTemplate(name, initial, template_name) { argument 7524 template_name = template_name || name; 7528 if (gantt.config[name] && regTemplates[template_name] != config[name]) { 7529 if (!(initial && templates[template_name])) { 7530 templates[template_name] = gantt.date.date_to_str(config[name]); 7531 regTemplates[template_name] = config[name];
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js.map | 1 …template_name","date_format","server_utc","task_unscheduled_time","grid_date_format","tooltip_date…
|