Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 25 of 195) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
DGuzzle6AuthHandler.php62 $config = $http->getConfig();
84 $config = $http->getConfig();
97 $config = $http->getConfig();
110 'base_uri' => $http->getConfig('base_uri'),
112 'verify' => $http->getConfig('verify'),
113 'proxy' => $http->getConfig('proxy'),
/plugin/combo/ComboStrap/
H A DExecutionContext.php343 $this->getApp()->getConfig()->restoreConfigState();
497 return $this->getConfig()->getDefaultContextPath();
536 $this->getApp()->getConfig()->setConf($key, $value, $pluginNamespace);
548 return $this->getApp()->getConfig()->getValue($key, $default);
575 $this->getApp()->getConfig()->setCacheXhtmlOn();
586 $this->getApp()->getConfig()->setCacheXhtmlOn();
592 $this->getConfig()->setConsoleOff();
602 $this->getApp()->getConfig()->setDisableThemeSystem();
613 return $this->getApp()->getConfig()->isConsoleOn();
629 $this->getConfig()->setLogExceptionToError();
[all …]
H A DSite.php96 ExecutionContext::getActualOrCreateFromEnv()->getConfig()
106 ExecutionContext::getActualOrCreateFromEnv()->getConfig()
170 ->getConfig()
195 ->getConfig()
573 ->getConfig()
586 ->getConfig()
596 return ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getDataDirectory();
610 return ExecutionContext::getActualOrCreateFromEnv()->getConfig()->getIndexPageName();
687 ->getConfig()
700 ->getConfig()
[all …]
H A DLogUtility.php271 … $actualLevel = ExecutionContext::getExecutionContext()->getConfig()->getLogExceptionLevel();
356 ExecutionContext::getActualOrCreateFromEnv()->getConfig()->setLogExceptionLevel($level);
361 …ExecutionContext::getActualOrCreateFromEnv()->getConfig()->setLogExceptionLevel(self::LVL_MSG_WARN…
377 ExecutionContext::getActualOrCreateFromEnv()->getConfig()->setLogExceptionToError();
H A DLazyLoad.php233 ->getConfig()
267 ->getConfig()
/plugin/zotero/
DZoteroConfig.php55 public function getConfig($category, $key) function in ZoteroConfig
83 $url = str_replace("USERNAME", $this->getConfig("ZoteroAccess", "username"), self::ENTRY_URL);
90 $url = str_replace("USERID", $this->getConfig("ZoteroAccess", "userid"), self::ENTRIES_URL);
91 $url = str_replace("ZOTEROKEY", $this->getConfig("ZoteroAccess", "key"), $url);
/plugin/struct/_test/types/
H A DAbstractBaseTest.php46 $type->getConfig()
71 $type->getConfig()
105 $type->getConfig()
146 $type->getConfig()
/plugin/farmer/
H A Dremote.php30 return $this->helper->getConfig()['base']['farmhost'];
43 return $this->helper->getConfig()['base']['basedomain'];
82 $farmerConfig = $this->helper->getConfig();
H A Dhelper.php33 public function getConfig() function in helper_plugin_farmer
36 return $GLOBALS['FARMCORE']->getConfig();
69 $config = $this->getConfig();
253 $farmconf = $this->getConfig();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
DHttp.php55 $url = $connection->hasConfig('url') ? $connection->getConfig('url') : '';
109 $headersConfig = $connection->hasConfig('headers') ? $connection->getConfig('headers') : [];
174 $response->setJsonBigintConversion($connection->getConfig('bigintConversion'));
200 foreach ($this->getConnection()->getConfig('curl') as $key => $param) {
DGuzzle.php86 $response->setJsonBigintConversion($connection->getConfig('bigintConversion'));
115 $connection->hasConfig('headers') && \is_array($connection->getConfig('headers'))
116 ? $connection->getConfig('headers')
157 $url = $connection->hasConfig('url') ? $connection->getConfig('url') : '';
/plugin/struct/_test/
H A DAccessTableDataReplacementTest.php92 $actual_config = $configParser->getConfig();
114 $actual_config = $configParser->getConfig();
171 $actual_config = $configParser->getConfig();
H A DConfigParserTest.php29 $actual_config = $configParser->getConfig();
102 $config = $configParser->getConfig();
/plugin/confmanager/action/
Ddeleteicon.php43 $config = $this->getConfig();
63 private function getConfig() { function in action_plugin_confmanager_deleteicon
Dupload.php42 $config = $this->getConfig();
62 private function getConfig() { function in action_plugin_confmanager_upload
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java507 String dokuHost = editor.getConfig().getDokuHost(); in post()
512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray()))); in post()
523 httppost.setHeader("Cookie", editor.getConfig().getCookies()); in post()
530 reqEntity.addPart("sectok", new StringBody(editor.getConfig().getSectok())); in post()
535 String namespace = editor.getConfig().getName(); in post()
636 int idx = editor.getConfig().getName().lastIndexOf(":"); in actionPerformed()
638 …final String dName = idx==-1 ? editor.getConfig().getName() : editor.getConfig().getName().substri… in actionPerformed()
652 ImageIO.write(image, editor.getConfig().getImageFormat(), iBaos); in actionPerformed()
672 dName+"."+editor.getConfig().getImageFormat(), in actionPerformed()
674 editor.getConfig().getProxySelector(), in actionPerformed()
[all …]
DEditorActions.java.bak507 String dokuHost = editor.getConfig().getDokuHost();
512 saveUrl.append(new String(Hex.decodeHex(editor.getConfig().getDokuBase().toCharArray())));
514 // saveUrl.append("&"+editor.getConfig().getSessionName()+"="+editor.getConfig().getSe…
516 // saveUrl.append("&sectok="+editor.getConfig().getSectok());
517 // saveUrl.append("&authtok="+editor.getConfig().getAuthtok());
523 httppost.setHeader("Cookie", editor.getConfig().getCookies());
530 reqEntity.addPart("sectok", new StringBody(editor.getConfig().getSectok()));
535 String namespace = editor.getConfig().getName();
636 int idx = editor.getConfig().getName().lastIndexOf(":");
638 …final String dName = idx==-1 ? editor.getConfig().getName() : editor.getConfig().getName().substri…
[all …]
/plugin/revealjs/plugin/zoom-js/
Dzoom.js10 …var modifier = ( Reveal.getConfig().zoomKey ? Reveal.getConfig().zoomKey : defaultModifier ) + 'Ke…
11 var zoomLevel = ( Reveal.getConfig().zoomLevel ? Reveal.getConfig().zoomLevel : 2 );
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DClient.php127 public function getConfig(string $key = '') function in Elastica\\Client
667 foreach ($this->getConfig('connections') as $connection) {
680 … $connections[] = Connection::create($this->_prepareConnectionParams($this->getConfig()));
684 if (true === $this->getConfig('roundRobin')) {
691 … $strategy = Connection\Strategy\StrategyFactory::create($this->getConfig('connectionStrategy'));
DConnection.php294 $config = $this->getConfig();
309 public function getConfig($key = '') function in Elastica\\Connection
/plugin/farmer/admin/
H A Dconfig.php42 $farmconf = $this->helper->getConfig();
61 $farmconf = $this->helper->getConfig();
/plugin/struct/meta/
H A DSchema.php275 public function getConfig() function in dokuwiki\\plugin\\struct\\meta\\Schema
379 'config' => $this->getConfig(),
391 'config' => $column->getType()->getConfig()
H A DSchemaEditor.php73 $config = json_encode($this->schema->getConfig(), JSON_PRETTY_PRINT);
138 $config = json_encode($col->getType()->getConfig(), JSON_PRETTY_PRINT);
/plugin/combo/action/
H A Dcss.php131 $config = $executionContext->getConfig();
155 ->getConfig()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DGetDebugConfigResponse.php37 public function getConfig() function in Google\\Service\\Dataflow\\GetDebugConfigResponse

12345678