Home
last modified time | relevance | path

Searched refs:version (Results 251 – 275 of 2779) sorted by relevance

1...<<11121314151617181920>>...112

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DUpgradeNote.php65 public function setVersion(Version $version) argument
67 $this->version = $version;
74 return $this->version;
H A DComplianceNote.php135 public function setVersion($version) argument
137 $this->version = $version;
144 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DExtension.php100 public function setVersion(BuildVersion $version) argument
102 $this->version = $version;
109 return $this->version;
/plugin/mantis/lib/
H A Dchangelog1 2003-07-21, version 0.6.5
8 2003-07-22, version 0.6.5
13 2003-07-23, version 0.6.5
21 2003-07-24, version 0.6.5
24 2003-07-25, version 0.6.5
30 2003-07-30, version 0.6.5
38 2003-07-31, version 0.6.5
45 2003-08-01, version 0.6.5
54 2003-08-04, version 0.6.5
62 2003-08-05, version 0.6.5
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowTemplate.php56 public $version; variable in Google\\Service\\Dataproc\\WorkflowTemplate
187 public function setVersion($version) argument
189 $this->version = $version;
196 return $this->version;
H A DWorkflowMetadata.php71 public $version; variable in Google\\Service\\Dataproc\\WorkflowMetadata
258 public function setVersion($version) argument
260 $this->version = $version;
267 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogMetric.php61 public $version; variable in Google\\Service\\Logging\\LogMetric
206 public function setVersion($version) argument
208 $this->version = $version;
215 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DFhirStore.php56 public $version; variable in Google\\Service\\CloudHealthcare\\FhirStore
187 public function setVersion($version) argument
189 $this->version = $version;
196 return $this->version;
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php55 private $version; variable in TSPTSTInfo
91 $version = $object->getObjectAt(0);
93 if (!$version instanceof ASN1Integer) {
97 $this->version = (int) $version->getValue();
99 if ($this->version !== 1) {
100 throw new GTException("Invalid version: {$this->version}");
217 $sequence->add(new ASN1Integer((int) $this->version));
/plugin/structpublish/meta/
H A DRevision.php25 protected $version; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
50 $this->versionCol = $this->schema->findColumn('version');
60 $this->version = $values[$this->versionCol->getColref() - 1]->getRawValue();
81 * Return the version of a published revision
87 return $this->version;
91 * Set the version of a published revision
93 * @param string $version
95 public function setVersion($version)
97 $this->version = $version;
94 setVersion($version) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php51 public $version; variable in Google\\Service\\CloudSearch\\Item
182 public function setVersion($version) argument
184 $this->version = $version;
191 return $this->version;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSimpleBindRequest.php39 * @param int $version
41 public function __construct(string $username, string $password, int $version = 3)
45 $this->version = $version;
40 __construct(string $username, string $password, int $version = 3) global() argument
/plugin/conflictmerger/lang/en/
H A Dconflict-unsolved.txt1 ====== A newer version exists ======
3 A newer version of the document you edited exists. This happens when another
11 version right now overwriting the latest revision, edit your version to adapt
14 Note that if you edit your version but you don't fix the conflicts with the
H A Dconflict-solved.txt1 ====== A newer version was merged ======
3 A newer version of the document you edited exists. This happens when another
10 the merged version. Examine them, then decide if you want to save the merged
11 version right now, edit it to make further changes, or cancel the edition.
/plugin/elwikiupgrade/_test/
H A Dversion.test.php29 * @param string $version
32 public function testVersions($version, $expected) argument
36 $this->assertSame($expected, $plugin->dateFromVersion($version));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DDatacenterConnector.php71 public $version; variable in Google\\Service\\VMMigrationService\\DatacenterConnector
258 public function setVersion($version) argument
260 $this->version = $version;
267 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBfdPacket.php81 public $version; variable in Google\\Service\\Compute\\BfdPacket
286 public function setVersion($version) argument
288 $this->version = $version;
295 return $this->version;
/plugin/codemirror/
H A Daction.php35 $version = str_replace('-', '', $info['date']);
50 'version' => $version,
58 'href' => "$base_url/dist/styles.min.css?v=$version",
69 'src' => "$base_url/dist/scripts.min.js?v=$version",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1OperationMetadata.php172 public function setVersion(GoogleCloudMlV1Version $version) argument
174 $this->version = $version;
181 return $this->version;
/plugin/freechat/phpfreechat/misc/
H A DsendSource3 NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz
4 NAME_ZIP=phpfreechat-`cat ../version.txt`.zip
5 NAME_SETUP=phpfreechat-`cat ../version.txt`-setup.php
/plugin/farm/install/
H A Dfarmstructurecreator.php41 function version($s = null) { function
106 switch(version(null)) {
121 version('0.1');
135 version('0.2');
155 version('0.3');
163 version('0.4');
224 version('0.5');
230 version('0.99'); // installation successfull !
/plugin/aceeditor/
H A DNEWS9 * Updated Ace version
18 * Updated Ace version (freaturing a search box and new themes)
24 * Updated Ace version
30 * Updated Ace version
37 * Updated Ace version
44 * Updated Ace version
51 * Updated Ace version
57 * Updated Ace version
68 * Updated ace version
84 * Updated Ace version
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php148 $version = Version::VERSION;
150 …n",{},"text","4.0"],["prodid",{},"text","-\/\/Sabre\/\/Sabre VObject '. $version .'\/\/EN"],["fn",…
180 $version = Version::VERSION;
333 $version = Version::VERSION;
337 PRODID:-//Sabre//Sabre VObject $version//EN
371 $version = Version::VERSION;
377 PRODID:-//Sabre//Sabre VObject $version//EN
548 $version = Version::VERSION;
557 PRODID:-//Sabre//Sabre VObject {$version}//EN
596 $version = Version::VERSION;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php148 $version = Version::VERSION;
150 …n",{},"text","4.0"],["prodid",{},"text","-\/\/Sabre\/\/Sabre VObject '. $version .'\/\/EN"],["fn",…
180 $version = Version::VERSION;
333 $version = Version::VERSION;
337 PRODID:-//Sabre//Sabre VObject $version//EN
371 $version = Version::VERSION;
377 PRODID:-//Sabre//Sabre VObject $version//EN
548 $version = Version::VERSION;
557 PRODID:-//Sabre//Sabre VObject {$version}//EN
596 $version = Version::VERSION;
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php148 $version = Version::VERSION;
150 …n",{},"text","4.0"],["prodid",{},"text","-\/\/Sabre\/\/Sabre VObject '. $version .'\/\/EN"],["fn",…
180 $version = Version::VERSION;
333 $version = Version::VERSION;
337 PRODID:-//Sabre//Sabre VObject $version//EN
371 $version = Version::VERSION;
377 PRODID:-//Sabre//Sabre VObject $version//EN
548 $version = Version::VERSION;
557 PRODID:-//Sabre//Sabre VObject {$version}//EN
596 $version = Version::VERSION;
[all …]

1...<<11121314151617181920>>...112