/third_party/curl/src/ |
D | Makefile.m32 | 150 DEL = rm -f $1 434 @$(call DEL, tool_hugehelp.c) 436 @$(call DEL, $(curl_OBJECTS) $(curlx_OBJECTS) $(RESOURCE)) 439 @$(call DEL, $(curl_PROGRAMS))
|
/third_party/node/deps/cares/ |
D | Makefile.msvc | 294 !IF [DEL .\cares_objs.inc] 306 !IF [DEL .\prog1_objs.inc] 317 !IF [DEL .\prog2_objs.inc] 328 !IF [DEL .\prog3_objs.inc]
|
/third_party/openssl/Configurations/ |
D | windows-makefile.tmpl | 639 IF EXIST $full.manifest DEL /F /Q $full.manifest 640 IF EXIST \$@ DEL /F /Q \$@ 642 /implib:$import \$(LDOUTFLAG)$dll$shared_def @<< || (DEL /Q \$(\@B).* $import && EXIT 1) 648 IF EXIST apps\\$dll DEL /Q /F apps\\$dll 649 IF EXIST test\\$dll DEL /Q /F test\\$dll 650 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll 667 IF EXIST $dso$dsoext.manifest DEL /F /Q $dso$dsoext.manifest 704 IF EXIST $bin$exeext.manifest DEL /F /Q $bin$exeext.manifest
|
/third_party/python/Lib/curses/ |
D | ascii.py | 38 DEL = 0x7f # delete variable
|
/third_party/curl/docs/examples/ |
D | Makefile.m32 | 144 DEL = rm -f $1
|
/third_party/curl/lib/ |
D | Makefile.m32 | 142 DEL = rm -f $1
|
/third_party/boost/libs/regex/doc/ |
D | collating_names.qbk | 111 [[DEL][\\x7F]]
|
/third_party/pcre2/pcre2/testdata/ |
D | testinputEBC | 6 # backslash must be in EBCDIC code. In data, NL, NEL, LF, ESC, and DEL must be
|
D | testoutputEBC | 7 # backslash must be in EBCDIC code. In data, NL, NEL, LF, ESC, and DEL must be
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uprops.h | 332 DEL =0x007f, enumerator
|
D | uchar.cpp | 678 sa->add(sa->set, DEL); /* range DEL..NBSP-1, NBSP added below */ in uchar_addPropertyStarts()
|
/third_party/gettext/gettext-runtime/po/ |
D | es.po | 113 msgstr "Modo de empleo: %s [OPCIÓN] [FORMATO-DEL-INTÉRPRETE-DE-COMANDOS]\n" 160 "correspondientes. Si se da un FORMATO-DEL-INTÉRPRETE-DE-COMANDOS, sólo\n" 162 "FORMATO-DEL-INTÉRPRETE-DE-COMANDOS son sustituidas; de otra forma,\n" 173 "contiene las variables de entorno que referidas en el FORMATO-DEL-\n"
|
/third_party/libphonenumber/resources/carrier/en/ |
D | 34.txt | 18 # AIRE NETWORKS DEL MEDITERRÁNEO => Ion mobile
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/ |
D | home.dart | 19 /// when the user hits the DEL key.
|
/third_party/python/Doc/library/ |
D | curses.ascii.rst | 89 | :const:`DEL` | Delete |
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 1517 private static final int DEL = 0x007f; field in UCharacterProperty 1560 set.add(DEL); /* range DEL..NBSP-1, NBSP added below */ in addPropertyStarts()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterProperty.java | 1518 private static final int DEL = 0x007f; field in UCharacterProperty 1561 set.add(DEL); /* range DEL..NBSP-1, NBSP added below */ in addPropertyStarts()
|
/third_party/flutter/flutter/bin/ |
D | flutter.bat | 113 IF EXIST "%FLUTTER_ROOT%\version" DEL "%FLUTTER_ROOT%\version"
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b4.rst | 414 control-left/right, and deletion left/right by control-BACKSPACE/DEL.
|
D | 3.6.6rc1.rst | 805 control-left/right, and deletion left/right by control-BACKSPACE/DEL.
|
/third_party/boost/tools/build/src/tools/ |
D | cw.jam | 279 if exist "$(<[1])" DEL "$(<[1])"
|
D | qcc.jam | 264 RM = "if exist \"$(<[1])\" DEL \"$(<[1])\"" ;
|
D | vmsdecc.jam | 577 PIPE DEL /NOLOG /NOCONF $(CXX-REPO-OBJS:J=;*,);* 2>NL: >NL:
|
/third_party/python/Tools/unicode/python-mappings/ |
D | CP273.TXT | 8 0x07 0x007F #DELETE (DEL)
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | text_field_test.dart | 3779 sendKeyEventWithCode(_kDelKeyCode, true, false, false); // DEL keydown 3783 sendKeyEventWithCode(_kDelKeyCode, false, false, false); // DEL keyup 3822 sendKeyEventWithCode(_kDelKeyCode, true, false, false); // keydown DEL 3824 sendKeyEventWithCode(_kDelKeyCode, false, false, false); // keyup DEL 3837 sendKeyEventWithCode(_kDelKeyCode, true, false, false); // keydown DEL 3839 sendKeyEventWithCode(_kDelKeyCode, false, false, false); // keyup DEL
|