Home
last modified time | relevance | path

Searched refs:count (Results 1251 – 1275 of 2539) sorted by relevance

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

/plugin/schulzevote/
H A Dhelper.php147 while (count($get) > 0) {
154 if (count($winners) == 0) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php205 if (!($type instanceof SequenceType && (count($type) >= 1 && count($type) <= 4))) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php179 if (!count($p) || !count($q)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php201 if ( count($arAllowed) > 0 && !in_array( $sExtension, $arAllowed ) )
204 if ( count($arDenied) > 0 && in_array( $sExtension, $arDenied ) )
/plugin/twofactor/
H A DGoogleAuthenticator.php195 for ($i = 0; $i < count($secret); $i = $i + 8) {
204 for ($z = 0; $z < count($eightBits); ++$z) {
/plugin/dokutranslate/
H A Dsyntax.php86 for ($i = 0; $i < count($meta[$oldrev]); $i++) {
104 $clsid = count($classes) - 1;
110 if ($tmp >= count($classes) - 2 && !$line['incomplete']) {
/plugin/fckg/action/
H A Dmeta.php242 if(count($winlinks)) {
286 if(count($successes)) {
498 for($i=0; $i<count($lines); $i++) {
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php282 for($counter = 0; $counter < count($this->tagAttributeSeparators); $counter ++) {
288 if(count($separatorPos) > 0)
322 while($attrCounter < count($attrArray) - 1) {
/plugin/datatemplate/syntax/
H A Dlist.php135 if(count($datarows) < $_REQUEST['dataofs']) $_REQUEST['dataofs'] = 0;
156 $R->doc .= $this->_renderPagination($data, count($datarows));
158 $R->doc .= $this->_renderPagination($data, count($datarows));
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php193 $argc = count($this->args);
225 $argc = count($this->args);
368 $hascommands = (count($this->setup) > 1);
/plugin/gallery2/dwgallery/
H A Ddwgallery.php106 $gallery['name'] = $array_id[count($array_id)-1];
135 $gallery['max'] = count($gallery['image']);
182 $max = count($index);
437 if (count($image) > 0) {
/plugin/schedule/
H A DscheduleRoot.class.php175 if (count ($array) < 1)
402 ' <td class="value">'.count ($schedules->memberSchedules).'</td>'.NL.
406 ' <td class="value">'.count ($schedules->datedSchedules).'</td>'.NL.
410 ' <td class="value">'.count ($schedules->repeatedSchedules).'</td>'.NL.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php178 $max = strlen(count($lines));
284 if (count($diffLines) === 1) {
426 $fixes = count($this->_changeset);
458 $numChanges = count($this->_changeset);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc204 'script' => 'ctx._source.counter += count',
206 'count' => 4
229 'source' => 'ctx._source.counter += params.count',
231 'count' => 4
/plugin/yalist/
H A Dsyntax.php102 $para_depth = count(explode(' ', str_replace("\t", ' ', $match)));
104 while($para_depth < $last_frame['depth'] && count($this->stack) > 1) {
157 count($this->stack) > 1) {
224 'depth' => count(explode(' ', str_replace("\t", ' ', $match))),
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php216 $segments[] = new LineString(count($points) <> 1 ? $points : []);
218 $track = count($segments) === 0
220 : (count($segments) === 1
298 if (count($attributes)) {
/plugin/owncloud/
H A Dhelper.php206 list($authorsString,$desc,$count,$time) = $this->getAuthorsAndDescOfMediafile($file);
207 if(empty($count)) $count = 0;
209 …:</b>&nbsp;'.strftime($conf['dformat'],intval($time)).'&nbsp;('.$count.'&nbsp;'.($count == 1?$this…
239 …return array(implode(", ", $authors),$line[5],count($meta),$line[0]); // $line[5] is the latest fi…
/plugin/indexmenu/syntax/
H A Dindexmenu.php103 $counter = count($nsStrs);
/plugin/gitlink2/
H A Dsyntax.php78 if(count($gitv) < 2) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.height-constraint.class.php43 for ($i=0, $size = count($tree->content); $i<$size; $i++) {
H A Dinline.content.builder.pre.line.php21 for ($i=0, $size = count($lines); $i<$size; $i++) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dsimple_xml_element.test8 {{ images.children().image.count() }}
/plugin/tabinclude/
H A Dajax.php26 if(!count($_POST) && !empty($postData)){
/plugin/gitlink/
H A Dsyntax.php78 if(count($gitv) < 2) {
/plugin/usercontact/
H A Daction.php42 if (count($userdata) > 0) {

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