Home
last modified time | relevance | path

Searched +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 76 – 100 of 391) sorted by last modified time

12345678910>>...16

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmysql.php109 // Mix: statement keywords distinguished from functions by the same name
130 // Column data types distinguished from functions by the same name
142 // Column attribute distinguished from function by the same name
153 // Date-time unit specifiers distinguished from functions by the same name
163 // Operator distinghuished from function by the same name
181 // String functions distinguished from other keywords by the same name
192 // Numeric function distinguished from other keyword by the same name
210 // Date-time functions distinguished from other keywords by the same name
219 // Comparison functions distinguished from other keywords by the same name
241 // Information functions distinguished from other keywords by the same name
[all...]
H A Dnagios.php82 'retry_interval', 'register', 'use', 'name', 'timeperiod_name',
H A Dnewlisp.php76 'max','member','min','mod','mul','multiply','name','net-accept',
H A Dnsis.php73 'MiscButtonText', 'Name', 'OutFile', 'Page', 'PageEx', 'PageExEnd', 'RequestExecutionLevel', 'Section',
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DException.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DFile.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DIRI.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DItem.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
97 * @param string $realname Element name (including namespace prefix if applicable)
106 $name = preg_quote($realname, '/');
107 if (preg_match_all("/<($name)" . \SimplePie\SimplePie::PCRE_HTML_ATTRIBUTE . "(>(.*)<\/$name>|(\/)?>)/siU", $string, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE)) {
369 * Normalize an encoding name
377 * @return string Standardised name
1929 * Returns an associative array of name/value pairs, where the value is an
1930 * array of values that have used the same name
1943 [$name,
[all...]
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
272 foreach ($attributes as $name => $value) {
273 [$attrib_namespace, $attribute] = $this->split_ns($name);
299 foreach ($attribs[''] as $name => $value) {
300 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) . '"';
381 $name = '';
385 if (isset($data['properties']['name'][0])) {
386 $name = $data['properties']['name'][0];
390 if ($name
[all...]
H A DRating.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DRegistry.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
147 * @param class-string $class Class name, must subclass the corresponding default
H A DRestriction.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/HTTP/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/src/Net/
H A DIPv6.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php89 foreach ($this->data as $name => $value) {
90 $name = htmlspecialchars($name);
91 $return .= " <member><name>$name</name><value>";
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
65 * List of days, calendar day name => ordinal day number in the week
170 * List of months, calendar month name => calendar month number
825 1: Day name
899 1: Day name
956 1: Day name
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Net/
H A DIPv6.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DMessage.php185 case 'name':
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php43 * @param string $name
47 public function __call($name, $arguments) argument
49 if($name === 'match') {
51 return call_user_func_array([$this, $name], $arguments);
54 trigger_error('Call to undefined method FileInfo::'.$name.'()', E_USER_ERROR);
H A DTar.php265 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
320 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
521 * @param string $name
530 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '') argument
534 $namelen = strlen($name);
536 $file = basename($name);
537 $dir = dirname($name);
542 $this->writebytes(pack("a512", substr($name, $s, 512)));
544 $name = substr($name,
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php28 * @param string $page a page name
161 * @param string $page a page name
198 foreach ($key as $name => $values) {
199 $metaname = idx_cleanName($name);
267 * old or new name exists in the filesystem. It returns an error if the old page isn't in the page list of the
270 * @param string $oldpage The old page name
271 * @param string $newpage The new page name
375 * @param string $page a page name
397 * @param string $page a page name
661 * @param string $key name o
[all...]
/dokuwiki/conf/
H A Dacronyms.conf13 DNS Domain Name System
H A Dinterwiki.conf4 # {NAME} this is replaced by the wikiname as given in the document
14 # If no placeholder is defined the urlencoded name is appended to the URL
19 wp https://en.wikipedia.org/wiki/{NAME}
20 wpfr https://fr.wikipedia.org/wiki/{NAME}
21 wpde https://de.wikipedia.org/wiki/{NAME}
22 wpes https://es.wikipedia.org/wiki/{NAME}
23 wppl https://pl.wikipedia.org/wiki/{NAME}
24 wpjp https://ja.wikipedia.org/wiki/{NAME}
25 wpru https://ru.wikipedia.org/wiki/{NAME}
26 wpmeta https://meta.wikipedia.org/wiki/{NAME}
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php163 foreach ($data['ping_urls'] as $name => $url) {
164 Logger::debug("Sitemapper::PingSearchEngines(): pinging $name");

12345678910>>...16