Searched refs:local (Results 1 – 25 of 498) sorted by relevance
12345678910>>...20
104 function _loadLazyNodes(tree, local, keyList, mode, dfd) { argument145 _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 …]
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 …]
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 …]
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 …]
30 public $local; variable in Google\\Service\\Analytics\\EntityUserLinkPermissions49 public function setLocal($local) argument51 $this->local = $local;58 return $this->local;
39 var local = 'locals_for_with'42 local = obj44 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 + ':' +
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'),
14 public function initialize($default = null, $local = null, $protected = null) argument16 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;
4 description: Adds support for local LLMs with OpenAI-compatible APIs to the AIChat plugin13 tags : !experimental, chatgpt, llm, ai, local, Ollama24 tags : ai, llm, chat, local, openai-compatible29 description: This plugin extends the AIChat plugin to support local Large Language Models (LLMs) th…35 - Configure your local LLM endpoint in the Configuration Manager36 - Select ‘local-chat’ as your model in AIChat settings42 - local_llm_apikey: API key if your local deployment requires authentication56 * Support for local LLM deployments59 * Token usage tracking (if supported by local LLM)
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
36 function configuration( $datafile, $local=array( ), $default=array( ), $protected=array( ) ) { argument40 $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]);
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
41 $local = $this->load($conf['lang']);42 if ($local) {43 $conf = array_replace_recursive($conf, $local);
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'));
17 <?php foreach ($local as $key => $value): ?>83 <?php $isOverridden = array_key_exists($key, $local) ?>94 <?php if($local[$key] === ''): ?>
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) { argument307 if (isset($local)) $this->_local = $local;
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
44 local $/;45 open(local *F, $name);51 local $/;52 open(local *F, ">", $name);
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.local620 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 …]
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…
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'));
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)';
3 要在 DokuWiki 上使用黑名单需要在 ''conf/local.php'' 文件中启用 ''$conf['usewordblock'] = 1;''(默认它被设置为 1)编辑 ''conf/w…
613 …if (this.keywords.test(node.specifiers[i].local.name) || this.reservedWords.test(node.specifiers[i…614 this.unexpected(node.specifiers[i].local.start)678 node.local = this.parseIdent(true)679 node.exported = this.eatContextual("as") ? this.parseIdent(true) : node.local710 node.local = this.parseIdent()711 this.checkLVal(node.local, true)719 node.local = this.parseIdent()720 this.checkLVal(node.local, true)734 node.local = this.parseIdent()736 node.local = node.imported[all …]
11 function initialize($default=null, $local=null, $protected=null) { argument12 parent::initialize($default, $local, $protected);