Home
last modified time | relevance | path

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

12345678

/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A 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/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DSmartPunctExtension.php
/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()
1021 function getConfig(): SiteConfig global() function in ComboStrap\\ExecutionContext
[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()
963 public function getConfig(): SiteConfig global() function in ComboStrap\\Site
[all...]
H A DLogUtility.php276 $actualLevel = ExecutionContext::getActualOrCreateFromEnv()->getConfig()
360 ExecutionContext::getActualOrCreateFromEnv()->getConfig()->setLogExceptionLevel($level);
365 ExecutionContext::getActualOrCreateFromEnv()->getConfig()->setLogExceptionLevel(self::LVL_MSG_WARNING);
381 ExecutionContext::getActualOrCreateFromEnv()->getConfig()->setLogExceptionToError();
H A DLazyLoad.php233 ->getConfig()
267 ->getConfig()
/plugin/zotero/
H A 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/commonmark/vendor/league/commonmark/src/Extension/
H A DCommonMarkCoreExtension.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DCommonmarkToDokuwikiExtension.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A 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') : '';
H A 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) {
/plugin/farmer/
H A Dhelper.php33 public function getConfig() function in helper_plugin_farmer
36 return $GLOBALS['FARMCORE']->getConfig();
69 $config = $this->getConfig();
252 $farmconf = $this->getConfig();
/plugin/confmanager/action/
H A Ddeleteicon.php43 $config = $this->getConfig();
63 private function getConfig() { function in action_plugin_confmanager_deleteicon
H A Dupload.php42 $config = $this->getConfig();
62 private function getConfig() { function in action_plugin_confmanager_upload
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java507 String dokuHost = editor.getConfig().getDokuHost(); in post()
523 httppost.setHeader("Cookie", editor.getConfig().getCookies()); 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()
692 editor.getConfig().getProxySelector(), in actionPerformed()
1339 if (graph != null && !editor.getConfig().isNew()) { in actionPerformed()
[all …]
H A DEditorActions.java.bak507 String dokuHost = editor.getConfig().getDokuHost();
514 // saveUrl.append("&"+editor.getConfig().getSessionName()+"="+editor.getConfig().getSe…
523 httppost.setHeader("Cookie", editor.getConfig().getCookies());
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…
674 editor.getConfig().getProxySelector(),
692 editor.getConfig().getProxySelector(),
1339 if (graph != null && !editor.getConfig().isNew()) {
1343 sourceUrl.append(editor.getConfig().getName());
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/
H A DInlinesOnlyExtension.php
/plugin/revealjs/plugin/zoom-js/
H A 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/
H A DClient.php127 public function getConfig(string $key = '')
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'));
122 public function getConfig(string $key = '') global() function in Elastica\\Client
/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()
379 'config' => $this->getConfig(),
391 'config' => $column->getType()->getConfig()
272 public function getConfig() global() function in dokuwiki\\plugin\\struct\\meta\\Schema
H A DSchemaEditor.php73 $config = json_encode($this->schema->getConfig(), JSON_PRETTY_PRINT);
137 $config = json_encode($col->getType()->getConfig(), JSON_PRETTY_PRINT);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DGetDebugConfigResponse.php37 public function getConfig() function in Google\\Service\\Dataflow\\GetDebugConfigResponse
/plugin/combo/action/
H A Dcss.php131 $config = $executionContext->getConfig();
155 ->getConfig()

12345678