Home
last modified time | relevance | path

Searched refs:baseVersion (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DMutation.php25 public $baseVersion; variable in Google\\Service\\Datastore\\Mutation
42 public function setBaseVersion($baseVersion) argument
44 $this->baseVersion = $baseVersion;
51 return $this->baseVersion;
/plugin/siteexport/action/
H A Daggregate.php72 $baseVersion = intval(p_get_metadata($exportBase, 'mergecompare'));
73 if ( $baseVersion == 0 ) {
76 $baseVersion = $values[count($values)-1][2];
79 … array_filter($values, array(new helper_plugin_siteexport_page_remove($baseVersion +1), '_page_rem…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsFlowsVersions.php42 * @param string $baseVersion Required. Name of the base flow version to compare
49 …public function compareVersions($baseVersion, GoogleCloudDialogflowCxV3CompareVersionsRequest $pos… argument
51 $params = ['baseVersion' => $baseVersion, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDialogflow.php1094 'path' => 'v3/{+baseVersion}:compareVersions',
1097 'baseVersion' => [
/plugin/edittable/lib/
H A Dhandsontable.full.js36287 var baseVersion = undefined;
36289 if (baseVersion) {
36290 Handsontable.baseVersion = baseVersion;