Home
last modified time | relevance | path

Searched refs:local (Results 26 – 42 of 42) sorted by relevance

12

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingPassword.php24 $this->local = conf_encodeString($input, $this->code);
/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)) {
/dokuwiki/inc/Extension/
H A DPluginController.php21 protected $pluginCascade = ['default' => [], 'local' => [], 'protected' => []];
257 // Rebuild list of local settings
259 if ($local_plugins != $this->pluginCascade['local'] || $forceSave) {
283 * Rebuild the set of local plugins
285 * @return array array of plugins to be saved in end($config_cascade['plugins']['local'])
289 //assign to local variable to avoid overwriting
293 //Diff between local+default and default
316 $local = $config_cascade['plugins']['local'];
317 $this->lastLocalConfigFile = array_pop($local);
[all...]
/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
H A Dmedia.php1871 * Download a remote file and return local filename
1892 $local = getCacheName(strtolower($url), ".media.$ext");
1893 $mtime = @filemtime($local); // 0 if not exists
1900 if (media_image_download($url, $local)) {
1901 return $local;
1908 if ($mtime) return $local;
/dokuwiki/lib/plugins/config/lang/ro/
H A Dintro.txt5 Setările pe un fond roşu-deschis sunt protejate şi nu pot fi modificate cu acest plugin. Setările pe un fond albastru sunt valori implicite iar cele pe fond alb au fost setate local pentru această instalare individualizată. Setările pe fond albastru şi alb pot fi modificate.
/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/exe/
H A Dcss.php506 * Convert local image URLs to data URLs if the filesize is small
522 $local = DOKU_INC . $url;
523 $size = @filesize($local);
525 $data = base64_encode(file_get_contents($local));
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/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/conf/
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/lib/plugins/config/lang/pt/
H A Dlang.php175 $lang['jquerycdn_o_0'] = 'Sem CDN, somente entrega local';
/dokuwiki/lib/plugins/config/lang/pt-br/
H A Dlang.php180 $lang['jquerycdn_o_0'] = 'Sem CDN, somente entrega local';
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt357 local
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/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").

12