Home
last modified time | relevance | path

Searched refs:count (Results 526 – 550 of 2539) sorted by relevance

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

/plugin/imapmarkers/syntax/
H A Dmap.php112 switch (count($matches)) {
135 $num_coords = count($a_coords);
143 if ((count($a_coords) >= 6) and ((count($a_coords) % 2) == 0)) {
147 $err_msg = sprintf("Invalid number of coordinates! COUNT=%d", count($a_coords));
170 if (count($matches) == 2) {
270 $nr_areas = count($this->a_areas[$this->nr_imagemap_render]);
/plugin/autlogin/
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
39 $lvl = count(explode(':',$ns));
/plugin/likeit/
H A Dscript.js26 if(ret.list && ret.count) {
28 $container.find('.plugin_likeit.count').html(ret.count);
/plugin/siteexport/inc/
H A Dfunctions.php479 if (count($outputArray['diPlu']) > (count($allPlugins)/2)) {
524 …) && is_array($removeArray['customoptionvalue']) && count($removeArray['customoptionname']) == cou…
526 for ($index = count($removeArray['customoptionname']); $index >= 0; $index--)
653 $originalBasePartsCount = count($baseParts);
655 while (count($replaceParts) > 0 && count($baseParts) > 0) {
674 $finalLink = str_repeat('../', count($baseParts)) . implode('/', $replaceParts);
677 $isExternalPage = count($baseParts) == $originalBasePartsCount;
685 "baseParts" => count($baseParts),
/plugin/datepicker/
H A Daction.php65 $count = preg_match_all('$<pagemod[\w\W]*?</pagemod>$',$data,$range_delemiters);
67 if($count) {
87 $found_counter += count($found)-1;
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php144 $header_count = count($response_headers);
157 $header_count = count($response_headers);
163 if (count($header_parts) == 2) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dscalar_type_declarations.phpt45 $count = func_num_args();
47 if ($count > 1) {
50 for ($i = 1; $i < $count; $i++) {
H A Dclass_partial.phpt45 $count = func_num_args();
47 if ($count > 1) {
50 for ($i = 1; $i < $count; $i++) {
H A Dnamespaced_class_partial.phpt47 $count = func_num_args();
49 if ($count > 1) {
52 for ($i = 1; $i < $count; $i++) {
H A Dnamespaced_interface.phpt41 $count = func_num_args();
43 if ($count > 1) {
46 for ($i = 1; $i < $count; $i++) {
H A Dnullable_types.phpt45 $count = func_num_args();
47 if ($count > 1) {
50 for ($i = 1; $i < $count; $i++) {
H A Dreturn_type_declarations_nullable.phpt43 $count = func_num_args();
45 if ($count > 1) {
48 for ($i = 1; $i < $count; $i++) {
H A Dreturn_type_declarations_object_method.phpt46 $count = func_num_args();
48 if ($count > 1) {
51 for ($i = 1; $i < $count; $i++) {
H A Dreturn_type_declarations_void.phpt43 $count = func_num_args();
45 if ($count > 1) {
48 for ($i = 1; $i < $count; $i++) {
H A Dreturn_type_declarations_self.phpt43 $count = func_num_args();
45 if ($count > 1) {
48 for ($i = 1; $i < $count; $i++) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php172 ->given($oldCount = count(SUT::getRegistered()))
178 ->integer(count($result))
186 ->integer(count($result))
/plugin/interwikiformatting/
H A Dsyntax.php89 $count = 0;
91 $title = preg_replace('/\.' . $ext . '$/i', '', $title, 1, $count);
93 if ($count == 1) { break; }
/plugin/translator/
H A Daction.php77 if ( count($Language) > 1 ) {
95 if ( count($Language) > 1 ) {
100 if ( count($Language) == 1 ) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt47 $count = func_num_args();
49 if ($count > 0) {
52 for ($i = 0; $i < $count; $i++) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php102 if (count($available) === 0) {
107 if (count($available) === 0) {
120 if (count($choices) === 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php114 if (is_array($value) && !count($value)) {
120 if (count($components) == 3) {
144 if (count($primes) != 2) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions.php193 * @param int $count Total number of promises.
200 function some($count, $promises) argument
202 return Utils::some($count, $promises);
/plugin/upgrade/
H A Dadmin.php115 $count = 0;
119 $count++;
126 echo '<span class="step">' . $count . '</span>';
/plugin/columns/
H A Drewriter.php36 if (count($this->correction) > 0) {
38 $corrections = count($index);
39 $instructions = count($instruction);
/plugin/photogallery/
H A Dadmin.php72 for ($i = 0; $i<count($info); $i++){
78 $ok = (count($info) < count($arr));

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