Home
last modified time | relevance | path

Searched +full:style +full:. +full:local +full:. +full:ini (Results 1 – 25 of 157) sorted by relevance

1234567

/dokuwiki/lib/plugins/styling/
H A Dadmin.php9 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
10 * @author Andreas Gohr <andi@splitbrain.org>
41 $run = 'run' . ucfirst($run);
46 * Render HTML output, e.g. helpful text and a form
53 echo '<div id="plugin__styling" class="' . $class . '">';
54 echo '<h1>' .
[all...]
/template/taratasy/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
36 css/custom.local.less = screen
37 css/blue.local.less = screen
38 ;css/green.local.less = screen
40 css/mobile.css = all
47 ; give your wiki a new look.
[all …]
/dokuwiki/inc/
H A Dconfig_cascade.php7 * DokuWiki directory hierarchy. It can be overriden in inc/preload.php
13 'default' => [DOKU_CONF . 'dokuwiki.php'],
14 'local' => [DOKU_CONF . 'local.php'],
15 'protected' => [DOKU_CONF . 'local
[all...]
H A DStyleUtils.php8 * Reads and applies the template's style.ini settings
18 /** @var array default replacements to be merged with custom style configs */
32 * StyleUtils constructor.
35 * @param bool $reinit whether static style conf should be reinitialized
49 * Load style ini contents
51 * Loads and merges style.in
[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...]
/template/minima/
H A Dfunctions.php98 /****** set local variables ******/
100 $file = tpl_incdir().'style.ini';
101 $file2 = tpl_incdir().'style_'.$color.'.ini';
102 $ini = parse_ini_file($file);
105 if ($ini['__theme__'] != '_'.$color) {//do
113 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
114 }//else {//if not ...
116 }//if ($ini['__theme__'] != '_'.$color)
129 /****** set local variables ******/
167 $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
[all …]
/template/spacedok/
H A Dfunctions.php98 /****** set local variables ******/
100 $file = DOKU_TPLINC.'style.ini';
101 $file2 = DOKU_TPLINC.'style_'.$color.'.ini';
102 $ini = parse_ini_file($file);
105 if ($ini['__theme__'] != '_'.$color) {//do
113 msg('Could not set correct style.ini file for your chosen color scheme.', -1);
114 }//else {//if not ...
116 }//if ($ini['__theme__'] != '_'.$color)
129 /****** set local variables ******/
167 $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
[all …]
/template/prsnl10/
H A Dstyle.ini2 ; INI to handle loading of the CSS files of the "prsnl10" template for DokuWiki
9 ; @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
10 ; @author ARSAVA <dokuwiki@dev.arsava.com>
11 ; @link https://www.dokuwiki.org/template:prsnl10
12 ; @link https://www.dokuwiki.org/devel:style.ini
16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
17 ; for limitations of the ini format used here.
20 ; a style.local.ini file to prevent losing any changes after an upgrade.
22 ; (i.e. [stylesheets] or [replacements]) into that file as well.
25 ; defines for which output media the style should be loaded. Currently
[all …]
/plugin/templateconfhelper/exe/
H A Dcss.php5 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
51 foreach( array( 'style.ini', 'style.local.ini' ) as $ini ) {
52 $ini = _css_getpath( $tpl, $ini );
53 if( @file_exists( $ini )) {
54 $tplinc[] = $ini;
58 // used style.ini file
82 foreach( $tplinc as $ini ) {
83 $cache_files[] = $ini;
161 // apply style replacements
192 foreach( $tplinc as $ini) {
[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/mnml-blog/
H A Dstyle.ini2 ; INI to handle loading of the CSS files of the "mnml-blog" template for DokuWiki
9 ; @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
10 ; @author ARSAVA <dokuwiki@dev.arsava.com>
11 ; @link https://www.dokuwiki.org/template:mnml-blog
12 ; @link https://www.dokuwiki.org/devel:style.ini
16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
17 ; for limitations of the ini format used here.
20 ; a style.local.ini file to prevent losing any changes after an upgrade.
22 ; (i.e. [stylesheets] or [replacements]) into that file as well.
25 ; defines for which output media the style should be loaded. Currently
[all …]
/template/20cones/
H A DREADME.md3 20Cones is a template for DokuWiki based on default template.
5 You can see a demo in [https://www.20cones.org]
8 [http://dokuwiki.org/template:20cones]
10 (c) 2023 by Paulino Ruiz de Clavijo Vázquez [pruiz@us.es]
12 See COPYING for license info.
17 - Integrated with [Translation Plugin](http://www.dokuwiki.org/plugin:translation)
18 - Option to hide the DokuWiki title (hidden by default). It can be changed from configuration page
19 - Some styles can be customized using the *style
[all...]
/plugin/ckgedit/scripts/
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 …]
/template/zenlike/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
15 css/basic.css = screen
16 css/_imgdetail.css = screen
32 css/mobile.css = all
38 css/zenlike_mobile.css = all
42 ; give your wiki a new look.
[all …]
/template/starterbootstrap/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
15 css/_imgdetail.css = screen
16 css/_media_popup.css = screen
17 css/_media_fullscreen.css = screen
18 css/_fileuploader.css = screen
37 ; give your wiki a new look.
[all …]
/template/flat/
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
8 ; (i.e. [stylesheets] or [replacements]) into that file as well.
11 ; defines for which output media the style should be loaded. Currently
44 ;assets/css/style.css = all
45 ;assets/css/admin-style.css = screen
46 ;assets/css/editor-style.css = screen
48 ;assets/css/flat.css.map = all
49 ;assets/css/flay.min.css = screen
[all …]
/template/monobook/
H A Dstyle.ini2 ; INI to handle loading of the CSS files of the "monobook" template for DokuWiki
9 ; @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
10 ; @author ARSAVA <dokuwiki@dev.arsava.com>
12 ; @link https://www.dokuwiki.org/devel:style.ini
16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
17 ; for limitations of the ini format used here.
20 ; a style.local.ini file to prevent losing any changes after an upgrade.
22 ; (i.e. [stylesheets] or [replacements]) into that file as well.
25 ; defines for which output media the style should be loaded. Currently
30 ; load the DokuWiki styles. See <http://j.mp/eq8zSo> why I am doing this.
[all …]
/template/vector/
H A Dstyle.ini2 ; INI to handle loading of the CSS files of the "vector" template for DokuWiki
9 ; @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
10 ; @author ARSAVA <dokuwiki@dev.arsava.com>
12 ; @link https://www.dokuwiki.org/devel:style.ini
16 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
17 ; for limitations of the ini format used here.
20 ; a style.local.ini file to prevent losing any changes after an upgrade.
22 ; (i.e. [stylesheets] or [replacements]) into that file as well.
25 ; defines for which output media the style should be loaded. Currently
30 ; load the DokuWiki styles. See <http://j.mp/eq8zSo> why I am doing this.
[all …]
/template/aran/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
15 css/basic.css = screen
16 css/_imgdetail.css = screen
17 css/_media_popup.css = screen
37 css/mobile.css = all
43 ; give your wiki a new look.
[all …]
/template/grassstains/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
15 css/basic.css = screen
16 css/_imgdetail.css = screen
17 css/_media_popup.css = screen
37 css/mobile.css = all
43 ; give your wiki a new look.
[all …]
/template/greensteel/
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 style.local.in
[all...]
/template/starterpjax/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
15 css/basic.css = screen
16 css/_imgdetail.css = screen
17 css/_media_popup.css = screen
36 css/mobile.css = all
42 ; give your wiki a new look.
[all …]
/template/navigation/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
14 layout.css = screen
15 design.css = screen
16 style.css = screen
18 sidebar.css = screen
29 rtl.css = rtl
[all …]
/template/default/
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 style.local.ini file to prevent losing any changes after an upgrade.
7 ; (i.e. [stylesheets] or [replacements]) into that file as well.
10 ; defines for which output media the style should be loaded. Currently
14 layout.css = screen
15 design.css = screen
16 style.css = screen
17 responsive.css = all
28 rtl.css = rtl
[all …]
/template/argon/
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 …]

1234567