Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 42) 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 DSettingString.php21 $value = is_null($this->local) ? $this->default : $this->local;
H A DSettingAuthtype.php11 public function initialize($default = null, $local = null, $protected = null) argument
21 parent::initialize($default, $local, $protected);
31 $local = $this->local; // save this, parent::update() may change it
33 $this->local = $local; // restore original, more error checking to come
59 $this->local = $input;
H A DSettingEmail.php19 $value = is_null($this->local) ? $this->default : $this->local;
22 $this->local = $input;
57 $this->local = $input;
H A DSettingNumericopt.php20 if ($input == $this->local) return false;
21 $this->local = $input;
H A DSettingOnoff.php36 $value = is_null($this->local) ? $this->default : $this->local;
54 $value = is_null($this->local) ? $this->default : $this->local;
57 $this->local = $input;
/dokuwiki/inc/
H A Dpreload.php.dist6 * local configuration files out of the main ./conf directory.
H A Dinit.php76 foreach (['default', 'local', 'protected'] as $config_group) {
90 foreach (['default', 'local'] as $config_group) {
232 $local = $conf['lang'];
233 Event::createAndTrigger('INIT_LANG_LOAD', $local, 'init_lang', true);
226 $local = $conf['lang']; global() variable
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt357 local
/dokuwiki/lib/plugins/config/lang/pt-br/
H A Dlang.php180 $lang['jquerycdn_o_0'] = 'Sem CDN, somente entrega local';
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/dokuwiki/lib/plugins/styling/lang/pt/
H A Dintro.txt2 Todas as alterações são armazenadas em um arquivo de configuração local e são atualizadas com segurança
/dokuwiki/lib/plugins/styling/lang/pt-br/
H A Dintro.txt2 Todas as modificações são armazenadas em um arquivo de configuração local e estão protegidas contra atualizações
/dokuwiki/lib/plugins/config/lang/gl/
H A Dintro.txt5 As opcións que amosan un fondo de cor vermella clara están protexidas e non poden ser alteradas con esta extensión. As opcións que amosan un fondo de cor azul son valores predeterminados e as opcións que teñen fondo branco foron configuradas de xeito local para esta instalación en concreto. Ámbalas dúas, as opcións azuis e brancas, poden ser alteradas.
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage
/dokuwiki/lib/plugins/config/lang/pt/
H A Dlang.php175 $lang['jquerycdn_o_0'] = 'Sem CDN, somente entrega local';
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (after the `@`)
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/conf/
H A Dlocal.php.dist3 * This is an example of how a local.php could look like.
7 * When using the installer, a correct local.php file be generated for
H A Dmysql.conf.php.example18 * To use this configuration you have to copy them to local.protected.php
19 * or at least include this file in local.protected.php.
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt85 * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
/dokuwiki/lib/plugins/styling/lang/en/
H A Dintro.txt2 All changes are stored in a local configuration file and are upgrade safe
/dokuwiki/lib/plugins/styling/lang/es/
H A Dintro.txt2 Todos los cambios se guardan en un archivo de configuración local y son una actualización segura
/dokuwiki/lib/plugins/styling/lang/fr/
H A Dintro.txt2 Tous les changement sont enregistrés dans un fichier de configuration local qui sera inchangé en cas de mise à jour
/dokuwiki/vendor/simplepie/simplepie/src/
H A DLocator.php61 public $local = []; variable in SimplePie\\Locator
125 if ($type & \SimplePie\SimplePie::LOCATOR_LOCAL_EXTENSION && $working = $this->extension($this->local)) {
129 if ($type & \SimplePie\SimplePie::LOCATOR_LOCAL_BODY && $working = $this->body($this->local)) {
265 $this->local[] = $href;
272 $this->local = array_unique($this->local);
274 if (!empty($this->local) || !empty($this->elsewhere)) {

12