Home
last modified time | relevance | path

Searched refs:tpl (Results 101 – 125 of 201) sorted by last modified time

123456789

/plugin/ckgedit/lang/en/
H A Dstyle.txt7 …nal style sheets for other templates which you might have stored in your **tpl** folder. These wi…
/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/epub/scripts/
H A Dcss2.php33 $tpl = trim(preg_replace('/[^\w-]+/','',$conf['template']));
35 if($tpl){
36 $tplinc = DOKU_INC.'lib/tpl/'.$tpl.'/';
37 $tpldir = DOKU_BASE.'lib/tpl/'.$tpl.'/';
H A Dcss3.php36 $tpl = $conf['template'];
39 $styleini = css_styleini($tpl);
219 * @param string $tpl the used template
222 function css_styleini($tpl) { argument
227 $incbase = tpl_incdir($tpl);
228 $webbase = tpl_basedir($tpl);
246 $ini = DOKU_CONF."tpl/$tpl/style.ini";
/plugin/discussion/
H A Daction.php1492 $tpl = io_readFile(DOKU_PLUGIN.'discussion/_template.txt');
1528 $tpl = str_replace(array_keys($replace), array_values($replace), $tpl);
1529 return $tpl;
/plugin/indexmenu/
H A Dstyle.css303 /* copied from tpl/dokuwiki/css/basic.css */
/plugin/newpagetemplate/
H A Daction.php75 $tpl = io_readFile(wikiFN($template));
85 $tpl = str_replace(trim($value[0]),hsc(trim($value[1])),$tpl);
111 $tpl = str_replace(array(
151 $tpl
155 $tpl = preg_replace_callback('/%./',
159 $tpl
163 $tpl = preg_replace("/@.*?@/ms","",$tpl);
166 $event->result=$tpl;
[all...]
H A Dhelper.php38 $tpl = $this->pagefromtemplate($opts['tmpl'], $opts['page'], $opts['usrrepl'], $opts['user']);
40 echo htmlentities($tpl) . "\n";
46 echo $this->writePage($page,$tpl);
49 function writePage($page, $tpl) argument
61 saveWikiText($page, $tpl, $summary, $minor = false);
92 $tpl = io_readFile(wikiFN($template));
100 $tpl = str_replace(trim($value[0]), hsc(trim($value[1])), $tpl);
124 $tpl = str_replace(array(
159 ), $tpl);
192 process_array($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
224 process_single($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
[all...]
H A Dadmin.php25 $tpl = $INPUT->str('tpl_file','none');
36 if($tpl == 'none') {
40 $cmdL = '-p ' .$_REQUEST['id'] . " -t $tplns:$tpl";
/plugin/move/action/
H A Drename.php215 public function tpl() {
140 public function tpl() { global() function in action_plugin_move_rename
/plugin/pdftools/
H A DREADME.md35 * tpl = ```template-name```
102 …luded in the zip-file. The files are extracted directly into the ```dw2pdf/tpl``` directory. This …
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/standard/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/minimal/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/info/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/userpagecreate/
H A Daction.php61 $tpl = $this->getConf('template');
62 $do_ns = (strlen($tpl) > 0) && substr($tpl, -1, 1) === ':';
73 'tpl' => $tpl,
87 $tpl = $data['tpl'];
97 str_replace(':', '/', getNS($tpl)));
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
103 if ($tpl === '') {
106 } elseif (page_exists($tpl)) {
107 $pages[$res] = rawWiki($tpl);
/plugin/qc/
H A Dhelper.php13 public function tpl()
12 public function tpl() global() function in helper_plugin_qc
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2325 }}}if(!useLocalSkin){var tpl=getChromeTemplate(!isChromeFrame),doc=isChromeFrame?node.contentWindow…
2326 doc.write(tpl);
2360 var getChromeTemplate=function(isPopup){var tpl=FirebugChrome.Skin;
2366 r[++i]=tpl.CSS;
2369 r[++i]=tpl.HTML;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php670 $tpl = $this->strictCallables ? self::STRICT_IS_CALLABLE : self::IS_CALLABLE;
672 return sprintf($tpl, $variable, $variable);
/plugin/jplayer/
H A Dsyntax.php171 $tpl = $mustache->loadTemplate('jplayer.'.$skin.'.audio.playlist');
175 $R->doc .= $tpl->render($ids);
/plugin/task/
H A Daction.php99 $tpl = io_readFile(DOKU_PLUGIN.'task/_template.txt');
132 $tpl = str_replace(array_keys($replace), array_values($replace), $tpl);
133 return $tpl;
/plugin/revealjs/
H A Drenderer.php19 var $tpl = ''; variable in renderer_plugin_revealjs

123456789