/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | SocketHandler.php | 42 private $persistent; variable in Monolog\\Handler\\SocketHandler 52 * @param bool $persistent Flag to enable/disable persistent connections 65 bool $persistent = false, argument 79 $this->persistent = $persistent; 126 public function setPersistent(bool $persistent): self argument 128 $this->persistent = $persistent; 195 return $this->persistent;
|
H A D | InsightOpsHandler.php | 42 bool $persistent = false, argument 60 $persistent,
|
H A D | LogEntriesHandler.php | 39 bool $persistent = false, argument 54 $persistent,
|
H A D | LogmaticHandler.php | 53 bool $persistent = false, argument 70 $persistent,
|
H A D | FlowdockHandler.php | 46 bool $persistent = false, argument 60 $persistent,
|
H A D | FleepHookHandler.php | 52 bool $persistent = false, argument 69 $persistent,
|
H A D | SlackHandler.php | 63 bool $persistent = false, argument 77 $persistent,
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | 804a97ff4d0613e6568e4efb19c52021.asciidoc | 7 'persistent' => [ 15 'persistent' => [ 23 'persistent' => [
|
/plugin/externalembed/ |
H A D | syntax.php | 185 if(isset($renderer->persistent['plugin']['externalembed']['video_ids'])) { 187 unset($renderer->persistent['plugin']['externalembed']['video_ids']); 202 if(isset($renderer->persistent['plugin']['externalembed']['playlist_ids'])) { 203 unset($renderer->persistent['plugin']['externalembed']['playlist_ids']); 205 $renderer->persistent['plugin']['externalembed']['playlist_ids'] = array(); 210 $renderer->persistent['plugin']['externalembed']['playlist_ids'] = array(); 213 …$renderer->persistent['plugin']['externalembed']['playlist_ids'] = array_unique(array_merge($rende…
|
/plugin/newpagetemplate/ |
H A D | newpage.ini | 16 page[] = playground:persistent:one 17 page[] = playground:persistent:two
|
/plugin/externalembed/helper/ |
H A D | cacheInterface.php | 172 …if(($key = array_search($video_id, $metadata['persistent']['plugin']['externalembed']['video_ids']… 173 …unset($metadata['persistent']['plugin']['externalembed']['video_ids'][$key]);//remove from metadata
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/ |
H A D | Settings.php | 36 * @return array Settings data (persistent and transient) 44 * Returns the current persistent settings of the cluster. 55 $settings = $data['persistent']; 104 * Sets persistent setting. 112 'persistent' => [ 138 * Second param can be used to set it persistent 142 public function setReadOnly(bool $readOnly = true, bool $persistent = false): Response argument 146 if ($persistent) { 156 * @param array $settings Raw settings (including persistent or transient)
|
/plugin/tag/syntax/ |
H A D | tag.php | 94 // erase tags on persistent metadata no more used 95 if (isset($renderer->persistent['subject'])) { 96 unset($renderer->persistent['subject']);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
H A D | Guzzle.php | 140 * @param bool $persistent False if not persistent connection 142 protected function _getGuzzleClient(bool $persistent = true): Client argument 144 if (!$persistent || !self::$_guzzleClientConnection) {
|
H A D | Http.php | 209 * @param bool $persistent False if not persistent connection 213 protected function _getConnection(bool $persistent = true) argument 215 if (!$persistent || !self::$_curlConnection) {
|
H A D | AwsAuthV4.php | 18 protected function _getGuzzleClient(bool $persistent = true): Client argument 20 if (!$persistent || !self::$_guzzleClientConnection) {
|
/plugin/datatemplate/syntax/inc/ |
H A D | cache.php | 20 foreach(array_keys($renderer->persistent) as $key) { 23 unset($renderer->persistent[$key]);
|
/plugin/pagetitle/ |
H A D | action.php | 62 * The page metadata is passed including both the current and persistent arrays. 92 $persistent =& $event->data['persistent']; 107 // unnecessary persistent metadata should be removed in syntax component, 110 unset($persistent['title']);
|
/plugin/pagetitle/syntax/ |
H A D | decorative.php | 162 $renderer->persistent['title'] = $title; 165 // erase persistent title metadata if defined 166 unset($renderer->persistent['title']);
|
/plugin/combo/syntax/ |
H A D | frontmatter.php | 281 // persistent 282 if ($renderer->persistent[$metaKey]) { 283 unset($renderer->persistent[$metaKey]); 302 * The persistent array holds ****duplicates**** 306 $renderer->persistent[$metaKey] = $metaValue;
|
/plugin/strata/ |
H A D | action.php | 72 $renderer->persistent =& $orig['persistent']; 80 $evt->result = array('current'=>&$renderer->meta,'persistent'=>&$renderer->persistent);
|
H A D | renderer.php | 22 $this->persistent['date']['created'] = time();
|
/plugin/include/syntax/ |
H A D | include.php | 109 // remove old persistent metadata of previous versions of the include plugin 110 if (isset($renderer->persistent['plugin_include'])) { 111 unset($renderer->persistent['plugin_include']);
|
/plugin/memcache/ |
H A D | README.md | 2 Abstraction wrapper to use persistent memory storage for caching data in Dokuwiki.
|
H A D | plugin.info.txt | 11 desc Abstraction wrapper to use persistent memory storage for caching data.
|