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 401 – 412 of 412) sorted by path

1...<<11121314151617

/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php303 // This is second, as behaviour of this varies only with PHP version (the middle part of this expression checks the encoding is supported).
307 // This is third, as behaviour of this varies with OS userland and PHP version
311 // This is last, as behaviour of this varies with OS userland and PHP version
1694 $curl = $curl['version'];
2119 return \SimplePie\SimplePie::NAME . '/' . \SimplePie\SimplePie::VERSION . ' (Feed Parser; ' . \SimplePie\SimplePie::URL . '; Allow like Gecko) Build/' . static::get_build();
2127 $info = 'SimplePie ' . \SimplePie\SimplePie::VERSION . ' Build ' . static::get_build() . "\n";
2141 $info .= ' Version ' . PCRE_VERSION . "\n";
2144 $version = curl_version();
2145 $info .= ' Version ' . $version['versio
[all...]
H A DParser.php132 $data = '<?xml version="' . $declaration->version . '" encoding="' . $encoding . '" standalone="' . (($declaration->standalone) ? 'yes' : 'no') . '"?>' ."\n". $this->declare_html_entities() . $data;
545 // element. Use this to replace title with a strip_tags version so
618 $rss = [['attribs' => ['' => ['version' => '2.0']],
H A DRating.php89 * String-ified version
H A DRestriction.php98 * String-ified version
H A DSimplePie.php72 * SimplePie Version
74 public const VERSION = '1.8.0'; define in SimplePie\\SimplePie
84 public const LINKBACK = '<a href="' . self::URL . '" title="' . self::NAME . ' ' . self::VERSION . '">' . self::NAME . '</a>';
491 * of cURL, even if a new enough version is installed
1522 // Then check the xml extension is sane (i.e., libxml 2.7.x issue on PHP < 5.2.9 and libxml 2.7.0 to 2.7.2 on any version) if we don't have xmlreader.
2008 * @see \SimplePie\SimplePie::TYPE_RSS_ALL Any version of RSS.
2011 * @see \SimplePie\SimplePie::TYPE_ATOM_ALL Any version of Atom.
2038 if (isset($this->data['child'][self::NAMESPACE_RSS_20]['rss'][0]['attribs']['']['version'])) {
2039 switch (trim($this->data['child'][self::NAMESPACE_RSS_20]['rss'][0]['attribs']['']['version'])) {
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php57 * XML Version
62 public $version = '1.0'; variable in SimplePie\\XML\\Declaration\\Parser
165 $this->version = '';
223 if (substr($this->data, $this->position, 7) === 'version') {
245 if ($this->version = $this->get_value()) {
/dokuwiki/vendor/splitbrain/php-archive/
H A Dphpunit.xml1 <?xml version="1.0" encoding="UTF-8"?>
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php694 $extra['utf8comment'] = substr($extra[0x7075], 5); // strip version and crc
697 $extra['utf8path'] = substr($extra[0x7075], 5); // strip version and crc
916 $header .= pack('v', 14); // version made by - VFAT
917 $header .= pack('v', 20); // version needed to extract - 2.0
963 $header .= pack('v', 20); // version needed to extract - 2.0
1018 strlen($original) + 5, // length of file + version + crc
1019 1, // version
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md37 $options->setHelp('A very minimal example that does nothing but print a version');
38 $options->registerOption('version', 'print version', 'v');
44 if ($options->getOpt('version')) {
135 * Use `splitbrain\phpcli\PSR3CLI` if you're using version 2 of PSR3 (PHP < 8.0)
136 * Use `splitbrain\phpcli\PSR3CLIv3` if you're using version 3 of PSR3 (PHP >= 8.0)
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DPSR3CLI.php11 * PSR3 version 2 is needed.
13 * @see PSR3CLIv3 for a version 3 compatible class
H A DPSR3CLIv3.php12 * PSR3 version 3 is needed.
14 * @see PSR3CLI for a version 2 compatible class
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md20 ALWAYS test the stripped version before deploying to production.

1...<<11121314151617