/dokuwiki/inc/Utf8/ |
H A D | Asian.php | 62 * @param string $term 65 public static function isAsianWords($term) argument 67 return (bool)preg_match('/' . self::REGEXP . '/u', $term); 91 * @param string $term 94 public static function splitAsianWords($term) argument 96 …return preg_split('/(' . self::REGEXP . '+)/u', $term, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_N…
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Category.php | 65 public $term; variable in SimplePie\\Category 97 * @param string|null $term 102 public function __construct($term = null, $scheme = null, $label = null, $type = null) argument 104 $this->term = $term; 128 return $this->term;
|
H A D | Item.php | 417 $term = null; 421 … $term = $this->sanitize($category['attribs']['']['term'], \SimplePie\SimplePie::CONSTRUCT_TEXT); 429 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]); 434 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT); 440 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]); 1010 $term = null; 1014 … $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT); 1041 … $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 1044 $term = null; 1573 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); [all …]
|
H A D | Source.php | 139 $term = null; 143 … $term = $this->sanitize($category['attribs']['']['term'], \SimplePie\SimplePie::CONSTRUCT_TEXT); 151 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 156 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT); 162 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]);
|
H A D | SimplePie.php | 2376 $term = null; 2380 $term = $this->sanitize($category['attribs']['']['term'], self::CONSTRUCT_TEXT); 2388 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 2393 $term = $this->sanitize($category['data'], self::CONSTRUCT_TEXT); 2399 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]);
|
/dokuwiki/inc/ |
H A D | fulltext.php | 565 * @param string $term 568 function ft_snippet_re_preprocess($term) argument 571 if (Asian::isAsianWords($term)) return $term; 584 if (str_starts_with($term, '\\*')) { 585 $term = substr($term, 2); 587 $term = $BL . $term; 590 if (str_ends_with($term, '\\*')) { 591 $term = substr($term, 0, -2); 593 $term .= $BR; 596 if ($term == $BL || $term == $BR || $term == $BL . $BR) $term = ''; [all …]
|
/dokuwiki/inc/Ui/ |
H A D | Search.php | 218 'and' => array_map(static fn($term) => trim($term, '*'), $this->parsedQuery['and']), 219 'not' => array_map(static fn($term) => trim($term, '*'), $this->parsedQuery['not']), 223 … 'and' => array_map(static fn($term) => trim($term, '*') . '*', $this->parsedQuery['and']), 224 … 'not' => array_map(static fn($term) => trim($term, '*') . '*', $this->parsedQuery['not']), 228 … 'and' => array_map(static fn($term) => '*' . trim($term, '*'), $this->parsedQuery['and']), 229 … 'not' => array_map(static fn($term) => '*' . trim($term, '*'), $this->parsedQuery['not']), 233 … 'and' => array_map(static fn($term) => '*' . trim($term, '*') . '*', $this->parsedQuery['and']), 234 … 'not' => array_map(static fn($term) => '*' . trim($term, '*') . '*', $this->parsedQuery['not']),
|
/dokuwiki/conf/ |
H A D | wordblock.conf | 25 …ay|samedayessay|superiorcontent|superiorpaper|superiorthesis|term-paper|termpaper-blog|term-paper-…
|
/dokuwiki/vendor/phpseclib/phpseclib/ |
H A D | README.md | 34 * Long term support (LTS) release 42 * Long term support (LTS) release 50 * Long term support (LTS) release
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 1048 private $term = 'vt100'; variable in phpseclib3\\Net\\SSH2 2891 $this->term, 3044 $this->term, 5183 * @param string $term 5185 public function setTerminal($term) argument 5187 $this->term = $term;
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
H A D | LICENSE | 197 All rights granted under this License are granted for the term of 363 fixed term (regardless of how the transaction is characterized), the 432 governed by this License along with a term that is a further 433 restriction, you may remove that term. If a license document contains
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | LICENSE | 70 the term "modification".) Each licensee is addressed as "you".
|
/dokuwiki/ |
H A D | COPYING | 70 the term "modification".) Each licensee is addressed as "you".
|
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery-ui.min.js | 6 …term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:func… property
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | LICENSE | 134 included without limitation in the term "modification".)
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | LICENCE | 134 included without limitation in the term "modification".)
|