Home
last modified time | relevance | path

Searched refs:count (Results 2351 – 2375 of 2539) sorted by path

1...<<919293949596979899100>>...102

/plugin/task/syntax/
H A Dtasks.php81 $c = count($pages);
/plugin/templater/
H A Dsyntax.php281 $n = count($instr);
/plugin/text/
H A Drenderer.php79 if ( count($this->footnotes) > 0 ) {
91 if (count($alt)) {
103 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
262 $id = count($this->footnotes)+1;
263 $this->footnotes[count($this->footnotes)] = $footnote;
267 $id = count($this->footnotes)+1;
268 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
/plugin/textile2/
H A DclassTextile.php535 $out[count($out)-1] .= $c1;
568 $out[count($out)-1] .= "\n".$line;
579 if ($ext) $out[count($out)-1] .= $c1;
/plugin/textinsert/
H A Dsyntax.php129 for($i=0; $i<count($substitutions); $i++) {
181 for($i=0; $i<count($keys); $i++) {
241 for($i=0; $i<count($names) ; $i++) {
/plugin/textmodule/
H A Daction.php34 if (count($m)>1) {
/plugin/timetrack/
H A Dsyntax.php148 if(count($data) > 1) {
209 if(count($data)!==2) {
218 if(count($data) != 2) continue;
/plugin/tindexmenu/
H A Dajax.php11 if(!count($_POST) && @$HTTP_RAW_POST_DATA){
102 if (count($toc)>1) {
/plugin/tindexmenu/syntax/
H A Dindexmenu.php507 for ($a=0; $a<count($nss);$a++) {
/plugin/tipoftheday/syntax/
H A Dtotd.php78 $prev = ($current == 0 ? count($sections) : $current) -1;
79 $next = ($current >= count($sections)-1 ? 0 : $current +1);
83 …[$prev])), "&lt;", 'title="previous" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%26' …
84 …ions[$next])), "&gt;", 'title="next" onclick="totd_loadnew(\'' . $page . (count($flags)>0 ? '%26' …
H A Dtotns.php36 $page = $header[intval(date('W')) % count($header)];
/plugin/tline/timeline_ajax/scripts/
H A Dsignal.js21 var count = parseInt(url.substr(url.indexOf(substring) + substring.length + 1)); variable
22 SimileAjax.loadingScriptsCount -= count;
/plugin/toctweak/action/
H A Drendertoc.php147 $event->data[1] = str_replace(self::TOC_HERE, $html_toc, $event->data[1], $count);
237 $count = 1;
241 $content= preg_replace($search, $replace, $content, 1, $count);
242 if (!$count) {
245 $count = 1;
251 if ($count > 0) {
253 $content = str_replace(self::TOC_HERE, $html_toc, $content, $count);
/plugin/toctweak/
H A Dhelper.php48 if (count($matches) == 4) {
176 if (count($params)) {
182 if (count($toc) < $this->getConf('tocminheads')) {
/plugin/todo/syntax/
H A Dlist.php246 $item['count'] = preg_match_all($opts['pattern'], $wikitext, $matches); //count how many times appears the pattern
247 if(!empty($item['count'])) { //if it appears at least once
335 if(isset($todopages) && count($todopages)>0) {
346 if(isset($todos) && count($todos) > 0) {
/plugin/toolbuttondel/
H A Daction.php29 for($i=0; $i<count($event->data); $i++) {
70 for($i = 0; $i <count($misc); $i++) {
116 for($i=0; $i<count($event->data); $i++) {
133 for($i=0; $i<count($event->data); $i++) {
145 for($i=0; $i<count($event->data); $i++) {
162 for($i=0; $i<count($list); $i++) {
/plugin/top/
H A DCrawlerDetect.php327 if (!is_array($httpHeaders) || !count($httpHeaders)) {
/plugin/topbarsyntax/
H A Dsyntax.php71 while(!$found && count($path) >= 0) {
/plugin/tos/
H A Daction.php112 $start += count($revisions);
/plugin/tplinc/
H A Dhelper.php64 if (count($row) < 4) $row[3] = 0;
155 $len = count($matches);
/plugin/tplmod/
H A Daction.php218 for($i=0; $i<count($ips); $i++) {
252 for($i=0; $i<count($ips); $i++) {
287 for($i=0; $i<count($ips); $i++) {
/plugin/translate/
H A Dhelper.php277 if (count($langs) == 0 && !$has_permission_translate) return;
280 if (count($langs) > 0 && !in_array($origlang, $langs)) {
314 if (count($langs) > 10) // FIXME configuration
/plugin/translation/
H A Daction.php101 $count = count($event->data['script']);
102 for ($i = 0; $i < $count; $i++) {
236 if (count($translations) > 1) {
/plugin/translationbuddy/
H A Dsyntax.php158 … $R->doc .= '<td rowspan="'.count($item).'" id="translationbuddy__'.$lc.'">'.$lc.'</td>';
163 $R->doc .= '<td class="rightalign">'.count($pages).'</td>';
164 if (count($items['en'][$ns]) == 0) {
167 … $R->doc .= '<td class="rightalign">'.round(100*count($pages)/count($items['en'][$ns])).'%</td>';
178 if (count($outdated) > 0) {
183 while (++$itr < $data['outdated'] && $itr < count($outdated));
184 if ($itr < count($outdated)) {
185 $R->doc .= 'and '.(count($outdated)-$itr).' more.';
190 if (count($items['en'][$ns]) > 0) {
193 if (count($extra_pages) > 0) {
[all …]
/plugin/translator/
H A Daction.php77 if ( count($Language) > 1 ) {
95 if ( count($Language) > 1 ) {
100 if ( count($Language) == 1 ) {

1...<<919293949596979899100>>...102