Home
last modified time | relevance | path

Searched refs:template_name (Results 1 – 7 of 7) sorted by relevance

/plugin/odp/
Daction.php29 $template_name = $odt_meta["template"];
30 if (!$template_name) {
33 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$template_name;
/plugin/odt/action/
Dcache.php45 $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/
Dtemplate.php63 $template_name = $dump[0];
79 $template = $this->get_template($template_name);
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js260 $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")) {
Dasciidoctor.cjs249 $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/
Ddhtmlxgantt.js7523 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/
Ddhtmlxgantt.js.map1template_name","date_format","server_utc","task_unscheduled_time","grid_date_format","tooltip_date…