Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php73 $versions['raw'] = array(
82 $versions['huge'][$key] = $huge;
83 $versions['major'][$key] = $major;
84 $versions['minor'][$key] = $minor;
86 $versions['year'][$key] = $year;
88 $versions['day'][$key] = $day;
89 $versions['hour'][$key] = $hour;
90 $versions['min'][$key] = $min;
105 } elseif (($versions['base']['latest'] == $versions['base']['this']) && ($versions['stamp']['this']…
109 } elseif ($versions['base']['latest'] == $versions['base']['this']) {
[all …]
/plugin/approve/action/
H A Dmigration.php107 $versions = p_get_metadata($page, 'plugin_approve_versions');
108 if (!$versions) {
109 $versions = $this->render_metadata_for_approved_page($page);
114 $last_version = $versions[0];
116 //remove current versions to not process it here
117 unset($versions[0]);
118 unset($versions[$last_change_date]);
121 foreach ($versions as $rev => $version) {
198 $versions = array(0 => $curver, $currev => $curver);
207 $versions[
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
H A DListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
H A DListVersionsResponse.php47 public function setVersions($versions) argument
49 $this->versions = $versions;
56 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DListSecretVersionsResponse.php65 public function setVersions($versions) argument
67 $this->versions = $versions;
74 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DSecretVolume.php83 public function setVersions($versions) argument
85 $this->versions = $versions;
92 return $this->versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DAndroidDeviceCatalog.php61 public function setVersions($versions) argument
63 $this->versions = $versions;
70 return $this->versions;
H A DIosDeviceCatalog.php63 public function setVersions($versions) argument
65 $this->versions = $versions;
72 return $this->versions;
/plugin/issuelinks/classes/
H A DIssue.php28 private $versions = []; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
370 return $this->versions;
374 * @param array|string $versions
378 public function setVersions($versions) argument
380 if (!is_array($versions)) {
381 $versions = array_map('trim', explode(',', $versions));
383 if (!empty($versions[0]['name'])) {
384 $versions = array_map(function ($version) {
386 }, $versions);
388 $this->versions = $versions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroupManager.php379 public function setVersions($versions) argument
381 $this->versions = $versions;
388 return $this->versions;
/plugin/webcode/
H A D.travis.yml12 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin…
13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
/plugin/webcomponent/
H A D.travis.yml12 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin…
13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
/plugin/minimap/
H A D.travis.yml14 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin…
15 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
/plugin/api/
H A D.travis.yml12 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin…
13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAppengine.php615 'versions',
619 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions',
634 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',
654 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',
678 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions',
705 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}',
739 …'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:de…
764 … 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}',
789 … 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}',
814 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances',
H A DScript.php376 'versions',
380 'path' => 'v1/projects/{scriptId}/versions',
390 'path' => 'v1/projects/{scriptId}/versions/{versionNumber}',
405 'path' => 'v1/projects/{scriptId}/versions',
H A DVersionHistory.php119 'versions',
123 'path' => 'v1/{+parent}/versions',
/plugin/translator/
H A Dhelper.php333 $versions = array();
339 $versions[] = trim($data['Version']);
342 $versions = array_unique($versions);
343 usort($versions, array($this, "_sortVersion"));
345 return $versions;
583 $versions = array();
587 $versions = array_keys($categories[$_REQUEST['Category']]['Versions']);
1183 $versions = array_keys($languages);
1184 rsort($versions, SORT_NUMERIC);
1186 if ( empty($versions) ) { continue; }
[all …]
/plugin/redproject/
H A Dsyntax.php159 $versions = $client->api('version')->all($data['proj']);
161 if($versions) {
164 for($i = 0; $i < count($versions['versions']); $i++) {
167 $foundVersion = $versions['versions'][$i];
231 for($v = 0; $v < count($versions['versions']); $v++) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml39 - echo 'zend.assertions=1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
40 - echo 'assert.exception=On' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
/plugin/translator/lang/en/
H A Dstatistics.txt3 The following languages and versions are currently available.

12345678910>>...28