Home
last modified time | relevance | path

Searched refs:count (Results 451 – 475 of 2539) sorted by last modified time

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

/plugin/openid/Auth/OpenID/
H A DFileStore.php632 for ($i = 0; $i < count($b); $i++) {
H A DMessage.php190 for ($i = 0; $i < count($this->keys); $i++) {
204 return count($this->keys);
524 if (count($parts) == 2) {
578 if (count($parts) == 2) {
978 if (count($parts) != 2) {
H A DNonce.php36 if ($result != 1 || count($matches) != 8) {
H A DParse.php192 return $matches[count($matches) - 1][1];
H A DSQLStore.php439 if (!$assocs || (count($assocs) == 0)) {
H A DSReg.php326 return count($this->allRequestedFields());
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;
H A DURINorm.php154 if (count($uri_matches) < 9) {
155 for ($i = count($uri_matches); $i <= 9; $i++) {
188 if (count($authority_matches) === 0) {
193 if (count($authority_matches) < 4) {
194 for ($i = count($authority_matches); $i <= 4; $i++) {
H A DBigMath.php160 if (count($duplicate_cache) > 10) {
H A DKVForm.php46 for ($lineno = 0; $lineno < count($lines); $lineno++) {
49 if (count($kv) != 2) {
/plugin/openid/Auth/
H A DOpenID.php193 if (count($parts) != 2) {
290 for ($i = 0; $i < count($parts); $i++) {
293 if (count($pair) != 2) {
345 if (count($args) == 0) {
/plugin/openid/Auth/Yadis/
H A DManager.php345 return count($this->services);
H A DPlainHTTPFetcher.php149 if (count($parts) == 2) {
H A DXRDS.php66 while (count($arr)) {
274 $this->xrdNode = $xrdNodes[count($xrdNodes) - 1];
469 ($matches == count($filters))) {
H A DXRI.php103 if (count($args) == 0) {
212 for ($i = 1; $i < count($xrd_list); $i++) {
/plugin/prosemirror/schema/
H A DNode.php179 $contentLength = count($this->content) - 1;
/plugin/prosemirror/parser/
H A DInternalLinkNode.php45 if (count($parts) === 2) {
/plugin/blogtng/action/
H A Dedit.php83 if (count($allowed_tags) > 0) {
193 if (count($allowedTags) > 0) {
337 if (count($allowed_tags) > 0) {
367 if(count($this->getAllowedTags()) > 0) {
H A Dfeed.php154 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
/plugin/blogtng/syntax/
H A Dblog.php110 if (($type != 'tagsearch') && (!count($conf['blog']))) {
/plugin/blogtng/helper/
H A Dcomments.php266 if (count($mails) > 0) {
568 $count = $this->get_count($types);
570 switch($count) {
572 printf($fmt_zero_comments, $count);
575 printf($fmt_one_comments, $count);
578 printf($fmt_comments, $count);
649 if(count($types)){
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 …]
H A Dtags.php97 public function count($pid) { function in helper_plugin_blogtng_tags
237 …r, array_map(array($this, '_format_tag_link'), $this->tags, array_fill(0, count($this->tags), $tar…
/plugin/blogtng/
H A Dadmin.php280 $count = 'SELECT COUNT(*) as count ';
313 $sqlcount = $count . $from . $where;
323 $count = $db->res2single($res);
355 if($count > $limit) {
368 if($count > $limit) {
491 $count = 'SELECT COUNT(pid) as count ';
506 $sqlcount = $count . $from . $where;
579 if($count > 0) {
587 ptln($count);
595 $count = count($tags);
[all …]
/plugin/navi/
H A Daction.php29 if (!is_array($depends) || !count($depends)) return; // nothing to do

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