Home
last modified time | relevance | path

Searched refs:limit (Results 501 – 502 of 502) sorted by last modified time

1...<<21

/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php681 $limit = 'creatorListLimit';
702 $limit = 'primaryCreatorListLimit';
720 $limit = 'otherCreatorListLimit';
778 if($style[$limit] && (sizeof($cArray) > $style[$moreThan]))
780 array_splice($cArray, $style[$limit]);
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php35 $limit = $override ? $override : 40;
36 if(($limit != -1) && ($count = preg_match_all("/./", $text, $throwAway)) > $limit)
38 $start = floor(($limit/2) - 2);

1...<<21