Home
last modified time | relevance | path

Searched refs:ini (Results 26 – 37 of 37) sorted by path

12

/dokuwiki/inc/lang/lv/
H A Drevisions.txt
/dokuwiki/lib/plugins/config/lang/id/
H A Dintro.txt3 Gunakan halaman ini untuk mengontrol pengaturan instalasi DokuWiki anda. Untuk bantuan tentang pengaturan individual, lihat [[doku>config]]. Untuk detail lebih lanjut tentang plugin ini lihat [[doku>plugin:config]].
5 Pengaturan yang ditunjukkan dengan latar belakang merah muda dilindungi dan tidak dapat diubah dengan plugin ini. Pengaturan yang ditunjukkan dengan latar belakang biru adalah nilai bawaan (default) dan pengaturan yang ditunjukkan dengan latar belakang putih telah diatur secara lokal oleh anda. Pengaturan biru dan putih dapat diubah.
7 Ingatlah untuk menekan tombol **Simpan** sebelum meninggalkan halaman ini, jika tidak perubahan anda akan hilang
/dokuwiki/lib/plugins/styling/
H A DREADME3 Allows to edit style.ini replacements
H A Dadmin.php103 #FIXME only if preview.ini exists:
112 #FIXME only if local.ini exists:
152 * saves the preview.ini (alos called from ajax directly)
157 $ini = $conf['cachedir'] . '/preview.ini';
158 io_saveFile($ini, $this->makeini());
162 * deletes the preview.ini
167 $ini = $conf['cachedir'] . '/preview.ini';
168 io_saveFile($ini, '');
[all...]
H A Dplugin.info.txt6 desc Allows to edit style.ini replacements
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
H A Dbasic.less325 /* for all of the form styles, style.ini colours are not used on purpose (except for fieldset border) */
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dpagetools-build.php9 * The color for the active state is read from the style.ini's __link__ replacement
36 // load highlight color from style.ini
37 $ini = parse_ini_file('../style.ini',true); variable
38 $COLOR = hex2rgb($ini['replacements']['__link__']);
/dokuwiki/lib/tpl/dokuwiki/
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
/dokuwiki/lib/tpl/
H A Dindex.php4 * This file reads the style.ini of the used template and displays the
7 * specified in the style.ini
49 // get merged style.ini variable
51 $ini = $styleUtils->cssStyleini();
53 if (!empty($ini)) {
55 echo "<caption>" . hsc($conf['template']) . "'s style.ini</caption>";
56 foreach ($ini['replacements'] as $key => $val) {
69 echo "<p>Non-existent or invalid template or style.ini: <strong>" . hsc($conf['template']) . "</strong></p>";
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG835 - Removed unnecessary keyword style index from ini
836 - Added support for " strings in ini

12