Home
last modified time | relevance | path

Searched refs:persistent (Results 26 – 50 of 62) sorted by path

123

/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php273 $persistent = $metadata[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY];
274 ksort($persistent);
281 ->setTab("persistent")
282 ->setDescription("The persistent metadata contains raw values. They contains the values set by the user and the fixed values such as page id.")
283 ->addValue(json_encode($persistent))
288 ->setDescription("The current metadata are the derived / calculated / runtime metadata values (extended with the persistent metadata).")
315 * Technically, persistent is a copy of persistent data
316 * but on the ui for now, only persistent data can be modified
334 * We loop only over the persistent metadat
[all...]
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php1270 * The persistent data are now available
1272 $renderer->persistent =& $actualMeta['persistent'];
1280 $evt->result = array('current' => &$renderer->meta, 'persistent' => &$renderer->persistent);
/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/datatemplate/syntax/inc/
H A Dcache.php20 foreach(array_keys($renderer->persistent) as $key) {
23 unset($renderer->persistent[$key]);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …n 'partition-by',\n 'pcalls',\n 'peek',\n 'persistent!',\n 'pma…
/plugin/dwcommits/
H A Dsyntax.php116 p_set_metadata($ID, $data, $render, $persistent);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc172 $params['node_ids'] = (string) A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_names.
205 $params['body'] = (array) The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart). (Required)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D804a97ff4d0613e6568e4efb19c52021.asciidoc7 'persistent' => [
15 'persistent' => [
23 'persistent' => [
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md785 - Set HTTP headers on each request preventing server error if persistent connection is enabled and compression enabled and later disabled for the same connection.
/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/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php18 protected function _getGuzzleClient(bool $persistent = true): Client argument
20 if (!$persistent || !self::$_guzzleClientConnection) {
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) {
/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/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/imagebox/
H A Dsyntax.php112 // Clear previous persistent data
113 if (isset($renderer->persistent['relation']['media'][$src])) {
114 unset($renderer->persistent['relation']['media'][$src]);
/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/indexmenu/syntax/
H A Dindexmenu.php478 unset($renderer->persistent['indexmenu']);
/plugin/mantis/lib/
H A Dchangelog46 - soap_transport_http: close a persistent connection that's at EOF
49 - soapclient: improve handling of persistent connections
154 - soap_transport_http: Check that $this->fp exists when doing persistent connections
206 - soap_transport_http: fix read from persistent connection
207 - soapclient: clean up debugging for persistent connection
240 - soap_transport_http: read chunked content "in-line" so it works on a persistent connection
/plugin/memcache/
H A DREADME3 Abstraction wrapper to use persistent memory storage for caching data.
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.
/plugin/newpagetemplate/
H A Dnewpage.ini16 page[] = playground:persistent:one
17 page[] = playground:persistent:two
/plugin/pagequery/
H A Dsyntax.php316 unset($renderer->persistent['pagequery']);

123