| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.persist.js | 104 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 …]
|
| D | jquery.fancytree.edit.js | 50 local = tree.ext.edit, 75 $.ui.fancytree.assert(!local.currentNode, "recursive edit"); 76 local.currentNode = this; 77 local.eventData = eventData; 82 local.lastDraggableAttrValue = node.span.draggable; 83 if (local.lastDraggableAttrValue) { 102 local.eventData.input = $input; 149 local = tree.ext.edit, 150 eventData = local.eventData, 204 local.relatedNode.setFocus(); [all …]
|
| /plugin/dw2pdf/ |
| H A D | DokuImageProcessorDecorator.php | 50 $local = ''; 53 $local = substr($file, 9); 57 $local = preg_replace("/^$re/i", DOKU_INC, $file); 77 $local = media_get_from_URL($media, $ext, -1); 78 if (!$local) { 80 $local = $media; 87 $local = ''; 89 $local = mediaFN($media, $rev); 94 if ($w && file_exists($local)) { 96 $local = media_crop_image($local, $ext, $w, $h); [all …]
|
| /plugin/advanced/lang/en/ |
| D | config.txt | 5 "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/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
| D | EntityUserLinkPermissions.php | 30 public $local; variable in Google\\Service\\Analytics\\EntityUserLinkPermissions 49 public function setLocal($local) argument 51 $this->local = $local; 58 return $this->local;
|
| /plugin/asciidocjs/node_modules/with/ |
| D | index.js | 39 var local = 'locals_for_with' 42 local = obj 44 while (vars.indexOf(local) != -1 || exclude.indexOf(local) != -1) { 45 local += '_' 47 declareLocal = 'var ' + local + ' = (' + obj + ')' 54 return JSON.stringify(v) + ' in ' + local + '?' + 55 local + '.' + v + ':' +
|
| /plugin/zwidoku/files/ |
| H A D | fonts.css | 6 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/sentry/conf/ |
| D | Setting.php | 14 public function initialize($default = null, $local = null, $protected = null) argument 16 parent::initialize($default, $local, $protected); 20 if ($local == 0) { 21 $this->local = $this->default; 37 return parent::isDefault() || (error_reporting() == $this->local); 47 $current = $this->local;
|
| /plugin/aichatlocal/ |
| D | plugin-info.txt | 4 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 56 * Support for local LLM deployments 59 * Token usage tracking (if supported by local LLM)
|
| /plugin/advanced/lang/en/config/ |
| D | smileys.txt | 3 …The local and upgrade-safe directory of smiles images are stored in ''lib/images/smileys/local'' d… 8 :MYFACE: local/i_am_so_pretty.jpg
|
| /plugin/subconfhelper/helper/ |
| D | config.php | 36 function configuration( $datafile, $local=array( ), $default=array( ), $protected=array( ) ) { argument 40 $this->_local_files = $local; 64 $local = $this->_read_config_group($this->_local_files); 67 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k… 90 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
|
| /plugin/localization/ |
| D | action.php | 41 $local = $this->load($conf['lang']); 42 if ($local) { 43 $conf = array_replace_recursive($conf, $local);
|
| /plugin/codemirror/dist/modes/ |
| D | rst.min.js | 1 …local:a.startState(d)})}else if(b.sol()&&b.match(q)){W(c,Q);f="meta"}else if(b.sol()&&b.match(p)){… property
|
| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.lasso | 33 local( 66 local('out' = ' 74 local('out' = ' 84 local('result' = true); 91 local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="'); 92 iterate(self->config, local('this'));
|
| /plugin/confmanager/tpl/ |
| D | showConfigTwoLine.php | 17 <?php foreach ($local as $key => $value): ?> 83 <?php $isOverridden = array_key_exists($key, $local) ?> 94 <?php if($local[$key] === ''): ?>
|
| /plugin/txtconf/ |
| D | config0.class.php | 57 $local = $this->_read_config($this->_local_file); 60 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k… 76 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]); 181 $local = eval('return '.$this->_local_file.';'); 183 if (!is_writable(dirname($local))) return true; 184 if (file_exists($local) && !is_writable($local)) return true; 305 function initialize($default, $local, $protected) { argument 307 if (isset($local)) $this->_local = $local;
|
| /plugin/advanced/lang/fr/config/ |
| D | smileys.txt | 3 …e manière sûre est ''lib/images/smileys/local'' et la configuration utilisateur se fait dans ''con… 8 :MYFACE: local/i_am_so_pretty.jpg
|
| /plugin/remotescript/lib/JsHttpRequest/ |
| D | compile.bat | 44 local $/; 45 open(local *F, $name); 51 local $/; 52 open(local *F, ">", $name);
|
| /plugin/aichatlocal/lang/ |
| D | settings.php | 9 $lang['local_llm_apikey'] = 'API key for local LLM authentication (leave empty if not required)'; 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/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | statement.js | 560 …if (this.keywords.test(node.specifiers[i].local.name) || this.reservedWords.test(node.specifiers[i… 561 this.unexpected(node.specifiers[i].local.start) 589 node.local = this.parseIdent(this.type === tt._default) 590 node.exported = this.eatContextual("as") ? this.parseIdent(true) : node.local 620 node.local = this.parseIdent() 621 this.checkLVal(node.local, true) 629 node.local = this.parseIdent() 630 this.checkLVal(node.local, true) 644 node.local = this.parseIdent() 646 node.local = node.imported [all …]
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckeditor.lasso | 33 local( 66 local('out' = ' 74 local('out' = ' 84 local('result' = false); 102 local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="'); 103 iterate(self->config, local('this'));
|
| /plugin/jstweak/ |
| H A D | README | 3 Allows to replace any plugin's script.js file with a local one. 4 The local files must be named script.js and they must be placed 5 in a subdirectory plugins.script.local.js.d/<pluginName>/ of the 6 conf directory. The local files are used instead of the original
|
| /plugin/aichatlocal/conf/ |
| D | default.php | 12 $lang['local_llm_baseurl'] = 'Base URL of your local LLM API endpoint'; 13 $lang['local_llm_apikey'] = 'API key for local LLM (if required)';
|
| /plugin/confmanager/lang/zh/ |
| D | wordblock.txt | 3 要在 DokuWiki 上使用黑名单需要在 ''conf/local.php'' 文件中启用 ''$conf['usewordblock'] = 1;''(默认它被设置为 1)编辑 ''conf/w…
|
| /plugin/authsplit/conf/ |
| D | metadata.php | 11 function initialize($default=null, $local=null, $protected=null) { argument 12 parent::initialize($default, $local, $protected);
|