Home
last modified time | relevance | path

Searched refs:persistent (Results 1 – 25 of 62) sorted by relevance

123

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php42 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 DInsightOpsHandler.php42 bool $persistent = false, argument
60 $persistent,
H A DLogEntriesHandler.php39 bool $persistent = false, argument
54 $persistent,
H A DLogmaticHandler.php53 bool $persistent = false, argument
70 $persistent,
H A DFlowdockHandler.php46 bool $persistent = false, argument
60 $persistent,
H A DFleepHookHandler.php52 bool $persistent = false, argument
69 $persistent,
H A DSlackHandler.php63 bool $persistent = false, argument
77 $persistent,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D804a97ff4d0613e6568e4efb19c52021.asciidoc7 'persistent' => [
15 'persistent' => [
23 'persistent' => [
/plugin/externalembed/
H A Dsyntax.php185 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 Dnewpage.ini16 page[] = playground:persistent:one
17 page[] = playground:persistent:two
/plugin/externalembed/helper/
H A DcacheInterface.php172 …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 DSettings.php36 * @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 Dtag.php94 // 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 DGuzzle.php140 * @param bool $persistent False if not persistent connection
142 protected function _getGuzzleClient(bool $persistent = true): Client argument
144 if (!$persistent || !self::$_guzzleClientConnection) {
H A DHttp.php209 * @param bool $persistent False if not persistent connection
213 protected function _getConnection(bool $persistent = true) argument
215 if (!$persistent || !self::$_curlConnection) {
H A DAwsAuthV4.php18 protected function _getGuzzleClient(bool $persistent = true): Client argument
20 if (!$persistent || !self::$_guzzleClientConnection) {
/plugin/datatemplate/syntax/inc/
H A Dcache.php20 foreach(array_keys($renderer->persistent) as $key) {
23 unset($renderer->persistent[$key]);
/plugin/pagetitle/
H A Daction.php92 $persistent =& $event->data['persistent'];
110 unset($persistent['title']);
/plugin/pagetitle/syntax/
H A Ddecorative.php160 $renderer->persistent['title'] = $title;
164 unset($renderer->persistent['title']);
/plugin/combo/syntax/
H A Dfrontmatter.php281 // 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 Daction.php72 $renderer->persistent =& $orig['persistent'];
80 $evt->result = array('current'=>&$renderer->meta,'persistent'=>&$renderer->persistent);
H A Drenderer.php22 $this->persistent['date']['created'] = time();
/plugin/include/syntax/
H A Dinclude.php109 // 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 DREADME.md2 Abstraction wrapper to use persistent memory storage for caching data in Dokuwiki.
H A Dplugin.info.txt11 desc Abstraction wrapper to use persistent memory storage for caching data.

123