Home
last modified time | relevance | path

Searched refs:count (Results 426 – 450 of 2539) sorted by relevance

1...<<11121314151617181920>>...102

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DParser.php27 if (!empty($lines) && $lines[\count($lines) - 1] == '') {
31 $lineCount = \count($lines);
58 if ($diff !== null && \count($collected)) {
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php18 * Internal backlink count
63 LogUtility::msg("Backlink count is not yet supported on the resource type ({$resource->getType()}");
73 LogUtility::msg("The store ($storeClass) does not support backlink count");
93 ->setQueryParametrized("select count(1) from PAGE_REFERENCES where REFERENCE = ? ", [$this->getResource()->getPathObject()->toAbsoluteId()]);
94 $count = 0;
96 $count = $request
104 return intval($count);
/plugin/poll/
H A Dsyntax.php42 $c = count($options);
86 $c = count($options);
104 } elseif (count($options) > 0) {
127 $c = count($poll['results']);
/plugin/userhistory/
H A Dadmin.php41 …ditor_list"><p class = "editor_counter">'.$this->getLang ( 'total' ).': '.count ( $user_list ).'</…
72 for ( $i = 0; $i < count ( $alllist ); $i++ ) { /* for all files */
78 for ( $j = 0; $j < count ( $f ); $j++ ) { /* for all lines */
106 …= "edit_list"><p class = "edit_counter">'.$this->getLang ( 'total' ).': '.count ( $changes ).'</p>…
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php218 if (count($version)===1) {
240 if (count($uid) === 0) {
262 if (count($fn)!==1) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php218 if (count($version)===1) {
240 if (count($uid) === 0) {
262 if (count($fn)!==1) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php22 use function count;
163 return $this->getName() . ($this->options()->count() > 0 ? ';' . $this->options()->toString() : '');
214 return ($this->options()->count() > 0);
228 public function count(): int
230 return count($this->values);
212 public function count(): int global() function in FreeDSx\\Ldap\\Entry\\Attribute
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php218 if (count($version)===1) {
240 if (count($uid) === 0) {
262 if (count($fn)!==1) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php136 switch (count($hostparts)) {
220 if ($host_parts && !$host_parts[count($host_parts) - 1]) {
241 if (count($host_parts) == 1) {
249 $second_level = $host_parts[count($host_parts) - 2];
251 return count($host_parts) > 2;
/plugin/aclplusregex/
H A Daction.php266 $countA = count($partsA);
268 $countB = count($partsB);
314 $count = count($parts);
315 for ($i = 0; $i < $count; $i++) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php171 if ((count($idpCertdata) == 1 and
172 …sset($idpCertdata['signing']) and count($idpCertdata['signing']) == 1) or (isset($idpCertdata['enc…
173 …(isset($idpCertdata['signing']) && count($idpCertdata['signing']) == 1) && isset($idpCertdata['enc…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php276 public function shouldBeCalledTimes($count) argument
278 return $this->should(new Prediction\CallTimesPrediction($count));
378 * @param int $count
382 public function shouldHaveBeenCalledTimes($count) argument
384 return $this->shouldHave(new Prediction\CallTimesPrediction($count));
/plugin/csv/
H A Dhelper.php154 $maxcol = count($row);
256 if (!count($fields) && $word === '') continue;
319 if (!count($fields) && $word === '') continue;
332 if ($infield && ($word || count($fields))) {
339 if (!count($fields)) return false;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php103 $headerColumns = \count($this->headerCells);
143 if ($column < \count($this->columns)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php25 public $count; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
170 public function setCount($count) argument
172 $this->count = $count;
179 return $this->count;
H A DSearchQueriesPreviousPage.php25 public $count; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
170 public function setCount($count) argument
172 $this->count = $count;
179 return $this->count;
H A DSearchQueriesRequest.php25 public $count; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
170 public function setCount($count) argument
172 $this->count = $count;
179 return $this->count;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php194 if (!count($p)) {
232 if (!count($p) || !count($q)) {
233 if (count($q)) {
236 if (count($p)) {
/plugin/hidden/
H A Dsyntax.php72 if ( count($initialState) != 0) {
90 if ( count($found) > 1 ){
99 if( count($active) != 0 ){
109 if( count($element) != 0 ){
152 if ( count($text) != 0 ){
/plugin/bez/ctl/
H A Dstart.php109 $this->tpl->set('proposals_count', $this->model->threadFactory->count($filter));
115 $this->tpl->set('my_threads_count', $this->model->threadFactory->count($filter));
121 $this->tpl->set('my_tasks_count', $this->model->taskFactory->count($filter));
127 $this->tpl->set('reported_threads_count', $this->model->threadFactory->count($filter));
133 $this->tpl->set('reported_tasks_count', $this->model->taskFactory->count($filter));
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php136 switch (count($hostparts)) {
220 if ($host_parts && !$host_parts[count($host_parts) - 1]) {
241 if (count($host_parts) == 1) {
249 $second_level = $host_parts[count($host_parts) - 2];
251 return count($host_parts) > 2;
/plugin/pagequery/
H A Dsyntax.php79 $opt['showcount'] = false; // show the count of links found
80 $opt['snippet'] = ['type' => 'none', 'count' => 0, 'extent' => '']; // show content snippets/abstracts
169 $count = (empty($options[1])) ? $opt['snippet']['count'] : $options[1];
176 $opt['snippet'] = ['type' => $type, 'count' => $count, 'extent' => $extent];
298 // do a link count BEFORE grouping (don't want to count headers...)
299 $count = count(
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsCountException.php20 public function __construct($message, MethodProphecy $methodProphecy, $count, array $calls) argument
24 $this->expectedCount = intval($count);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DTraversableString.php35 public function count() function in Assetic\\Util\\TraversableString
37 return count($this->many);
/plugin/bibtex/OSBib/create/
H A DFORMMISC.php36 if(($limit != -1) && ($count = preg_match_all("/./", $text, $throwAway)) > $limit)
39 $length = $count - (2 * $start);

1...<<11121314151617181920>>...102