/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/ |
H A D | Guzzle6AuthHandler.php | 62 $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 D | ExternalLinkProcessor.php | 40 $internalHosts = $this->environment->getConfig('external_link/internal_hosts', []); 41 $openInNewWindow = $this->environment->getConfig('external_link/open_in_new_window', false); 42 $classes = $this->environment->getConfig('external_link/html_class', ''); 88 … 'nofollow' => $this->environment->getConfig('external_link/nofollow', self::APPLY_NONE), 89 … 'noopener' => $this->environment->getConfig('external_link/noopener', self::APPLY_EXTERNAL), 90 … 'noreferrer' => $this->environment->getConfig('external_link/noreferrer', self::APPLY_EXTERNAL),
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/ |
H A D | SmartPunctExtension.php | 34 … $environment->getConfig('smartpunct/double_quote_opener', Quote::DOUBLE_QUOTE_OPENER), 35 … $environment->getConfig('smartpunct/double_quote_closer', Quote::DOUBLE_QUOTE_CLOSER) 38 … $environment->getConfig('smartpunct/single_quote_opener', Quote::SINGLE_QUOTE_OPENER), 39 … $environment->getConfig('smartpunct/single_quote_closer', Quote::SINGLE_QUOTE_CLOSER)
|
/plugin/zotero/ |
H A D | ZoteroConfig.php | 55 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/ |
H A D | Type_AbstractBase.test.php | 43 $type->getConfig() 68 $type->getConfig() 102 $type->getConfig() 143 $type->getConfig()
|
H A D | ConfigParser.test.php | 28 $actual_config = $configParser->getConfig(); 97 $config = $configParser->getConfig();
|
H A D | AccessTableDataReplacement.test.php | 92 $actual_config = $configParser->getConfig(); 114 $actual_config = $configParser->getConfig(); 171 $actual_config = $configParser->getConfig();
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/ |
H A D | CommonMarkCoreExtension.php | 73 … $deprecatedUseAsterisk = $environment->getConfig('use_asterisk', ConfigurationInterface::MISSING); 80 if ($environment->getConfig('commonmark/use_asterisk', $deprecatedUseAsterisk)) { 84 …$deprecatedUseUnderscore = $environment->getConfig('use_underscore', ConfigurationInterface::MISSI… 91 if ($environment->getConfig('commonmark/use_underscore', $deprecatedUseUnderscore)) {
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/ |
H A D | CommonmarkToDokuwikiExtension.php | 72 … $deprecatedUseAsterisk = $environment->getConfig('use_asterisk', ConfigurationInterface::MISSING); 79 if ($environment->getConfig('commonmark/use_asterisk', $deprecatedUseAsterisk)) { 83 …$deprecatedUseUnderscore = $environment->getConfig('use_underscore', ConfigurationInterface::MISSI… 90 if ($environment->getConfig('commonmark/use_underscore', $deprecatedUseUnderscore)) {
|
/plugin/confmanager/action/ |
H A D | deleteicon.php | 43 $config = $this->getConfig(); 63 private function getConfig() { function in action_plugin_confmanager_deleteicon
|
H A D | upload.php | 42 $config = $this->getConfig(); 62 private function getConfig() { function in action_plugin_confmanager_upload
|
/plugin/farmer/ |
H A D | helper.php | 33 public function getConfig() { function in helper_plugin_farmer 35 return $GLOBALS['FARMCORE']->getConfig(); 65 $config = $this->getConfig(); 239 $farmconf = $this->getConfig();
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
H A D | Guzzle.php | 86 $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 D | Http.php | 55 $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/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/ |
H A D | InlinesOnlyExtension.php | 56 if ($environment->getConfig('use_asterisk', true)) { 59 if ($environment->getConfig('use_underscore', true)) {
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | EditorActions.java | 507 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 D | EditorActions.java.bak | 507 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/revealjs/plugin/zoom-js/ |
H A D | zoom.js | 10 …var modifier = ( Reveal.getConfig().zoomKey ? Reveal.getConfig().zoomKey : defaultModifier ) + 'Ke… 11 var zoomLevel = ( Reveal.getConfig().zoomLevel ? Reveal.getConfig().zoomLevel : 2 );
|
/plugin/farmer/admin/ |
H A D | config.php | 45 $farmconf = $this->helper->getConfig(); 65 $farmconf = $this->helper->getConfig();
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Client.php | 122 public function getConfig(string $key = '') function in Elastica\\Client 623 foreach ($this->getConfig('connections') as $connection) { 636 … $connections[] = Connection::create($this->_prepareConnectionParams($this->getConfig())); 640 if (true === $this->getConfig('roundRobin')) { 647 … $strategy = Connection\Strategy\StrategyFactory::create($this->getConfig('connectionStrategy'));
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | GetDebugConfigResponse.php | 37 public function getConfig() function in Google\\Service\\Dataflow\\GetDebugConfigResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/ |
H A D | ClientStatusResponse.php | 36 public function getConfig() function in Google\\Service\\TrafficDirectorService\\ClientStatusResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/ |
H A D | UpdateInstanceConfigRequest.php | 35 public function getConfig() function in Google\\Service\\AIPlatformNotebooks\\UpdateInstanceConfigRequest
|
/plugin/webdavclient/ |
H A D | cron.php | 27 $cron = $hlp->getConfig('use_cron');
|
/plugin/struct/meta/ |
H A D | SchemaEditor.php | 71 $config = json_encode($this->schema->getConfig(), JSON_PRETTY_PRINT); 135 $config = json_encode($col->getType()->getConfig(), JSON_PRETTY_PRINT);
|