Home
last modified time | relevance | path

Searched refs:count (Results 1226 – 1250 of 2539) sorted by relevance

1...<<41424344454647484950>>...102

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1689 if (count($res)) { // Leave full list of available fonts if passed blank array
1694 if (count($this->available_unifonts) == 0) {
1919 $n = count($this->extgstates);
1922 if (count($this->extgstates[$i]['parms']) == count($parms)) {
1993 if (count($this->cellBorderBuffer)) {
2007 if (count($this->columnbuffer)) {
2040 if ($this->tableOfContents->TOCmark || count($this->tableOfContents->m_TOC)) {
2164 if (count($sz) == 2) {
2282 $n = count(
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.post.positioned.class.php12 for ($i=0; $i<count($tree->content); $i++) {
H A Dfilter.post.postponed.class.php12 for ($i=0; $i<count($tree->content); $i++) {
H A Dfilter.output.ps2pdf.class.php9 if (count($output) > 0) {
H A Dinline.content.builder.pre.wrap.php25 for ($i=0, $size = count($lines); $i<$size; $i++) {
/plugin/jcapture/
H A Dapplet.php4 if(!count($_POST) && $HTTP_RAW_POST_DATA){
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEveryEntryToken.php56 return array_sum($scores) / count($scores);
/plugin/linksenhanced/admin/
H A Dlinks.php62 echo '<td rowspan="'.count($links).'">'.$page.'</td>';
/plugin/cspheader/
H A Daction.php82 if (!count($values)) continue;
/plugin/loglog/_test/
H A DLogging.test.php33 $actual = count($this->logHelper->readLines($min, $max));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DHandleRDateExpandTest.php44 $this->assertEquals(5, count($result));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DGetEventsByTimerangeTest.php93 … $this->assertEquals(1, count($vObject->VEVENT), 'We got 0 events instead of 1. Output: ' . $body);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilters.php35 && \count($this->getParam('filters'))
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSimpleQueryString.php18 if (0 < \count($fields)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php393 $last = count($temp) - 1;
613 $n = count($decoded['content']);
685 for ($i = 0; $i < count($decoded['content']); $i++) {
773 …$bits = count($mapping['mapping']) == $size ? [] : array_fill(0, count($mapping['mapping']) - $siz…
1039 $bits = array_fill(0, count($mapping['mapping']), 0);
1041 for ($i = 0; $i < count($mapping['mapping']); $i++) {
1057 for ($i = $size + 1; $i < count($mapping['mapping']); $i++) {
1096 case is_array($source) && count($source) == 1:
/plugin/mediasyntax/
H A Daction.php61 $num = count($ins);
205 $c = count($event->data);
/plugin/googlemaps3/
H A Dsyntax.php224 …ions), array_merge(array(0), $matches[0], array_fill(0, count($this->defaultMarkerOptions)-count($…
/plugin/header2/
H A Dsyntax.php142 count($renderer->sectionedits) > 0 &&
143 $renderer->sectionedits[count($renderer->sectionedits) - 1][2] === 'section') {
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php144 if (\count($this->statusStack)) {
145 return $this->statusStack[\count($this->statusStack) - 1];
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php201 if ( count($arAllowed) > 0 && !in_array( $sExtension, $arAllowed ) )
204 if ( count($arDenied) > 0 && in_array( $sExtension, $arDenied ) )
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php199 if ( count($arAllowed) > 0 && !in_array( $sExtension, $arAllowed ) )
202 if ( count($arDenied) > 0 && in_array( $sExtension, $arDenied ) )
/plugin/htmlabstract/
H A Dsyntax.php255 while ($tags[count($tags) - 1] != $closed_tag)
260 while (count($tags))
/plugin/navbox/
H A Dsyntax.php83 while(count($lines) > 0) {
202 if (count($lines) == 1) {
/plugin/judge/helper/
H A Dcrud.php26 public function tableRender($data, $mode, $count = 1, $sort = "timestamp") argument
41 $i = $count;
/plugin/ajaxpeon/
H A Daction.php171 … if(!$tocok || !is_array($toc) || !$conf['tocminheads'] || count($toc) < $conf['tocminheads']) {
215 if(!count($toc)) return '';

1...<<41424344454647484950>>...102