Home
last modified time | relevance | path

Searched refs:count (Results 301 – 325 of 2539) sorted by path

1...<<11121314151617181920>>...102

/plugin/bez/tpl/
H A Dthread_box.php94 <?php if (count($tpl->get('thread')->changable_fields(array('label_id', 'title', 'content', 'coordinator'))) > 0): ?>
H A Dthreads.php142 <?php $count = 0 ?> variable
151 <?php $count += 1 ?>
229 <td colspan="<?php echo $tpl->action() != 'projects' ? '7' : '6' ?>"><?php echo $count ?></td>
H A Dtypes.php24 <td <?php if ($label->count > 0) echo 'colspan="2"'; ?>>
29 <?php if ($label->count == 0): ?>
41 <?php echo $label->count ?>
/plugin/bible/bible_douayRheims/
H A D1_Esdras.txt108 …4:14. But we remembering the salt that we have eaten in the palace, and because we count it a crim…
H A D1_Timothy.txt92 …6:1. Whosoever are servants under the yoke, let them count their masters worthy of all honour; les…
H A DActs.txt724 …20:24. But I fear none of these things, neither do I count my life more precious than myself, so t…
H A DEcclesiasticus.txt243 8:15. Lend not to a man that is mightier than thyself: and if thou lendest, count it as lost.
884 …29:7. And if he be able to pay, he will stand off, he will scarce pay one half, and will count it …
H A DEsther.txt273 …16:22. Wherefore you shall also count this day among other festival days, and celebrate it with al…
H A DJames.txt2 1:2. My brethren, count it all joy, when you shall fall into divers temptations:
H A DLeviticus.txt450 15:28. If the blood stop and cease to run, she shall count seven days of her purification:
671 …23:15. You shall count therefore from the morrow after the sabbath, wherein you offered the sheaf …
H A DNumbers.txt822 …23:10. Who can count the dust of Jacob, and know the number of the stock of Israel? Let my soul di…
H A DPhilemon.txt17 1:17. If therefore thou count me a partner, receive him as myself.
H A DPhilippians.txt68 …e, I count all things to be but loss for the excellent knowledge of Jesus Christ, my Lord: for who…
73 …3:13. Brethren, I do not count myself to have apprehended. But one thing I do: Forgetting the thin…
H A DTobias.txt211 …10:9. And Tobias said to him: I know that my father and mother now count the days, and their spiri…
H A DWisdom.txt386 …17:12. And while there is less expectation from within, the greater doth it count the ignorance of…
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php187 if(count($values) == 0)
190 if(count($values) == $lookingFor)
H A DPARSEXML.php119 $lastnode = count($this->nodeStack);
127 $lastnode = count($this->nodeStack);
H A DUTF8.php160 if ( count( $values ) == 0 ) $lookingFor = ( $thisValue < 224 ) ? 2 : 3;
162 if ( count( $values ) == $lookingFor ) {
220 $cnt = count($uni);
243 for ($i=0; $i < count($uni); $i++){
289 return count($uni);
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php36 if(($limit != -1) && ($count = preg_match_all("/./", $text, $throwAway)) > $limit)
39 $length = $count - (2 * $start);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php111 $this->count = 0;
185 $count = 0;
186 $count = substr_count($line, $delimitStart);
187 $count -= substr_count($line, $delimitEnd);
188 return $count;
261 $this->entries[$this->count][$key] = $value;
281 $count = 0;
293 while($count);
312 $this->entries[$this->count] = $entry;
313 $this->count++;
[all …]
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php487 if (count($matches) > 0) {
499 if (count($matches) > 0) {
600 if ( count($matches) > 0 )
614 if ( count($matches) > 0 )
794 if ( count($matches) > 0 ) {
839 //We check the string backwards until the position and count the closing an opening braces
H A Dbibtexrender.php143 if (isset($this->_bibtex_keysNotCited) && (count($this->_bibtex_keysNotCited))) {
161 if (is_array($optval) && (count($optval) > 1)) {
168 $this->_conf[$optkey] = $optval[count($optval)-1];
244 if ( ($this->_parser->warnings['warning']) && (count($this->_parser->warnings['warning']))) {
/plugin/bibtex4dw/syntax/
H A Dcite.php62 if ((count($bibkeys) > 1) || $bibtexrenderer->printCitekey($match)) {
/plugin/blog/
H A Dhelper.php151 if (count($newentrytitle) > 0) {
/plugin/blog/syntax/
H A Dblog.php90 $isMore = count($entries) > ($first + $num);
114 $n = count($matches)-1;

1...<<11121314151617181920>>...102