Home
last modified time | relevance | path

Searched refs:count (Results 2501 – 2525 of 2539) sorted by last modified time

1...<<101102

/plugin/wysiwyg/
H A Dajax.php13 if(!count($_POST) && @$HTTP_RAW_POST_DATA){
/plugin/snmplive/
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php183 if ( count($arAllowed) > 0 && !in_array( $sExtension, $arAllowed ) )
186 if ( count($arDenied) > 0 && in_array( $sExtension, $arDenied ) )
/plugin/deflist/
H A Dsyntax.php404 $c = count($aData[1]);
/plugin/darcspatch/
H A Dadmin.php125 for($c=0;$c<count($sections[1]);$c++) {
142 for($i=0;$i<count($target_lines);$i++) {
149 …if(($offset <= count($target_lines)) && (strcmp(rtrim(substr($line,1)),rtrim($target_lines[$offset…
160 if(($offset-1) <= count($target_lines)) {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php49 if ( $key+1 < count( $suggs )) {
83 for( $i = 0; $i < count( $textinputs ); $i++ ) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py132 def uploadFile(self, resourceType, currentFolder, count=None): argument
138 if (count):
139 nid = "%s.%s.%s" % (fileNameOnly, count, fileExtension)
150 if (count):
151 count += 1
153 count = 1
154 return self.zopeFileUpload(resourceType, currentFolder, count)
/plugin/dokukiwix/
H A Dajax.php12 if(!count($_POST) && $HTTP_RAW_POST_DATA){
H A Dscript.js16 this.count = 0;
66 pl_dokukiwix.count = 0;
81 pl_dokukiwix.count = pl_dokukiwix.pages.length;
163 …okukiwix_status('Generating '+pl_dokukiwix.page+' ('+pl_dokukiwix.done+'/'+pl_dokukiwix.count+')');
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php225 if (count($ext) == 0) return '';
226 return $ext[count($ext)-1];
/plugin/linkmanager/exe/
H A Dajax.php11 if(!count($_POST) && $HTTP_RAW_POST_DATA){
56 $lvl = count(explode(':',$ns));
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php181 for ($i = 0, reset($a); $i < count($a); $i++, next($a)) {
/plugin/linebreak/
H A Daction.php63 for ($i=0; $i<count($linebreaks[0]); $i++) {
83 for ($i=0; $i < count($calls); $i++) {
98 for ($i=0; $i < count($calls); $i++) {
124 for ($i=0; $i<count($conversion); $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/gcalendar/inc/
H A Dgcal_show.php77 echo "<tr><th colspan='".(count($pages)+1)."'>"; # the header span over all columns
230 $page_count = count($pages);
335 if (count($array) < 2) return;
337 $halfway = count($array) / 2;
352 while ($ptr1 < count($array1) && $ptr2 < count($array2)) {
361 while ($ptr1 < count($array1)) $array[] = $array1[$ptr1++];
362 while ($ptr2 < count($array2)) $array[] = $array2[$ptr2++];
H A Dgcal_read.php58 (($options["pagelinks"]!="hide") && count($page_list)>1) ) {
355 if(count($drx->interwiki)==0) $drx->interwiki = getInterwiki();
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php335 for($i = 0; $i < count($t); $i++)
344 for($i = $d; $i < count($t) - 1; $i++)
368 for($i = 0; $i < count($extraits); $i++)
768 if(count($parentheses) == 0)
815 if(count($noeuds) <= 3) return $noeuds;
817 for($i = 0; $i < count($noeuds); $i++)
838 for($i = 0; $i < count($noeuds); $i++)
857 switch(count($this->noeuds))
1008 for($i = 0; $i < count($img); $i++)
1309 if ($i< count($this->noeuds[3]->noeuds))
[all …]
/plugin/chat/
H A Dchat.php53 if (count($revs) != 0)
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
90 if (count($files) > 1) {
91 $file = $files[mt_rand(0,count($files)-1)];
108 $color = count($lines) % 2 == 0 ? 0 : 1;
110 for ($i = 0; $i < count($lines); $i++) {
159 if ($i+1 < count($lines)) {
/plugin/googlesearch/
H A Daction.php105 if(!count($ret['resultElements'])){
H A Dnusoap.php523 if(count($array_types) > 1){
1171 if(count($attrs) > 0){
2598 if(count($arr) > 1){
2762 if(count($arr) > 1){
4355 if (count($attrs) > 0) {
4905 if (count($this->schemas)>=1) {
4915 if (count($this->messages) >= 1) {
4992 if (count($this->ports) >= 1) {
5546 if (count($typeDef['elements']) != count($xvalue)){
5636 if (count($elements) > 0) {
[all …]
/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/txtconf/
H A Dtxtconfig.class.php163 for ($i=0; $i<count($matches); $i++) {
H A Dconfig0.class.php132 for ($i=0; $i<count($matches); $i++) {
/plugin/bibtex/OSBib/
H A DPARSEXML.php119 $lastnode = count($this->nodeStack);
127 $lastnode = count($this->nodeStack);

1...<<101102