Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 39) sorted by last modified time

12

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingRenderer.php20 public function initialize($default = null, $local = null, $protected = null)
34 parent::initialize($default, $local, $protected);
18 initialize($default = null, $local = null, $protected = null) global() argument
H A DSettingAuthtype.php11 public function initialize($default = null, $local = null, $protected = null) argument
21 parent::initialize($default, $local, $protected);
/dokuwiki/inc/parser/
H A Dxhtml.php900 // default name is based on $id as given
901 $default = $this->_simpleTitle($id);
908 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
1809 * @param string $default default title if nothing else is found
1816 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content')
1829 return $this->_xmlEntities($default);
1704 _getLinkTitle($title, $default, & $isImage, $id = null, $linktype = 'content') global() argument
H A Dmetadata.php482 $default = $this->_simpleTitle($id);
496 $name = $this->_getLinkTitle($name, $default, $id);
701 * @param string $default default title if nothing else is found
706 public function _getLinkTitle($title, $default, $id = null)
712 return $default;
721 return $default;
689 _getLinkTitle($title, $default, $id = null) global() argument
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini71 ; default link color
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less24 /* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
H A D_modal.css88 cursor: default;
H A D_search.less46 // default closed toggle state
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
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
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
/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/inc/
H A Dcommon.php42 * filled up with the $default value. If the input string contains more elements, the last
48 * @param mixed $default The value to use when filling up missing elements
52 function sexplode($separator, $string, $limit, $default = null)
54 return array_pad(explode($separator, $string, $limit), $limit, $default);
595 * will strip default parameters to produce even cleaner URLs
636 $more = str_replace('cache=cache', '', $more); //skip default
1043 * @param string $ext extension of file being read, default 'txt'
1484 * The format default to $conf['dformat']. It is passed to
1491 * @param string $format empty default to $conf['dformat'], or provide format as recognized by strftime()
1546 default
47 sexplode($separator, $string, $limit, $default = null) global() argument
1892 get_doku_pref($pref, $default) global() argument
[all...]
/dokuwiki/lib/plugins/config/lang/nl/
H A Dintro.txt5 Instellingen met een rode achtergond kunnen niet worden gewijzigd met deze plugin. Instellingen met een blauwe achtergrond hebben de default waarde, en instellingen met een witte achtergrond zijn lokaal gewijzigd voor deze specifieke installatie. Zowel blauwe als witte instellingen kunnen worden gewijzigd.
/dokuwiki/lib/plugins/config/lang/sq/
H A Dintro.txt5 Kuadrot e treguara me një backgroudn me një ngjyrë të kuqe të lehtë janë të mbrojtura dhe nuk mund të ndryshohen me këtë plugin. Kuadrot e treguara me një background blu janë vlerat default dhe kuadrot e treguara me një background të bardhë janë vendosur lokalisht për këtë instalim të caktuar. Si kuadrot blu, ashtu edhe ato të bardhë mund të ndryshohen.
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css59 cursor: default !important;
110 cursor: default;
816 cursor: default;
821 /* more specificity required here to override default borders */
922 .ui-state-default,
923 .ui-widget-content .ui-state-default,
924 .ui-widget-header .ui-state-default,
936 .ui-state-default a,
937 .ui-state-default a:link,
938 .ui-state-default
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php1013 // add default base folder if specified to handle case where zip doesn't contain this
1024 $default = ($this->isTemplate() ? 'template' : 'plugin');
1025 if (!$this->findFolders($result, $tmp . '/' . $base, $default)) {
1054 // default - use directory as found in zip
1166 // does this look like a template or should we use the default type?
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md95 changed default content-type to application/xml
/dokuwiki/conf/
H A Dmysql.conf.php.example64 * %{dgroup} default group name
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
85 * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
454 By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
469 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
/dokuwiki/inc/Input/
H A DInput.php9 * All function access the $_REQUEST array by default, if you want to access $_POST or $_GET
111 * @param mixed $default Default to return if parameter isn't set
112 * @param bool $nonempty Return $default if parameter is set but empty()
115 public function param($name, $default = null, $nonempty = false)
117 if (!isset($this->access[$name])) return $default;
119 if ($nonempty && empty($value)) return $default;
138 * and intialized with the given $default value before a reference is returned
141 * @param mixed $default If parameter is not set, initialize with this value
142 * @param bool $nonempty Init with $default if parameter is set but empty()
145 public function &ref($name, $default
116 param($name, $default = null, $nonempty = false) global() argument
146 ref($name, $default = '', $nonempty = false) global() argument
163 int($name, $default = 0, $nonempty = false) global() argument
182 str($name, $default = '', $nonempty = false) global() argument
204 valid($name, $valids, $default = null) global() argument
224 bool($name, $default = false, $nonempty = false) global() argument
243 arr($name, $default = array(), $nonempty = false) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt33 arrays. The default format is UTF-8. For setting different encodings, you can
/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;
/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...]

12