Home
last modified time | relevance | path

Searched full:local (Results 1 – 25 of 1449) sorted by relevance

12345678910>>...58

/plugin/bible/bible_douayRheims/_notes/
Ddwsync.xml3 <file name="1_Corinthians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remo…
4 <file name="1_Esdras.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="3…
5 <file name="1_John.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="424…
6 <file name="1_Kings.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="22…
7 <file name="1_Machabees.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote…
8 <file name="1_Paralipomenon.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" re…
9 <file name="1_Peter.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="22…
10 <file name="1_Thessalonians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" re…
11 <file name="1_Timothy.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remote="…
12 <file name="2_Corinthians.txt" server="032de99.netsolhost.com/public_html/" local="3433325160" remo…
[all …]
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.persist.js104 function _loadLazyNodes(tree, local, keyList, mode, dfd) { argument
145 _loadLazyNodes(tree, local, missingKeyList, mode, dfd);
154 local._appendKey(EXPANDED, keyList[i], false);
174 var local = this.ext.persist,
175 prefix = local.cookiePrefix;
179 local._data(prefix + ACTIVE, null);
182 local._data(prefix + EXPANDED, null);
185 local._data(prefix + FOCUS, null);
188 local._data(prefix + SELECTED, null);
209 var local = this.ext.persist,
[all …]
/plugin/dw2pdf/
DDokuImageProcessorDecorator.php13 * local files before passing the data back to mpdf's original function
49 // local files
50 $local = '';
52 // support local files passed from plugins
53 $local = substr($file, 9);
56 // directly access local files instead of using HTTP, skip dynamic content
57 $local = preg_replace("/^$re/i", DOKU_INC, $file);
77 $local = media_get_from_URL($media, $ext, -1);
78 if (!$local) {
80 $local = $media;
[all …]
/plugin/advanced/lang/en/
Dconfig.txt5 "Main files" usually ship with DokuWiki, whereas "local files" have to be created by the wiki admin…
7 If local files are supported you should use them instead of modifying the main files to avoid upgra…
10 ^ main file ^ local file ^ type of config …
11 | ''dokuwiki.php'' | ''local.php''\\ ''local.protected.php'' | see [[doku>confi…
12 | ''acronyms.conf'' | ''acronyms.local.conf'' | [[doku>abbreviat…
13 | ''entities.conf'' | ''entities.local.conf'' | [[doku>entities]…
14 | ''interwiki.conf'' | ''interwiki.local.conf'' | [[doku>interwiki…
15 | ''mime.conf'' | ''mime.local.conf'' | [[doku>mime]] …
16 | ''smileys.conf'' | ''smileys.local.conf'' | [[doku>smileys]]…
19 | ''license.php'' | ''license.local.php'' | [[doku>config:li…
[all …]
/plugin/sympaauth/
Dadmin.php99 //Check if the sympa soap server is rightly set up in the file local.php
100 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'r')) {
122 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'r')) {
150 if (file_exists(DOKU . '/conf/local.php')) {
151 if (!copy(DOKU . '/conf/local.php', DOKU . '/conf/local.php.bak')) return false;
154 …// Open local.php, copy its content to $lines, look for $conf['sympaSoapService'] line(s) delete i…
156 …in']['sympaauth']['sympaSoapService'] should be before "@include(DOKU_CONF.'local.protected.php');"
159 …if (file_exists(DOKU .'/conf/local.php') && $local_handle = fopen(DOKU . '/conf/local.php', 'r')) …
164 } while (!(preg_match('!local.protected.php!', $lines[$i++]) || feof($local_handle)) );
180 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'w+')) return false;
[all …]
/plugin/farm/install/
Dpreload.php17 include dirname(__FILE__).'/../conf/local.php';
110 'local' => array(DOKU_CONF.'local.php'),
111 'protected' => array(DOKU_CONF.'local.protected.php'),
115 'local' => array(DOKU_CONF.'acronyms.local.conf'),
119 'local' => array(DOKU_CONF.'entities.local.conf'),
123 'local' => array(DOKU_CONF.'interwiki.local.conf'),
127 'local' => array(DOKU_CONF.'license.local.php'),
131 'local' => array(DOKU_CONF.'mediameta.local.php'),
135 'local' => array(DOKU_CONF.'mime.local.conf'),
139 'local' => array(DOKU_CONF.'scheme.local.conf'),
[all …]
/plugin/pureldap/_test/
H A DGroupHierarchyCacheTest.php33 'base_dn' => 'DC=example,DC=local',
34 'suffix' => 'example.local',
56 $this->assertArrayHasKey('CN=Gamma Nested,CN=Users,DC=example,DC=local', $list);
57 $this->assertArrayHasKey('parents', $list['CN=Gamma Nested,CN=Users,DC=example,DC=local']);
58 $this->assertArrayHasKey('children', $list['CN=Gamma Nested,CN=Users,DC=example,DC=local']);
66 'CN=Gamma Nested,CN=Users,DC=example,DC=local',
67 'CN=beta,CN=Users,DC=example,DC=local',
69 $ghc->getParents('CN=omega nested,CN=Users,DC=example,DC=local')
78 'CN=Gamma Nested,CN=Users,DC=example,DC=local',
79 'CN=omega nested,CN=Users,DC=example,DC=local',
[all …]
/plugin/aichatlocal/
Dplugin-info.txt4 description: Adds support for local LLMs with OpenAI-compatible APIs to the AIChat plugin
13 tags : !experimental, chatgpt, llm, ai, local, Ollama
24 tags : ai, llm, chat, local, openai-compatible
29 description: This plugin extends the AIChat plugin to support local Large Language Models (LLMs) th…
35 - Configure your local LLM endpoint in the Configuration Manager
36 - Select ‘local-chat’ as your model in AIChat settings
42 - local_llm_apikey: API key if your local deployment requires authentication
49 * Local LLM with OpenAI-compatible API endpoints
56 * Support for local LLM deployments
59 * Token usage tracking (if supported by local LLM)
/plugin/aichatlocal/lang/
Dsettings.php8 $lang['local_llm_baseurl'] = 'Base URL of your local LLM API endpoint (e.g., http://localhost:8000)…
9 $lang['local_llm_apikey'] = 'API key for local LLM authentication (leave empty if not required)';
12 $lang['error_no_url'] = 'Local LLM base URL is not configured';
13 $lang['error_invalid_url'] = 'Invalid Local LLM base URL format';
14 $lang['error_connection'] = 'Could not connect to Local LLM API';
17 $lang['success_test'] = 'Successfully connected to Local LLM API';
20 $lang['local_llm_baseurl_help'] = 'Enter the full URL where your local LLM API is running. Make sur…
21 $lang['local_llm_apikey_help'] = 'If your local LLM requires authentication, enter the API key here…
/plugin/farmer/
H A DDokuWikiFarmCore.php363 'local' => [DOKU_CONF . 'local.php'],
364 'protected' => [DOKU_CONF . 'local.protected.php']
368 'local' => [DOKU_CONF . 'acronyms.local.conf']
372 'local' => [DOKU_CONF . 'entities.local.conf']
376 'local' => [DOKU_CONF . 'interwiki.local.conf']
380 'local' => [DOKU_CONF . 'license.local.php']
384 'local' => [DOKU_CONF . 'manifest.local.json']
388 'local' => [DOKU_CONF . 'mediameta.local.php']
392 'local' => [DOKU_CONF . 'mime.local.conf']
396 'local' => [DOKU_CONF . 'scheme.local.conf']
[all …]
/plugin/zwidoku/files/
H A Dfonts.css6 src: local('Open Sans Regular'), local('OpenSans-Regular'),
16 src: local('Open Sans Light'), local('OpenSans-Light'),
26 src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
36 src: local('Open Sans Bold'), local('OpenSans-Bold'),
46 src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
/plugin/autolink3/
Dadmin.php37 if (isset($_REQUEST['local'])) $local = $_REQUEST['local'];
45 $global = sprintf("%s %s %s\r\n", $word, $page, $local);
46 if ($local && $word && $local && !is_link_exist($page, $local, $word)) fwrite ($rd, $global);
65 $local[] = ':';
66 $local = get_dokupage_tree(DOKU_PAGE, $local, '', 1);
73 foreach($local as $file):
118 $local[] = ':';
119 $local = get_dokupage_tree(DOKU_PAGE, $local, '', 1);
125 foreach($local as $file):
166 <select name = 'local'>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DEntityUserLinkPermissions.php22 protected $collection_key = 'local';
30 public $local; variable in Google\\Service\\Analytics\\EntityUserLinkPermissions
49 public function setLocal($local) argument
51 $this->local = $local;
58 return $this->local;
/plugin/ckgdoku/scripts/
Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
32 \$conf['superuser'] = '@admin';" > ${ANIMAL}/conf/local.php
37 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
38 \$conf['superuser'] = '@admin';" > ${ANIMAL}/conf/local.php
44 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
/plugin/diagramsnet/lib/math/config/local/
Dlocal.js6 * MathJax/config/local/local.js
8 * Include changes and configuration local to your installation
10 * (see below). To use this file, add "local/local.js" to the
40 MathJax.Ajax.loadComplete("[MathJax]/config/local/local.js");
/plugin/ckgedit/scripts/
Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
32 \$conf['superuser'] = '@admin';" > ${ANIMAL}/conf/local.php
37 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
38 \$conf['superuser'] = '@admin';" > ${ANIMAL}/conf/local.php
44 \$conf['updatecheck'] = 0;" > ${ANIMAL}/conf/local.protected.php
/plugin/sync/lang/ja/
Dlang.php40 $lang['localdelok'] = 'local 削除成功:';
41 $lang['localdelfail'] = 'local 削除失敗:';
48 $lang['local'] = 'Local Wiki';
51 $lang['push'] = 'local リビジョンを remote Wiki へ push する。';
53 $lang['pull'] = 'remote リビジョンを local Wiki へ pull する。';
54 $lang['pulldel'] = 'local リビジョンを削除する。';
/plugin/visrep/lang/en/
Dsettings.php3 $lang['path_blockdiag'] = 'The path to your local blockdiag binary (eg. <code>/usr/bin/blockdiag</c…
4 $lang['path_seqdiag'] = 'The path to your local seqdiag binary (eg. <code>/usr/bin/seqdiag</code>).…
5 $lang['path_actdiag'] = 'The path to your local actdiag binary (eg. <code>/usr/bin/actdiag</code>).…
6 $lang['path_nwdiag'] = 'The path to your local nwdiag binary (eg. <code>/usr/bin/nwdiag</code>).';
7 $lang['path_graphviz'] = 'The path to your local graphviz binary (eg. <code>/usr/bin/dot</code>).';
/plugin/iconify/
Daction.php29 // Check if the user wants to use a local file
33 // Use local file path
34 $localPath = DOKU_INC . 'lib/plugins/iconify/local/iconify.min.js';
39 "src" => DOKU_BASE . 'lib/plugins/iconify/local/iconify.min.js',
43 // If the local file is missing, log an error
44 …msg('Iconify: Local file not found. Please upload iconify.min.js to the plugin\'s local folder.', …
/plugin/sync/lang/en/
Dlang.php42 $lang['localdelok'] = 'local delete succeeded:';
43 $lang['localdelfail'] = 'local delete failed:';
51 $lang['local'] = 'Local Wiki';
55 $lang['push'] = 'Push local revision to remote wiki.';
57 $lang['pull'] = 'Pull remote revision to local wiki.';
58 $lang['pulldel'] = 'Delete local revision.';
/plugin/xcom/lang/en/
Dlang.php41 $lang['localpwd'] = 'Local password';
42 $lang['locuser'] = 'Local user';
43 $lang['locsave'] = 'Local Save';
44 $lang['locsave_title'] = 'Save remote selection to local server';
46 $lang['nolocal'] = 'Unable to log into local server';
60 $lang['localdw'] = 'Local Dokuwiki version =';
62 $lang['msave'] = 'Saved to local wiki:';
65 $lang['savelocalfile'] = 'Click OK to save file to the local wiki:';
/plugin/confmanager/configTypes/
DConfigManagerSingleLineConfigCascade.php29 $local = $configs['local'];
30 $configs = array_merge($default, $local);
76 if (!isset($config_cascade[$this->internalName]['local'])
77 || count($config_cascade[$this->internalName]['local']) === 0) {
78 msg($this->helper->getLang('no local file given'),-1);
82 $file = $config_cascade[$this->internalName]['local'][0];
/plugin/sync/lang/es/
Dlang.php40 $lang['localdelok'] = 'eliminación local exitosa:';
41 $lang['localdelfail'] = 'eliminación local fallida:';
48 $lang['local'] = 'Wiki Local';
51 $lang['push'] = 'Enviar revisión local a la wiki remota.';
53 $lang['pull'] = 'Obtener revisión remota en la wiki local.';
54 $lang['pulldel'] = 'Eliminar revisión local.';

12345678910>>...58