Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 16 of 16) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DRating.php25 public $scheme; variable in SimplePie\\Rating
42 ?string $scheme = null, argument
45 $this->scheme = $scheme;
67 if ($this->scheme !== null) {
68 return $this->scheme;
H A DCredit.php33 public $scheme; variable in SimplePie\\Credit
51 ?string $scheme = null, argument
55 $this->scheme = $scheme;
91 if ($this->scheme !== null) {
92 return $this->scheme;
H A DCategory.php33 public $scheme; variable in SimplePie\\Category
58 * @param string|null $scheme
62 …public function __construct(?string $term = null, ?string $scheme = null, ?string $label = null, ?… argument
65 $this->scheme = $scheme;
98 return $this->scheme;
H A DIRI.php31 protected $scheme = null; variable in SimplePie\\IRI
173 if ($return === null && isset($this->normalization[$this->scheme][$name])) {
174 return $this->normalization[$this->scheme][$name];
242 } elseif ($relative->scheme !== null) {
248 if ($base->scheme !== null && $base->is_valid()) {
252 $target->scheme = $base->scheme;
255 $target->scheme = $base->scheme;
626 … (isset($this->normalization[$this->scheme]['iuserinfo']) && $this->iuserinfo === $this->normaliza…
629 …if (isset($this->normalization[$this->scheme]['ihost']) && $this->ihost === $this->normalization[$…
632 …if (isset($this->normalization[$this->scheme]['port']) && $this->port === $this->normalization[$th…
[all …]
H A DItem.php403 $scheme = null;
409 …$scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT…
414 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]);
421 …$scheme = $this->sanitize($category['attribs']['']['domain'], \SimplePie\SimplePie::CONSTRUCT_TEXT…
423 $scheme = null;
425 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]);
1002 $scheme = null;
1008 …$scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT…
1010 $scheme = 'http://search.yahoo.com/mrss/category_schema';
1024 if (isset($category['attribs']['']['scheme'])) {
[all …]
H A DSource.php140 $scheme = null;
146 …$scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT…
151 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
158 …$scheme = $this->sanitize($category['attribs']['']['domain'], \SimplePie\SimplePie::CONSTRUCT_TEXT…
160 $scheme = null;
162 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]);
H A DMisc.php224 'scheme' => (string) $iri->scheme,
235 …public static function compress_parse_url(string $scheme = '', string $authority = '', string $pat… argument
238 $iri->scheme = $scheme;
H A DSimplePie.php2576 $scheme = null;
2582 $scheme = $this->sanitize($category['attribs']['']['scheme'], self::CONSTRUCT_TEXT);
2587 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
2594 $scheme = $this->sanitize($category['attribs']['']['domain'], self::CONSTRUCT_TEXT);
2596 $scheme = null;
2598 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]);
/dokuwiki/inc/Parsing/ParserMode/
H A DExternallink.php22 foreach ($this->schemes as $scheme) {
23 …$this->patterns[] = '\b(?i)' . $scheme . '(?-i)://[' . $any . ']+?(?=[' . $punc . ']*[^' . $any . …
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php183 if (isset($context[$scheme]['session'])) {
184 $sftp = $context[$scheme]['session'];
186 if (isset($context[$scheme]['sftp'])) {
187 $sftp = $context[$scheme]['sftp'];
193 if (isset($context[$scheme]['username'])) {
194 $user = $context[$scheme]['username'];
196 if (isset($context[$scheme]['password'])) {
197 $pass = $context[$scheme]['password'];
199 … if (isset($context[$scheme]['privkey']) && $context[$scheme]['privkey'] instanceof PrivateKey) {
200 $pass = $context[$scheme]['privkey'];
/dokuwiki/
H A D.gitignore29 !/conf/scheme.conf
/dokuwiki/inc/parser/
H A Dxhtml.php976 [$scheme] = explode('://', $url);
977 $scheme = strtolower($scheme);
978 if (!in_array($scheme, $this->schemes)) $url = '';
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt420 …s rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasi…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt420 …s rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasi…
/dokuwiki/data/
H A Ddeleted.files470 inc/geshi/scheme.php
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG638 - First of series of color scheme changes. Affected languages (sofar):