Searched refs:inStr (Results 1 – 2 of 2) sorted by relevance
/plugin/bibtex/OSBib/ |
H A D | UTF8.php | 31 function smartUtf8_decode($inStr) argument 34 $newStr = str_replace("?", "w0i0k0i0n0d0x", $inStr); 40 $newStr = $inStr;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 22989 function inStr(str, find) { function 23992 var hasNone = inStr(actions, TOUCH_ACTION_NONE) && !TOUCH_ACTION_MAP[TOUCH_ACTION_NONE]; 23993 var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_Y]; 23994 var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X) && !TOUCH_ACTION_MAP[TOUCH_ACTION_PAN_X]; 24037 if (inStr(actions, TOUCH_ACTION_NONE)) { 24041 var hasPanX = inStr(actions, TOUCH_ACTION_PAN_X); 24042 var hasPanY = inStr(actions, TOUCH_ACTION_PAN_Y); 24058 if (inStr(actions, TOUCH_ACTION_MANIPULATION)) {
|