Home
last modified time | relevance | path

Searched refs:cells (Results 176 – 185 of 185) sorted by last modified time

12345678

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak39 // the preview image when cells are dragged)
/plugin/jmol2/jmol/
H A DCHANGES.txt109 # bug fix: CASTEP and AIMS readers now properly load unit cells using cell vectors
1014 # --applies {within(loadAtomDataTolerance,xyzcoord)}.vxyz = vibcoord, so to all unit cells
1021 # new feature: load {a b -c} packs a x b x c cells
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11cells[I[C]])c[c.length]=i.rows[Q].cells[I[C]].innerHTML.replace(/<[^>]*?>/g,"");}else{for(var v=0,…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js65cells.length<(E+1)) continue;B=F.cells[E].cloneNode(false);if (FCKBrowserInfo.IsGeckoLike) FCKTool…
66cells.length;i++){var E=FCK.EditorDocument.body.createTextRange();E.moveToElementText(D.cells[i]);…
H A Dfckeditorcode_gecko.js64cells.length<(E+1)) continue;B=F.cells[E].cloneNode(false);if (FCKBrowserInfo.IsGeckoLike) FCKTool…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler_ie.js48 for ( var i = 0 ; i < oParent.cells.length ; i++ )
51 oCellRange.moveToElementText( oParent.cells[i] ) ;
57 aCells[aCells.length] = oParent.cells[i] ;
H A Dfcktablehandler.js187 if ( oRow.cells[iIndex] )
242 cells[i][label] = true ;
296 if ( cells.length < 1 )
354 if ( cells.length < 2 )
359 var refCell = cells[0] ;
449 if ( cells.length != 1 )
452 var refCell = cells[0] ;
513 if ( cells.length != 1 )
789 var aCells = tr.cells ;
804 if ( cells.length != 1 )
[all …]
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js27 var cells = [] ;
31 for ( var j = 0 ; j < r.cells.length ; j++ )
32 cells.push( r.cells[j] ) ;
35 if ( cells.length < 1 )
44 for ( var i = 0 ; i < cells.length ; i++ )
46 var pos = FCKTools.GetWindowPosition( w, cells[i] ) ;
47 var rightX = pos.x + parseInt( cells[i].clientWidth, 10 ) ;
49 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ;
56 rbCell = cells[i] ;
177 for ( var c = 0 ; c < row.cells.length ; c++ )
[all …]
/plugin/textile2/
H A DclassTextile.php440 $cells = array();
452 $cells[] = "\t\t\t<t$ctyp$catts>$cell</t$ctyp>";
454 $rows[] = "\t\t<tr$ratts>\n" . join("\n", $cells) . ($cells ? "\n" : "") . "\t\t</tr>";
455 unset($cells, $catts);
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js465 …if (id.rows[i].cells[ci[o]]) tr[tr.length] = id.rows[i].cells[ci[o]].innerHTML.replace(/<[^>]*?>/g…
468 for (var z=0, tL=id.rows[i].cells.length; z<tL; z++)
469 tr[tr.length] = id.rows[i].cells[z].innerHTML.replace(/<[^>]*?>/g,"");

12345678