Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 121) sorted by path

12345

/dokuwiki/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/dokuwiki/conf/
H A Dwordblock.conf5 https?:\/\/(\S*?)(bi\s*sex|gay\s*sex|fetish|incest|penis|\brape\b)
10 \btits\b
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg20 <linearGradient id="b" x1="140.16" x2="136.14" y1="303.79" y2="195.87" gradientUnits="userSpaceOnUse">
41 <stop stop-color="#25901b" stop-opacity=".837" offset="0"/>
42 <stop stop-color="#25901b" stop-opacity=".378" offset="1"/>
60 <path transform="matrix(.98991 -.14067 .20106 .97564 -158.095 -157.774)" d="m120.22 196.44 70.907-.792-2.403 109.05-71.718.373 3.214-108.63z" fill="url(#b)" stroke-width=".722"/>
/dokuwiki/inc/
H A DJpegMeta.php1812 $b = $this->_getLong($rawValue, 4, $isBigEndian);
1816 $value['den'] = $b;
1817 if (($a != 0) && ($b != 0)) {
1818 $value['val'] = $a / $b;
1824 $b = $this->_getLong($rawValue, ($j * 8) + 4, $isBigEndian);
1828 $value[$j]['den'] = $b;
1829 if (($a != 0) && ($b != 0))
1830 $value[$j]['val'] = $a / $b;
1867 $b = $this->_getLong($rawValue, 4, $isBigEndian);
1871 $value['den'] = $b;
[all...]
H A Dfulltext.php411 * @param string $b
412 * @return int Returns < 0 if $a is less than $b; > 0 if $a is greater than $b, and 0 if they are equal.
414 function ft_pagesorter($a, $b)
417 $bc = count(explode(':', $b));
423 return Sort::strcmp($a, $b);
430 * @param string $b
432 * @return int Returns < 0 if $a is newer than $b, > 0 if $b is newer than $a and 0 if they are of the same age
434 function ft_pagemtimesorter($a, $b)
391 ft_pagesorter($a, $b) global() argument
410 ft_pagemtimesorter($a, $b) global() argument
[all...]
H A Dindexer.php68 foreach ($leadbytes[0] as $b)
69 $l += ord($b) - 0xE1;
/dokuwiki/inc/Parsing/ParserMode/
H A DAcronym.php52 * @param string $b
56 protected function compare($a, $b) argument
59 $b_len = strlen($b);
/dokuwiki/inc/Ui/
H A DAdmin.php170 * @param array $b
173 protected function menuSort($a, $b)
175 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
177 return $a['sort'] <=> $b['sort'];
164 menuSort($a, $b) global() argument
/dokuwiki/inc/Utf8/
H A DClean.php36 $b = ord($str[$i]);
37 if ($b < 0x80) continue; # 0bbbbbbb
38 elseif (($b & 0xE0) === 0xC0) $n = 1; # 110bbbbb
39 elseif (($b & 0xF0) === 0xE0) $n = 2; # 1110bbbb
40 elseif (($b & 0xF8) === 0xF0) $n = 3; # 11110bbb
41 elseif (($b & 0xFC) === 0xF8) $n = 4; # 111110bb
42 elseif (($b & 0xFE) === 0xFC) $n = 5; # 1111110b
/dokuwiki/inc/lang/az/
H A Ddraft.txt
H A Dmailtext.txt
H A Dnorev.txt
H A Dpreview.txt
H A Dpwconfirm.txt
H A Dregister.txt
H A Dresendpwd.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/cs/
H A Ddraft.txt
H A Dregister.txt
H A Dresendpwd.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/da/
H A Dregistermail.txt
H A Dresendpwd.txt
/dokuwiki/inc/lang/es/
H A Dsearchpage.txt
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt

12345