Home
last modified time | relevance | path

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

12

/plugin/qc/action/
H A 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);
[all...]
/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.php170 // persist to database
173 ->persist();
H A Dcacheexpiration.php150 ->persist();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php70 $em->persist($student1);
71 $em->persist($student2);
72 $em->persist($teacher);
73 $em->persist($class);
H A DObjectConstructorTest.php57 $em->persist($author);
77 $em->persist($author);
138 $em->persist($author);
201 $em->persist($server);
/plugin/googlesearch/lang/en/
H A Derror.txt4 try your search again, by reloading the page. If the error persist try searching
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStore.php68 * Don't persist in the setter function of the metadata object
71 * - We set normally a lot of metadata at once, we persist at the end of the function
72 * - In a metadata list with a lot of value, it's normal to persist when all values are in the batch
74 * - For scalar, it means that we need to persist
75 * - Goal is to persist at the end of the HTTP request
77 public function persist(); function
H A DMetadata.php297 * To persist or commit on disk, you use the {@link MetadataStore::persist()}
298 * Because the metadata is stored by resource, the persist function is
450 * Data that should persist (this data should be in a backup)
627 * and {@link MetadataStore::persist()} at the same time in the {@link Metadata::getWriteStore() write store}
631 public function persist(): Metadata function in ComboStrap\\Meta\\Api\\Metadata
636 $this->getWriteStore()->persist();
764 * @return MetadataStore - the store where the metadata are persist (by default, the {@link Metadata::getReadStore()}
/plugin/combo/ComboStrap/
H A DTemplateStore.php41 public function persist() function in ComboStrap\\TemplateStore
43 LogUtility::msg("You can't persist with a template store");
H A DCacheExpirationFrequency.php59 ->persist();
H A DMetadataFrontmatterStore.php18 * * and persist
164 $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();
1529 * @deprecated use not persist
2101 $this->getReadStoreOrDefault()->persist();
H A DOutline.php863 ->persist();
H A DDatabasePageRow.php153 ->persist();
/plugin/dwcommits/
H A 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
242 * between true and a string and will not persist the value
H A DMetadataDbStore.php276 public function persist() function in ComboStrap\\Meta\\Store\\MetadataDbStore
/plugin/codemirror/dist/modes/
H A Decl.min.js.map1 …int deprecated failcode failmessage failure global independent onwarning persist priority recovery…
/plugin/flowplayer/player/
H A DREADME.txt265 - Did not persist a zero volume value: http://www.flowplayer.org/forum/8/18413
327 - Does not throw an error if the player cannot persist the volume on the client computer: http://fl…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2746 if(Env.Options.enablePersistent){this.persist=bind(this.persist,this);
2747 addEvent(Firebug.browser.window,"unload",this.persist)
2762 }if(Env.Options.enablePersistent){removeEvent(Firebug.browser.window,"unload",this.persist)
2766 },persist:function(){persistTimeStart=new Date().getTime();
2767 removeEvent(Firebug.browser.window,"unload",this.persist);
2781 addEvent(Firebug.browser.window,"unload",chrome.persist);

12