Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
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/
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/
DGooglePrivacyDlpV2StoredInfoType.php35 public function setCurrentVersion(GooglePrivacyDlpV2StoredInfoTypeVersion $currentVersion) argument
37 $this->currentVersion = $currentVersion;
44 return $this->currentVersion;
/plugin/deletepageguard/build/
H A Dupdate-version.php23 $currentVersion = $versionInfo['version']; variable
32 echo "Current version: {$currentVersion} ({$currentDate})\n\n";
48 echo "Updating version from {$currentVersion} to {$newVersion}\n";
/plugin/translator/syntax/
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/
DSettings.js13 currentVersion: 18, property
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,
/plugin/calendar/
Dadmin.php2358 $currentVersion = null;
2366 if ($currentVersion !== null) {
2367 $versions[] = $currentVersion;
2369 $currentVersion = [
2378 … elseif ($currentVersion !== null && preg_match('/^### (.+)$/', $trimmed, $matches)) {
2380 $currentVersion['items'][] = [
2386 …elseif ($currentVersion !== null && preg_match('/^- \*\*(.+?):\*\*\s*(.+)$/', $trimmed, $matches))…
2387 $currentVersion['items'][] = [
2393 elseif ($currentVersion !== null && preg_match('/^- (.+)$/', $trimmed, $matches)) {
2394 $currentVersion['items'][] = [
[all …]