Home
last modified time | relevance | path

Searched +full:php +full:- +full:version (Results 1 – 25 of 1184) sorted by relevance

12345678910>>...48

/plugin/deletepageguard/
H A DMakefile1 # Delete Page Guard Plugin - Developer Tools
5 .PHONY: test check clean dist release version help
9 @echo "Delete Page Guard Plugin - Developer Tools"
13 @echo " test - Run the test suite"
14 @echo " check - Check PHP syntax of all files"
15 @echo " clean - Clean temporary files"
18 @echo " version [VERSION=x.y.z] - Update version in all files"
19 @echo " dist - Create distribution ZIP file"
20 @echo " release [VERSION=x.y.z] - Complete release workflow"
23 @echo " status - Show current version and git status"
[all …]
H A DRELEASE.md9 - Centralized version management
10 - Automated testing and validation
11 - Distribution packaging
12 - Git integration
13 - Semantic versioning
19 - PHP 7.4+ installed
20 - Git repository properly configured
21 - All changes committed and pushed
22 - Tests passing
37 # Check PHP syntax of all files
[all …]
/plugin/deletepageguard/build/
H A Dupdate-version.php1 #!/usr/bin/env php
2 <?php
4 * Version Update Script for Delete Page Guard Plugin
6 * Updates version information across all plugin files.
7 * Usage: php build/update-version.php [new-version] [new-date]
9 * @license GPL 2 (https://www.gnu.org/licenses/gpl-2.0.html) - see LICENSE.md
15 $versionFile = $baseDir . '/version.php';
17 // Load current version info
19 die("Error: version.php not found\n");
23 $currentVersion = $versionInfo['version'];
[all …]
/plugin/countdown/
DChangeLog3 2019-01-13 Luis Machuca Bezzaza
5 * Version: 2.6.
6 * syntax.php: Removed getInfo() in favor of DW native.
7 * syntax.php: PHP >= 7.0 function prototype warnings fixed by Stefan Huehner.
8 * The plugin is now moved to a version control.
10 2011-03-07 Luis Machuca Bezzaza
12 * Version: 2.5rc2
14 * syntax.php: Corrected a "one day remaining" bug as notified in wikipage.
15 * syntax.php: Substituted <strong> container by simple <span class...> one.
16 * syntax.php: Beta support for business days.
[all …]
/plugin/statistics/vendor/matomo/device-detector/regexes/client/
Dlibraries.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
8 - regex: 'PhantomJS(?:/(\d+[.\d]+))?'
10 version: '$1'
13 - regex: 'IPinfoClient/.*/(\d+[.\d]+)'
15 version: '$1'
18 - regex: 'kiwi-tcms/(\d+[.\d]+)'
20 version: '$1'
23 - regex: 'tcms-api/(\d+[.\d]+)'
25 version: '$1'
28 - regex: 'Fuzz Faster U Fool v(\d+[.\d]+)'
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DCliTest.php1 <?php
14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
22 $this->assertEquals(
24 $this->cli->main(array('vobject', '--hi'))
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(array('vobject', '-q'))
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DCliTest.php1 <?php
14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
22 $this->assertEquals(
24 $this->cli->main(array('vobject', '--hi'))
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(array('vobject', '-q'))
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php1 <?php
14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
22 $this->assertEquals(
24 $this->cli->main(array('vobject', '--hi'))
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(array('vobject', '-q'))
[all …]
/plugin/authyubikey/lib/
DNEWS1 * Version 2.5 released 2015-02-05
7 * Version 2.4 released 2011-09-21
8 ** Fix PHP warnings. Tiny patch from Simon Buckle
11 * Version 2.3 released 2011-02-02
12 ** Fix PHP warnings. Tiny patch from Patrick MONNERAT
15 * Version 2.2 released 2010-11-04
16 ** Don't use PHP 5.3 deprecated features.
21 * Version 2.1 released 2010-04-26
25 ** Disable API input by default in demo.php.
28 * Version 2.0 released 2010-04-23
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
DTestTest.php1 <?php
19 require TEST_FILES_PATH . 'CoverageNamespacedFunctionTest.php';
20 require TEST_FILES_PATH . 'NamespaceCoveredFunction.php';
21 require TEST_FILES_PATH . 'MultipleDataProviderTest.php';
30 $this->assertArraySubset(
35 $this->assertArraySubset(
40 $this->assertArraySubset(
45 $this->assertArraySubset(
50 $this->assertArraySubset(
55 $this->assertArraySubset(
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Docs/Commenting/
DFileCommentStandard.xml4-empty doc comment. The short description must be on the second line of the comment. Each descri…
10 <?php
14 * PHP version 5
19 * @copyright 2013-2014 Foo Inc.
27 <?php
35 <?php
39 * PHP version 5
44 * @copyright 2013-2014 Foo Inc.
52 <?php
57 * PHP version 5
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DCliTest.php1 <?php
14 $this->cli = new CliMock();
15 $this->cli->stderr = fopen('php://memory', 'r+');
16 $this->cli->stdout = fopen('php://memory', 'r+');
22 $this->assertEquals(
24 $this->cli->main(['vobject', '--hi'])
26 rewind($this->cli->stderr);
27 $this->assertTrue(strlen(stream_get_contents($this->cli->stderr)) > 100);
33 $this->assertEquals(
35 $this->cli->main(['vobject', '-q'])
[all …]
/plugin/combo/vendor/composer/
H A Dinstalled.php1 <?php return array(
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
13 'antlr/antlr4-php-runtime' => array(
15 'version' => '0.5.1.0',
18 'install_path' => __DIR__ . '/../antlr/antlr4-php-runtime',
24 'version' => '2.0.0.0',
32 'pretty_version' => 'dev-main',
33 'version' => 'dev-main',
40 'dragonmantank/cron-expression' => array(
[all …]
/plugin/combo/vendor/carica/phpcss/.github/workflows/
H A Dci.yml1 # https://help.github.com/en/categories/automating-your-workflow-with-github-actions
4 - "pull_request"
5 - "push"
13 runs-on: "ubuntu-latest"
16 fail-fast: false
18 php-version:
19 - "7.2"
20 - "7.3"
21 - "7.4"
22 - "8.0"
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DREADME.md1 …t" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"/>
3 elasticsearch-php
6 …stic/elasticsearch-php/workflows/PHP%20test/badge.svg)](https://github.com/elastic/elasticsearch-p…
8-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-relate…
10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simpl…
12version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndp…
14 Starting from version `7.7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is…
17 - [Cross-cluster replication](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-a…
18 - [Graph explorer](https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-ap…
19 - [Info](https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html)
[all …]
/plugin/hipchat/
Dcomposer.lock4 … "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
10 "version": "v3.2.0",
23 "ext-curl": "*",
24 "php": ">=5.3.2",
25 "symfony/event-dispatcher": ">=2.1"
28 "guzzle/batch": "self.version",
29 "guzzle/cache": "self.version",
30 "guzzle/common": "self.version",
31 "guzzle/http": "self.version",
32 "guzzle/inflection": "self.version",
[all …]
/plugin/latexport/
DREADME.md1 # Latexport - A Latex export plugin
6 - https://www.dokuwiki.org/plugin:latexport
8 ## Installing a development version
12 - A development environment with PHP5 or higher.
13 - A development version of dokuwiki and a configured web site.
14 - PhpUnit installed as a PHAR in the path.
15 - Checkout the dokuwiki-plugin-latexport in the corresponding plugin folder of dokuwiki.
17 I'm assuming that you've got a working environment with *Apache* and *PHP* on your development mach…
19 ### Download development version of dokuwiki argument
21 To retrieve the development version of dokuwiki you need to have git installed. Then follow
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
DREADME.md1 …![Latest Stable Version](https://poser.pugx.org/phpunit/php-code-coverage/v/stable.png)](https://p…
2 …atus](https://travis-ci.org/sebastianbergmann/php-code-coverage.svg?branch=master)](https://travis
6 …rary that provides collection, processing, and rendering functionality for PHP code coverage infor…
10 PHP 5.6 is required but using the latest version of PHP is highly recommended.
12 ### PHP 5
14 … of raw code coverage data supported for PHP 5. Version 2.2.1 of Xdebug is required but using the …
16 ### PHP 7
18 Version 2.4.0 (or later) of [Xdebug](http://xdebug.org/) as well as [phpdbg](http://phpdbg.com/docs…
22 A version of HHVM that implements the Xdebug API for code coverage (`xdebug_*_code_coverage()`) is …
26 You can add this library as a local, per-project dependency to your project using [Composer](https:…
[all …]
/plugin/barcodes/
Dcomposer.lock4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
7 "content-hash": "622f4d56f01837977c7b6713717e8f3e",
10 "name": "jucksearm/php-barcode",
11 "version": "1.0.2",
14 "url": "https://github.com/jucksearm/php-barcode.git",
19 …"url": "https://api.github.com/repos/jucksearm/php-barcode/zipball/8b67dbe7cebfe0228a56911a33985bf…
24 "php": ">=5.4.0"
26 "require-dev": {
31 "psr-4": {
35 "notification-url": "https://packagist.org/downloads/",
[all …]
/plugin/sphinxsearch-was/
H A Dchangelog1 Version 0.3.11-was1
5 * Used CSS to override the "prev", "next" and "Search help" text-only links with icons.
6 * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration.
9 Version 0.3.11
10 * Fixed issue with php tag stripping
11 Version 0.3.9
12 …* Fixed excluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configura…
14 Version 0.3.8
17 Version 0.3.7
21 Version 0.3.6
[all …]
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock4 … "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
11 "version": "1.0.0",
14 "url": "https://github.com/php-fig/log.git",
19 …"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
25 "psr-0": {
29 "notification-url": "https://packagist.org/downloads/",
35 "name": "PHP-FIG",
36 "homepage": "http://www.php-fig.org/"
43 "psr-3"
45 "time": "2012-12-21 11:40:51"
[all …]
/plugin/backlinks/.github/workflows/
DCI.yml8 fail-fast: false
10 php-version: [ '8.1', '8.2' ]
11 dokuwiki-branch: [ 'master', 'stable' ]
13 - php-version: '8.0'
14 dokuwiki-branch: 'stable'
15 - php-version: '8.3'
16 dokuwiki-branch: 'master'
20 php-version: "${{ matrix.php-version }}"
21 dokuwiki-branch: "${{ matrix.dokuwiki-branch }}"
/plugin/description/.github/workflows/
DCI.yml8 fail-fast: false
10 php-version: [ '8.2' ]
11 dokuwiki-branch: [ 'master', 'stable' ]
13 - php-version: '8.4'
14 dokuwiki-branch: 'master'
15 - php-version: '8.3'
16 dokuwiki-branch: 'master'
20 php-version: "${{ matrix.php-version }}"
21 dokuwiki-branch: "${{ matrix.dokuwiki-branch }}"
/plugin/openlayersmap/.github/workflows/
DCI.yml8 fail-fast: false
10 php-version: [ '8.2', '8.3' ]
11 dokuwiki-branch: [ 'stable', 'master' ]
13 - php-version: '8.0'
14 dokuwiki-branch: 'stable'
15 - php-version: '8.5'
16 dokuwiki-branch: 'master'
20 php-version: "${{ matrix.php-version }}"
21 dokuwiki-branch: "${{ matrix.dokuwiki-branch }}"
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php1 <?php
16 $this->assertEquals($nodes[0], $server->tree->getNodeForPath('hello'));
46 $this->server->httpRequest = $request;
47 $this->server->exec();
49 $this->assertEquals([
50 'DAV' => ['1, 3, extended-mkcol'],
51 'MS-Author-Via' => ['DAV'],
53 'Accept-Ranges' => ['bytes'],
54 'Content-Length' => ['0'],
55 'X-Sabre-Version' => [Version::VERSION],
[all …]

12345678910>>...48