Home
last modified time | relevance | path

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

12

/plugin/qc/action/
H A Dcron.php58 $persist = array();
60 $persist = file_get_contents($this->file);
61 $persist = unserialize($persist);
63 $persist = array();
71 unset($persist[$ID]);
73 $persist[$ID] = $fixme;
76 $persist = serialize($persist);
77 file_put_contents($this->file, $persist);
/plugin/combo/ComboStrap/
H A DResourceComboAbs.php36 public function persist(): ResourceComboAbs function in ComboStrap\\ResourceComboAbs
38 $this->getReadStoreOrDefault()->persist();
H A DMetadataStore.php68 public function persist(); function
H A DTemplateStore.php37 public function persist() function in ComboStrap\\TemplateStore
H A DCacheExpirationFrequency.php51 ->persist();
H A DMetadataStoreTransfer.php146 $this->targetStore->persist();
H A DMetadataFrontmatterStore.php142 $this->persist();
425 public function persist() function in ComboStrap\\MetadataFrontmatterStore
H A DMetadataSingleArrayStore.php64 public function persist() function in ComboStrap\\MetadataSingleArrayStore
H A DMetadata.php617 public function persist(): Metadata function in ComboStrap\\Metadata
620 $this->getWriteStore()->persist();
H A DMetadataDbStore.php234 public function persist() function in ComboStrap\\MetadataDbStore
H A DMetadataDokuWikiStore.php193 public function persist() function in ComboStrap\\MetadataDokuWikiStore
H A DDatabasePageRow.php132 ->persist();
H A DPage.php1291 ->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/combo/action/
H A Dreference.php113 ->persist()
115 ->persist();
H A Dlinkmove.php165 ->persist()
168 ->persist();
H A Dcacheexpiration.php153 ->persist();
H A Dimgmove.php69 ->persist();
/plugin/googlesearch/lang/en/
H A Derror.txt4 try your search again, by reloading the page. If the error persist try searching
/plugin/dwcommits/
H A Dsyntax.php115 …$persistent = false; // this change doesn't need to persist passed the next metada…
/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