Home
last modified time | relevance | path

Searched refs:tpl (Results 126 – 150 of 201) sorted by relevance

123456789

/plugin/langdelete/
H A Dadmin.php417 foreach ($l['templates'] as $tpl => $arr) {
439 foreach ($langs['templates'] as $tpl => $arr) {
441 $this->rrm(DOKU_INC."lib/tpl/$tpl/lang/$l");
/plugin/blogtng/helper/
H A Dcomments.php639 … public function tpl_recentcomments($tpl='default',$num=5,$blogs=array('default'),$types=array()){ argument
641 $tpl = helper_plugin_blogtng_tools::getTplFile($tpl, 'recentcomments');
642 if($tpl === false){
679 include($tpl);
/plugin/txtconf/
H A Dconfig0.class.php213 function get_plugintpl_metadata($tpl){ argument
238 $metadata['tpl'.CM_KEYMARKER.$tpl.CM_KEYMARKER.$key] = $value;
248 function get_plugintpl_default($tpl){ argument
270 $default['tpl'.CM_KEYMARKER.$tpl.CM_KEYMARKER.$key] = $value;
/plugin/bureaucracy-au/helper/
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracyau_fieldstatic
H A Dfielduser.php19 $this->tpl['class'] .= ' userpicker';
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';
H A Dfieldyesno.php92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
/plugin/feedback/
H A Dsyntax.php69 $renderer->doc .= $action->tpl(true);
/plugin/bureaucracyau/helper/
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracyau_fieldstatic
H A Dfielduser.php19 $this->tpl['class'] .= ' userpicker';
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';
H A Dfieldyesno.php92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
/plugin/bureaucracy/helper/
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracy_fieldstatic
H A Dfielduser.php19 $this->tpl['class'] .= ' userpicker';
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';
H A Dfieldyesno.php92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.bak13 $conf['tpl']['dokubrick']['sidebar_content'] = 'toc,main,user,group,namespace,index';
/plugin/qc/
H A Dhelper.php13 public function tpl()
12 public function tpl() global() function in helper_plugin_qc
/plugin/pubmed2020/helper/
H A Dpmid.php99 $this->tpl['class'] .= ' pubmed';
/plugin/toctweak/
H A Dall.less98 /lib/tpl/dokuwiki/css/content.css
99 /lib/tpl/dokuwiki/css/_toc.css
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php446 * @param mixed $tpl The template id
451 public function getImportedPageSize($tpl, $width = null, $height = null) argument
453 if (isset($this->importedPages[$tpl])) {
454 $importedPage = $this->importedPages[$tpl];
/plugin/rating/
H A Daction.php67 $hlp->tpl(true);
/plugin/croissant/
H A Dsyntax.php50 function tpl($sep=' &raquo; ') { function in syntax_plugin_croissant
/plugin/blogtng/renderer/
H A Dcomment.php14 var $tpl=''; variable in renderer_plugin_blogtng_comment

123456789