Home
last modified time | relevance | path

Searched refs:count (Results 1426 – 1450 of 2539) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPrinter.php47 if (count($out) != 2) {
/plugin/menuext/
H A Daction.php67 $order = isset($data['order']) ? (int) $data['order'] : count($event->data['items']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSubscriptionSupport.php83 $id = [$principalUri, count($this->subs[$principalUri])+1];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php79 $this->assertEquals(1, count($messages));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DObjectWriter.php32 if (is_array($this->mpdf->parsers) && count($this->mpdf->parsers) > 0) {
/plugin/bez/tpl/
H A Dkp.php46 <?php if (count($tpl->get('tasks')) > 0): ?>
/plugin/starred/
H A Dsyntax.php62 if (!count($starred)) {
/plugin/struct/action/
H A Drevert.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php271 if (count($this->mpdf->columnbuffer)) {
324 $notocs += count($this->m_TOC);
330 if (count($this->m_TOC)) {
457 $tocstart = count($this->mpdf->pages);
527 if (count($this->m_TOC)) {
587 unset($this->mpdf->pages[count($this->mpdf->pages)]);
883 if ($this->mpdf->page == 1 && count($this->mpdf->PageNumSubstitutions) == 0) {
/plugin/sketchcanvas/phplib/
H A Dspyc.php331 if (is_array ($source_array) && array_keys($source_array) === range(0, count($source_array) - 1)) {
413 $cnt = count($Source);
643 $inline = preg_replace('/\[([^{}\[\]]+)\]/U', ('YAMLSeq' . (count($seqs) - 1) . 's'), $inline, 1);
649 $inline = preg_replace('/{([^\[\]{}]+)}/U', ('YAMLMap' . (count($maps) - 1) . 's'), $inline, 1);
753 if (count ($incoming_data) > 1)
803 $cnt = count($reverse_history) - 1;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2252 if (!count($args)) {
2292 while (count($args)) {
2340 if (!count($newargs)) {
2554 for ($i = 0; $i < count($responses); $i++) {
2586 if (!count($responses) && $num_prompts) {
4545 for ($i = 0; $i < count($message_log); $i++) {
4624 $count = count($this->errors);
4626 if ($count > 0) {
4627 return $this->errors[$count - 1];
4999 if (count($p) != count($m)) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.min.php20 $content_size = count($box->content);
/plugin/authorlist/
H A Dsyntax.php81 if(count($tmp)==1){
/plugin/quickedit/
H A Dajax.php27 if(!count($_POST) && $HTTP_RAW_POST_DATA)
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php112 $this->_max = count($this->_sets) - 1;
/plugin/freechat/phpfreechat/src/commands/
H A Dunban.class.php47 $nb = count($banlist);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php44 if (range(0, count($value) - 1) === array_keys($value)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php103 if (!($type instanceof SequenceType && count($type) === 1)) {
/plugin/scrollticker/
H A DREADME.md15 {{threads>*&count=3&skipempty&simplelist}}
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php132 if (\count($this->_aggs)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticConnectionPool.php52 $total = count($this->connections);
/plugin/prosemirror/parser/
H A DInternalLinkNode.php45 if (count($parts) === 2) {
/plugin/odt/ODT/
H A DODTFootnote.php60 $i = count($params->document->footnotes);
/plugin/mikioplugin/
H A Dcss.php68 if(count($vars) > 0) {
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php37 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';

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