Home
last modified time | relevance | path

Searched refs:count (Results 1276 – 1300 of 2539) sorted by relevance

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

/plugin/flyspraylink/
H A Dsyntax.php78 if(count($fsv) < 2) {
/plugin/quickstats/scripts/
H A Dget_useragent.php36 if(!count($qs_agents)) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DUrlEncoder.php48 $l = \count($chars);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php58 if (count($message) === 1) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue205Test.php94 $this->assertEquals(1, count($vObject->VEVENT));
H A DExpandEventsDTSTARTandDTENDbyDayTest.php83 $this->assertEquals(2, count($vObject->VEVENT));
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js28 var count = 0;
30 _.each(obj, function(){ count++; });
31 assert.equal(count, 3, 'the fun should be called only 3 times');
125 var growingCollection = [1, 2, 3], count = 0;
127 if (count < 10) growingCollection.push(count++);
130 assert.equal(count, 3, method + ' is resistant to length changes');
134 var changingObject = {0: 0, 1: 1}, count = 0;
136 if (count < 10) changingObject[++count] = val + 1;
140 assert.equal(count, 2, method + ' is resistant to property changes');
/plugin/eshop/
H A Dstyle.css12 .eshop_plugin .count {
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DFencedCodeRenderer.php
/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php67 return count(preg_split("/<\/p>|<\/h[1-9]{1}>|<br|<\/tr>|<\/li>|<hr>|<\/pre>/", $text)) - 1;
/plugin/struct/meta/
H A DSchemaImporter.php27 $existing = count($this->oldschema->getColumns());
/plugin/sync/
H A Dadmin.php93 if($this->profno === '') $this->profno = count($this->profiles);
166 if(count($pages) || count($media)){
168 if(count($pages))
170 if(count($media))
/plugin/qc/action/
H A Dcron.php89 return count(array_filter((array)$arr)) == 0;
/plugin/ac/
H A Dac.php50 return (count($ret) === 0) ? false : $ret[0];
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.buffer.js44 count : settings.layout === 'line' ? 'horizontal' : 'vertical',
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriber.php53 if ($list->count() > 0) {
/plugin/interwiki/
H A Daction.php31 if(count($wikis) < 1)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php39 for ($i = $metadataStack->count() - 1; $i > 0; $i--) {
/plugin/chat/
H A Dsyntax.php86 if (count($revs)) {
/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php100 $this->lineCount = \count($this->lines);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php36 $additiveNumsCount = count($additive_nums);
/plugin/bez/ctl/
H A Dactivity_report.php11 if(count($_POST) > 0 && ($_POST['from'] != '' || $_POST['to'] != '')) {
H A Dtypes.php39 } elseif (count($_POST) > 0) {
H A Dtask_programs.php40 } elseif (count($_POST) > 0) {
/plugin/dokucrypt/
H A Dscript.js1413 var count = []; variable
1414 count[0] = 0;
1415 count[1] = 0;
1581 count[0] = count[1] = 0;
1594 index = and(shr(count[0],3) , 0x3F);
1595 if (count[0] < 0xFFFFFFFF - 7) {
1596 count[0] += 8;
1598 count[1]++;
1599 count[0] -= 0xFFFFFFFF + 1;
1600 count[0] += 8;
[all …]

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