Lines Matching defs:b
411 * @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)
437 $mtimeB = filemtime(wikiFN($b));
580 $BL = '\b';
581 $BR = '\b';