Home
last modified time | relevance | path

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

12

/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php29 /** @var array all default settings */
30 protected $default; variable in dokuwiki\\plugin\\config\\core\\Configuration
53 $this->default = $this->loader->loadDefaults();
163 ...array_keys($this->default),
172 if ($obj->shouldHaveDefault() && !isset($this->default[$key])) {
176 $d = $this->default[$key] ?? null;
/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/tpl/dokuwiki/css/
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
/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/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
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md95 changed default content-type to application/xml
/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/simplepie/simplepie/idn/
H A DReadMe.txt33 arrays. The default format is UTF-8. For setting different encodings, you can
/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/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/conf/
H A Dmysql.conf.php.example64 * %{dgroup} default group name

12