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

1...<<11121314151617

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator10.php33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
65 $feed .= " <generator>".$this->version()."</generator>\n";
H A DFeedCreator.php78 * Get the version string for the generator
82 public function version()
225 * Turns on caching and checks if there is a recent version of this feed in the cache.
232 * @param string $filename optional the filename where a recent version of the feed is saved. If not specified,
235 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to
254 * @param string $filename optional the filename where a recent version of the feed is saved. If not
79 public function version() global() function in FeedCreator
H A DGPXCreator.php24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
26 $feed .= "<gpx xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" version=\"1.0\"
H A DKMLCreator.php24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DOPMLCreator.php24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DPIECreator01.php25 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
27 $feed .= "<feed version=\"0.1\" xmlns=\"http://example.com/newformat#\">\n";
H A DRSSCreator091.php13 /** @var string Stores this RSS feed's version number. */
26 * Sets this RSS feed's version number.
28 * @param string $version
30 protected function _setRSSVersion($version) argument
32 $this->RSSVersion = $version;
38 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
41 $feed .= "<rss version=\"".$this->RSSVersion."\"";
H A DRSSCreator10.php16 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php9 * @version 1.6
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php63 // fall through: always the latest ATOM version
132 * @param string $filename optional the filename where a recent version of the feed is saved. If not
145 * Turns on caching and checks if there is a recent version of this feed in the cache.
153 * @param string $filename optional the filename where a recent version of the feed is saved. If not specified, the
156 * @param int $timeout optional the timeout in seconds before a cached version is refreshed (defaults to 3600 =
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 DDES.php8 * PHP version 5
H A DHash.php
H A DRC2.php8 * PHP version 5
H A DRC4.php8 * PHP version 5
H A DRSA.php6 * PHP version 5
128 * Use a relaxed version of PKCS#1 padding for signature verification
402 // version Version,
809 * the value of a label L as input. In this version of PKCS #1, L is
H A DRandom.php6 * PHP version 5
H A DRijndael.php8 * PHP version 5
H A DTripleDES.php8 * PHP version 5
H A DTwofish.php8 * PHP version 5
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php6 * PHP version 5

1...<<11121314151617