Home
last modified time | relevance | path

Searched refs:tpl (Results 51 – 75 of 201) sorted by relevance

123456789

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php92 * @param mixed $tpl The template id
102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
104 if (!isset($this->templates[$tpl])) {
109 unset($x['tpl']);
118 $template = $this->templates[$tpl];
120 $originalSize = $this->getTemplateSize($tpl);
121 $newSize = $this->getTemplateSize($tpl, $width, $height);
147 * @param mixed $tpl The template id
152 public function getTemplateSize($tpl, $width = null, $height = null) argument
154 if (!isset($this->templates[$tpl])) {
[all...]
/plugin/s5reloaded/
H A Drenderer.php22 var $tpl=''; variable in renderer_plugin_s5reloaded
51 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
105 <link rel="stylesheet" href="'.$this->base.$this->tpl.'/slides.css" type="text/css" media="projecti…
106 <link rel="stylesheet" href="'.$this->base.$this->tpl.'/outline.css" type="text/css" media="screen"…
107 <link rel="stylesheet" href="'.$this->base.$this->tpl.'/print.css" type="text/css" media="print" id…
108 <link rel="stylesheet" href="'.$this->base.$this->tpl.'/opera.css" type="text/css" media="projectio…
109 <link rel="stylesheet" href="'.$this->base.$this->tpl.'/wrap.css" type="text/css" />
123 <script src="'.$this->base.$this->tpl.'/slides.js" type="text/javascript"></script>
/plugin/bez/mdl/
H A DTask.php517 $tpl = $this->model->action->get_tpl();
518 return $tpl->url('task', 'tid', $this->id);
535 $tpl = $this->model->action->get_tpl();
547 $tpl->set('task', $this);
548 $tpl->set('style', $style);
549 $tpl->set('no_actions', true);
558 $tpl = $this->model->action->get_tpl();
561 $tpl->set('content', $task_box);
568 $tpl = $this->model->action->get_tpl();
571 $tpl
[all...]
/plugin/vbsso/
H A Dadmin.php49 …$tpl = $this->make_html_from_tpl(__DIR__ . '/views/admin.getmenutext.tpl', array(DOKU_URL, VBSSO_P…
51 return $tpl . $this->getLang('vbsso_settings');
190 $tpl = file_get_contents($file);
193 $tpl = str_replace($search, $param, $tpl);
196 return $tpl;
/plugin/copypage/
H A Daction.php41 $tpl = io_readFile(wikiFN($template_id));
44 $tpl = str_replace($template_id, $id, $tpl);
46 $event->data['tpl'] = $tpl;
/plugin/bureaucracyau/helper/
H A Dfield.php22 protected $tpl; variable in helper_plugin_bureaucracyau_field
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
364 * @param string|array $tpl The template as string or array
369 protected function _parse_tpl($tpl, $params) { argument
372 $is_simple = !is_array($tpl);
373 if ($is_simple) $tpl = array($tpl);
375 foreach ($tpl as &$val) {
407 return $is_simple ? $tpl[0] : $tpl;
H A Dfieldtextbox.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
28 $this->tpl['class'] .= ' '.$this->opt['class'];
31 $this->tpl['class'] .= ' required';
/plugin/bureaucracy-au/helper/
H A Dfield.php22 protected $tpl; variable in helper_plugin_bureaucracyau_field
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
364 * @param string|array $tpl The template as string or array
369 protected function _parse_tpl($tpl, $params) { argument
372 $is_simple = !is_array($tpl);
373 if ($is_simple) $tpl = array($tpl);
375 foreach ($tpl as &$val) {
407 return $is_simple ? $tpl[0] : $tpl;
H A Dfieldtextbox.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
28 $this->tpl['class'] .= ' '.$this->opt['class'];
31 $this->tpl['class'] .= ' required';
/plugin/bureaucracy/helper/
H A Dfield.php22 protected $tpl; variable in helper_plugin_bureaucracy_field
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
364 * @param string|array $tpl The template as string or array
369 protected function _parse_tpl($tpl, $params) { argument
372 $is_simple = !is_array($tpl);
373 if ($is_simple) $tpl = array($tpl);
375 foreach ($tpl as &$val) {
407 return $is_simple ? $tpl[0] : $tpl;
H A Dfieldtextbox.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
28 $this->tpl['class'] .= ' '.$this->opt['class'];
31 $this->tpl['class'] .= ' required';
/plugin/blogtng/helper/
H A Dtools.php68 * @param string $tpl
72 static public function getTplFile($tpl, $type) { argument
75 $fname = DOKU_PLUGIN . "blogtng/tpl/$tpl$sep$type.php";
83 msg("blogtng plugin: template file $type for template $tpl does not exist!", -1);
/plugin/s5/
H A Drenderer.php20 var $tpl=''; variable in renderer_plugin_s5
48 $this->tpl = isset($_GET['s5theme'])?$_GET['s5theme']:$this->getConf('template');
49 $this->tpl = preg_replace('/[^a-z0-9_-]+/', '', $this->tpl); // clean user provided path
83 <link rel="stylesheet" href="'.$this->base.$this->tpl.'/slides.css" type="text/css" media="projecti…
/plugin/bez/ctl/
H A Dthreads.php10 define('BEZ_THREAD_FILTERS_COOKIE_NAME', 'plugin__bez_thread_filters_' . $this->tpl->action());
35 $this->tpl->set_values($filters);
110 $this->tpl->set('labels', $this->model->labelFactory->get_all());
111 $this->tpl->set('threads', $threads);
112 $this->tpl->set('years', $years);
H A Dtasks.php52 $this->tpl->set_values($filters);
105 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name')->fetchAll());
106 $this->tpl->set('tasks', $tasks);
107 $this->tpl->set('months', array(1 => 'jan',
119 $this->tpl->set('years', $years);
H A Dtask_form.php13 $this->tpl->set('task', $task);
14 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
21 $this->tpl->set_values($task_dup->get_assoc());
/plugin/ckgedit/scripts/
H A Dcss6.php19 function css_ckg_out($path, $tpl = "") argument
31 if(!$tpl) {
32 $tpl = $conf['template'];
41 $styleini = css_ckg_styleini($tpl);
117 …$css = "@import 'additional.css';\n/* template: $tpl */\n@media screen {\n.$tpl{color:#ccc;}\n}\n"…
226 * @param string $tpl the used template
229 function css_ckg_styleini($tpl) { argument
234 $incbase = tpl_incdir($tpl);
235 $webbase = tpl_basedir($tpl);
253 $ini = DOKU_CONF."tpl/$tpl/style.ini";
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php8 <?php foreach ($tpl->get('tasks') as $task): ?>
23 <td><a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
26 <td><?php echo $tpl->date($task->create_date) ?></td>
/plugin/blogtng/action/
H A Dnew.php85 $tpl = pageTemplate($id);
86 if(!$tpl) $tpl = io_readFile(DOKU_PLUGIN . 'blogtng/tpl/newentry.txt');
91 return str_replace(array_keys($replace), array_values($replace), $tpl);
/plugin/dokubookmark/
H A Daction.php115 $tpl='';
123 $tpl = pageTemplate(array($d[1]));
128 if (empty($tpl) && $d[1] != '-') {
129 $tpl = str_replace('\n',"\n", $this->getConf('wikitemplate'));
143 $cfg_presets[$l[0]]=array('id' => $d[0], 'tpl' => $tpl);
/plugin/bez/action/
H A Dbase.php11 protected $tpl; variable in action_plugin_bez_base
38 return $this->tpl;
46 $file = DOKU_PLUGIN . "bez/tpl/$tpl_file.php";
51 $tpl = $this->tpl;
69 $this->tpl = new bez\meta\Tpl($this);
/plugin/multitemplate_styleman/
H A Dcss.php16 $tpl = $_REQUEST['tpl']; variable
17 …if (preg_match('/^[a-z0-9_-]+$/iD', $tpl)) { //seems to be a valid template name, and not a code i…
18 $template = $tpl;
/plugin/loadskin/
H A Daction.php69 $tpl = $this->_getTpl();
72 if($tpl && (!$inAdmin || ($inAdmin && $allowInAdmin))) {
73 $conf['template'] = $tpl;
214 private function _tplUserConfig($act, $user, $tpl='') { argument
226 if ($tpl)
227 $data[$user] = $tpl;
/plugin/templateconfhelper/
H A DREADME20 * tpl_switch( $tpl ) - change style after init.php has been run
21 * tpl_loadconfig( $tpl ) - reload config for template, called on switch
32 …rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
42 …he main.php they have to exist in the dokuwiki //lib/tpl/// directory. Fallback is always //lib/tp…
52 'default' => array( $farmbasedir.'/extension/tpl/', $farmbasedir.$version.'lib/tpl/' ),
53 'local' => array( $farmdir.'tpl/' ),
57 …php like this can be used in the default_tpl or base_tpl in dokuwiki //lib/tpl/// directory. It wi…
/plugin/templateconfhelper/action/
H A Dfetchaction.php40 $tpl = $_GET['template'];
42 if( !preg_match( '/^[\w-]*$/', $tpl )) {
48 if( !$file = getConfigPath( 'template_dir', $tpl.'/images/'.$MEDIA ))

123456789