Home
last modified time | relevance | path

Searched refs:updateConfig (Results 1 – 20 of 20) sorted by relevance

/plugin/batchedit/
Dinterface.js41 function updateConfig(id, value) { function
131 updateConfig('searchmode', this.value);
136 updateConfig('advregexp', this.checked);
142 updateConfig('matchcase', this.checked);
167 updateConfig('multiline', this.checked);
175 updateConfig('searchheight', $searchArea.get(0).offsetHeight);
181 updateConfig('replaceheight', $replaceArea.get(0).offsetHeight);
234 updateConfig('matchctx', this.checked);
238 updateConfig('ctxchars', this.value);
242 updateConfig('ctxlines', this.value);
[all …]
/plugin/aichat/
Dremote.php30 $helper->updateConfig(
40 $helper->updateConfig(['preferUIlanguage' => 0]);
42 $helper->updateConfig(['preferUIlanguage' => 1]);
DAbstractCLI.php47 $this->helper->updateConfig(['preferUIlanguage' => 0]);
49 $this->helper->updateConfig(['preferUIlanguage' => 1]);
Dhelper.php65 public function updateConfig(array $config) function in helper_plugin_aichat
68 $this->factory->updateConfig($config);
DModelFactory.php32 public function updateConfig(array $config) function in dokuwiki\\plugin\\aichat\\ModelFactory
/plugin/structat/meta/
DSearchConfigAtParameters.php49 public function updateConfig($config) function in dokuwiki\\plugin\\structat\\meta\\SearchConfigAtParameters
51 $config = parent::updateConfig($config);
DSearchConfigAt.php31 $config = $this->dynamicParameters->updateConfig($config);
/plugin/emoji/emojione/
DEmojione.php32 static::updateConfig($client);
104 protected static function updateConfig(ClientInterface $client) function in Emojione\\Emojione
/plugin/dirtylittlehelper/mermaid/editor/src/components/
DConfig.svelte2 import { codeStore, updateConfig } from '../code-store.js';
19 updateConfig(conf, false);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/Resource/
DProjects.php58 public function updateConfig($name, UpdateProjectConfigRequest $postBody, $optParams = []) function in Google\\Service\\CloudSourceRepositories\\Resource\\Projects
/plugin/dirtylittlehelper/mermaid/editor/src/
Dcode-store.js37 export const updateConfig = (config, updateEditor) => { function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudSourceRepositories.php86 ],'updateConfig' => [
DAIPlatformNotebooks.php445 ],'updateConfig' => [
446 'path' => 'v1/{+name}:updateConfig',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
DProjectsLocationsInstances.php369 public function updateConfig($name, UpdateInstanceConfigRequest $postBody, $optParams = []) function in Google\\Service\\AIPlatformNotebooks\\Resource\\ProjectsLocationsInstances
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
Djquery.jplayer.inspector.js207 updateConfig: function() { // This displays information about jPlayer's configuration in inspector method
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
Djquery.jplayer.inspector.min.js2 …layerInspector").jPlayer.unbind(".jPlayerInspector"),a(this).empty()},updateConfig:function(){var …
Djquery.jplayer.inspector.js207 updateConfig: function() { // This displays information about jPlayer's configuration in inspector method
/plugin/statistics/js/
Dchart.js13updateConfig(t){}}class cs extends hs{acquireContext(t){return t&&t.getContext&&t.getContext("2d")…
/plugin/ol3/
Dscript.js8 …,t),e.prototype.getConfig=function(){return this.config_},e.prototype.updateConfig=function(t){O(t… method in e
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1updateConfig = (config, updateEditor) => {\n const state = get(codeStore);\n codeStore.set({ ...…