Home
last modified time | relevance | path

Searched refs:iIndex (Results 1 – 10 of 10) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js26 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 Dfck_select.js26 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 DGif.php44 function loadFile(&$data, $iIndex) argument
46 if ($iIndex < 0) {
65 } while ($iIndex-- > 0);
H A DLzw.php64 while (($iIndex = $this->LZWCommand($data, $dp)) >= 0) {
65 $ret .= chr($iIndex);
70 if ($iIndex != -2) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js119 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 Dfck.js949 var iIndex = this.Elements.length ;
950 this.Elements[ iIndex ] = element ;
951 return iIndex ;
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php24 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 Dviewer.js12418 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 Dviewer.js.map1iIndex","end","m","mm","begin","divIdx","_renderMatches","isSelectedPage","selectedMatchIdx","prev…
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js5572 var i, iIndex, iCorrector, iWidth;