Home
last modified time | relevance | path

Searched defs:scheme (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
DRating.php65 public $scheme; variable in SimplePie\\Rating
81 public function __construct($scheme = null, $value = null)
DCredit.php73 public $scheme; variable in SimplePie\\Credit
89 public function __construct($role = null, $scheme = null, $name = null)
DCategory.php73 public $scheme; variable in SimplePie\\Category
102 public function __construct($term = null, $scheme = null, $label = null, $type = null)
DIRI.php65 protected $scheme = null; variable in SimplePie\\IRI
774 public function set_scheme($scheme)
DMisc.php233 …public static function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', …