Home
last modified time | relevance | path

Searched refs:tpl (Results 176 – 200 of 201) sorted by last modified time

123456789

/plugin/rating/
H A Dhelper.php57 public function tpl($inner = false) { function in helper_plugin_rating
/plugin/pagestat/
H A Dscript.js1939 var tpl=params_obj.template;
1942 ajax_xcall("tp.newtpl",[tpl],function(data){
/plugin/twcheckliste/
H A Drenderer.php.old20 var $tpl='';
48 $this->tpl = $this->getConf('template');
/plugin/npd/
H A DREADME.mdown34 Most likely you want to do that in the `/lib/tpl/default/main.php` inside the `<div id="bar__bottom…
/plugin/geonav/tpl/startermap/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/plugin/dokutexit/
H A DREADME.md141 … normal way would be to add your images in `lib/tpl/<yourtemplate>/images/pagetools` and to call `…
143 …getools` directory (coming from the [retina icon set][retina]) in the `lib/tpl/<yourtemplate>/imag…
153 Add this at the end of `lib/tpl/<yourtemplate>/css/pagetools.css`:
/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/templateconfhelper/exe/
H A Dcss.php42 $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
43 if($tpl){
45 $tpldir = DOKU_BASE.'lib/tpl/'.$tpl.'/';
52 $ini = _css_getpath( $tpl, $ini );
68 $tplstyles[$mode][_css_getpath( $tpl, $file )] = $tpldir;
/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 ))
H A Dtemplateaction.php34 $tpl = $conf['template'];
46 $tpl = $u['template'];
58 $tpl = $_GET['utpl'];
62 $tpl = $conf['default_tpl'];
77 $this->_switch( $tpl, $theme );
119 public function tpl_switch( $tpl ) {/*{{{*/ argument
125 if( preg_match( '/^[\w-]+$/', $tpl )) {
126 $this->_switch( $tpl );
139 $conf['template'] = $tpl;
141 $tconf = $this->tpl_loadconfig( $tpl );
[all …]
/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/impressjs/
H A Drenderer.php19 private $tpl; variable in renderer_plugin_impressjs
27 $this->tpl = $this->getConf('template');
40 <link href="'.$this->base.$this->tpl.'/impress.css" rel="stylesheet" />
41 <link href="'.$this->base.$this->tpl.'/impress-extra.css" rel="stylesheet" />
49 <script src="'.$this->base.$this->tpl.'/impress.js"></script>
/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/semanticdata/
H A Dbureaucracy_field.php40 $this->tpl = $content;
45 if (isset($this->tpl)) {
/plugin/noticeboard/noticeboard/
H A Dstyle.css60 background:#fff url('../../tpl/default/images/buttonshadow.png');
92 background:#fff url('../../tpl/default/images/buttonshadow.png');
/plugin/noticeboard/
H A Dstyle.css60 background:#fff url('../../tpl/default/images/buttonshadow.png');
92 background:#fff url('../../tpl/default/images/buttonshadow.png');
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt43 * [[doku>wiki:tpl:templates|How to create and use templates]]
/plugin/farm/
H A Danimalmanager.class.php49 …$tpl = (isset($_POST['animal_template']) && !empty($_POST['animal_template'])) ? $_POST['animal_te…
51 if($n = dokuwiki_farm_animal::createNew($_POST['animal_name'], $tpl, $host, $this)) {
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.bak13 $conf['tpl']['dokubrick']['sidebar_content'] = 'toc,main,user,group,namespace,index';
/plugin/regex_template/
H A Daction.php56 $tpl = io_readFile($my_new_file);
61 if(!$tpl) return '';
64 $tpl = str_replace('@ID@',$ID,$tpl);
65 $tpl = str_replace('@NS@',getNS($id),$tpl);
66 $tpl = str_replace('@PAGE@',strtr(noNS($ID),'_',' '),$tpl);
67 $tpl = str_replace('@USER@',$_SERVER['REMOTE_USER'],$tpl);
68 $tpl = str_replace('@NAME@',$INFO['userinfo']['name'],$tpl);
69 $tpl = str_replace('@MAIL@',$INFO['userinfo']['mail'],$tpl);
70 $tpl = str_replace('@DATE@',$conf['dformat'],$tpl);
72 $tpl = preg_replace_callback('/%./',create_function('$m','return strftime($m[0]);'),$tpl);
[all …]
/plugin/usercss/
H A Dsyntax.php63 $file = DOKU_INC.'lib/tpl/'.$tplname.'/style.ini';
/plugin/offline/
H A Drenderer.php18 var $tpl=''; variable in renderer_plugin_offline
49 $this->tpl = $this->getConf('template');
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1tpl/default/images/inputshadow.png) repeat-x top;}div.dokuwiki input.edit,div.dokuwiki select.edit…
/plugin/dokukiwix/
H A DINSTALL6 2: Make sure the directory /lib/tpl/dokukiwix/archive is writable by the webserver.
7 3: Get the "offline" template, and unzip it in /lib/tpl/
/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;

123456789