Home
last modified time | relevance | path

Searched refs:count (Results 1451 – 1475 of 2539) sorted by relevance

1...<<51525354555657585960>>...102

/plugin/twofactor/action/
H A Dresendpwd.php60 if (!count($manager->getUserProviders())) return; // no 2fa for this user, don't interrupt
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/nroff/
H A Drenderer.php95 if(is_array($this->toc) && count($this->toc) > 2){
295 $id = count($this->footnotes)+1;
296 $this->footnotes[count($this->footnotes)] = $footnote;
300 $id = count($this->footnotes)+1;
301 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php314 if(count($css->log) > 0): ?>
320 for($i = 0; $i < count($array); $i++)
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php177 if (count($this->_forms) == 0) {
192 return $this->_forms[count($this->_forms)-1];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php217 $this->assertEquals(3, $this->result->count());
240 $this->assertEquals(3, $this->result->count());
/plugin/facebookevents/
H A Dsyntax.php178 if ( count($elements) < 2) {
197 $event_count = count($objects['data']);
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php332 ->integer(count($autoloader->getRegisteredAutoloaders()))
333 ->isEqualTo(count($oldRegisteredAutoloaders) + 1)
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php81 for ( $i = 0; $i < count ( $filerows ); $i++ ) {
103 if ( count ( $values ) > 0 ) {
/plugin/alphaindex/
H A Dsyntax.php195 $nb_data = count($data);
277 $nb_data = count($alpha_data);
/plugin/authopenldapkerberos/
H A Dauth.php174 if(count($out) == $limit)
223 if (!count(preg_grep($pattern, $info['grps']))) return false;
/plugin/linkback/action/
H A Ddisplay.php101 if ((count($data['receivedpings']) == 0) &&
248 if (!$data['display'] || (count($data['receivedpings']) == 0))
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php98 if ($this->mpdf->blockjustfinished && !count($this->mpdf->textbuffer)
991 if (count($this->mpdf->textbuffer) == 1) {
994 for ($i = 0; $i < count($this->mpdf->textbuffer); $i++) {
1083 if (count($this->mpdf->textbuffer) && $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1]) {
1084 if (0 !== strpos($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0], "\xbb\xa4\xac")) { // not special content
1086 if (preg_match('/[ ]+$/', $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0], $m)) {
1088 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0] = substr(
1089 $this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0],
1091 strlen($this->mpdf->textbuffer[count(
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php315 for ($d = 0, $count = \count($this->decisionToDFA); $d < $count; $d++) {
629 if ($edges === null || $t + 1 < 0 || $t + 1 >= $edges->count()) {
969 if (\count($intermediate->elements()) === 1) {
1025 if (\count($skippedStopStates) === 0) {
1371 $count = \count($altToPred);
1373 for ($i = 1; $i < $count; $i++) {
2398 $D->stateNumber = $dfa->states->count();
[all...]
/plugin/findologicxmlexport/
H A Dadmin.php93 $totalPages = count($pagesWithoutTitle[self::PAGES_NAME]);
/plugin/dokukiwix/
H A Dajax.php12 if(!count($_POST) && $HTTP_RAW_POST_DATA){
/plugin/top/
H A DCrawlerDetect.php327 if (!is_array($httpHeaders) || !count($httpHeaders)) {
/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php36 if ($c->max_channels <= count($u->channels))
/plugin/barcode/
H A Dsyntax.php42 $last = count($paramsArr);
/plugin/creole/syntax/
H A Dlistblock.php91 $c = count(explode(' ',str_replace("\t",' ',$match)));
/plugin/survey/syntax/
H A Dsurvey.php87 if (count($data) > 0) {
/plugin/googlesearch/
H A Daction.php105 if(!count($ret['resultElements'])){
/plugin/newsticker/syntax/
H A Dticker.php106 …$renderer->doc .= '<span class="newsticker-counter">'. ($index+1) . '/' . count($data) . '</span>';
/plugin/rating/
H A DCrawlerDetect.php327 if (!is_array($httpHeaders) || !count($httpHeaders)) {
/plugin/imagereference/syntax/
H A Dimgref.php64 if(count($parts) == 1) {

1...<<51525354555657585960>>...102