Home
last modified time | relevance | path

Searched refs:count (Results 676 – 700 of 2539) sorted by relevance

1...<<21222324252627282930>>...102

/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php186 $arity = count($values);
282 * @param int $count How many bytes of data from the current
286 public function stream_read($count) argument
288 return fread($this->getStream(), $count);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php231 public function setCount(Count $count) argument
233 $this->count = $count;
240 return $this->count;
/plugin/translation/
H A Daction.php101 $count = count($event->data['script']);
102 for ($i = 0; $i < $count; $i++) {
236 if (count($translations) > 1) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php39 $componentCount = count($components);
190 return count($this->components);
281 if (count($thisPoints) != count($otherPoints)) {
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php363 array(Helper::lcount($data, 2), count($data), $this->options['key']),
415 array($key, $id, count($data)),
509 $then = count($match) > 3 ? 4 : 2;
510 $else = count($match) > 3 ? 5 : 3;
512 if ( $evalcond && count($match) > 3 ) {
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php359 array(Helper::lcount($data, 2), count($data)),
411 array($key, $id, count($data)),
504 $then = count($match) > 3 ? 4 : 2;
505 $else = count($match) > 3 ? 5 : 3;
507 if ( $evalcond && count($match) > 3 ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php166 if (!count($p) || !count($q)) {
167 if (count($q)) {
170 if (count($p)) {
239 if (!count($p)) {
/plugin/evesso/
H A Dauth.php294 $count = '';
295 while($this->getUserData($user . $count)) {
296 if($count) {
297 $count++;
299 $count = 1;
302 $user = $user . $count;
/plugin/odt/ODT/elements/
H A DODTElementTable.php68 $count = $this->getCount();
78 $encoded .= '<ColumnsPlaceholder'.$count.'>';
93 $count = $this->getCount();
106 str_replace ('<ColumnsPlaceholder'.$count.'>', $column_defs, $content);
108 str_replace ('<MaxColsPlaceholder'.$count.'>', $max, $content);
518 $maxEmpty = count($empty);
/plugin/issuelinks/services/
H A DGitHub.service.php106 if (count($missing_scopes) !== 0) {
165 } while (empty($max) || count($results) < $max);
420 if (count(array_intersect($labels, $bugTypeLabels))) {
424 if (count(array_intersect($labels, $improvementTypeLabels))) {
428 if (count(array_intersect($labels, $storyTypeLabels))) {
541 $this->total = $this->estimateTotal($perPage, count($issues));
623 if (count($hook['events']) !== 3 || $missingEvents) {
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php162 if (count($timestamp["timestamp"]) == 0) return $deleted_user;
182 if (count($ret['nickid']) == 0)
193 if (count($channels) == 0)
289 for($i = 0; $i<count($ret['timestamp']); $i++)
336 for($i = 0; $i<count($ret['timestamp']); $i++)
342 if (count($timestamp['timestamp']) == 0) continue;
366 return (count($ret['timestamp']) > 0);
451 if (count($lastmsgid["value"]) == 0)
470 if (count($lastmsgid["value"]) == 0)
/plugin/redirect2/
H A Dhelper.php62 if (count($token) == 3) {
67 if (count($token) != 2) continue;
/plugin/podcast/blogtng-tpl/
H A Dentry.php48 if( count( $source )) {
52 if( count( $links )) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php162 public function count() function in Sabre\\VObject\\Node
166 return $it->count();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php177 function count() { function in Sabre\\VObject\\Node
180 return $it->count();
/plugin/duoshuo-dokuwiki/
H A Daction.php73 …$count = preg_match('/[^<nowiki>]' . syntax_plugin_duoshuo::DUOSHUO_SYNTAX . '/' , $data , $matche…
74 if($count >= 1 && $exists && $no_admin){
/plugin/latexit/classes/
H A DPackage.php97 if(!count($this->commands)) return '';
120 return count($this->parameters);
/plugin/icon/
H A Daction.php76 $all = count($parts);
89 if(count($parts)) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php132 public function count(): int function in Elastica\\Bulk\\ResponseSet
134 return \count($this->_bulkResponses);
/plugin/revealjs/syntax/
H A Dheader.php200 $count = 1;
202 $title .= $count;
203 $count += 1;
/plugin/gitlabproject/
H A Dsyntax.php52 if (count($server) != 0) {
68 if (count($project) != 0) {
137 $total_members = count($members);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php25 use function count;
110 if (!($type instanceof SequenceType && count($type) === 2)) {
161 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
181 if (count($type->getChildren()) !== 2) {
/plugin/discussion/syntax/
H A Dthreads.php98 $count = $customFlags['count'];
155 …if($count != false && $i >= $count) break; // Only display the n discussion threads specified by t…
/plugin/orphanswanted/
H A Dhelper.php108 $count = 1;
184 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
195 $count++;
/plugin/blogtng/helper/
H A Dentry.php276 if (count($conf['tags']) == 0) {
295 if(count($conf['tags'])){
310 $count = $this->sqlitehelper->getDB()->res2count($resid);
311 if($count <= $conf['limit']) return '';
317 $lastpage = ceil($count/$conf['limit']);
629 if(!count($tags)) return; // no tags for comparison
790 if(count($conf['blog']) > 0) {
795 if(count($conf['tags'])) {
797 if(count($conf['blog']) > 0) {
1002 $n = count($ins);
[all …]

1...<<21222324252627282930>>...102