Home
last modified time | relevance | path

Searched refs:default (Results 26 – 39 of 39) sorted by path

12

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_modal.css88 cursor: default;
H A D_search.less46 // default closed toggle state
H A Dbasic.less24 /* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini71 ; default link color
H A Dtemplate.info.txt6 desc DokuWiki's default template since 2012
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG380 * Added some missing Perl keywords and obscure default variables (BenBE)
454 - Changes to default CSS in order to make the GESHI_HEADER_PRE_TABLE align properly,
506 * Languages with STRICT_MODE_APPLIES = GESHI_MAYBE default to strict mode now. When no highlightable
515 - set_language will not reset any language settings by default anymore.
524 - Changed the default encoding to use UTF-8, due to SF#2037598, BenBE)
573 - Second part of default style changes. Affected in this release:
662 - Changed default languages for some extensions
664 - Fixed a problem with extension detection if default was used (BenBE)
668 - Disabled symbol highlighting by default (doesn't affect brackets, cf. documentation) (BenBE)
893 - Bugfix: Styles incorrectly overriding default style
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md95 changed default content-type to application/xml
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt33 arrays. The default format is UTF-8. For setting different encodings, you can
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php74 * public function get(string $key, mixed $default = null): mixed;
78 * @param mixed $default Default value to return if the key does not exist.
80 * @return array|mixed The value of the item from the cache, or $default in case of cache miss.
85 public function get_data(string $key, $default = null) argument
90 return $default;
95 return $default;
100 return $default;
120 * the driver supports TTL then the library may set a default value
H A DDataCache.php70 * public function get(string $key, mixed $default = null): mixed;
74 * @param mixed $default Default value to return if the key does not exist.
76 * @return array|mixed The value of the item from the cache, or $default in case of cache miss.
81 public function get_data(string $key, $default = null); argument
94 * the driver supports TTL then the library may set a default value
H A DPsr16.php82 * public function get(string $key, mixed $default = null): mixed;
86 * @param mixed $default Default value to return if the key does not exist.
88 * @return array|mixed The value of the item from the cache, or $default in case of cache miss.
93 public function get_data(string $key, $default = null) argument
95 $data = $this->cache->get($key, $default);
97 if (! is_array($data) || $data === $default) {
98 return $default;
115 * the driver supports TTL then the library may set a default value
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php68 protected $default = [ variable in SimplePie\\Registry
146 * @param string $type See {@see $default} for names
147 * @param class-string $class Class name, must subclass the corresponding default
159 if (! array_key_exists($type, $this->default)) {
168 $base_class = $this->default[$type];
200 if (! array_key_exists($type, $this->default)) {
204 $class = $this->default[$type];
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
110 by default).
162 The default log level of your script can be set by overwriting the `$logdefault` member.
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php58 ); // default command
319 * @param bool|string $default what to return if the option was not set
322 public function getOpt($option = null, $default = false) argument
331 return $default;

12