Home
last modified time | relevance | path

Searched refs:count (Results 826 – 850 of 2539) sorted by relevance

1...<<31323334353637383940>>...102

/plugin/revealjs/syntax/
H A Dtheme.php112 exportlink($ID,'revealjs',count($exportData)?$exportData:null).'" title="'.
117 …'<br><nobr><a target="'.$target.'" href="'.exportlink($ID,'revealjs',count($exportData)?$exportDat…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.control.php75 if (count($ibox->content) == 0) {
78 for ($i=0, $size = count($ibox->content); $i<$size; $i++) {
H A Dbox.text.php251 $size = count($this->_wrappable);
278 $size = count($this->_wrappable);
342 $num_words = count($this->words);
494 $num_words = count($this->words);
539 $size = count($this->words);
581 $size = count($this->words);
605 $num_words = count($this->words);
/plugin/pdfjs/
H A Dsyntax.php91 if(count($size) == 1) {
95 } else if(count($size) == 2) {
/plugin/dtable/
H A Dsyntax.php69 while( $i < count($file_cont) && strpos($file_cont[$i], '|') !== 0 && strpos($file_cont[$i], '^') !== 0)
76 while( $i < count($file_cont) && strpos( $file_cont[ $i ], '</dtable>' ) !== 0 )
/plugin/daftdrafts/
H A Daction.php121 $numberOfAuthorizations = count($authorizationHits);
123 $numberOfDaftauthorizations = count($daftHits);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php18 use function count;
181 public function count(): int
183 return count($this->options);
170 public function count() global() function in FreeDSx\\Ldap\\Entry\\Options
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php51 $symbolGroupCount = count($this->symbolMap);
63 $symbolMapCount = count($this->symbolMap);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php326 return $values[$position % \count($values)];
394 if (0 === \count($values)) {
744 if (!\is_array($value) || 0 === \count($value)) {
752 if (1 === \count($value)) {
1305 return \count($thing);
1313 return \count($thing);
1407 return \count($thing);
1415 return \count($thing);
1497 return 0 == \count($value);
1657 $last = \count($result) - 1;
[all …]
/plugin/txt2tags/
H A Dtxt2tags.class.php353 for($i=1; $i<count($m); $i+=2){
395 if($this->enabletoc && count($toc)) {
464 while(count($ListLevels)>0) {
488 $ListLevels[count($ListLevels)-1][2] = $type; # restore
505 while(count($ListLevels)>1) {
516 list($plevel, ,) = $ListLevels[count($ListLevels)-1];
576 while(count($ListLevels)>1) {
/plugin/a2s/
H A DASCIIToSVG.php2116 $bound = count($this->points);
2244 if (count($args) > 1) {
2263 $pathCmds = count($p['path']);
2593 $bound = count($this->points);
2704 if (count($this->text) > 0) {
2715 $bound = count($this->ticks);
2838 $bound = count($matches[1]);
3094 $bound = count($this->grid);
3371 $bound = count($boxes);
3374 $cols = count($line);
[all …]
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php72 echo "\033[" . count($stats) . "A";
184 echo str_repeat("\n", count($stats)), "\nDone.\n";
/plugin/farmsync/meta/
H A DEntityUpdates.php26 $total = count($this->targets);
42 return count($this->results[$animal]['failed']);
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php143 … $this->adhocNamespaces[$namespace] = 'x' . (count($this->adhocNamespaces) + 1);
249 $this->adhocNamespaces[$namespace] = 'x' . (count($this->adhocNamespaces) + 1);
/plugin/bibtex/OSBib/
H A DPARSEXML.php119 $lastnode = count($this->nodeStack);
127 $lastnode = count($this->nodeStack);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php53 if ( $key+1 < count( $suggs )) {
87 for( $i = 0; $i < count( $textinputs ); $i++ ) {
/plugin/freechat/phpfreechat/src/commands/
H A Dprivmsg.class.php21 if (count($params) == 0)
89 if ($c->max_privmsg <= count($u->privmsg))
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php505 $this->assertEquals(count($expected), count($result));
H A DBrokerTester.php21 $this->assertEquals(count($expected), count($result));
/plugin/likeit/
H A Dstyle.css46 .plugin_likeit.count {
77 .plugin_likeit.container.loading .plugin_likeit.count {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php23 $this->assertEquals(count($expected), count($result));
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php143 … $this->adhocNamespaces[$namespace] = 'x' . (count($this->adhocNamespaces) + 1);
249 $this->adhocNamespaces[$namespace] = 'x' . (count($this->adhocNamespaces) + 1);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php49 if ( $key+1 < count( $suggs )) {
83 for( $i = 0; $i < count( $textinputs ); $i++ ) {
/plugin/xfortune/
H A Dhelper.php45 $lines = count(explode("\n", $cookie));
70 if(!count($files)) throw new Exception("Could not find fortune files in $cookieID");
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php88 if (count($data) == 3) {
126 if (count($highlight_elt_exp) == 2) {

1...<<31323334353637383940>>...102