| /third_party/skia/third_party/externals/microhttpd/doc/ |
| H A D | texinfo.tex | 3 % Load plain if necessary, i.e., if running under initex. 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 71 % We never want plain's \outer definition of \+ in Texinfo. 75 % Save some plain tex macros whose names we will redefine. 102 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode 241 % add check for \lastpenalty to plain's definitions. If the last thing 371 % The \baselineskip=24pt in plain's \makefootline has no effect. 1468 % Texinfo sort of supports the sans serif font style, which plain TeX does not. 2424 % Can't use plain's \frenchspacing because it uses the `\x notation, and 2813 % FYI, plain [all...] |
| /base/update/update_app/ |
| H A D | package-lock.json | 326 "is-plain-object": "^5.0.0", 533 "is-plain-object": { 535 "resolved": "https://repo.huaweicloud.com/repository/npm/is-plain-object/-/is-plain-object-5.0.0.tgz", 631 "is-plain-object": "^5.0.0",
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/ |
| H A D | package-lock.json | 326 "is-plain-object": "^5.0.0", 520 "is-plain-object": { 522 "resolved": "https://repo.huaweicloud.com/repository/npm/is-plain-object/-/is-plain-object-5.0.0.tgz", 618 "is-plain-object": "^5.0.0",
|
| /foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/ |
| H A D | package-lock.json | 303 "is-plain-object": "^5.0.0",
536 "is-plain-object": {
538 "resolved": "https://repo.huaweicloud.com/repository/npm/is-plain-object/-/is-plain-object-5.0.0.tgz",
626 "is-plain-object": "^5.0.0",
|
| /third_party/node/doc/api/ |
| H A D | v8.json | 787 "desc": "<p><strong>The <code>init</code> hook must be a plain function. Providing an async function will\nthrow as it would produce an infinite microtask loop.</strong></p>\n<pre><code class=\"language-mjs\">import { promiseHooks } from 'node:v8';\n\nconst stop = promiseHooks.onInit((promise, parent) => {});\n</code></pre>\n<pre><code class=\"language-cjs\">const { promiseHooks } = require('node:v8');\n\nconst stop = promiseHooks.onInit((promise, parent) => {});\n</code></pre>" 818 "desc": "<p><strong>The <code>settled</code> hook must be a plain function. Providing an async function will\nthrow as it would produce an infinite microtask loop.</strong></p>\n<pre><code class=\"language-mjs\">import { promiseHooks } from 'node:v8';\n\nconst stop = promiseHooks.onSettled((promise) => {});\n</code></pre>\n<pre><code class=\"language-cjs\">const { promiseHooks } = require('node:v8');\n\nconst stop = promiseHooks.onSettled((promise) => {});\n</code></pre>" 849 "desc": "<p><strong>The <code>before</code> hook must be a plain function. Providing an async function will\nthrow as it would produce an infinite microtask loop.</strong></p>\n<pre><code class=\"language-mjs\">import { promiseHooks } from 'node:v8';\n\nconst stop = promiseHooks.onBefore((promise) => {});\n</code></pre>\n<pre><code class=\"language-cjs\">const { promiseHooks } = require('node:v8');\n\nconst stop = promiseHooks.onBefore((promise) => {});\n</code></pre>" 880 "desc": "<p><strong>The <code>after</code> hook must be a plain function. Providing an async function will\nthrow as it would produce an infinite microtask loop.</strong></p>\n<pre><code class=\"language-mjs\">import { promiseHooks } from 'node:v8';\n\nconst stop = promiseHooks.onAfter((promise) => {});\n</code></pre>\n<pre><code class=\"language-cjs\">const { promiseHooks } = require('node:v8');\n\nconst stop = promiseHooks.onAfter((promise) => {});\n</code></pre>" 937 "desc": "<p><strong>The hook callbacks must be plain functions. Providing async functions will\nthrow as it would produce an infinite microtask loop.</strong></p>\n<p>Registers functions to be called for different lifetime events of each promise.</p>\n<p>The callbacks <code>init()</code>/<code>before()</code>/<code>after()</code>/<code>settled()</code> are called for the\nrespective events during a promise's lifetime.</p>\n<p>All callbacks are optional. For example, if only promise creation needs to\nbe tracked, then only the <code>init</code> callback needs to be passed. The\nspecifics of all functions that can be passed to <code>callbacks</code> is in the\n<a href=\"#hook-callbacks\">Hook Callbacks</a> section.</p>\n<pre><code class=\"language-mjs\">import { promiseHooks } from 'node:v8';\n\nconst stopAll = promiseHooks.createHook({\n init(promise, parent) {},\n});\n</code></pre>\n<pre><code class=\"language-cjs\">const { promiseHooks } = require('node:v8');\n\nconst stopAll = promiseHooks.createHook({\n init(promise, parent) {},\n});\n</code></pre>"
|
| /third_party/python/Lib/test/ |
| H A D | test_inspect.py | 1076 'missing plain method: %r' % attrs) 1077 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 1090 self.assertIn(('m', 'method', B), attrs, 'missing plain method') 1091 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 1104 self.assertIn(('c', 'method', C), attrs, 'missing plain method') 1106 self.assertIn(('m', 'method', C), attrs, 'missing plain method') 1107 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 1118 self.assertIn(('c', 'method', C), attrs, 'missing plain method') 1120 self.assertIn(('m', 'method', B), attrs, 'missing plain method') 1121 self.assertIn(('m1', 'method', D), attrs, 'missing plain metho [all...] |
| /base/notification/distributed_notification_service/services/ans/src/common/ |
| H A D | aes_gcm_helper.cpp | 132 ANS_LOGE("Can't encrypt empty plain text."); in Encrypt()
|
| /base/security/crypto_framework/test/unittest/src/ |
| H A D | sm4_common.cpp | 115 // test encrypt and decrypt with null plain text
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_grid_item_bridge.cpp | 189 styleVal->Int32Value(vm) <= static_cast<int32_t>(GridItemStyle::PLAIN)) { in SetGridItemOptions()
|
| /foundation/arkui/napi/test/unittest/cj_native/ |
| H A D | test_ark_interop.cpp | 105 "a plain text", in TEST_F()
|
| /third_party/decimal.js/ |
| H A D | CHANGELOG.md | 27 * #161 Fix Decimal instances deemed plain objects.
|
| /third_party/ffmpeg/doc/ |
| H A D | issue_tracker.txt | 39 Request of support for more, less or plain different output or behavior
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev-util.c | 247 /* allow chars in whitelist, plain ascii, hex-escaping and valid utf8 */
|
| /third_party/ffmpeg/libavformat/ |
| H A D | bethsoftvid.c | 170 } else if(code){ // plain sequence in read_frame()
|
| H A D | riffdec.c | 123 if (size == 14) { /* We're dealing with plain vanilla WAVEFORMAT */ in ff_get_wav_header()
|
| /third_party/curl/docs/libcurl/opts/ |
| H A D | CURLOPT_HTTPHEADER.md | 109 (i.e.: HTML and plain text), this header must be set to "multipart/alternative".
|
| /third_party/curl/lib/ |
| H A D | curl_rtmp.c | 237 /* For plain streams, use the buffer toggle trick to keep data flowing */ in rtmp_connect()
|
| H A D | http_ntlm.c | 137 server, which is for a plain host or for an HTTP proxy */ in Curl_output_ntlm()
|
| /third_party/cups-filters/mime/ |
| H A D | braille.convs | 26 text/plain application/vnd.cups-brf 0 texttobrf
|
| /third_party/curl/docs/ |
| H A D | CHECKSRC.md | 86 - `NOTEQUALSZERO`: check found using `!= 0`. We use plain `if(var)`.
|
| H A D | GOVERNANCE.md | 42 Donating plain money to curl is best done to curl's [Open Collective
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| H A D | CollationKanaTest.java | 131 /* Testing plain, Daku-ten, Handaku-ten letters */
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | utexttst.c | 263 * Can't create an editable UText from plain C, so all we in TestAPI()
|
| /third_party/PyYAML/examples/pygments-lexer/ |
| H A D | example.yaml | 160 plain:
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| H A D | RBSearchPanel.java | 199 titleLabel.setFont(new Font("SansSerif",Font.PLAIN,18)); in initComponents()
|