Home
last modified time | relevance | path

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

12345678910>>...33

/dokuwiki/vendor/composer/
H A Dinstalled.php1 <?php return array(
4 'pretty_version' => 'dev-master',
5 'version' => 'dev-master',
13 'aziraphale/email-address-validator' => array(
15 'version' => '2.0.1.0',
18 'install_path' => __DIR__ . '/../aziraphale/email-address-validator',
23 'pretty_version' => 'dev-master',
24 'version' => 'dev-master',
32 'pretty_version' => 'dev-master',
33 'version' => 'dev-master',
[all …]
H A DInstalledVersions.php1 <?php
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
23 * To require its presence, you can require `composer-runtime-api ^2.0`
37-var array{root: array{name: string, pretty_version: string, version: string, reference: string|nu…
53-var array<string, array{root: array{name: string, pretty_version: string, version: string, refere…
61 * @psalm-return list<string>
82 * @psalm-return list<string>
120 * Checks whether the given package satisfies a version constraint
122 … * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
128 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
[all …]
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml4 # When the pull request is merged, the release-build workflow will be triggered automatically
16 - stable
17 - hotfix
18 - rc
22 version:
23 description: 'The version date YYYY-MM-DD, empty for today'
29 runs-on: ubuntu-latest
31 - name: Fail if branch is not master
37 - name: Checkout
40 fetch-depth: 0
[all …]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
7 "content-hash": "e81751bccd9c8439dcdd3a819dc273fb",
9 "packages-dev": [
12 "version": "1.5.0",
25 "php": "^7.1 || ^8.0"
27 "require-dev": {
28 "doctrine/coding-standard": "^9 || ^11",
29 "ext-pdo": "*",
30 "ext-phar": "*",
33 "phpstan/phpstan-phpunit": "^1",
[all …]
/dokuwiki/inc/Remote/
H A DJsonRpcServer.php1 <?php
12 /** @var float The XML-RPC Version. 0 is our own simplified variant */
13 protected $version = 0; variable in dokuwiki\\Remote\\JsonRpcServer
20 $this->remote = new Api();
26 …am string $body Should only be set for testing, otherwise the request body is read from php://input
37 throw new RemoteException("JSON-RPC server not enabled.", -32605);
40 header('Access-Control-Allow-Origin: ' . $conf['remotecors']);
42 if ($INPUT->server->str('REQUEST_METHOD') !== 'POST') {
45 throw new RemoteException("JSON-RPC server only accepts POST requests.", -32606);
47 [$contentType] = explode(';', $INPUT->server->str('CONTENT_TYPE'), 2); // ignore charset
[all …]
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md1 Email-Address-Validator
4 …[AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
9 - [Composer](https://getcomposer.org/) support
10 - Refactored the class to be purely static
11 - Opened up methods for checking the "local part" (the bit before the `@`) and the "domain part" (a…
13 - Additional code style and docblock fixing to properly follow the [PHP-FIG PSR-1](http://www.php-f…
14 and [PSR-2](http://www.php-fig.org/psr/psr-2/) documents
16 Note that this class is still **un-namespaced** - i.e. it's still declared in the global namespace.…
17 … to correctly load it when required, so this shouldn't be a problem in practice - it's just perhaps
18 not best-practice.
[all …]
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
7 "content-hash": "417266ec475af898d03447406f47a5d9",
9 "packages-dev": [
12 "version": "1.4.0",
25 "php": "^7.1 || ^8.0"
27 "require-dev": {
28 "doctrine/coding-standard": "^8.0",
29 "ext-pdo": "*",
30 "ext-phar": "*",
31 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
[all …]
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPContactCollection.php1 <?php
3 * PHP LDAP CLASS FOR MANIPULATING ACTIVE DIRECTORY
4 * Version 4.0.4
6 * PHP Version 5 with SSL and LDAP support
12 * Copyright (c) 2006-2012 Scott Barnett, Richard Hyland
20 * version 2.1 of the License.
31 * @copyright (c) 2006-2012 Scott Barnett, Richard Hyland
32 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
34 * @version 4.0.4
H A DadLDAPUserCollection.php1 <?php
3 * PHP LDAP CLASS FOR MANIPULATING ACTIVE DIRECTORY
4 * Version 4.0.4
6 * PHP Version 5 with SSL and LDAP support
12 * Copyright (c) 2006-2012 Scott Barnett, Richard Hyland
20 * version 2.1 of the License.
31 * @copyright (c) 2006-2012 Scott Barnett, Richard Hyland
32 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
34 * @version 4.0.4
H A DadLDAPGroupCollection.php1 <?php
3 * PHP LDAP CLASS FOR MANIPULATING ACTIVE DIRECTORY
4 * Version 4.0.4
6 * PHP Version 5 with SSL and LDAP support
12 * Copyright (c) 2006-2012 Scott Barnett, Richard Hyland
20 * version 2.1 of the License.
31 * @copyright (c) 2006-2012 Scott Barnett, Richard Hyland
32 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
34 * @version 4.0.4
H A DadLDAPComputerCollection.php1 <?php
3 * PHP LDAP CLASS FOR MANIPULATING ACTIVE DIRECTORY
4 * Version 4.0.4
6 * PHP Version 5 with SSL and LDAP support
12 * Copyright (c) 2006-2012 Scott Barnett, Richard Hyland
20 * version 2.1 of the License.
31 * @copyright (c) 2006-2012 Scott Barnett, Richard Hyland
32 * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html LGPLv2.1
34 * @version 4.0.4
/dokuwiki/_test/
H A Dcomposer.lock4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
7 "content-hash": "b46e714c3fffef66635c61805f05bc0f",
10 "name": "scotteh/php-dom-wrapper",
11 "version": "2.0.5",
14 "url": "https://github.com/scotteh/php-dom-wrapper.git",
19 …"url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a…
24 "ext-libxml": "*",
25 "ext-mbstring": "*",
26 "lib-libxml": ">=2.7.7",
27 "php": ">=7.1.0",
[all …]
/dokuwiki/inc/
H A Dinfoutils.php1 <?php
43 if ($lm < time() - (60 * 60 * 24) || $lm < @filemtime(DOKU_INC . DOKU_SCRIPT)) {
53 $http->timeout = 12;
54 $resp = $http->get(DOKU_MESSAGEURL . $updateVersion);
60 Logger::debug("checkUpdateMessages(): unexpected HTTP response received", $http->error);
76 * Return DokuWiki's version (split up in date and type)
82 $version = [];
83 //import version string
84 if (file_exists(DOKU_INC . 'VERSION')) {
86 $version['date'] = trim(io_readFile(DOKU_INC . 'VERSION'));
[all …]
H A DInfo.php1 <?php
13 * Parse the given version string into its parts
15 * @param string $version
19 public static function parseVersionString($version) argument
23 'date' => '', // YYYY-MM-DD
25 'version' => '', // sortable, full version string
27 'raw' => $version, // raw version string as given
30 if (preg_match('/^(rc)?(\d{4}-\d{2}-\d{2})([a-z]*)/', $version, $matches)) {
41 throw new \Exception('failed to parse version string');
44 [, $return['codename']] = sexplode(' ', $version, 2);
[all …]
/dokuwiki/.github/
H A Drelease.php1 <?php
4 require_once(DOKU_INC . 'vendor/autoload.php');
5 require_once DOKU_INC . 'inc/load.php';
25 $this->BASERAW = 'https://raw.githubusercontent.com/' . $repo . '/stable/';
32 $options->setHelp('This tool is used to gather and check data for building a release');
34 $options->registerCommand('new', 'Get environment for creating a new release');
35 …$options->registerOption('type', 'The type of release to build', null, join('|', self::TYPES), 'ne…
36 …$options->registerOption('date', 'The date to use for the version. Defaults to today', null, 'YYYY
37 …$options->registerOption('name', 'The codename to use for the version. Defaults to the last used o…
39 $options->registerCommand('current', 'Get environment of the current release');
[all …]
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md1 # Constant-Time Encoding
4 [![Latest Stable Version](https://poser.pugx.org/paragonie/constant_time_encoding/v/stable)](https:…
5 [![Latest Unstable Version](https://poser.pugx.org/paragonie/constant_time_encoding/v/unstable)](ht…
9 Based on the [constant-time base64 implementation made by Steve "Sc00bz" Thomas](https://github.com…
12 misses. Further reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-t…
18 * Composer- and Packagist-ready
23 ## PHP Version Requirements
25 Version 2 of this library should work on **PHP 7** or newer. For PHP 5
28 … a dependency to a project intended to work on both PHP 5 and PHP 7, please set the required versi…
38 ```php
[all …]
/dokuwiki/_test/tests/
H A DInfoTest.php1 <?php
15 'rc2010-10-07 "Lazy Sunday"',
18 'date' => '2010-10-07',
20 'version' => '2010-10-07rc',
22 'raw' => 'rc2010-10-07 "Lazy Sunday"',
26 '2017-02-19d "Frusterick Manners"',
29 'date' => '2017-02-19',
31 'version' => '2017-02-19d',
33 'raw' => '2017-02-19d "Frusterick Manners"',
37 '2017-02-19 "Frusterick Manners"',
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DbrainpoolP160t1.php1 <?php
6 * This curve is a twisted version of brainpoolP160r1 with A = -3. With brainpool,
8 * are the twisted version of the r1 curves. Per https://tools.ietf.org/html/rfc5639#page-7
13 * The advantage of A = -3 is that some of the point doubling and point addition can be
14 * slightly optimized. See http://hyperelliptic.org/EFD/g1p/auto-shortw-projective-3.html
15 * vs http://hyperelliptic.org/EFD/g1p/auto-shortw-projective.html for example.
19 * PHP version 5 and 7
21 * @author Jim Wigginton <terrafrost@php.net>
23 * @license http://www.opensource.org/licenses/mit-license.html MIT License
24 * @link http://pear.php.net/package/Math_BigInteger
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DRSAPrivateKey.php1 <?php
6 * PHP version 5
8 * @author Jim Wigginton <terrafrost@php.net>
10 * @license http://www.opensource.org/licenses/mit-license.html MIT License
21 * @author Jim Wigginton <terrafrost@php.net>
25 // version must be multi if otherPrimeInfos present
29 'version' => [
31 'mapping' => ['two-prime', 'multi']
38 'exponent1' => ['type' => ASN1::TYPE_INTEGER], // d mod (p-1)
39 'exponent2' => ['type' => ASN1::TYPE_INTEGER], // d mod (q-1)
H A DOtherPrimeInfos.php1 <?php
6 * PHP version 5
8 * @author Jim Wigginton <terrafrost@php.net>
10 * @license http://www.opensource.org/licenses/mit-license.html MIT License
21 * @author Jim Wigginton <terrafrost@php.net>
25 // version must be multi if otherPrimeInfos present
29 'max' => -1,
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG2 CHANGES - Changelog for GeSHi (geshi.php only)
4 Changes to the code are listed under the version they occurred in, with who suggested
7 changes - thanks to all who suggested these ideas and gave me the code to show me how!
9 Language files listed under each version were made by the author beside them, and then
15 Version 1.0.9.2
16 - Renamed Nimrod to Nim (mrtuxa)
17 Version 1.0.9.1
18 - Added language files
22 - Some minor tweaks for RFC822 email support (BenBE)
23 - Introduce strip_language function (phy25)
[all …]
H A Dbuild.xml1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
4 GeSHi - Generic Syntax Highlighter - phing build file.
6 Packs up a new version of geshi, tags it in git and releases it on
8 -->
11 <property name="version" value="1.0.9.1" />
13 <property name="zipfile" value="${phing.project.name}-${version}.zip" />
14 <property name="gzfile" value="${phing.project.name}-${version}.tar.gz" />
15 <property name="bz2file" value="${phing.project.name}-${version}.tar.bz2" />
16 <property name="pkgfile" value="geshi-${version}.tgz" />
[all …]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md1 # PHP-CLI
3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
7 - **option parsing**
8 - **help page generation**
9 - **automatic width adjustment**
10 - **colored output**
11 - **optional PSR3 compatibility**
13 It is lightweight and has **no 3rd party dependencies**. Note: this is for non-interactive scripts …
19 ```php composer.phar require splitbrain/php-cli```
25 ```php
[all …]
/dokuwiki/
H A Dcomposer.lock4 … "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
7 "content-hash": "e7609782a9549baad779c2ff22217757",
10 "name": "aziraphale/email-address-validator",
11 "version": "2.0.1",
14 "url": "https://github.com/aziraphale/email-address-validator.git",
19 …"url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b64916…
23 "require-dev": {
28 "psr-0": {
32 "notification-url": "https://packagist.org/downloads/",
46 … "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
[all …]
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml5 - type: markdown
13 ---
24 - type: textarea
27 description: >-
41 - type: markdown
45 - type: input
47 label: Version of DokuWiki
48 description: Can be found in the admin screen or in the `VERSION` file.
49 placeholder: 2024-02-14a "Kaos"
52 - type: input
[all …]

12345678910>>...33