Home
last modified time | relevance | path

Searched +full:version -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 251 – 275 of 412) sorted by last modified time

1...<<11121314151617

/dokuwiki/lib/plugins/styling/
H A DREADME20 the Free Software Foundation; version 2 of the License
/dokuwiki/lib/scripts/
H A Dmedia.js94 // "update new version" button
103 // "restore this version" button
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less53 /* DokuWiki version */
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A Dconstants.php8 * Version string.
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md36 * Minimum PHP version: 5.6.1
43 * Modernized version of 1.0
44 * Minimum PHP version: 5.3.3
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php8 * PHP version 5
H A DBase.php
H A DBlowfish.php8 * PHP version 5
16 * OpenSSH private keys use a customized version of bcrypt. Specifically, instead of
H A DHash.php
H A DRC2.php8 * PHP version 5
H A DRC4.php8 * PHP version 5
H A DTripleDES.php8 * PHP version 5
/dokuwiki/inc/
H A DInfo.php13 * Parse the given version string into its parts
15 * @param string $version
19 public static function parseVersionString($version)
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,
20 parseVersionString($version) global() argument
[all...]
H A DJpegMeta.php1453 $this->_info['jfif']['Version'] = sprintf('%d.%02d', $vmaj, $vmin);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dstandardml.php7 * Release Version: 1.0.9.1
30 * the Free Software Foundation; either version 2 of the License, or
31 * (at your option) any later version.
H A Dstonescript.php7 * Release Version: 1.0.9.1
27 * the Free Software Foundation; either version 2 of the License, or
28 * (at your option) any later version.
H A Dswift.php7 * Release Version: 1.0.9.1
33 * the Free Software Foundation; either version 2 of the License, or
34 * (at your option) any later version.
H A Dsystemverilog.php7 * Release Version: 1.0.9.1
26 * the Free Software Foundation, either version 3 of the License, or
27 * (at your option) any later version.
48 * Download the most recent version here:
H A Dtcl.php7 * Release Version: 1.0.9.1
37 * the Free Software Foundation; either version 2 of the License, or
38 * (at your option) any later version.
H A Dtexgraph.php7 * Release Version: 1.0.9.1
20 * the Free Software Foundation; either version 2 of the License, or
21 * (at your option) any later version.
512 'version',
H A Dthinbasic.php7 * Release Version: 1.0.9.1
26 * the Free Software Foundation; either version 2 of the License, or
27 * (at your option) any later version.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php6 * PHP version 5
H A DASN1.php6 * PHP version 5
1495 * no OID to name mapping is available. The problem with this is that what may be an unmapped OID in one version
1496 * of phpseclib may not be unmapped in the next version, so apps that are looking at this OID may not be able
1497 * to work from version to version.
H A DX509.php6 * PHP version 5
998 version 3 certificate, or the extension is present but the cA boolean
2614 'version' => 'v3',
2756 'version' => 'v1',
2868 'version' => 'v2',
2903 // Be sure version >= v2 if some extension found.
2904 $version = isset($tbsCertList['version']) ? $tbsCertList['version'] : 0;
2905 if (!$version) {
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php6 * PHP version 5

1...<<11121314151617