/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Rating.php | 65 public $scheme; variable in SimplePie\\Rating 81 public function __construct($scheme = null, $value = null) argument 83 $this->scheme = $scheme; 105 if ($this->scheme !== null) { 106 return $this->scheme;
|
H A D | Credit.php | 73 public $scheme; variable in SimplePie\\Credit 89 public function __construct($role = null, $scheme = null, $name = null) argument 92 $this->scheme = $scheme; 128 if ($this->scheme !== null) { 129 return $this->scheme;
|
H A D | Category.php | 73 public $scheme; variable in SimplePie\\Category 98 * @param string|null $scheme 102 public function __construct($term = null, $scheme = null, $label = null, $type = null) argument 105 $this->scheme = $scheme; 138 return $this->scheme;
|
H A D | IRI.php | 65 protected $scheme = null; variable in SimplePie\\IRI 203 if ($return === null && isset($this->normalization[$this->scheme][$name])) { 204 return $this->normalization[$this->scheme][$name]; 269 } elseif ($relative->scheme !== null) { 275 if ($base->scheme !== null && $base->is_valid()) { 279 $target->scheme = $base->scheme; 282 $target->scheme = $base->scheme; 653 … (isset($this->normalization[$this->scheme]['iuserinfo']) && $this->iuserinfo === $this->normaliza… 656 …if (isset($this->normalization[$this->scheme]['ihost']) && $this->ihost === $this->normalization[$… 659 …if (isset($this->normalization[$this->scheme]['port']) && $this->port === $this->normalization[$th… [all …]
|
H A D | Item.php | 418 $scheme = null; 424 …$scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT… 429 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]); 436 …$scheme = $this->sanitize($category['attribs']['']['domain'], \SimplePie\SimplePie::CONSTRUCT_TEXT… 438 $scheme = null; 440 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]); 1011 $scheme = null; 1017 …$scheme = $this->sanitize($category['attribs']['']['scheme'], \SimplePie\SimplePie::CONSTRUCT_TEXT… 1019 $scheme = 'http://search.yahoo.com/mrss/category_schema'; 1033 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 | 225 'scheme' => (string) $iri->scheme, 233 …public static function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', … argument 236 $iri->scheme = $scheme;
|
H A D | SimplePie.php | 2377 $scheme = null; 2383 $scheme = $this->sanitize($category['attribs']['']['scheme'], self::CONSTRUCT_TEXT); 2388 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 2395 $scheme = $this->sanitize($category['attribs']['']['domain'], self::CONSTRUCT_TEXT); 2397 $scheme = null; 2399 $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 | 175 if (isset($context[$scheme]['session'])) { 176 $sftp = $context[$scheme]['session']; 178 if (isset($context[$scheme]['sftp'])) { 179 $sftp = $context[$scheme]['sftp']; 185 if (isset($context[$scheme]['username'])) { 186 $user = $context[$scheme]['username']; 188 if (isset($context[$scheme]['password'])) { 189 $pass = $context[$scheme]['password']; 191 … if (isset($context[$scheme]['privkey']) && $context[$scheme]['privkey'] instanceof PrivateKey) { 192 $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 | 457 inc/geshi/scheme.php
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 638 - First of series of color scheme changes. Affected languages (sofar):
|