Home
last modified time | relevance | path

Searched refs:count (Results 1176 – 1200 of 2539) sorted by relevance

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

/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php284 return count($this->curlMultiMap) > 0;
508 $headerBlob = $headerBlob[count($headerBlob) - 1];
518 if (count($parts) == 2) {
/plugin/nstoc/
H A Dsyntax.php281 return (0 < count($result))
341 if (count($path)) {
701 if (0 < count($pages)) {
/plugin/rrdgraph/
H A Dsyntax.php114 if (count($range) == 3) $ranges[] = $range;
290 if (count($data) == 0) return false;
324 'data-ranges' => count($ranges)
/plugin/composer/
H A Dsyntax.php81 if (count($nsOpt) == 1) {
95 if (count($nsLevel) > 1) {
371 for ($i = 0; $i < count($instr); $i++){
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php112 if (0 == count($this->value)) {
114 } elseif (1 === count($this->value)) {
270 if (1 === count($value)) {
/plugin/farm/
H A Dadmin.php143 if(!count($this->errors)) return;
166 if(!count($this->success)) return;
168 if(count($this->success) > 1) {
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._generic.class.php61 $size = count($this->_postponed);
73 $size = count($this->_postponed);
88 $size = count($this->_postponed);
/plugin/authdrupal7/
H A Dauth.php87 if($result !== false && count($result) == 1) {
189 if($result !== false && count($result)) {
215 if($result !== false && count($result)) {
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php282 return count($this->curlMultiMap) > 0;
506 $headerBlob = $headerBlob[count($headerBlob) - 1];
516 if (count($parts) == 2) {
/plugin/authdrupal8/
H A Dauth.php83 if($result !== false && count($result) == 1) {
184 if($result !== false && count($result)) {
210 if($result !== false && count($result)) {
227 * @return int count of found users
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php159 return count($elements) > 0 ? $elements : null;
210 return count($visibleElements) > 0 ? $visibleElements : null;
566 return count($driver->getWindowHandles()) == $expectedNumberOfWindows;
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php87 $pointCount = count($points);
157 $pointCount = count($points);
269 $verticesCount = count($vertices);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php100 if (count($data)) {
181 if (count($components) != 1) {
227 if (count($setArray) >= 2) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php45 if(count($value) === 1) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DCustomPropertyOrderingStrategy.php25 …$currentSorting = $properties ? array_combine(array_keys($properties), range(1, \count($properties…
/plugin/gtime/gtlib/asn1/
H A DASN1String.php55 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php49 return $this->position < count($this->tests);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBinary.php45 if(count($value) === 1) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php68 if (count($result) >= 3) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DBinary.php45 if(count($value) === 1) {
/plugin/grouphome/
H A Daction.php38 if (!count($grps)) return;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php53 return $this->cache->count();
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php90 if (($numUrls = count($urls)) == 1) { print "<title>1 link</title>" . "\n"; }
121 for ($i = 0; $i < count($urls); $i++) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php214 if (count($ValidTagTypes) == 1) {
235 if (count($ValidTagTypes) > 1) {
/plugin/metaeditor/
H A Daction.php153 for($i=0;$i<count($key);$i++)
155 if($i == count($key)-1)

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