Searched +full:ini +full:- +full:values (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/lib/plugins/styling/ |
| H A D | admin.php | 9 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 38 $run = $INPUT->extract('run')->str('run'); 42 $this->$run(); 51 if ($this->ispopup) $class = 'ispopup page'; 54 echo '<h1>' . $this->getLang('menu') . '</h1>'; 55 $this->form(); 68 $styleini = $styleUtil->cssStyleini(); 71 if ($this->ispopup) { 78 echo '<p class="error">' . $this->getLang('error') . '</p>'; 80 echo $this->locale_xhtml('intro'); [all …]
|
| /dokuwiki/lib/tpl/dokuwiki/lang/en/ |
| H A D | lang.php | 4 // style.ini values 8 $lang['__missing__'] = 'The color for links to non-existing pages';
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | style.ini | 1 ; 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 45 ; This section is used to configure some placeholder values used in 53 ;-------------------------------------------------------------------------- 54 ;------ guaranteed dokuwiki color placeholders that every plugin can use 74 ;--------------------------------------------------------------------------
|
| /dokuwiki/.github/workflows/ |
| H A D | testLinux.yml | 5 branches-ignore: 6 - stable 7 - old-stable 15 name: PHP ${{ matrix.php-versions }} 16 runs-on: ubuntu-latest 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 22 fail-fast: false 30 - 3306:3306 36 - 5432:5432 40 - 3128:3128 [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | ini.php | 3 * ini.php 4 * -------- 10 * INI language file for GeSHi. 13 * ------- 15 * - Added description of extra language features (SF#1970248) 17 * - Removed unnecessary keyword style index 18 * - Added support for " strings 20 * - First Release 23 * ------------------------- 41 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA [all …]
|
| H A D | autoit.php | 4 * -------- 6 * Copyright: (c) 2006-2015 16 * ------- 18 * - Added: Split directives so as to point to their specific URL. 19 * - Fixed: #EndRegion not highlighting correctly. 20 * - Fixed: AutoItWrapper directives and settings were incorrectly highlighting. 21 * - Fixed: Highlighting of hex values and complex math values. 22 * - Fixed: Include file name to the correct colour scheme. 23 * - Fixed: Incorrectly highlighting the _ (underscore). 24 * - Fixed: Upper case #include being incorrectly highlighted. [all …]
|
| /dokuwiki/inc/ |
| H A D | init.php | 23 return microtime(true) - ((float)$start); 43 // check for error reporting override or set error reporting to sane values 153 * @deprecated 2012-10-13 replaced by more dynamic method 161 * @deprecated 2012-10-13 replaced by more dynamic method 261 * @link http://php.net/manual/en/session.configuration.php#ini.session.sid-length 277 …if (isset($_COOKIE[DOKU_SESSION_NAME]) && !preg_match('/^[-,a-zA-Z0-9]{22,256}$/', $_COOKIE[DOKU_S… 420 * Sets the internal config values fperm and dperm which, when set, 423 * setting the values only if needed. 456 * !! Can not access $_SERVER values through $INPUT 474 } elseif (substr($_SERVER['SCRIPT_NAME'], -4) == '.php') { [all …]
|
| H A D | media.php | 77 $meta->_parseAll(); 82 $meta->deleteField($key); 84 $meta->setField($key, $val); 94 if ($meta->save()) { 99 $sizechange = $filesize_new - $filesize_old; 107 msg($lang['metasaveerr'], -1); 177 $form->addTagOpen('div')->addClass('no'); 178 $form->setHiddenField('img', $id); 179 $form->setHiddenField('mediado', 'save'); 195 $form->addTagOpen('div')->addClass('row'); [all …]
|
| H A D | common.php | 38 return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, 'UTF-8'); 98 return preg_replace('/[\x00-\x1F]+/s', '', $string); 105 * @link http://en.wikipedia.org/wiki/Cross-site_request_forgery 106 * @link http://christ1an.blogspot.com/2007/04/preventing-csrf-efficiently.html 115 $user = $INPUT->server->str('REMOTE_USER'); 118 // CSRF checks are only for logged in users - do not generate for anonymous 133 if (!$INPUT->server->str('REMOTE_USER')) return true; // no logged in user, no need for a check 135 if (is_null($token)) $token = $INPUT->str('sectok'); 137 msg('Security Token did not match. Possible CSRF attack.', -1); 179 if ($INPUT->server->has('REMOTE_USER')) { [all …]
|
| H A D | template.php | 120 $router->getAction()->tplContent(); 123 msg(hsc($e->getMessage()), -1); 165 $toc = $plugin->getTOC(); 191 $class = $INPUT->str('page'); 203 if (!is_array($TOC)) $TOC = $plugin->getTOC(); //if TOC wasn't requested yet 205 $plugin->html(); 208 $admin->show(); 245 $depends[] = DOKU_CONF . "tpl/" . $conf['template'] . "/style.ini"; 273 'crossorigin' => 'use-credentials' // See issue #4322 278 $styleIni = $styleUtil->cssStyleini(); [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 3 * GeSHi - Generic Syntax Highlighter 26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 * @copyright (C) 2004 - 2007 Nigel McNie, (C) 2007 - 2014 Benny Baumann 38 // their values - you never know when a value may change in a future 60 // Line numbers - use with enable_line_numbers() 111 // Note that if you change these, they should be as-is: i.e., don't 125 disabled by {@link GeSHi->enable_strict_mode()} */ 153 @see GeSHi->optimize_regexp_list() 159 @see GeSHi->optimize_regexp_list() 167 define('GESHI_NUMBER_INT_CSTYLE', 2); //Default C-Style \d+[lL]? [all …]
|