Searched refs:iIndex (Results 1 – 10 of 10) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/ |
H A D | fck_select.js | 26 var iIndex = combo.selectedIndex ; 28 oListText.selectedIndex = iIndex ; 29 oListValue.selectedIndex = iIndex ; 57 var iIndex = oListText.selectedIndex ; 59 if ( iIndex < 0 ) return ; 64 oListText.options[ iIndex ].innerHTML = HTMLEncode( oTxtText.value ) ; 65 oListText.options[ iIndex ].value = oTxtText.value ; 68 oListValue.options[ iIndex ].value = oTxtValue.value ; 90 var iIndex = oListValue.selectedIndex ; 91 if ( iIndex < 0 ) return ; [all …]
|
/plugin/fckg/fckeditor/editor/dialog/fck_select/ |
H A D | fck_select.js | 26 var iIndex = combo.selectedIndex ; 28 oListText.selectedIndex = iIndex ; 29 oListValue.selectedIndex = iIndex ; 57 var iIndex = oListText.selectedIndex ; 59 if ( iIndex < 0 ) return ; 64 oListText.options[ iIndex ].innerHTML = HTMLEncode( oTxtText.value ) ; 65 oListText.options[ iIndex ].value = oTxtText.value ; 68 oListValue.options[ iIndex ].value = oTxtValue.value ; 90 var iIndex = oListValue.selectedIndex ; 91 if ( iIndex < 0 ) return ; [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | Gif.php | 44 function loadFile(&$data, $iIndex) argument 46 if ($iIndex < 0) { 65 } while ($iIndex-- > 0);
|
H A D | Lzw.php | 64 while (($iIndex = $this->LZWCommand($data, $dp)) >= 0) { 65 $ret .= chr($iIndex); 70 if ($iIndex != -2) {
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktablehandler.js | 119 var iIndex = oCell.cellIndex ; 128 if ( oRow.cells.length < ( iIndex + 1 ) ) 131 oCell = oRow.cells[iIndex].cloneNode(false) ; 137 var oBaseCell = oRow.cells[iIndex] ; 169 var iIndex = oCell.cellIndex ; 179 if ( iIndex == 0 && oRow.cells.length == 1 ) 187 if ( oRow.cells[iIndex] ) 188 oRow.removeChild( oRow.cells[iIndex] ) ;
|
H A D | fck.js | 949 var iIndex = this.Elements.length ; 950 this.Elements[ iIndex ] = element ; 951 return iIndex ;
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.gif.php | 24 function gif_loadFile($lpszFileName, $iIndex = 0) argument 27 if ($gif->loadFile($lpszFileName, $iIndex)) { 198 while (($iIndex = $this->LZWCommand($data, false)) >= 0) { 199 $ret .= chr($iIndex); 204 if ($iIndex != -2) { 817 public function loadFile($lpszFileName, $iIndex) argument 819 if ($iIndex < 0) { 842 while ($iIndex-- > 0);
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 12418 iIndex = 0; 12426 while (i !== end && matchIdx >= iIndex + textContentItemsStr[i].length) { 12427 iIndex += textContentItemsStr[i].length; 12438 offset: matchIdx - iIndex 12448 while (i !== end && matchIdx > iIndex + textContentItemsStr[i].length) { 12449 iIndex += textContentItemsStr[i].length; 12455 offset: matchIdx - iIndex
|
H A D | viewer.js.map | 1 …iIndex","end","m","mm","begin","divIdx","_renderMatches","isSelectedPage","selectedMatchIdx","prev…
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.dataTables.js | 5572 var i, iIndex, iCorrector, iWidth;
|