Home
last modified time | relevance | path

Searched refs:count (Results 901 – 925 of 2539) sorted by relevance

1...<<31323334353637383940>>...102

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php24 use function count;
91 if (!($type instanceof SequenceType && count($type) === 2)) {
104 if (!($attrListing instanceof SequenceType && count($attrListing->getChildren()) == 2)) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php699 if ($parser->isInfinite() && count($result) >= count($expected)) {
/plugin/ifauthex/
H A Dsyntax.php99 if (is_array($matches) && count($matches) > 0) {
104 return array($state, $matches[count($matches) - 1]);
/plugin/mobiletable/
H A Daction.php78 $index = count($schema);
92 $length = count($schema);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php160 return (count($this->_tokens) <= $position);
193 while (count($this->_tokens) > $position) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php144 if (\count($subSections) === 0) {
178 if (\count($subSections) > 1) {
/plugin/structtasks/meta/
H A DAbstractNotifier.php102 switch (count($components)) {
144 if (count($notifiable_users) == 0) return;
/plugin/struct/meta/
H A DSearchCloud.php79 $QB->addSelectStatement("COUNT($colname)", 'count');
82 $QB->addOrderBy('count DESC');
118 if (!empty($this->config['min']) && $this->config['min'] > $row['count']) {
/plugin/userimportextended/
H A Dadmin.php113 $digits = strlen(count($this->_import_failures));
205 … if (count($raw) < 5) { // need at least five fields
207 $error = sprintf($this->getLang('import_error_fields'), count($raw));
352 if(!count($user[4])) $user[4] = null;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php159 if (\count($missingArguments)) {
162 …$name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', impl…
200 if ($arbitraryArguments->count()) {
217 …\count($parameters) > 1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName…
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md31 ### ***`integer`*** `count(`***`string`*** `$text)`
62 $count = $Sentence->count($text);
76 sentence count except in very uncommon situations.
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php68 if (is_array($links) && count($links) > 0) {
78 //function addLinksExtern($links) { if (is_array($links) && count($links)>0) $this->ext_links = $links; }
121 if (count($this->contributors) > 0) {
195 if (is_array($this->links) && count($this->links) > 0) {
206 if (count($this->backlinks) > 0) {
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php335 for($i = 0; $i < count($t); $i++)
344 for($i = $d; $i < count($t) - 1; $i++)
368 for($i = 0; $i < count($extraits); $i++)
768 if(count($parentheses) == 0)
815 if(count($noeuds) <= 3) return $noeuds;
817 for($i = 0; $i < count($noeuds); $i++)
838 for($i = 0; $i < count($noeuds); $i++)
857 switch(count($this->noeuds))
1008 for($i = 0; $i < count($img); $i++)
1309 if ($i< count($this->noeuds[3]->noeuds))
[all …]
/plugin/filelist/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php408 $this->function->fread = function ($resource, $count) use (&$_resource, &$_count) {
410 $_count = $count;
412 return fread($resource, $count);
415 $count = 42,
416 $this->openFile($wrapper, str_repeat('@', $count))
418 ->when($result = $wrapper->stream_read($count))
421 ->hasLength($count)
426 ->isEqualTo($count);
/plugin/stats/
H A Dsyntax.php384 if(count($monthYear)){
819 $count = 0;
825 $count=0;
843 for($i = count($lines)-1; $i >= 0; $i--) {
848 $count++;
851 if($count >= $num) {
1066 $this->excludedNs = (count($excludedNs)>0) ? $excludedNs : null;
1070 for($i=0;$i<count($excludedns_pattern);$i++){
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php75 for($i = count($c->proxies)-1; $i >= 0; $i--)
195 if (count($cmdtoplay_id["value"]) == 0)
231 …$cmdtoplay = ($cmdtoplay == NULL || count($cmdtoplay) == 0) ? array() : unserialize($cmdtoplay[0]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php88 $methodCount = max($methodCount, count($coverage[$line]));
159 'count' => count($data), 'type' => 'stmt'
225 $xmlMetrics->setAttribute('files', count($report));
/plugin/mantisreporter/
H A Dsyntax.php136 if(0 === count($priorities)) {
159 if(0 === count($reporters)) {
181 if(0 === count($categories)) {
/plugin/timetrack/
H A Dsyntax.php148 if(count($data) > 1) {
209 if(count($data)!==2) {
218 if(count($data) != 2) continue;
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php185 for ($i = 0; $i < count($links); $i++) {
207 for ($i = 0; $i < count($links); $i++) {
244 for ($i = 0; $i < count($tasks); $i++) {
/plugin/dokutranslate/
H A Dadmin.php216 $count = count($data);
218 for ($i = 0; $i < $count; $i++) {
/plugin/textinsert/
H A Dsyntax.php129 for($i=0; $i<count($substitutions); $i++) {
181 for($i=0; $i<count($keys); $i++) {
241 for($i=0; $i<count($names) ; $i++) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php301 # An offset of 1 and a content size of zero starts from the beginning entry (server uses its assumed count).
302 $count = ($this->control !== null) ? (int) $this->control->getCount() : 0;
304 # In percentage mode start off with an assumed count of 100, as the formula the server uses should give us the
307 $count = 100;
322 return Controls::vlv($this->before, $this->after, $offset, $count, $contextId);
/plugin/popupviewer/syntax/
H A Dviewer.php189 if (count($coords) == 3) {
191 } elseif (count($coords) == 4) {
193 } elseif (count($coords) >= 6) {

1...<<31323334353637383940>>...102