Home
last modified time | relevance | path

Searched refs:__construct (Results 201 – 225 of 231) sorted by path

12345678910

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php94 public function __construct($location, $name, $options = null) function in SimplePie\\Cache\\Redis
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCaption.php106 public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text = null) function in SimplePie\\Caption
H A DCategory.php103 public function __construct($term = null, $scheme = null, $label = null, $type = null) function in SimplePie\\Category
H A DCopyright.php82 public function __construct($url = null, $label = null) function in SimplePie\\Copyright
H A DCredit.php90 public function __construct($role = null, $scheme = null, $name = null) function in SimplePie\\Credit
H A DEnclosure.php230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) function in SimplePie\\Enclosure
H A DFile.php72 public function __construct($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null, $force_fsockopen = false, $curl_options = []) function in SimplePie\\File
138 $this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
203 $this->__construct($location, $timeout, $redirects, $headers, $useragent, $force_fsockopen, $curl_options);
H A DGzdecode.php193 public function __construct($data) function in SimplePie\\Gzdecode
H A DIRI.php239 public function __construct($iri = null) function in SimplePie\\IRI
H A DItem.php93 public function __construct($feed, $data) function in SimplePie\\Item
H A DLocator.php74 public function __construct(\SimplePie\File $file, $timeout = 10, $useragent = null, $max_checked_feeds = 10, $force_fsockopen = false, $curl_options = []) function in SimplePie\\Locator
H A DRating.php82 public function __construct($scheme = null, $value = null) function in SimplePie\\Rating
H A DRegistry.php139 public function __construct() function in SimplePie\\Registry
225 if (!method_exists($class, '__construct')) {
H A DRestriction.php90 public function __construct($relationship = null, $type = null, $value = null) function in SimplePie\\Restriction
H A DSanitize.php111 public function __construct() function in SimplePie\\Sanitize
H A DSimplePie.php691 public function __construct() function in SimplePie\\SimplePie
H A DSource.php64 public function __construct($item, $data) function in SimplePie\\Source
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php76 public function __construct($file) function in SimplePie\\Content\\Type\\Sniffer
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php166 public function __construct($data) function in SimplePie\\HTTP\\Parser
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php598 public function __construct() function in SimplePie\\Parse\\Date
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php142 public function __construct($data) function in SimplePie\\XML\\Declaration\\Parser
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php34 public function __construct($path = '') function in splitbrain\\PHPArchive\\FileInfo
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php92 public function __construct($autocatch = true)
46 public function __construct($autocatch = true) global() function in splitbrain\\phpcli\\Base
H A DColors.php63 public function __construct() function in splitbrain\\phpcli\\Colors
H A DException.php28 public function __construct($message = "", $code = 0, \Exception $previous = null) function in splitbrain\\phpcli\\Exception
33 parent::__construct($message, $code, $previous);

12345678910