| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Rating.php | 25 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 D | Credit.php | 33 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 D | Category.php | 33 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 D | IRI.php | 31 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 D | Item.php | 403 $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 D | Source.php | 140 $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 D | Misc.php | 224 'scheme' => (string) $iri->scheme, 235 …public static function compress_parse_url(string $scheme = '', string $authority = '', string $pat… argument 238 $iri->scheme = $scheme;
|
| H A D | SimplePie.php | 2576 $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 D | Externallink.php | 22 foreach ($this->schemes as $scheme) { 23 …$this->patterns[] = '\b(?i)' . $scheme . '(?-i)://[' . $any . ']+?(?=[' . $punc . ']*[^' . $any . …
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| H A D | Stream.php | 183 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 | .gitignore | 29 !/conf/scheme.conf
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 976 [$scheme] = explode('://', $url); 977 $scheme = strtolower($scheme); 978 if (!in_array($scheme, $this->schemes)) $url = '';
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 420 …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 D | syntax.txt | 420 …s rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasi…
|
| /dokuwiki/data/ |
| H A D | deleted.files | 470 inc/geshi/scheme.php
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 638 - First of series of color scheme changes. Affected languages (sofar):
|