Home
last modified time | relevance | path

Searched +full:no +full:- +full:invalid +full:- +full:this (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-invalid-this.md1 # Disallow `this` keywords outside of classes or class-like objects (`no-invalid-this`)
5 This rule extends the base [`eslint/no-invalid-this`](https://eslint.org/docs/rules/no-invalid-this
6 It adds support for TypeScript's `this` parameters.
13 "no-invalid-this": "off",
14 "@typescript-eslint/no-invalid-this": ["error"]
20 See [`eslint/no-invalid-this` options](https://eslint.org/docs/rules/no-invalid-this#options).
26 …from ESLint core](https://github.com/eslint/eslint/blob/master/docs/rules/no-invalid-this.md)</sup>
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DErrorStrings.h3 // Use of this source code is governed by a BSD-style license that can be
18 // clang-format off
22 MSG kAttributeZeroRequiresDivisorLimitation = "The current context doesn't support setting a non-ze…
27 MSG kBlitDimensionsOutOfRange = "BlitFramebuffer dimensions out of 32-bit integer range.";
28 …ExtensionDepthStencilWholeBufferBlit = "Only whole-buffer depth and stencil blits are supported by…
30 …ly supported from 2D texture = renderbuffer or default framebuffer attachments in this extension.";
31 MSG kBlitExtensionLinear = "Linear blit not supported in this extension.";
32 …MultisampledDepthOrStencil = "Multisampled depth/stencil blit is not supported by this extension.";
33 …ionMultisampledWholeBufferBlit = "Only whole-buffer blit is supported from a multisampled read buf…
35 MSG kBlitExtensionScaleOrFlip = "Scaling and flipping in BlitFramebufferANGLE not supported by this
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DErrorStrings.h3 // Use of this source code is governed by a BSD-style license that can be
18 // clang-format off
22 MSG kAttributeZeroRequiresDivisorLimitation = "The current context doesn't support setting a non-ze…
27 MSG kBlitDimensionsOutOfRange = "BlitFramebuffer dimensions out of 32-bit integer range.";
28 …ExtensionDepthStencilWholeBufferBlit = "Only whole-buffer depth and stencil blits are supported by…
30 …nly supported from 2D texture, renderbuffer or default framebuffer attachments in this extension.";
31 MSG kBlitExtensionLinear = "Linear blit not supported in this extension.";
32 …MultisampledDepthOrStencil = "Multisampled depth/stencil blit is not supported by this extension.";
33 …ionMultisampledWholeBufferBlit = "Only whole-buffer blit is supported from a multisampled read buf…
35 MSG kBlitExtensionScaleOrFlip = "Scaling and flipping in BlitFramebufferANGLE not supported by this
[all …]
/third_party/e2fsprogs/lib/et/test_cases/
Dimap_err.et1 # imap_err.et -- Error codes for Cyrus IMAP server programs
3 # Copyright (c) 1994-2008 Carnegie Mellon University. All rights reserved.
10 # notice, this list of conditions and the following disclaimer.
13 # notice, this list of conditions and the following disclaimer in
18 # endorse or promote products derived from this software without
26 # (412) 268-7393, fax: (412) 268-7395
31 # "This product includes software developed by Computing Services
35 # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
36 # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
40 # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
[all …]
Dimap_err.c3 * This file is automatically generated; please do not edit it.
20 N_( "Invalid namespace prefix in configuration file"),
21 N_( "Mailbox has an invalid format"),
27 N_( "Invalid mailbox name"),
28 N_( "Invalid mailbox type"),
33 N_( "Unknown/invalid partition"),
34 N_( "Invalid identifier"),
37 N_( "Message contains non-ASCII characters in headers"),
38 N_( "Message contains invalid header"),
39 N_( "Message has no header/body separator"),
[all …]
/third_party/gettext/gettext-tools/tests/
Dlang-rst8 rstconv.help='rstconv [-h|--help] Displays this help'#10+
11 ' -i file Use specified file instead of stdin as input .rst (OPTIONAL)'#10+
12 ' -o file Write output to specified file (REQUIRED)'#10+
13 ' -f format Specifies the output format:'#10+
16 rstconv.InvalidOption='Invalid option - '
17 rstconv.OptionAlreadySpecified='Option has already been specified - '
18 rstconv.NoOutFilename='No output filename specified'
19 rstconv.InvalidOutputFormat='Invalid output format -'
23 ${XGETTEXT} -o prog.tmp --omit-header --add-location prog.rst || Exit 1
24 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1
[all …]
Dxgettext-its-116 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; }
18 test -d its || mkdir its
20 cat <<\EOF > its/empty-1.loc
25 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; }
27 cat <<\EOF > its/empty-2.loc
36 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; }
44 ${XGETTEXT} --itstool -o empty.pot empty.xml 2>empty.err || { cat empty.err; Exit 1; }
64 <!-- Invalid: no selector -->
66 <!-- Invalid: no translate -->
70 <its:translateRule selector="//msg:note" translate="no"/>
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
29 // To use this operator, this definition must appear in the same namespace
51 // An easily-constructible and comparable object for the contents of an
116 return static_cast<MockParseClient*>(user_data)->Header( in invoke_header()
123 return static_cast<MockParseClient*>(user_data)->Instruction( in invoke_instruction()
127 // The SPIR-V module header words for the Khronos Assembler generator,
134 // Returns the expected SPIR-V module header words for the Khronos
141 // Returns a parsed operand for a non-number value at the given word offset
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_parse_test.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
29 // To use this operator, this definition must appear in the same namespace
51 // An easily-constructible and comparable object for the contents of an
116 return static_cast<MockParseClient*>(user_data)->Header( in invoke_header()
123 return static_cast<MockParseClient*>(user_data)->Instruction( in invoke_instruction()
127 // The SPIR-V module header words for the Khronos Assembler generator,
134 // Returns the expected SPIR-V module header words for the Khronos
141 // Returns a parsed operand for a non-number value at the given word offset
[all …]
/third_party/spirv-tools/test/
Dbinary_parse_test.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
29 // To use this operator, this definition must appear in the same namespace
51 // An easily-constructible and comparable object for the contents of an
116 return static_cast<MockParseClient*>(user_data)->Header( in invoke_header()
123 return static_cast<MockParseClient*>(user_data)->Instruction( in invoke_instruction()
127 // The SPIR-V module header words for the Khronos Assembler generator,
134 // Returns the expected SPIR-V module header words for the Khronos
141 // Returns a parsed operand for a non-number value at the given word offset
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dbinary_parse_test.cpp1 // Copyright (c) 2015-2016 The Khronos Group Inc.
4 // you may not use this file except in compliance with the License.
7 // http://www.apache.org/licenses/LICENSE-2.0
27 // To use this operator, this definition must appear in the same namespace
48 // An easily-constructible and comparable object for the contents of an
113 return static_cast<MockParseClient*>(user_data)->Header( in invoke_header()
120 return static_cast<MockParseClient*>(user_data)->Instruction( in invoke_instruction()
124 // The SPIR-V module header words for the Khronos Assembler generator,
131 // Returns the expected SPIR-V module header words for the Khronos
138 // Returns a parsed operand for a non-number value at the given word offset
[all …]
/third_party/openssl/doc/man1/
Dverify.pod5 openssl-verify,
6 verify - Utility to verify certificates
11 [B<-help>]
12 [B<-CAfile file>]
13 [B<-CApath directory>]
14 [B<-no-CAfile>]
15 [B<-no-CApath>]
16 [B<-allow_proxy_certs>]
17 [B<-attime timestamp>]
18 [B<-check_ss_sig>]
[all …]
/third_party/boost/libs/numeric/interval/doc/
Dchecking.htm1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
6 <meta http-equiv="Content-Language" content="en-us">
7 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
17 with special cases like: empty intervals, infinite numbers, invalid
21 second argument could be an invalid value (for a floating-point number, it
23 argument can never be an invalid number. Second, we could also say such a
58 <p>Next comes <code>nan</code>. This function is used each time a function
60 It only happens when one of the arguments of the function is invalid. For
69 return the lower and upper bound of the empty interval. There is no
72 type <code>T</code> does not have any invalid value, the
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_complex_type.txt1 XXX - Not complete yet!!!
22 EXT_texture3D affects the definition of this extension
23 EXT_subtexture affects the definition of this extension
24 EXT_convolution affects the definition of this extension
25 EXT_histogram affects the definition of this extension
26 SGI_color_table affects the definition of this extension
27 SGIS_texture4D affects the definition of this extension
32 This extension defines complex pixel types which can be used
64 The seven tokens defined by this extension are added to Table 3.4:
68 ---------------- ------------- --------------
[all …]
/third_party/openGLES/extensions/SGI/
DSGI_complex_type.txt1 XXX - Not complete yet!!!
22 EXT_texture3D affects the definition of this extension
23 EXT_subtexture affects the definition of this extension
24 EXT_convolution affects the definition of this extension
25 EXT_histogram affects the definition of this extension
26 SGI_color_table affects the definition of this extension
27 SGIS_texture4D affects the definition of this extension
32 This extension defines complex pixel types which can be used
64 The seven tokens defined by this extension are added to Table 3.4:
68 ---------------- ------------- --------------
[all …]
/third_party/mbedtls/
D.pylintrc2 init-hook='import sys; sys.path.append("scripts")'
6 # [invalid-name]
7 argument-rgx=[a-z_][a-z0-9_]*$
10 # [bad-builtin]
11 bad-functions=input
15 # [missing-docstring]
16 docstring-min-length=10
18 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30.
19 # [invalid-name]
20 method-rgx=[a-z_][a-z0-9_]{2,}$
[all …]
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddevice.c7 * copy of this software and associated documentation files (the
14 * The above copyright notice and this permission notice (including the
20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
21 * IN NO EVENT SHALL VMWARE AND/OR ITS SUPPLIERS BE LIABLE FOR
64 pipe_reference_init(&dev->reference, 1); in vdp_imp_device_create_x11()
66 dev->vscreen = vl_dri3_screen_create(display, screen); in vdp_imp_device_create_x11()
67 if (!dev->vscreen) in vdp_imp_device_create_x11()
68 dev->vscreen = vl_dri2_screen_create(display, screen); in vdp_imp_device_create_x11()
69 if (!dev->vscreen) { in vdp_imp_device_create_x11()
74 pscreen = dev->vscreen->pscreen; in vdp_imp_device_create_x11()
[all …]
/third_party/python/Doc/library/
Demail.errors.rst2 -------------------------------------------------
9 --------------
16 This is the base class for all exceptions that the :mod:`email` package can
17 raise. It is derived from the standard :exc:`Exception` class and defines no
23 This is the base class for exceptions raised by the
25 :exc:`MessageError`. This class is also used internally by the parser used
32 message, this class is derived from :exc:`MessageParseError`. The
33 :meth:`~email.message.EmailMessage.set_boundary` method will raise this
35 :class:`~email.header.Header` may raise this error for certain base64
38 continuation line that has no leading whitespace and looks like a header).
[all …]
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DMigrationJob.java5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
39 * String originally entered. Only recipes from the given BCP-47 countryCode will be used.
49 …* of numbers are written to file regardless of if the migrated number was seen as valid or invalid.
50 * By default, when a migration results in an invalid number for the given countryCode, the
60 this.migrationEntries = migrationEntries; in MigrationJob()
61 this.countryCode = countryCode; in MigrationJob()
62 this.recipesTable = recipesTable; in MigrationJob()
63 this.rangesTable = rangesTable; in MigrationJob()
64 this.exportInvalidMigrations = exportInvalidMigrations; in MigrationJob()
[all …]
/third_party/openssl/doc/man3/
DX509_STORE_CTX_get_error.pod9 X509_verify_cert_error_string - get or set certificate verification status
40 X509_STORE_CTX_get_error_depth() returns the B<depth> of the error. This is a
46 This can be used in combination with X509_STORE_CTX_set_error() to set the
50 caused the error or B<NULL> if no certificate is relevant.
54 This value is not intended to remain valid for very long, and remains owned by
57 encountered during chain verification and is no longer required after such a
61 Once such a I<saved> certificate is no longer needed it can be freed with
69 is B<not> successful the returned chain may be incomplete or invalid. The
71 no longer needed it should be free up using:
85 error or B<NULL> if no certificate is relevant to the error.
[all …]
/third_party/glib/po/
Dhe.po5 # This file is distributed under the same license as the PACKAGE package.
11 # Yosef Or Boczko <yoseforb@gmail.com>, 2014-2020.
15 "Project-Id-Version: glib.HEAD.he\n"
16 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/glib/issues\n"
17 "POT-Creation-Date: 2020-08-22 13:31+0000\n"
18 "PO-Revision-Date: 2020-09-28 23:42+0300\n"
19 "Last-Translator: Yosef Or Boczko <yoseforb@gmail.com>\n"
20 "Language-Team: Hebrew <yoseforb@gmail.com>\n"
22 "MIME-Version: 1.0\n"
23 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
Den_GB.po3 # This file is distributed under the same licence as the GLIB package.
6 # Zander Brown <zbrown@gnome.org>, 2019-2021.
7 # Bruce Cowan <bruce@bcowan.me.uk>, 2009-2021.
11 "Project-Id-Version: glib\n"
12 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/glib/issues\n"
13 "POT-Creation-Date: 2021-03-27 11:34+0000\n"
14 "PO-Revision-Date: 2021-04-02 14:23+0100\n"
15 "Last-Translator: Bruce Cowan <bruce@bcowan.me.uk>\n"
16 "Language-Team: English - United Kingdom <en@li.org>\n"
18 "MIME-Version: 1.0\n"
[all …]
/third_party/gstreamer/gstplugins_good/po/
Dzh_HK.po1 # Chinese (Hong Kong) translation of gst-plugins-good-0.10.2.
2 # This file is put in the public domain.
7 "Project-Id-Version: gst-plugins-good-0.10.2 0.10.2\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2021-10-25 01:02+0100\n"
10 "PO-Revision-Date: 2006-08-29 01:08+0800\n"
11 "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
12 "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
Dky.po1 # Translation of 'gst-plugins-good' messages to Kirghiz.
7 "Project-Id-Version: gst-plugins-good 0.10.23\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2021-10-25 01:02+0100\n"
10 "PO-Revision-Date: 2007-11-13 17:16+0600\n"
11 "Last-Translator: Ilyas Bakirov <just_ilyas@yahoo.com>\n"
12 "Language-Team: Kirghiz <i18n-team-ky-kyrgyz@lists.sourceforge.net>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
[all …]
/third_party/libphonenumber/migrator/
DREADME.md3 The library takes in E.164 phone numbers with their corresponding [BCP-47 country code](https://cou…
7 …ary can be used as either a [command line tool](#command-line-usage) or a [web application](#web-a…
9 ```Single Number Migration``` - input a single E.164 phone number with its corresponding BCP-47 cou…
11 ```File Migration``` - input a text file location with one E.164 number per line along with the BCP
13 ```Custom Recipe Migration``` - specify a [custom recipe](#custom-recipe-migrations) file to use fo…
15- find all phone numbers in a given input that were migrated with given migration recipes. The rep…
21-n, --number | -f, --file)``` - either the phone number input or file input for a given migration.…
23 ```-c, --countryCode``` - the BCP-47 country code that corresponds to the given phone number input.…
27 ```-r, --customRecipe``` - the path to a csv file containing custom migration recipes which follow …
29-e, --exportInvalidMigrations``` - the boolean command line flag specifying that text files create…
[all …]

12345678910>>...45