| /third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/ |
| D | commands.ts | 2 import * as lc from "vscode-languageclient"; 20 import { LanguageClient } from "vscode-languageclient/node"; 29 readonly uri = vscode.Uri.parse("rust-analyzer-status://status"); 30 readonly eventEmitter = new vscode.EventEmitter<vscode.Uri>(); 32 async provideTextDocumentContent(_uri: vscode.Uri): Promise<string> { 44 get onDidChange(): vscode.Event<vscode.Uri> { 50 vscode.workspace.registerTextDocumentContentProvider("rust-analyzer-status", tdcp) 54 const document = await vscode.workspace.openTextDocument(tdcp.uri); 55 tdcp.eventEmitter.fire(tdcp.uri); 65 readonly uri = vscode.Uri.parse("rust-analyzer-memory://memory"); [all …]
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
| D | khronos-man.xsl | 8 <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml5/onechunk.xsl"/> 10 <!-- These two options generate a file named ID.xhtml, where ID is the value 13 http://www.sagehill.net/docbookxsl/OneChunk.html --> 17 <!-- html.stylesheet adds the specified stylesheet to the page headers. 19 --> 20 <xsl:param name="html.stylesheet">khronos-man.css</xsl:param> 24 <!-- Indent HTML, which requires using onechunk.xsl instead of docbook.xsl --> 27 <!-- Style parameters --> 31 <!-- Generate links in href= attributes for <citerefentry>. Note 32 that in the XSL-NS stylesheets, using the Docbook namespace [all …]
|
| /third_party/EGL/sdk/docs/man/html/ |
| D | khronos-man.xsl | 8 <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/xhtml5/onechunk.xsl"/> 10 <!-- These two options generate a file named ID.xhtml, where ID is the value 13 http://www.sagehill.net/docbookxsl/OneChunk.html --> 17 <!-- html.stylesheet adds the specified stylesheet to the page headers. 19 --> 20 <xsl:param name="html.stylesheet">khronos-man.css</xsl:param> 24 <!-- Indent HTML, which requires using onechunk.xsl instead of docbook.xsl --> 27 <!-- Style parameters --> 31 <!-- Generate links in href= attributes for <citerefentry>. Note 32 that in the XSL-NS stylesheets, using the Docbook namespace [all …]
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-global.c | 1 /* Copyright JS Foundation and other contributors, http://js.foundation 7 * http://www.apache.org/licenses/LICENSE-2.0 16 #include "ecma-alloc.h" 17 #include "ecma-builtins.h" 18 #include "ecma-conversion.h" 19 #include "ecma-eval.h" 20 #include "ecma-exceptions.h" 21 #include "ecma-gc.h" 22 #include "ecma-globals.h" 23 #include "ecma-helpers.h" [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.content-security-policy.md | 24 …-security-policy": "default-src 'none'; img-src 'self' data:; script-src 'self'; font-src 'self'; … 25 "x-content-type-options": "nosniff", 26 "x-xss-protection": "1; mode=block", 27 "x-frame-options": "deny", 28 "referrer-policy": "no-referrer" 37 the attacker can't even load js from another server. So these rules 43 with `default-src 'none'` which disables everything, and then allow the 55 <meta charset=utf-8 http-equiv="Content-Language" content="en"/> 57 <script type='text/javascript' src="/lws-common.js"></script> 58 <script type='text/javascript' src='test.js'></script> [all …]
|
| /third_party/jerryscript/tests/jerry/ |
| D | global-uri-coding.js | 1 // Copyright JS Foundation and other contributors, http://js.foundation 7 // http://www.apache.org/licenses/LICENSE-2.0 15 // URI encoding 33 assert (encodeURI (" !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN") === 34 "%20!%22#$%25&'()*+,-./0123456789:;%3C=%3E?@ABCDEFGHIJKLMN"); 42 assert (encodeURIComponent (" !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN") === 43 "%20!%22%23%24%25%26'()*%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMN"); 56 // URI decoding 73 " !\"%23%24%%26'()*%2b%2c-.%2f"); 90 " !\"#$%&'()*+,-./");
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsprotocol.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 16 // generated automatically from vscode-languageserver-node 18 // last fetched Tue Sep 24 2019 17:44:28 GMT-0400 (Eastern Daylight Time) 158 /*URI defined: 159 * The associated URI for this workspace folder. 161 URI string `json:"uri"` member 340 * The zero-based line number from where the folded range starts. 345 …* The zero-based character offset from where the folded range starts. If not defined, defaults to … 350 * The zero-based line number where the folded range ends. 355 …* The zero-based character offset before the folded range ends. If not defined, defaults to the le… [all …]
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsprotocol.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 16 // generated automatically from vscode-languageserver-node 18 // last fetched Tue Sep 24 2019 17:44:28 GMT-0400 (Eastern Daylight Time) 158 /*URI defined: 159 * The associated URI for this workspace folder. 161 URI string `json:"uri"` member 340 * The zero-based line number from where the folded range starts. 345 …* The zero-based character offset from where the folded range starts. If not defined, defaults to … 350 * The zero-based line number where the folded range ends. 355 …* The zero-based character offset before the folded range ends. If not defined, defaults to the le… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | tsprotocol.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 16 // generated automatically from vscode-languageserver-node 18 // last fetched Tue Sep 24 2019 17:44:28 GMT-0400 (Eastern Daylight Time) 158 /*URI defined: 159 * The associated URI for this workspace folder. 161 URI string `json:"uri"` member 340 * The zero-based line number from where the folded range starts. 345 …* The zero-based character offset from where the folded range starts. If not defined, defaults to … 350 * The zero-based line number where the folded range ends. 355 …* The zero-based character offset before the folded range ends. If not defined, defaults to the le… [all …]
|
| /third_party/cups/cgi-bin/ |
| D | multipart.dat | 1 -----------------------------1977426492562745908748943111 2 Content-Disposition: form-data; name="MAX_FILE_SIZE" 5 -----------------------------1977426492562745908748943111 6 Content-Disposition: form-data; name="filenamefield"; filename="overview.pdf" 7 Content-Type: application/pdf 9 %PDF-1.2 11 1 0 obj<</Producer(htmldoc 1.8.21 Copyright 1997-2002 Easy Software Products, All Rights Reserved.)… 14 4 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Roman/Encoding 2 0 R>>endobj 15 5 0 obj<</Type/Font/Subtype/Type1/BaseFont/Times-Italic/Encoding 2 0 R>>endobj 17 7 0 obj<</Type/Font/Subtype/Type1/BaseFont/Helvetica-Bold/Encoding 2 0 R>>endobj [all …]
|
| /third_party/node/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 18 --> 19 <!-- OAT(OSS Audit Tool) configuration guide: 56 --> 61 …ense,Free Software Foundation - MIT License,Apache License V2.0,ICU License,zlib/libpng License,BS… 62 …<policyitem type="compatibility" name="Unicode-DFS-2016" path="deps/icu-small/.*" desc="ICU Licens… 63 …<policyitem type="compatibility" name="Unicode-TOU" path="deps/icu-small/.*" desc="ICU License,不影响… 64 …<policyitem type="compatibility" name="Unicode-TOU" path="tools/icu/patches/64/source/.*" desc="IC… [all …]
|
| /third_party/cups/scheduler/ |
| D | log.c | 4 * Copyright © 2020-2024 by OpenPrinting. 5 * Copyright © 2007-2018 by Apple Inc. 6 * Copyright © 1997-2007 by Easy Software Products, all rights reserved. 22 # include <systemd/sd-journal.h> 38 #define PWG_ServiceURI "URI" 51 #define PWG_JobState "JS" 106 * 'cupsdCheckLogFile()' - Open/rotate a log file if it needs it. 109 int /* O - 1 if log file open */ 110 cupsdCheckLogFile(cups_file_t **lf, /* IO - Log file */ in cupsdCheckLogFile() 111 const char *logname) /* I - Log filename */ in cupsdCheckLogFile() [all …]
|
| /third_party/openssl/doc/man1/ |
| D | openssl-rsautl.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-rsautl - RSA command 11 [B<-help>] 12 [B<-in> I<file>] 13 [B<-passin> I<arg>] 14 [B<-rev>] 15 [B<-out> I<file>] 16 [B<-inkey> I<filename>|I<uri>] 17 [B<-keyform> B<DER>|B<PEM>|B<P12>|B<ENGINE>] 18 [B<-pubin>] [all …]
|
| /third_party/spirv-tools/tools/sva/ |
| D | yarn.lock | 5 "@eslint-community/eslint-utils@^4.2.0": 7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23… 8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9… 10 eslint-visitor-keys "^3.3.0" 12 "@eslint-community/regexpp@^4.4.0": 14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a… 15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F… 19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777… 20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS… 27 import-fresh "^3.2.1" [all …]
|
| /third_party/mesa3d/docs/ |
| D | conf.py | 2 # -*- coding: utf-8 -*- 6 # sphinx-quickstart on Wed Mar 29 14:08:51 2017. 32 # -- General configuration ------------------------------------------------ 65 copyright = '1995-2018, Brian Paul' 90 exclude_patterns = ['header-stubs'] 101 # -- Options for HTML output ---------------------------------------------- 119 'release-maintainers-keys.asc', 129 ('thanks', 'https://gitlab.freedesktop.org/mesa/mesa/-/blob/amber/docs/thanks.rst'), 133 # -- Options for linkcheck ------------------------------------------------ 137 r'news:.*', # seems linkcheck doesn't like the news: URI-scheme... [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
| D | yarn.lock | 5 "@babel/code-frame@^7.0.0": 7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49… 8 …integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7… 14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195… 15 …integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChK… 19 js-tokens "^4.0.0" 23 …resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caa… 24 …integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHX… 28 …resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6d… 29 …integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYD… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
| D | yarn.lock | 5 "@babel/code-frame@^7.0.0": 7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49… 8 …integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7… 14 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa6195… 15 …integrity sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChK… 19 js-tokens "^4.0.0" 23 …resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caa… 24 …integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHX… 28 …resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6d… 29 …integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYD… [all …]
|
| /third_party/parse5/ |
| D | package-lock.json | 2 "name": "parse5-build-scripts", 7 "name": "parse5-build-scripts", 14 "@eslint/js": "^9.13.0", 17 "eslint-config-prettier": "^9.1.0", 18 "eslint-plugin-unicorn": "^55.0.0", 22 "lint-staged": "^15.2.10", 25 "ts-jest": "^29.2.5", 26 "ts-node": "^10.9.2", 29 "typescript-eslint": "^8.11.0" 33 "name": "parse5-benchmarks", [all …]
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | typingsInstaller.ts | 54 path: "/a/app.js", 58 path: "/a/config.js", 93 path: "/a/b/app.js", 148 path: "/a/b/app.js", 190 it("inferred project - type acquisition with disableFilenameBasedTypeAcquisition:true", () => { 194 path: "/a/b/jquery.js", 231 …ere requested as a result of typings discovery") > 0, "Should not request filename-based typings"); 234 it("external project - no type acquisition, no .d.ts/js files", () => { 257 // by default auto discovery will kick in if project contain only .js/.d.ts files 258 // in this case project contain only ts files - no auto discovery [all …]
|
| /third_party/skia/modules/canvaskit/npm_build/ |
| D | package-lock.json | 2 "name": "canvaskit-wasm", 7 "@definitelytyped/header-parser": { 9 …"resolved": "https://registry.npmjs.org/@definitelytyped/header-parser/-/header-parser-0.0.57.tgz", 10 …"integrity": "sha512-0CNcUUANv93072vleKkXKT8xUNk9JLhaHVMZbBYP/km55T+V8eGCP6BS0pS80MPhvZouq2FmR/r8B… 13 "@definitelytyped/typescript-versions": "^0.0.57", 18 "@definitelytyped/typescript-versions": { 20 …ed": "https://registry.npmjs.org/@definitelytyped/typescript-versions/-/typescript-versions-0.0.57… 21 …"integrity": "sha512-PpA1dLjH//4fvZ6P5RVR10n+it0lBp/so3dgSAHdFmtHU42kPFc2TlwIYSDL0P5DcNVYViAwIvIIV… 26 "resolved": "https://registry.npmjs.org/@definitelytyped/utils/-/utils-0.0.57.tgz", 27 …"integrity": "sha512-YEIxwB2Im0GQ0lapCpoW+m3XeQqctf0aueuVbm2lNESZCVMgLXVSFaTIquhgKcp/KW+HzVldwH7Ry… [all …]
|
| /third_party/libwebsockets/scripts/ |
| D | attack.sh | 7 # cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DLWS_WITH_MINIMAL_EXAMPLES=1 12 echo "----------------------------------------------" 13 echo "------- tests: lws attack.sh" 20 A=`which libwebsockets-test-server` 23 SHAREDIR=$INSTALLED/../share/libwebsockets-test-server 26 LWS_NC=./bin/lws-minimal-raw-netcat 32 kill -0 $CPID 33 if [ $? -ne 0 ] ; then 41 if [ $? -ne 0 ] ; then 48 …-e -n "HTTP/1.0 403 Forbidden\x0d\x0acontent-type: text/html\x0d\x0acontent-length: 173\x0d\x0a\x0… [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | 1.0lib-noErrors.js | 1 //// [1.0lib-noErrors.ts] 6 License at http://www.apache.org/licenses/LICENSE-2.0 11 MERCHANTABLITY OR NON-INFRINGEMENT. 17 /// <reference no-default-lib="true"/> 42 * Converts a string to a floating-point number. 43 * @param string A string that contains a floating-point number. 60 * Gets the unencoded version of an encoded Uniform Resource Identifier (URI). 61 * @param encodedURI A value representing an encoded URI. 66 * Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI). 67 * @param encodedURIComponent A value representing an encoded URI component. [all …]
|
| /third_party/skia/m133/experimental/tskit/ |
| D | package-lock.json | 9 "license": "BSD-3-Clause", 11 "@typescript-eslint/eslint-plugin": "^4.21.0", 12 "@typescript-eslint/parser": "^4.21.0", 14 "eslint-config-airbnb-typescript": "^12.3.1", 15 "eslint-plugin-import": "^2.22.1", 19 "node_modules/@babel/code-frame": { 21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", 22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG… 28 "node_modules/@babel/helper-validator-identifier": { 30 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif… [all …]
|
| /third_party/skia/experimental/tskit/ |
| D | package-lock.json | 9 "license": "BSD-3-Clause", 11 "@typescript-eslint/eslint-plugin": "^4.21.0", 12 "@typescript-eslint/parser": "^4.21.0", 14 "eslint-config-airbnb-typescript": "^12.3.1", 15 "eslint-plugin-import": "^2.22.1", 19 "node_modules/@babel/code-frame": { 21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", 22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG… 28 "node_modules/@babel/helper-validator-identifier": { 30 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif… [all …]
|
| /third_party/skia/third_party/externals/microhttpd/ |
| D | ChangeLog | 2 Releasing libmicrohttpd 0.9.42. -CG 5 Fix off-by-one in MHD_start_daemon_va() error handling logic 7 reason. -CG/JC 10 Add support for poll() in W32. -EG 13 Fix #3784: actually implement MHD_CONNECTION_INFO_SOCKET_CONTEXT. -asherkin 16 Releasing libmicrohttpd 0.9.41. -CG 21 event-loop modes. Thanks to Mike Castillo for reporting. -CG 24 Fixing issue #3753 (testcase issue). -CG 28 and a client times out. -LB 32 with HTTPS and slow clients. -CG [all …]
|