Lines Matching refs:farm_util

26     private $farm_util;  variable in action_plugin_farmsync_ajax
29 $this->farm_util = new FarmSyncUtil();
60 $schemas = $this->farm_util->getAllStructSchemasList($source);
78 $targetText = $this->farm_util->readRemotePage($target, $page, false);
79 $sourceText = $this->farm_util->readRemotePage($source, $page, false);
97 $this->farm_util->saveRemoteMedia($source, $target, $page);
101 $json = $this->farm_util->getAnimalStructSchemasJSON($source, array($page));
102 $this->farm_util->importAnimalStructSchema($target, $page, $json[$page]);
104 $targetFN = $this->farm_util->getRemoteFilename($target, $page, null, false);
105 $sourceFN = $this->farm_util->getRemoteFilename($source, $page, null, false);
107 … $this->farm_util->replaceRemoteFile($targetFN, io_readFile($sourceFN), filemtime($sourceFN));
109 $this->farm_util->clearAnimalCache($target);
117 $this->farm_util->clearAnimalCache($target);
137 $sourceModTime = $this->farm_util->getRemoteFilemtime($source, $page);
138 …$this->farm_util->saveRemotePage($target, $page, $this->farm_util->readRemotePage($source, $page),…
143 $sourceModTime = $this->farm_util->getRemoteFilemtime($source, $page);
144 … $targetArchiveFileName = $this->farm_util->getRemoteFilename($target, $page, $sourceModTime);
146 $this->farm_util->addRemotePageChangelogRevision($target, $page, $changelogline, false);
147 …$this->farm_util->replaceRemoteFile($targetArchiveFileName, $this->farm_util->readRemotePage($sour…
148 $this->farm_util->saveRemotePage($target, $page, $content);