Home
last modified time | relevance | path

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

123456

/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/jsframework/mock-generate/
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/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst1 v0.5.1 (2017-08-18)
30 https://git.kernel.org/pub/scm/devel/sparse/sparse.git/tree/Documentation/project-ideas.md?h=v0.5.1
37 * build: allow use of PKG_CONFIG to override pkg-config
40 * lib.c: skip --param parameters
57 * rename -Werror to -Wsparse-error
61 * Fix warning compiling sparse-llvm
65 * bump sparse's version to 0.5.1-rc4
75 * test-inspect: handle special case iter==NULL
76 * test-inspect: Detect gtk3 then gtk2 package
80 * build: allow use of LLVM_CONFIG to override llvm-config config script
[all …]
Dv0.4.rst1 v0.4 (2007-09-15)
5 http://kernel.org/pub/software/devel/sparse/dist/sparse-0.4.tar.gz,
10 …ial 'test-suite' script. Also thanks to Pavel Roskin for ideas, discussion, and prototyping, and t…
14 …* Warn on 'return <void expression>;' if given '-Wreturn-void'; off by default because the C99 sta…
15 * Sparse now defaults to -Wno-do-while.
16 * Sparse now defaults to -Wdecl.
17 * -Wno-old-initializer turns off warnings about non-C99 struct initializers
18 * -Wno-non-pointer-null turns off warnings about using a plain integer as a NULL pointer
20no longer passes '-Wall' to 'sparse' if given '-Wall' on the command line. '-Wall' turns on all Sp…
26 * Various profile-driven optimizations and changes to compiler optimization flags, making Sparse si…
[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/mesa3d/src/compiler/nir/
Dnir_opt_dead_cf.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
40 * We delete the if statement and paste the contents of the always-executed
63 * Finally, we also handle removing useless loops and ifs, i.e. loops and ifs
64 * with no side effects and without any definitions that are used
89 nir_block *after = nir_cf_node_as_block(nir_cf_node_next(&if_stmt->cf_node)); in opt_constant_if()
94 if (instr->type != nir_instr_type_phi) in opt_constant_if()
100 if (phi_src->pred != last_block) in opt_constant_if()
103 assert(phi_src->src.is_ssa); in opt_constant_if()
104 def = phi_src->src.ssa; in opt_constant_if()
108 assert(phi->dest.is_ssa); in opt_constant_if()
[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.txt3 Released on 2021-10-04?
7 bpo-44026: Include interpreter's typo fix suggestions in message line
10 bpo-37903: Add mouse actions to the shell sidebar. Left click and
17 bpo-37892: Change Shell input indents from tabs to spaces. Shell input
20 bpo-37903: Move the Shell input prompt to a side bar.
22 bpo-43655: Make window managers on macOS and X Window recognize
25 bpo-43283: Document why printing to IDLE's Shell is often slower than
27 pre-formatting a single string before printing.
29 bpo-23544: Disable Debug=>Stack Viewer when user code is running or
32 bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.c17 * Boston, MA 02110-1301, USA.
32 * - are locally generated remote candidates meant to be readded to libnice?
43 return g_quark_from_static_string ("gst-webrtc-ice-error-quark"); in gst_webrtc_ice_error_quark()
98 g_mutex_lock (&ice->priv->lock); in _gst_nice_thread()
99 ice->priv->main_context = g_main_context_new (); in _gst_nice_thread()
100 ice->priv->loop = g_main_loop_new (ice->priv->main_context, FALSE); in _gst_nice_thread()
102 g_cond_broadcast (&ice->priv->cond); in _gst_nice_thread()
103 g_main_context_invoke (ice->priv->main_context, in _gst_nice_thread()
104 (GSourceFunc) _unlock_pc_thread, &ice->priv->lock); in _gst_nice_thread()
106 g_main_loop_run (ice->priv->loop); in _gst_nice_thread()
[all …]
/third_party/icu/docs/userguide/transforms/general/
Drules.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
56 we will transliterate "Βιολογία-Φυσιολογία" as "Biología-Physiología", not as
57 "Violohía-Fisiolohía". To illustrate some of the trickier cases, we will also
58 transliterate the Greek accents that are no longer in use in modern Greek.
75 |---------------|------------|------------|
[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/mesa3d/docs/relnotes/
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[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 | \
67 # There are a few catch-all except: statements in this module, for
78 # -----------------------------------------------------------------------------
101 The format of the returned string is like "YYYY-MM-DD hh:mm:ssZ",
104 1994-11-24 08:49:37Z
111 return "%04d-%02d-%02d %02d:%02d:%02dZ" % (
122 Wed, DD-Mon-YYYY HH:MM:SS GMT
129 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/libxml2/
DNEWS11 - Security:
12 [CVE-2022-23308] Use-after-free of ID and IDREF attributes
14 Use-after-free in xmlXIncludeCopyRange (David Kilzer)
15 Fix Null-deref-in-xmlSchemaGetComponentTargetNs (huangduirong)
20 - Fixed regressions:
25 Revert "Make schema validation fail with multiple top-level elements"
34 - Bug fixes:
38 Don't ignore xmllint options after "-"
43 Fix handling of ctxt->base in xmlXPtrEvalXPtrPart
44 Fix xmllint --maxmem
[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/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 …]

123456