Lines Matching refs:store
298 // get all the documents to be moved and store them in their lists
338 // store what pages are affected by this move
638 * Retrieve the last error from the MSG array and store it in the options
689 $store = 'pages';
691 $store = 'media';
693 $store = 'ns';
698 if(!isset($this->tmpstore[$store][$src])) {
699 $this->tmpstore[$store][$src] = $dst;
721 * Calls addToAffectedPagesList() directly to store the result
810 foreach($lists as $store => $file) {
812 $count = count($this->tmpstore[$store]);
817 $this->tmpstore[$store] = array_reverse($this->tmpstore[$store]); // store in reverse order
818 foreach($this->tmpstore[$store] as $src => $dst) {
829 if($store != 'ns') {
830 $this->options[$store . '_all'] = $count;
831 $this->options[$store . '_run'] = $count;
835 $this->tmpstore[$store] = array();