Home
last modified time | relevance | path

Searched +full:style +full:. +full:local +full:. +full:ini (Results 26 – 50 of 157) sorted by last modified time

1234567

/template/darkwood/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
20 ../dokuwiki/css/_imgdetail.css = screen
21 ../dokuwiki/css/_media_popup.css = screen
22 ../dokuwiki/css/_media_fullscreen.css = screen
23 ../dokuwiki/css/_fileuploader.css = screen
24 ../dokuwiki/css/_tabs.css = screen
25 ../dokuwiki/css/_links.css = screen
[all …]
/template/cutopillar/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
22 ../dokuwiki/css/_imgdetail.css = screen
23 ../dokuwiki/css/_media_popup.css = screen
24 ../dokuwiki/css/_media_fullscreen.css = screen
25 ../dokuwiki/css/_fileuploader.css = screen
26 ../dokuwiki/css/_tabs.css = screen
27 ../dokuwiki/css/_links.css = screen
[all …]
/template/basical/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
20 ../dokuwiki/css/_imgdetail.css = screen
21 ../dokuwiki/css/_media_popup.css = screen
22 ../dokuwiki/css/_media_fullscreen.css = screen
23 ../dokuwiki/css/_fileuploader.css = screen
24 ../dokuwiki/css/_tabs.css = screen
25 ../dokuwiki/css/_links.css = screen
[all …]
/template/tripillar/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
20 ../dokuwiki/css/_imgdetail.css = screen
21 ../dokuwiki/css/_media_popup.css = screen
22 ../dokuwiki/css/_media_fullscreen.css = screen
23 ../dokuwiki/css/_fileuploader.css = screen
24 ../dokuwiki/css/_tabs.css = screen
25 ../dokuwiki/css/_links.css = screen
[all …]
/template/typowiki/typowiki/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini fil
[all...]
/plugin/farmer/
H A DDokuWikiFarmCore.php3 // phpcs:disable PSR1.Files.SideEffects
7 * This class is initialized before any other DokuWiki code runs. Therefore it is
8 * completely selfcontained and does not use any of DokuWiki's utility functions.
11 * it directly. Instead use the Farmer plugin's helper component.
13 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
14 * @author Andreas Gohr <gohr@cosmocode.d
[all...]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
7 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
9 DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
10 Of course you can **__//''combine''//__** all these.
12 You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
[all...]
/template/mindthedark/
H A Dstyle.ini1 ; Please see http://php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
6 ; any changes after an upgrade.
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
11 ; defines for which output media the style should be loaded. Currently
19 css/basic.less = screen
45 css/mobile.less = all
51 ; give your wiki a new look.
74 ; highlighted text (e.g. search snippets)
[all …]
/plugin/odt/helper/
H A Ddwcssloader.php42 * Load all the style sheets and apply the needed replacements
58 // load style.ini
89 DOKU_PLUGIN . $plugin_name.'/conf/style.css'
91 DOKU_PLUGIN . $plugin_name.'/tpl/' . $template . '/style.css'
93 DOKU_PLUGIN . $plugin_name.'/conf/style.local.css'
108 } else if (strpos ($file, 'style.css') !== false ||
109 strpos ($file, 'style.less') !== false) {
178 $list[DOKU_PLUGIN . $p ."/style.css"] = DOKU_INC . "lib/plugins/". $p ."/";
179 $list[DOKU_PLUGIN . $p ."/style.less"] = DOKU_INC . "lib/plugins/". $p ."/";
187 $list[DOKU_PLUGIN . $p ."/". $format .".css"] = DOKU_INC . "lib/plugins/". $p ."/";
[all …]
/plugin/orphanmedia2/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
104 …p style="margin-top:10px;"><img src="'.DOKU_URL.'/lib/plugins/orphanmedia2/images/a1.png" class="a…
202 …utput .= '<tr><td class="xm_perf_tbl"> local and relative media found: </td><td class="xm_perf_tb…
268 $style = '';
289 //$style = ' style="width: '.$w.'px; height: '.$h.'px;"';
292. '"><img src="'. DOKU_URL . 'lib/exe/fetch.php?media=' . $rt2 .'&w='.$w.'&h='.$h
293. '" class="media" ' .$style. 'alt="' . $listMediaFiles[0][$position] .'" /></a>';
451 … echo $data[1]." : ".stripos($dir."/".$sub,$data[1])." -> dir/sub: ".
482 $ignore_tags = parse_ini_file(DOKU_PLUGIN."orphanmedia2/config.ini");
483 …sts(DOKU_PLUGIN."orphanmedia2/user_pattern.ini")) $ignore_tags = $ignore_tags + parse_ini_file(DOK…
[all …]
/template/peanutbutter/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
20 ../dokuwiki/css/_imgdetail.css = screen
21 ../dokuwiki/css/_media_popup.css = screen
22 ../dokuwiki/css/_media_fullscreen.css = screen
23 ../dokuwiki/css/_fileuploader.css = screen
24 ../dokuwiki/css/_tabs.css = screen
25 ../dokuwiki/css/_links.css = screen
[all …]
/template/bulma/
H A Dstyle.ini1 ; Please see https://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini fil
[all...]
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc36 function check_rowspans(rows, start_row, ini) {
48 if (!ini) break;
410 var style = false;
558 if (attrs[i].name == 'style') {
953 if (!matches) { // windows style
984 else if (attrs[i].name == 'width' && !style) {
987 } else if (attrs[i].name == 'height' && !style) {
989 } else if (attrs[i].name == 'style') {
1284 // if local image without link content, as in <a . . .></a>, delete link markup
1985 this.form.rev.value = "";
[all …]
H A Dcss6.php40 // load styl.ini
192 * the ones defined in a templates style.ini file
220 * Load style ini contents
222 * Loads and merges style.ini files from template and config and prepares
233 // load template's style.ini
236 $ini = $incbase.'style.ini';
251 // load configs's style.ini
253 $ini = DOKU_CONF."tpl/$tpl/style.ini";
464 $local = DOKU_INC.$url;
465 $size = @filesize($local);
[all …]
/plugin/epub/scripts/
H A Dcss3.php38 // load styl.ini
185 * the ones defined in a templates style.ini file
213 * Load style ini contents
215 * Loads and merges style.ini files from template and config and prepares
226 // load template's style.ini
229 $ini = $incbase.'style.ini';
244 // load configs's style.ini
246 $ini = DOKU_CONF."tpl/$tpl/style.ini";
457 $local = DOKU_INC.$url;
458 $size = @filesize($local);
[all …]
/template/strap/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
6 ; any changes after an upgrade.
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
11 ; defines for which output media the style should be loaded. Currently
18 css/all.css = all
19 css/_footnotes.css = all
23 css/admin.css = all
41 ; give your wiki a new look.
[all …]
/template/khum1/
H A Dstyle.ini1 ; Please see http://php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
6 ; any changes after an upgrade.
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
11 ; defines for which output media the style should be loaded. Currently
35 css/misc.less = screen
46 ; give your wiki a new look.
69 ; highlighted text (e.g. search snippets)
96 ; -- Neutral colors. Don't change it unless you want strange design.
[all …]
/template/bootstrap3/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini fil
[all...]
H A DRELEASE.md5 This release increase the compatibility with the latest DokuWiki and PHP releases.
13 * #605: detail.php plural of "information"
18 This release increase the compatibility with Hogfather and the upcoming Igor release and fix some regression.
28 * #556: Fixed .svg could not be recognized as an icon file
35 This release increase the compatibility with Hogfather and fix some regression. Added support for Microsoft Teams and BS3 styles in jQueryUI.
37 Dropped support for PHP < 5.4 and removed very old legacy stuff.
46 * #520: Revert .wikilink2 class in list context (@takuy)
51 * #517: Removed `!important` in navbar height to prevent issue with `userall.css` style (
[all...]
/template/kajukkd/
H A Dstyle.ini1 ; Please see https://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini fil
[all...]
/template/fictive/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
22 ../dokuwiki/css/_imgdetail.css = screen
23 ../dokuwiki/css/_media_popup.css = screen
24 ../dokuwiki/css/_media_fullscreen.css = screen
25 ../dokuwiki/css/_fileuploader.css = screen
26 ../dokuwiki/css/_tabs.css = screen
27 ../dokuwiki/css/_links.css = screen
[all …]
/template/pinkberrynight/
H A Dstyle.ini1 ; Please see https://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
24 ../dokuwiki/css/_imgdetail.css = screen
25 ../dokuwiki/css/_media_popup.css = screen
26 ../dokuwiki/css/_media_fullscreen.css = screen
27 ../dokuwiki/css/_fileuploader.css = screen
28 ../dokuwiki/css/_tabs.css = screen
29 ../dokuwiki/css/_links.css = screen
[all …]
/plugin/diagramsnet/lib/js/
H A Dapp.min.js3181.style.borderBottom="1px solid "+this.defaultStrokeColor;G.style.marginBottom="7px";x.appendChild(…
8034 .49*b,.5*b,"","Backup (local)",null,null,this.getTagsForStencil(a,"backup local","ms microsoft clou…
8665.getTagsForStencil("mxgraph.pid2inst","discInst","pid process instrumentation engineering instrume…
8669local panel)",null,null,this.getTagsForStencil("mxgraph.pid2inst","sharedCont","pid process instru…
8672local panel)",null,null,this.getTagsForStencil("mxgraph.pid2inst","compFunc","pid process instrume…
8675style="font-size:1em;width:100%;height:width;"><tr><td>TI</td></tr><tr><td>##</td></table> ',"Prog…
8678local panel)",null,null,this.getTagsForStencil("mxgraph.pid2inst","logic","pid process instrumenta…
10299.style.lineHeight="40px";l.style.height="40px";l.style.right="0px";var p=document.createElement("d…
11163.style.position="absolute",e.style.display="inline-block",e.style.verticalAlign="bottom",e.style.c…
11587.dropbox))}catch(k){null!=window.console&&console.error(k)}}else null==window.DrawDropboxClientCal…
[all …]
/template/chippedsnow/
H A Dstyle.ini1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
11 ; defines for which output media the style should be loaded. Currently
22 ../dokuwiki/css/_imgdetail.css = screen
23 ../dokuwiki/css/_media_popup.css = screen
24 ../dokuwiki/css/_media_fullscreen.css = screen
25 ../dokuwiki/css/_fileuploader.css = screen
26 ../dokuwiki/css/_tabs.css = screen
27 ../dokuwiki/css/_links.css = screen
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1./node_modules/monaco-editor/esm/vs/editor/editor.api.js?b483","webpack:///./node_modules/monaco-e…

1234567