/plugin/findologicxmlexport/vendor/sebastian/version/src/ |
H A D | Version.php | 26 private $release; variable in SebastianBergmann\\Version 34 * @param string $release 37 public function __construct($release, $path) argument 39 $this->release = $release; 49 if (count(explode('.', $this->release)) == 3) { 50 $this->version = $this->release; 52 $this->version = $this->release . '-dev'; 58 if (count(explode('.', $this->release)) == 3) { 63 $this->version = $this->release . '-' . end($git);
|
/plugin/page4release/ |
H A D | action.php | 27 $release = p_get_metadata($ID, 'page4release',True); 30 … (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $release)) 31 || (!array_key_exists($ID,$page4release[$filename]) && ($release)) 42 if ($release) 44 $page4release[$filename][$ID] = $release; 48 } elseif ($release) { 50 $page4release[$filename] = array($ID => $release);
|
H A D | rebuildindex.php | 38 $release = p_get_metadata($page['id'], 'page4release',True); variable 39 if ($release) { 40 echo "\t$filename {{pour $release}}\n"; 41 $page4release[$filename][$page['id']] = $release;
|
H A D | syntax.php | 47 $release = $data; 58 if ($release) 59 … $doc .= $this->getLang('pageFor').' <span class="active_page4release">'.$release.'</span>. ';
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/ |
H A D | ReleaseRenderEvent.php | 29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseRenderEvent 48 public function setRelease($release) argument 50 $this->release = $release; 57 return $this->release;
|
H A D | ReleaseNotificationEvent.php | 29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseNotificationEvent 52 public function setRelease($release) argument 54 $this->release = $release; 61 return $this->release;
|
/plugin/findologicxmlexport/vendor/sebastian/version/ |
H A D | README.md | 19 …release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the re… 36 When a new release is prepared, the string that is passed to the constructor as the first argument … 40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` … 41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is… 42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `… 43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/ |
H A D | UpdateReleaseRequest.php | 32 public function setRelease(Release $release) argument 34 $this->release = $release; 41 return $this->release;
|
/plugin/gtime/gtlib/ |
H A D | ChangeLog | 1 2011-04-19 release 0.3.4: 4 2010-11-11 release 0.3.3: 5 * First public release.
|
H A D | README | 44 $ phing release # Create a release 45 $ phing publish # Publish a release
|
/plugin/gitbacked/ |
H A D | CHANGELOG.md | 9 <!-- Each Release must start with a line for the release version of exactly this format: ## [versio… 10 <!-- The subsequent comment lines start with a space - not to irritate the release scripts parser! 25 <empty line> - next line is the starting of the previous release 30 These links provide direct access to the GitHub compare vs. the previous release. 31 …The particular link of a released version will be copied to the release notes of a release accordi… 34 +-current release version 36 … +-URL to this repo previous release version tag-+ +-current rele… 103 - Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69] 152 - Initial release 155 - The release name complies with the date property of plugin.info.txt [all …]
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | RollupNamespace.asciidoc | 35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 91 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 121 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 139 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 153 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
|
H A D | SearchableSnapshotsNamespace.asciidoc | 30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 47 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 66 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 80 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
|
H A D | TasksNamespace.asciidoc | 30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 46 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 62 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
|
/plugin/projects/lib/ |
H A D | project.php | 191 $this->mutex->release(); 208 $this->mutex->release(); 214 $this->mutex->release(); 223 $this->mutex->release(); 270 $this->mutex->release(); 277 $this->mutex->release(); 288 $this->mutex->release(); 304 $this->mutex->release(); 315 $this->mutex->release(); 334 $this->mutex->release();
|
H A D | mutex.php | 15 function __destruct() { $this->release(); } 37 function release(){ function in Mutex
|
/plugin/diffpreview/ |
H A D | CHANGELOG.md | 9 Fully support DokuWiki release Igor. 15 Prepare for upcoming DokuWiki release Igor.
|
/plugin/barcodes/ |
H A D | CHANGELOG.md | 33 * Fixed release package contents 44 * First release
|
/plugin/nobadbrowser/ |
H A D | ChangeLog | 17 * Second pre-release. 23 * First pre-release.
|
/plugin/authgooglesheets/vendor/psr/cache/ |
H A D | CHANGELOG.md | 3 …changes to this project will be documented in this file, in reverse chronological order by release. 16 Initial stable release; reflects accepted PSR-6 specification
|
/plugin/elasticsearch/vendor/nyholm/dsn/ |
H A D | CHANGELOG.md | 3 The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. 51 Initial release.
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 15 * The zip release ships with [sabre/vobject 4.1.2][vobj], 27 * The zip release ships with [sabre/vobject 4.1.2][vobj], 966 * The zip release ships with sabre/vobject 2.1.7. 973 * The zip release ships with sabre/vobject 2.1.6. 981 * The zip release ships with sabre/vobject 2.1.4. 988 * The zip release ships with sabre/vobject 2.1.3. 996 * The zip release ships with sabre/vobject 2.1.3. 2043 * Non-public release. This release is identical to 1.0.10, but it is used to 2209 * Fixed: Broken release 2217 this release. [all …]
|
/plugin/authgooglesheets/vendor/psr/http-message/ |
H A D | CHANGELOG.md | 3 …changes to this project will be documented in this file, in reverse chronological order by release. 36 Initial stable release; reflects accepted PSR-7 specification.
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | CHANGELOG.md | 72 * first stable release 76 * first beta release
|
/plugin/charter/ |
H A D | CHANGELOG | 2 * Initial release
|