Home
last modified time | relevance | path

Searched +full:no +full:- +full:useless +full:- +full:escape (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/jsframework/
D.eslintrc26 "parser": "@typescript-eslint/parser",
30 "accessor-pairs": 2,
31 "arrow-spacing": 2,
32 "block-spacing": 2,
33 "brace-style": 2,
34 "comma-dangle": 2,
35 "comma-spacing": 2,
36 "comma-style": 2,
38 "dot-location": [2, "property"],
39 "eol-last": 2,
[all …]
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/
D.eslintrc.yml6 block-scoped-var: 2
7 callback-return: 2
8 dot-notation: 2
10 linebreak-style: [2, unix]
11 new-cap: 2
12 no-console: [2, allow: [warn, error]]
13 no-else-return: 2
14 no-eq-null: 2
15 no-fallthrough: 2
16 no-invalid-this: 2
[all …]
/third_party/gettext/gettext-tools/doc/
Dlang-perl.texi2 @c Copyright (C) 1995-2020 Free Software Foundation, Inc.
14 perl, libintl-perl
42 @item @code{$tied_hash_reference->@{"message"@}}
71 @*@code{use Locale::TextDomain;} (included in the package libintl-perl
79 @code{xgettext -k__ -k\$__ -k%__ -k__x -k__n:1,2 -k__nx:1,2 -k__xn:1,2
80 -kN__ -kN__n:1,2 -k__p:1c,2 -k__np:1c,2,3 -kN__p:1c,2 -kN__np:1c,2,3}
88 The @code{libintl-perl} package is platform independent but is not
93 @item po-mode marking
94 ---
97 Included in @code{libintl-perl}, available on CPAN
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/
DROADMAP.md14 ### TypeScript-specific
17 | --------------------------------- | :-: | ---------------------------------------------------- |
18 | [`adjacent-overload-signatures`] | ✅ | [`@typescript-eslint/adjacent-overload-signatures`] |
19 | [`ban-ts-ignore`] | ✅ | [`@typescript-eslint/ban-ts-comment`] |
20 | [`ban-types`] | �� | [`@typescript-eslint/ban-types`]<sup>[1]</sup> |
21 | [`invalid-void`] | ✅ | [`@typescript-eslint/no-invalid-void-type`] |
22 | [`member-access`] | ✅ | [`@typescript-eslint/explicit-member-accessibility`] |
23 | [`member-ordering`] | ✅ | [`@typescript-eslint/member-ordering`] |
24 | [`no-any`] | ✅ | [`@typescript-eslint/no-explicit-any`] |
25 | [`no-empty-interface`] | ✅ | [`@typescript-eslint/no-empty-interface`] |
[all …]
/third_party/gettext/gettext-tools/man/
Dhelp2man1 #!/usr/bin/perl -w
3 # Generate a short man page from --help and --version output.
38 my $gettext = Locale::gettext->domain($this_program);
39 sub _ { $gettext->get($_[0]) }
60 my $fmt = $gettext->get(shift);
78 This is free software; see the source for copying conditions. There is NO
85 `%s' generates a man page out of `--help' and `--version' output.
89 -n, --name=STRING description for the NAME paragraph
90 -s, --section=SECTION section number for manual page (1, 6, 8)
91 -m, --manual=TEXT name of manual (User Commands, ...)
[all …]
/third_party/gettext/gettext-runtime/man/
Dhelp2man1 #!/usr/bin/perl -w
3 # Generate a short man page from --help and --version output.
38 my $gettext = Locale::gettext->domain($this_program);
39 sub _ { $gettext->get($_[0]) }
60 my $fmt = $gettext->get(shift);
78 This is free software; see the source for copying conditions. There is NO
85 `%s' generates a man page out of `--help' and `--version' output.
89 -n, --name=STRING description for the NAME paragraph
90 -s, --section=SECTION section number for manual page (1, 6, 8)
91 -m, --manual=TEXT name of manual (User Commands, ...)
[all …]
/third_party/toybox/generated/
Dhelp.h1-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support…
7 #define HELP_toybox_pedantic_args "Check arguments for commands that have no arguments."
11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be …
15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support."
17 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl…
25 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library."
29 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci…
35--long | --help | --version | [command] [arguments...]]\n\nWith no arguments, shows available comm…
43-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n
45-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1 //===- InlineFunction.cpp - Code to perform function inlining -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
78 EnableNoAliasConversion("enable-noalias-to-md-conversion", cl::init(true),
83 PreserveAlignmentAssumptions("preserve-alignment-assumptions-during-inlining",
113 : OuterResumeDest(II->getUnwindDest()) { in LandingPadInliningInfo()
117 BasicBlock *InvokeBB = II->getParent(); in LandingPadInliningInfo()
118 BasicBlock::iterator I = OuterResumeDest->begin(); in LandingPadInliningInfo()
122 UnwindDestPHIValues.push_back(PHI->getIncomingValueForBlock(InvokeBB)); in LandingPadInliningInfo()
[all …]
/third_party/python/Lib/idlelib/
DNEWS.txt2 Released on 2021-02-15?
6 bpo-23544: Disable Debug=>Stack Viewer when user code is running or
9 bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
10 2-process mode. Patch by Ken Hilton.
12 bpo-33065: Fix problem debugging user classes with __repr__ method.
14 bpo-32631: Finish zzdummy example extension module: make menu entries
19 Released on 2020-12-07
22 bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround
26 bpo-42426: Fix reporting offset of the RE error in searchengine.
28 bpo-42416: Get docstrings for IDLE calltips more often
[all …]
/third_party/gettext/gettext-tools/src/
DMakefile.am1 ## Makefile for the gettext-tools/src subdirectory of GNU gettext
2 ## Copyright (C) 1995-1998, 2000-2020 Free Software Foundation, Inc.
19 AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies subdir-objects
27 RM = rm -f
32 recode-sr-latin
34 noinst_PROGRAMS = hostname urlget cldr-plurals
39 pos.h message.h po-error.h po-xerror.h po-gram.h po-charset.h \
40 po-lex.h open-catalog.h read-catalog-abstract.h read-catalog.h \
41 read-po.h read-properties.h read-stringtable.h \
42 str-list.h \
[all …]
/third_party/glib/glib/
Dgregex.c1 /* GRegex -- regular expression API wrapper around PCRE.
5 * Copyright (C) 2005 - 2007, Marco Barisione <marco@barisione.org>
39 * @title: Perl-compatible regular expressions
41 * @see_also: [Regular expression syntax][glib-regex-syntax]
61 * to these functions must be encoded in UTF-8. The lengths and the positions
64 * single character. If you set #G_REGEX_RAW the strings can be non-valid
65 * UTF-8 strings and a byte is treated as a character, so "\xc3\xa0" is two
70 * sequence use "\R". This particular group matches either the two-character
90 * is a syntax error; the '\x' escape only allows 0 to 2 hexadecimal digits, and
91 * you must use the '\u' escape sequence with 4 hex digits to specify a unicode
[all …]
/third_party/python/Lib/http/
Dcookiejar.py4 HTTP::Cookies, from the libwww-perl library.
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
20 | ---MSIEBase | \
59 # There are a few catch-all except: statements in this module, for
70 # -----------------------------------------------------------------------------
93 The format of the returned string is like "YYYY-MM-DD hh:mm:ssZ",
96 1994-11-24 08:49:37Z
103 return "%04d-%02d-%02d %02d:%02d:%02dZ" % (
114 Wed, DD-Mon-YYYY HH:MM:SS GMT
121 return "%s, %02d-%s-%04d %02d:%02d:%02d GMT" % (
[all …]
/third_party/libuv/src/win/
Dtty.c15 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28 # include "uv/stdint-msvc2008.h"
39 #include "handle-inl.h"
40 #include "stream-inl.h"
41 #include "req-inl.h"
97 * inconvenient, it makes absolute cursor movement pretty useless. There is
107 * mean that it would extend beyond the bottom of the screen buffer - in that
118 static int uv_tty_virtual_offset = -1;
119 static int uv_tty_virtual_height = -1;
120 static int uv_tty_virtual_width = -1;
[all …]
/third_party/lwip/src/netif/ppp/
Dchap_ms.c2 * chap_ms.c - Microsoft MS-CHAP compatible implementation.
24 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
34 * Implemented LANManager type password response to MS-CHAP challenges.
36 * prefered is set by option "ms-lanman". Default is to use NT.
45 * Implemented MS-CHAPv2 functionality, heavily based on sample
69 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
92 #include "netif/ppp/chap-new.h"
104 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */
105 #define MS_CHAP2_RESPONSE_LEN 49 /* Response length for MS-CHAPv2 */
106 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */
[all …]
/third_party/python/Lib/distutils/
Dccompiler.py23 link steps -- include directories, macros to define, libraries to link
24 against, etc. -- are attributes of the compiler instance. To allow for
26 attributes may be varied on a per-compilation or per-link basis.
34 # dictionary (see below -- used by the 'new_compiler()' factory
35 # function) -- authors of new compiler interface classes are
43 # (UnixCCompiler, MSVCCompiler, etc.) -- or perhaps the base
46 # path, ie. no "cc -I -Idir1 -Idir2" or "cc -L -Ldir1 -Ldir2".
49 # sure how useful it is; maybe for cross-compiling, but
54 # dirs, e.g. "-Ldir1 -lfoo -Ldir2 -lfoo" to link against
56 # think this is useless without the ability to null out the
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt3 This eBook is for the use of anyone anywhere at no cost and with
4 almost no restrictions whatsoever. You may copy it, give it away or
5 re-use it under the terms of the Project Gutenberg License included
61 There is no such thing as a moral or an immoral book. Books are well
69 of the subject-matter of the artist, but the morality of art consists
70 in the perfect use of an imperfect medium. No artist desires to prove
71 anything. Even things that are true can be proved. No artist has
73 unpardonable mannerism of style. No artist is ever morbid. The artist
85 making a useless thing is that one admires it intensely.
87 All art is quite useless.
[all …]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt3 This eBook is for the use of anyone anywhere at no cost and with
4 almost no restrictions whatsoever. You may copy it, give it away or
5 re-use it under the terms of the Project Gutenberg License included
61 There is no such thing as a moral or an immoral book. Books are well
69 of the subject-matter of the artist, but the morality of art consists
70 in the perfect use of an imperfect medium. No artist desires to prove
71 anything. Even things that are true can be proved. No artist has
73 unpardonable mannerism of style. No artist is ever morbid. The artist
85 making a useless thing is that one admires it intensely.
87 All art is quite useless.
[all …]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
163 result->emplace(keyword); in MakeKeywordsMap()
170 // Encode [0..63] as 'A'-'Z', 'a'-'z', '0'-'9', '_'
174 value -= 26; in Base63Char()
176 value -= 26; in Base63Char()
187 while (k-- > 0) { in Base63()
228 // code in open-source. But it's good to prevent surprising things from in SetCommonVars()
255 if (UseUnknownFieldSet(descriptor->file(), options)) { in SetUnknkownFieldsVariable()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog12 ec1cc40a lossless.c: remove U32 -> S8 conversion warnings
13 1106478f remove conversion U32 -> S8 warnings
23 b9be7e65 vwebp: remove the -fit option (and make it default)
27 e1c8acb5 Merge "vwebp: add a -fit option"
28 cbd23dd5 vwebp: add a -fit option
34 153bb3a0 fix some clang-7 warnings:
46 63c9a69f tag the VP8LHashPix() function for potential uint roll-over
48 bf424b46 tag the GetPixPairHash64() function for potential uint roll-over
49 7d05d6ca Have the color cache computation be u32-bit only.
51 2b98df90 update ChangeLog (tag: v1.0.2-rc1, tag: v1.0.2)
[all …]
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py277 self.assertTrue(0.08 <= t1-t0 <= 0.8, t1-t0)
384 # at least on Linux -- see man select.
422 @unittest.skipUnless(hasattr(signal, 'SIGKILL'), 'No SIGKILL')
445 ValueError, self.loop.add_signal_handler, -1, my_handler)
447 ValueError, self.loop.remove_signal_handler, -1)
466 @unittest.skipUnless(hasattr(signal, 'SIGALRM'), 'No SIGALRM')
483 @unittest.skipUnless(hasattr(signal, 'SIGALRM'), 'No SIGALRM')
521 # zero-length address for UNIX socket.
610 @unittest.skipIf(ssl is None, 'No ssl module')
621 @unittest.skipIf(ssl is None, 'No ssl module')
[all …]
/third_party/python/Doc/whatsnew/
D3.8.rst34 sufficient; the e-mail address isn't necessary.
59 Summary -- Release highlights
66 .. PEP-sized items next.
74 ----------------------
79 <https://en.wikipedia.org/wiki/Walrus#/media/File:Pacific_Walrus_-_Bull_(8247646168).jpg>`_.
95 The operator is also useful with while-loops that compute
118 Positional-only parameters
119 --------------------------
127 In the following example, parameters *a* and *b* are positional-only,
145 the built-in :func:`divmod` function does not accept keyword arguments::
[all …]
/third_party/libxml2/
DNEWS14 - Security:
15 CVE-2018-9251 CVE-2018-14567 Fix infinite loop in LZMA decompression (Nick Wellnhofer),
16 CVE-2018-14404 Fix nullptr deref with XPath logic ops (Nick Wellnhofer),
18 - Documentation:
21 - Portability:
25 Merge branch 'patch-2' into 'master' (Nick Wellnhofer),
28 NaN and Inf fixes for pre-C99 compilers (Nick Wellnhofer)
30 - Bug Fixes:
36 Fix HTML serialization with UTF-8 encoding (Nick Wellnhofer),
42 Don't run icu_parse_test if EUC-JP is unsupported (Nick Wellnhofer),
[all …]
/third_party/e2fsprogs/lib/et/
Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
6 \def\texinfoversion{2006-02-13.16}
25 % Boston, MA 02110-1301, USA.
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
111 \let\linenumber = \empty % Pre-3.0.
126 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi
169 Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script
[all …]
/third_party/e2fsprogs/doc/
Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
6 \def\texinfoversion{2006-02-13.16}
25 % Boston, MA 02110-1301, USA.
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
51 % The extra TeX runs get the cross-reference information correct.
56 % extent. You can get the existing language-specific files from the
111 \let\linenumber = \empty % Pre-3.0.
126 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi
169 Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script
[all …]
/third_party/node/deps/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - missed version
8 - 1.18.1 release prep
10 - ares_getaddrinfo() was returning the wrong size for ai_addrlen
19 - Windows: autotools force linking to iphlpapi
22 - [Gregor Jasny brought this change]
33 - replace Travis badge with Cirrus-CI badge
35 - c-ares 1.18.0 release prep
38 - [Jérôme Duval brought this change]
47 - valgrind: fix reported invalid read
[all …]

12345