Home
last modified time | relevance | path

Searched refs:count (Results 2476 – 2500 of 2539) sorted by last modified time

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

/plugin/qstat/
H A Dsyntax.php221 $buf .= "<h4>{$this->getLang('players')} ".count($data['players'])."/{$maxclient}</h4>";
386 for ($i=2; $i<count($s); $i++) {
/plugin/freesync/
H A Dhelper.php173 if(count($rfiles))
189 if(count($lfiles))
497 if(is_array($data) && count($data)===5) {
/plugin/offline/
H A Dcreate.php186 foreach ($offlineConf['pageDirectoriesArr'] as $currentDirStr => $count) {
601 foreach ($offlineConf['mediaDirectoriesArr'] as $currentDirStr => $count) {
H A Drenderer.php110 if ( count ($this->footnotes) > 0 ) {
128 if (count($alt)) {
145 if($this->info['toc'] && is_array($this->toc) && count($this->toc) > 2){
399 if(!$tocok || !is_array($toc) || count($toc) < 3){
/plugin/multitemplate_styleman/
H A Daction.php56 for ($i = 0; $i < count($event->data['link']); $i++) {
/plugin/prolog/
H A Dattribute_options.php91 if(count($files))
/plugin/givemeyouremail/
H A Dsyntax.php199 $count = array();
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php23 for($i = 0; $i < count($patterns); $i++) {
/plugin/bookmarkme/
H A Daction.php31 $n = max( count( $keys ), count( $vals ) );
/plugin/charter/
H A Dhelper.php253 for ($i = 0; $i < count($flags[$key]); $i++) {
255 if (count($flags[$key][$i]) != 3) {
623 for ($i = 0; $i < count($a); $i++) {
/plugin/charter/lib/pchart/
H A DpChart.class.php283 if ( count($Values) == 3 )
514 if ( count($Data) > 1 )
530 $this->DataCount = count($Data);
2109 $Points = count($Data);
2244 $Points = count($Data);
2304 $Points = count($Data);
2370 for($i=0;$i<=count($Plots)-4;$i=$i+2)
2748 $Index = count($Plots);
2758 for($Key=count($iValues)-1;$Key>=0;$Key--)
3296 if (count($DataDescription["Description"]) < count($DataDescription["Values"]))
[all …]
H A DpData.class.php122 if (is_array($Value) && count($Value) == 1)
126 for($i=0;$i<=count($this->Data);$i++)
129 if ( count($Value) == 1 )
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js346 function InsertSpaces(line, pos, count) argument
352 for(var i = 0; i < count; i++)
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js73 …nes=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos,count) argument
74 …=line.substr(0,pos);var right=line.substr(pos+1,line.length);var spaces='';for(var i=0;i<count;i++)
/plugin/cache/
H A Dplugin_cache.php176 $sz = count($values);
205 $sz = count($lines);
211 if (count($items)!=2)continue;
/plugin/register/
H A Dsyntax.php86 if (count($range) == 1)
108 if ($subkey == "range" && count($bit) > 0)
117 if (count($bit) > 0)
H A Dregister.php311 if (count($bitset_m_set) == 0)
314 $bitset_m = $bitset_m_set[count($bitset_m_set) / 2];
/plugin/code2/
H A Dsyntax.php122 $c = count($sections);
203 $i = $aStart + count($aList); // greatest line number
/plugin/superacl/
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
45 $lvl = count(explode(':',$ns));
/plugin/weiqi/
H A Dweiqi_parser.php145 $height = count($board);
/plugin/vote/
H A Dsyntax.php212 $option_count = count( $vote_log['results'] );
/plugin/linkmanager/
H A Dfunctions.php67 if(!count($data)){
/plugin/flowplay2/flowplayer/
H A DREADME.txt160 …- New maximum play count for clips in the playlist. Controlled with a clip specific 'maxPlayCount'…
/plugin/nroff/
H A Drenderer.php95 if(is_array($this->toc) && count($this->toc) > 2){
295 $id = count($this->footnotes)+1;
296 $this->footnotes[count($this->footnotes)] = $footnote;
300 $id = count($this->footnotes)+1;
301 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
/plugin/nsrelation/
H A Dsyntax.php29 if (count($this->relatedns_display) < $this->relatedns)
30 for($i=count($this->relatedns_display);$i<count($this->relatedns);$i++)

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