Home
last modified time | relevance | path

Searched refs:release (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/sebastian/version/src/
DVersion.php26 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/gitbacked/.github/workflows/docs/
DHowTo_MANAGE_RELEASES.md4 - This plugin is provided as released DokuWiki installable ZIP packages with detailed release notes…
6 - The name of a release is identical to the `date` property in `plugin.info.txt` of that release.
9 - The release notes have to be maintained manually in [CHANGELOG.md](https://github.com/woolfg/doku…
11 ## Building a release
13 - A release build is triggered by applying a tag with name '**v**YYYY-MM-DD' to the corresponding m…
14 - The release workflow is not triggered, if:
15 - The release tag is not of format `v[0-9]+-[0-9]+-[0-9]+`
16 - The release workflow is failing and no release will be created, if:
17 …- The release version after the 'v'-prefix does not match the `date` property in file `plugin.info…
18 …- The `CHANGELOG.md` does not contain a line of format '# [YYYY-MM-DD]' matching the release versi…
[all …]
/plugin/page4release/
Daction.php27 $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);
Drebuildindex.php38 $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;
Dsyntax.php47 $release = $data;
58 if ($release)
59 … $doc .= $this->getLang('pageFor').' <span class="active_page4release">'.$release.'</span>. ';
/plugin/findologicxmlexport/vendor/sebastian/version/
DREADME.md19release` 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/CloudDeploy/
DReleaseRenderEvent.php29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseRenderEvent
48 public function setRelease($release) argument
50 $this->release = $release;
57 return $this->release;
DReleaseNotificationEvent.php29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseNotificationEvent
52 public function setRelease($release) argument
54 $this->release = $release;
61 return $this->release;
/plugin/deletepageguard/
H A DRELEASE.md3 This document describes the complete release process for the Delete Page Guard DokuWiki plugin, inc…
7 The plugin uses a professional release workflow with:
17 Before starting a release, ensure you have:
28 First, ensure the codebase is ready for release:
61 make version VERSION=1.0.1 # Bug fix release
62 make version VERSION=1.1.0 # Feature release
63 make version VERSION=2.0.0 # Major release with breaking changes
66 **Note:** The current version is 1.0.0, which represents the initial stable release.
77 After version update, manually update release documentation:
81 Create or update `CHANGELOG.md` with release notes:
[all …]
H A DMakefile5 .PHONY: test check clean dist release version help
62 release: check test target
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
DUpdateReleaseRequest.php32 public function setRelease(Release $release) argument
34 $this->release = $release;
41 return $this->release;
/plugin/gitbacked/
DCHANGELOG.md9 <!-- 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!
28 <empty line> - next line is the starting of the previous release
33 These links provide direct access to the GitHub compare vs. the previous release.
34 …The particular link of a released version will be copied to the release notes of a release accordi…
35 …At the end of this file appropriate compare links have to be maintained for each release version i…
37 +-current release version
39 … +-URL to this repo previous release version tag-+ +-current rele…
91 Many thanks for collaboration on this release for: @ribsey, @mhoffrog
105 Many thanks for collaboration on this release for: @msx80, @delphij
[all …]
/plugin/gtime/gtlib/
DChangeLog1 2011-04-19 release 0.3.4:
4 2010-11-11 release 0.3.3:
5 * First public release.
DREADME44 $ phing release # Create a release
45 $ phing publish # Publish a release
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DRollupNamespace.asciidoc35 *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
DSearchableSnapshotsNamespace.asciidoc30 *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
/plugin/matrixnotifierwas/vendor/psr/http-client/
DCHANGELOG.md3 …changes to this project will be documented in this file, in reverse chronological order by release.
19 First stable release. No changes since 0.3.0.
31 First release
/plugin/projects/lib/
Dproject.php191 $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();
Dmutex.php15 function __destruct() { $this->release(); }
37 function release(){ function in Mutex
/plugin/asciidocjs/node_modules/pug-runtime/
DCHANGELOG.md9 not available were already in place prior to this release.
21 last release.
24 last release.
45 - Initial release
/plugin/todo/
H A DREADME.md9 To prepare a new release:
10 - Take note of latest date tag, i.e. "2023-05-17" and edit "latest" release to be based on that ins…
21 - Create a new release based on `latest` tag.
/plugin/diffpreview/
DCHANGELOG.md9 Fully support DokuWiki release Igor.
15 Prepare for upcoming DokuWiki release Igor.
/plugin/asciidocjs/node_modules/pug-strip-comments/
DCHANGELOG.md12 - Initial stable release – unchanged from 0.0.1
16 - Initial release
/plugin/barcodes/
DCHANGELOG.md33 * Fixed release package contents
44 * First release
/plugin/nobadbrowser/
DChangeLog17 * Second pre-release.
23 * First pre-release.

12345678910>>...15