Searched refs:currentRow (Results 1 – 17 of 17) sorted by relevance
51 var currentRow = $('#row_'+id);52 var currentRowImages = currentRow.find("img");55 var rows = currentRow.nextAll("tr");74 currentRow.find("[id^=arr]").attr('src', 'ftv2mnode.png'); //open row75 currentRow.find("[id^=img]").attr('src', 'ftv2folderopen.png'); //open row
76 var currentRow = $('#row_'+id);79 var rows = currentRow.nextAll("tr");89 var currentRowSpans = currentRow.find("span");95 var currentRowSpans = currentRow.find("span");
9 …currentRow=$('#row_'+id);var rows=currentRow.nextAll("tr");var re=new RegExp('^row_'+id+'\\d+_$',"…
75 var currentRow = $('#row_'+id);78 var rows = currentRow.nextAll("tr");88 var currentRowSpans = currentRow.find("span");94 var currentRowSpans = currentRow.find("span");
137 int currentRow = cur->data(0, Qt::UserRole).toInt(); in onCurrentItemChanged() local138 fModel.setCurOp(currentRow); in onCurrentItemChanged()
651 if (networkList->currentRow() >= 0) in updateNetworks()652 was_selected = networkList->currentRow(); in updateNetworks()1155 if (networkList->currentRow() < 0) { in editListedNetwork()1220 if (networkList->currentRow() < 0) { in removeListedNetwork()1280 if (networkList->currentRow() < 0) in updateNetworkDisabledStatus()1300 if (networkList->currentRow() < 0 || !enabled) in enableListedNetwork()1312 if (networkList->currentRow() < 0 || !disabled) in disableListedNetwork()
653 if (networkList->currentRow() >= 0) in updateNetworks()654 was_selected = networkList->currentRow(); in updateNetworks()1170 if (networkList->currentRow() < 0) { in editListedNetwork()1235 if (networkList->currentRow() < 0) { in removeListedNetwork()1295 if (networkList->currentRow() < 0) in updateNetworkDisabledStatus()1315 if (networkList->currentRow() < 0 || !enabled) in enableListedNetwork()1327 if (networkList->currentRow() < 0 || !disabled) in disableListedNetwork()
422 currentRow(0), in FullCaseFoldingIterator()430 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()432 ++currentRow; in next()436 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
149 int32_t currentRow; variable
421 currentRow(0), in FullCaseFoldingIterator()429 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()431 ++currentRow; in next()435 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
148 int32_t currentRow; variable