Home
last modified time | relevance | path

Searched refs:currentVersion (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DMetagameConfig.php26 public $currentVersion; variable in Google\\Service\\Games\\MetagameConfig
37 public function setCurrentVersion($currentVersion) argument
39 $this->currentVersion = $currentVersion;
46 return $this->currentVersion;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DUpgradeEvent.php25 public $currentVersion; variable in Google\\Service\\Container\\UpgradeEvent
50 public function setCurrentVersion($currentVersion) argument
52 $this->currentVersion = $currentVersion;
59 return $this->currentVersion;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2StoredInfoType.php35 public function setCurrentVersion(GooglePrivacyDlpV2StoredInfoTypeVersion $currentVersion) argument
37 $this->currentVersion = $currentVersion;
44 return $this->currentVersion;
/plugin/translator/syntax/
H A Dtranslator.php24 var $currentVersion = null; variable in syntax_plugin_translator_translator
81 $this->currentVersion = $_REQUEST['Version'];
329 if ( empty ( $this->category ) || empty ( $this->currentVersion ) ) {
334 $masterValues = $this->functions->_getAmountOfMasterValues($cagtegoryID, $this->currentVersion);
342 …>_startFieldSet( $this->category . ' ' . $this->getLang('Version') . ' ' . $this->currentVersion );
343 $languages = $this->functions->_getAvailableLanguages($cagtegoryID, $this->currentVersion);
346 $form->addHidden('Version', $this->currentVersion);
361 …unt = $this->functions->_getAmountOfLanguageValues($cagtegoryID, $this->currentVersion, $language);
365 …$form->addElement($this->functions->_downloadLink($this->category, $this->currentVersion, $languag…
369 …$form->addElement($this->functions->_downloadLink($this->category, $this->currentVersion, $languag…
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js13 currentVersion: 18, property in mxSettings
49 value.version = mxSettings.currentVersion;
239 version: mxSettings.currentVersion,
257 mxSettings.settings.version = mxSettings.currentVersion;
/plugin/sqlite/
H A DSQLiteDB.php423 $currentVersion = $this->currentDbVersion();
426 if ($currentVersion === $latestVersion) return;
428 for ($newVersion = $currentVersion + 1; $newVersion <= $latestVersion; $newVersion++) {
431 'from' => $currentVersion,