/plugin/qc/action/ |
H A D | cron.php | 58 $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 D | ResourceComboAbs.php | 36 public function persist(): ResourceComboAbs function in ComboStrap\\ResourceComboAbs 38 $this->getReadStoreOrDefault()->persist();
|
H A D | MetadataStore.php | 68 public function persist(); function
|
H A D | TemplateStore.php | 37 public function persist() function in ComboStrap\\TemplateStore
|
H A D | CacheExpirationFrequency.php | 51 ->persist();
|
H A D | MetadataStoreTransfer.php | 146 $this->targetStore->persist();
|
H A D | MetadataFrontmatterStore.php | 142 $this->persist(); 425 public function persist() function in ComboStrap\\MetadataFrontmatterStore
|
H A D | MetadataSingleArrayStore.php | 64 public function persist() function in ComboStrap\\MetadataSingleArrayStore
|
H A D | Metadata.php | 617 public function persist(): Metadata function in ComboStrap\\Metadata 620 $this->getWriteStore()->persist();
|
H A D | MetadataDbStore.php | 234 public function persist() function in ComboStrap\\MetadataDbStore
|
H A D | MetadataDokuWikiStore.php | 193 public function persist() function in ComboStrap\\MetadataDokuWikiStore
|
H A D | DatabasePageRow.php | 132 ->persist();
|
H A D | Page.php | 1291 ->persist();
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/ |
H A D | IntegrationTest.php | 70 $em->persist($student1); 71 $em->persist($student2); 72 $em->persist($teacher); 73 $em->persist($class);
|
H A D | ObjectConstructorTest.php | 57 $em->persist($author); 77 $em->persist($author); 138 $em->persist($author); 201 $em->persist($server);
|
/plugin/combo/action/ |
H A D | reference.php | 113 ->persist() 115 ->persist();
|
H A D | linkmove.php | 165 ->persist() 168 ->persist();
|
H A D | cacheexpiration.php | 153 ->persist();
|
H A D | imgmove.php | 69 ->persist();
|
/plugin/googlesearch/lang/en/ |
H A D | error.txt | 4 try your search again, by reloading the page. If the error persist try searching
|
/plugin/dwcommits/ |
H A D | syntax.php | 115 …$persistent = false; // this change doesn't need to persist passed the next metada…
|
/plugin/codemirror/dist/modes/ |
H A D | ecl.min.js.map | 1 …int deprecated failcode failmessage failure global independent onwarning persist priority recovery…
|
/plugin/flowplayer/player/ |
H A D | README.txt | 265 - 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 D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 2746 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);
|