Searched refs:trySameCell (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 6886 function search(internalCall, trySameCell, stayOnPage) argument 6934 while(!search(true, trySameCell, stayOnPage) && nextPageIndex != currentPageIndex); 6953 return search(true, trySameCell, stayOnPage); 6963 if (trySameCell && re != null) 6984 if (trySameCell && withReplace && re != null && state == lastFound) 7037 return search(true, trySameCell, stayOnPage); 7061 return search(true, trySameCell, stayOnPage);
|