Home
last modified time | relevance | path

Searched refs:b (Results 51 – 75 of 121) sorted by path

12345

/dokuwiki/inc/lang/vi/
H A Dlogin.txt
H A Dmailtext.txt
H A Dnewpage.txt
H A Dnorev.txt
H A Donceexisted.txt
H A Dpassword.txt
H A Dpreview.txt
H A Dpwconfirm.txt
H A Dread.txt
H A Dregister.txt
H A Dresendpwd.txt
H A Dresetpwd.txt
H A Drevisions.txt
H A Dsearchpage.txt
H A Dshowrev.txt
H A Dstopwords.txt
H A Dsubscr_digest.txt
H A Dsubscr_form.txt
H A Dsubscr_list.txt
H A Dsubscr_single.txt
H A Dupdateprofile.txt
H A Duploadmail.txt
/dokuwiki/inc/
H A Dparserutils.php644 * @param array $b
645 * @return int $a is lower/equal/higher than $b
649 function p_sort_modes($a, $b)
651 return $a['sort'] <=> $b['sort'];
657 p_sort_modes($a, $b) global() argument
H A Dsearch.php428 * @param array $b
432 function sort_search_fulltext($a, $b)
434 if ($a['count'] > $b['count']) {
436 } elseif ($a['count'] < $b['count']) {
439 return Sort::strcmp($a['id'], $b['id']);
420 sort_search_fulltext($a, $b) global() argument
/dokuwiki/lib/images/interwiki/
H A Ddoku.svg1 <svg width="128.171" height="128.039" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="k"><stop style="stop-color:#3a9030;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#3d9c32;stop-opacity:.79591835" offset="1"/></linearGradient><linearGradient id="j"><stop style="stop-color:#25901b;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#25901b;stop-opacity:.37755102" offset="1"/></linearGradient><linearGradient id="i"><stop style="stop-color:#e32525;stop-opacity:.81632656" offset="0"/><stop style="stop-color:#e32525;stop-opacity:.5714286" offset="1"/></linearGradient><linearGradient id="h"><stop offset="0" style="stop-color:#000;stop-opacity:.17346939"/><stop offset="1" style="stop-color:#c7cec2;stop-opacity:0"/></linearGradient><linearGradient id="g"><stop style="stop-color:#000;stop-opacity:.17346939" offset="0"/><stop style="stop-color:#c7cec2;stop-opacity:0" offset="1"/></linearGradient><linearGradient id="f"><stop style="stop-color:#fbfaf9;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="e"><stop style="stop-color:#fbf6f0;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="d"><stop style="stop-color:#ede1ae;stop-opacity:1" offset="0"/><stop style="stop-color:#fefdfa;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="a"><stop style="stop-color:#00a423;stop-opacity:1" offset="0"/><stop style="stop-color:#00b427;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="b"><stop offset="0" style="stop-color:#00b62b;stop-opacity:1"/><stop offset="1" style="stop-color:#a1d784;stop-opacity:1"/></linearGradient><linearGradient id="c"><stop style="stop-color:#d69c00;stop-opacity:1" offset="0"/><stop style="stop-color:#ffe658;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="l"><stop offset="0" style="stop-color:#ce411e;stop-opacity:1"/><stop offset="1" style="stop-color:#ecad8d;stop-opacity:1"/></linearGradient><linearGradient id="m"><stop style="stop-color:#8f2a15;stop-opacity:1" offset="0"/><stop style="stop-color:#c8381b;stop-opacity:1" offset="1"/></linearGradient><linearGradient xlink:href="#a" id="z" x1="192.039" y1="262.258" x2="263.671" y2="262.258" gradientUnits="userSpaceOnUse"/><linearGradient xlink:href="#b" id="B" x1="191.751" y1="258.916" x2="255.656" y2="258.916" gradientUnits="userSpaceOnUse"/><linea (…)

12345