Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js345 cmd = cmd.substring(0, cursor_pos) + str + cmd.substring(cursor_pos);
447 if (history[index].substring(0, pos) == cmd.substring(0, pos)) {
480 cmd = cmd.substring(0, start) + cmd.substring(end);
508 cmd = cmd.substring(0, pos - 1) + cmd.substring(pos, pos + 1) +
509 cmd.substring(pos - 1, pos) + cmd.substring(pos + 1);
521 cmd = cmd.substring(0, p1) + cmd.substring(p3, p4) +
522 cmd.substring(p2, p3) + cmd.substring(p1, p2);
531 cmd.substring(end);
538 cmd.substring(end);
550 cmd = cmd.substring(0, start) + cmd.substring(end);
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js337 cmd = cmd.substring(0, cursor_pos) + str + cmd.substring(cursor_pos);
439 if (history[index].substring(0, pos) == cmd.substring(0, pos)) {
472 cmd = cmd.substring(0, start) + cmd.substring(end);
500 cmd = cmd.substring(0, pos - 1) + cmd.substring(pos, pos + 1) +
501 cmd.substring(pos - 1, pos) + cmd.substring(pos + 1);
513 cmd = cmd.substring(0, p1) + cmd.substring(p3, p4) +
514 cmd.substring(p2, p3) + cmd.substring(p1, p2);
523 cmd.substring(end);
530 cmd.substring(end);
542 cmd = cmd.substring(0, start) + cmd.substring(end);
[all …]
/AliOS-Things-master/components/freetype/src/tools/
A Dafblue.pl456 foreach my $substring (split(/$brace_re/))
461 if $substring !~ /$whitespace_only_re/;
464 $block .= $substring;
466 if ($substring eq '{')
470 elsif ($substring eq '}')
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c488 char *DiagStrstrPatch(char *string, char *substring) in DiagStrstrPatch() argument
497 b = substring; in DiagStrstrPatch()
520 b = substring; in DiagStrstrPatch()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dmicrobench.js60 s = s.substring(0, i) + "." + s.substring(i);
A Dtest_builtin.js189 assert(a.substring(1, 3), "bc", "substring");
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js12 …a|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCas…
42 …=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){retur…
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile662 # wildcard * is used, a substring. Examples: ANamespace, AClass,
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile632 # wildcard * is used, a substring. Examples: ANamespace, AClass,
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile756 # wildcard * is used, a substring. Examples: ANamespace, AClass,
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in810 # wildcard * is used, a substring. Examples: ANamespace, AClass,
A Dweb_doxyfile.in810 # wildcard * is used, a substring. Examples: ANamespace, AClass,
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile858 # wildcard * is used, a substring. Examples: ANamespace, AClass,
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS1069 # wildcard * is used, a substring. Examples: ANamespace, AClass,

Completed in 49 milliseconds