Home
last modified time | relevance | path

Searched refs:inStr (Results 1 – 2 of 2) sorted by relevance

/plugin/bibtex/OSBib/
H A DUTF8.php31 function smartUtf8_decode($inStr) argument
34 $newStr = str_replace("?", "w0i0k0i0n0d0x", $inStr);
40 $newStr = $inStr;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js22989 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)) {