Home
last modified time | relevance | path

Searched refs:persist (Results 1 – 25 of 42) sorted by relevance

12

/plugin/qc/action/
Dcron.php61 $persist = [];
63 $persist = file_get_contents($this->file);
64 $persist = unserialize($persist);
73 if (isset($persist[$ID])) unset($persist[$ID]);
75 $persist[$ID] = $fixme;
78 $persist = serialize($persist);
79 file_put_contents($this->file, $persist);
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.persist.js86 Cookies.set(key, value, this.options.persist.cookie);
95 $.cookie(key, value, this.options.persist.cookie);
110 expandOpts = tree.options.persist.expandOpts,
174 var local = this.ext.persist,
209 var local = this.ext.persist,
263 instOpts = this.options.persist,
284 instOpts = this.options.persist;
396 (opts.persist.overrideSource || !tree.activeNode)
490 ctx.options.persist.cookieDelimiter
/plugin/combo/action/
H A Dlinkmove.php208 ->persist();
216 ->persist();
226 ->persist()
229 ->persist();
H A Dimgmove.php82 ->persist();
110 ->persist();
250 $metadata->setValue($imageId)->persist();
H A Dindexer.php190 ->persist();
H A Dcacheexpiration.php150 ->persist();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
DIntegrationTest.php70 $em->persist($student1);
71 $em->persist($student2);
72 $em->persist($teacher);
73 $em->persist($class);
DObjectConstructorTest.php57 $em->persist($author);
77 $em->persist($author);
138 $em->persist($author);
201 $em->persist($server);
/plugin/googlesearch/lang/en/
Derror.txt4 try your search again, by reloading the page. If the error persist try searching
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStore.php77 public function persist(); function
H A DMetadata.php631 public function persist(): Metadata function in ComboStrap\\Meta\\Api\\Metadata
636 $this->getWriteStore()->persist();
/plugin/combo/ComboStrap/
H A DTemplateStore.php41 public function persist() function in ComboStrap\\TemplateStore
H A DCacheExpirationFrequency.php59 ->persist();
H A DMetadataFrontmatterStore.php164 $this->persist();
450 public function persist() function in ComboStrap\\MetadataFrontmatterStore
H A DMetadataSingleArrayStore.php68 public function persist() function in ComboStrap\\MetadataSingleArrayStore
H A DMetadataStoreTransfer.php190 $this->targetStore->persist();
H A DMarkupPath.php1319 ->persist();
2101 $this->getReadStoreOrDefault()->persist();
H A DOutline.php880 ->persist();
/plugin/indexmenu/
Dscript.js123 if(options.opts.persist) {
138 persist: { property
/plugin/dwcommits/
Dsyntax.php115 …$persistent = false; // this change doesn't need to persist passed the next metada…
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php209 public function persist() function in ComboStrap\\Meta\\Store\\MetadataDokuWikiStore
H A DMetadataDbStore.php276 public function persist() function in ComboStrap\\Meta\\Store\\MetadataDbStore
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.min.js53persist.cookie)},remove:Cookies.remove}:y&&"function"==typeof y.cookie&&(t={get:y.cookie,set:funct…
Djquery.fancytree-all-deps.min.js1persist.cookie)},remove:Cookies.remove}:p&&"function"==typeof p.cookie&&(t={get:p.cookie,set:funct…
Djquery.fancytree-all.js11832 Cookies.set(key, value, this.options.persist.cookie);
11841 $.cookie(key, value, this.options.persist.cookie);
11856 expandOpts = tree.options.persist.expandOpts,
11920 var local = this.ext.persist,
11955 var local = this.ext.persist,
12009 instOpts = this.options.persist,
12030 instOpts = this.options.persist;
12142 (opts.persist.overrideSource || !tree.activeNode)
12236 ctx.options.persist.cookieDelimiter

12