Home
last modified time | relevance | path

Searched refs:cell (Results 376 – 383 of 383) sorted by last modified time

1...<<111213141516

/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersMore.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/nroff/
H A Drenderer.php857 $this->cell = 0;
889 if ($this->cell == 0)
905 if ($this->cell == 0)
909 $this->cell++;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js226 cell.parentNode.removeChild( cell ) ;
591 if ( oRow[c] == cell )
693 if ( cell.parentNode )
694 cell.parentNode.removeChild( cell ) ;
695 cell.colSpan = cell.rowSpan = 1 ;
706 if ( ! cell)
713 cell.colSpan++ ;
727 if ( ! cell || cell._rowScanned === true )
730 cell.rowSpan++ ;
764 j += cell.colSpan ;
[all …]
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js146 var cell = tableMap[i][j] ;
148 var colSpan = isNaN( cell.colSpan) ? 1 : cell.colSpan ;
180 cell.width = "" ;
181 cell.style.width = "" ;
194 var cell = tableMap[i][j] ;
195 if ( cell._Processed )
197 if ( tableMap[i][j-1] != cell )
200 cell.width = parseInt( cell.width, 10 ) + parseInt( colArray[j].width, 10 ) ;
201 if ( tableMap[i][j+1] != cell )
203 processedCells.push( cell ) ;
[all …]
/plugin/textile2/
H A DclassTextile.php441 foreach(explode("|", $row) as $cell) {
443 if (preg_match("/^_/", $cell)) $ctyp = "h";
444 if (preg_match("/^(_?$this->s$this->a$this->c\. )(.*)/", $cell, $cmtch)) {
446 $cell = $cmtch[2];
449 $cell = $this->graf($this->span($cell));
451 if (trim($cell) != '')
452 $cells[] = "\t\t\t<t$ctyp$catts>$cell</t$ctyp>";
/plugin/gcalendar/inc/
H A Dgcal_show.php176 $cell = "";
187 if($cell!="") $cell .= "\n";
188 $cell .= $event["content"];
204 echo "<td class='gCal_wd $class'>$cell</td>";

1...<<111213141516