Home
last modified time | relevance | path

Searched full:codemirror (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/packages/services/Car/tools/telemetry/lua-interpreter/
Dpackage-lock.json8 "@codemirror/lang-json": "^6.0.0",
9 "@codemirror/legacy-modes": "^6.1.0",
12 "codemirror": "^6.0.1" string
15 "node_modules/@codemirror/autocomplete": {
17 … "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.4.2.tgz",
21 "@codemirror/language": "^6.0.0",
22 "@codemirror/state": "^6.0.0",
23 "@codemirror/view": "^6.6.0",
27 "@codemirror/language": "^6.0.0",
28 "@codemirror/state": "^6.0.0",
[all …]
Dpackage.json4 "@codemirror/lang-json": "^6.0.0",
5 "@codemirror/legacy-modes": "^6.1.0",
8 "codemirror": "^6.0.1" string
/aosp_15_r20/external/pigweed/pw_web/webconsole/
H A Dpackage-lock.json11 "@codemirror/autocomplete": "^6.1.0",
12 "@codemirror/lang-javascript": "^6.0.2",
13 "@codemirror/language": "^6.2.1",
14 "@codemirror/theme-one-dark": "^6.0.0",
18 "codemirror": "^6.0.1", string
167 "node_modules/@codemirror/autocomplete": {
171 "@codemirror/language": "^6.0.0",
172 "@codemirror/state": "^6.0.0",
173 "@codemirror/view": "^6.6.0",
177 "@codemirror/language": "^6.0.0",
[all …]
H A Dpackage.json12 "@codemirror/autocomplete": "^6.1.0",
13 "@codemirror/lang-javascript": "^6.0.2",
14 "@codemirror/language": "^6.2.1",
15 "@codemirror/theme-one-dark": "^6.0.0",
19 "codemirror": "^6.0.1", string
/aosp_15_r20/packages/services/Car/tools/telemetry/lua-interpreter/static/js/
Dindex.js1 import {json} from '@codemirror/lang-json';
2 import {StreamLanguage} from '@codemirror/language';
3 import {lua} from '@codemirror/legacy-modes/mode/lua';
4 import {EditorView, placeholder} from '@codemirror/view';
6 import {basicSetup} from 'codemirror';
29 // Adds a custom theme to the CodeMirrors. Makes it so that the CodeMirror
73 * Adds a CodeMirror with the given extensions in place of the textArea.
74 * Additionally links the input of the CodeMirror with the textArea.
76 * CodeMirror.
78 * of the CodeMirror. Possible extensions are here
[all …]
/aosp_15_r20/external/perfetto/ui/
H A Dpackage.json10 "@codemirror/autocomplete": "^6.16.3",
11 "@codemirror/commands": "^6.6.0",
12 "@codemirror/lint": "^6.8.1",
13 "@codemirror/search": "^6.5.6",
14 "@codemirror/state": "^6.4.1",
15 "@codemirror/theme-one-dark": "^6.1.2",
16 "@codemirror/view": "^6.28.2",
29 "codemirror": "6.0.1", string
H A Dpnpm-lock.yaml8 '@codemirror/autocomplete':
10 …version: 6.16.3(@codemirror/[email protected])(@codemirror/[email protected])(@codemirror/[email protected])(@lez…
11 '@codemirror/commands':
14 '@codemirror/lint':
17 '@codemirror/search':
20 '@codemirror/state':
23 '@codemirror/theme-one-dark':
26 '@codemirror/view':
65 codemirror:
747 …/@codemirror/[email protected](@codemirror/[email protected])(@codemirror/[email protected])(@codemirror/…
[all …]
/aosp_15_r20/external/pigweed/pw_web/webconsole/components/repl/
H A DbasicSetup.ts24 } from '@codemirror/view';
25 import { Extension, EditorState } from '@codemirror/state';
33 } from '@codemirror/language';
34 import { defaultKeymap, history, historyKeymap } from '@codemirror/commands';
35 import { searchKeymap, highlightSelectionMatches } from '@codemirror/search';
41 } from '@codemirror/autocomplete';
42 import { lintKeymap } from '@codemirror/lint';
H A Dindex.tsx17 import {EditorView} from "codemirror"
19 import {javascript, javascriptLanguage} from "@codemirror/lang-javascript"
20 import {placeholder} from "@codemirror/view";
21 import {oneDark} from "@codemirror/theme-one-dark";
22 import {keymap} from "@codemirror/view"
23 import {Extension} from "@codemirror/state"
H A Dautocomplete.ts15 import { CompletionContext } from '@codemirror/autocomplete';
16 import { syntaxTree } from '@codemirror/language';
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/components/repl/
H A Dcode-editor.ts17 import { basicSetup, EditorView } from 'codemirror';
18 import { keymap } from '@codemirror/view';
19 import { python } from '@codemirror/lang-python';
20 import { CompletionContext, autocompletion } from '@codemirror/autocomplete';
21 import { EditorState, Prec } from '@codemirror/state';
22 import { oneDark } from '@codemirror/theme-one-dark';
27 import { insertNewlineAndIndent } from '@codemirror/commands';
/aosp_15_r20/external/pigweed/pw_web/log-viewer/
H A Dpackage.json15 "@codemirror/autocomplete": "^6.16.3",
16 "@codemirror/lang-python": "^6.1.6",
17 "@codemirror/state": "^6.4.1",
18 "@codemirror/theme-one-dark": "^6.1.2",
22 "codemirror": "^6.0.1", string
H A Dpackage-lock.json11 "@codemirror/autocomplete": "^6.16.3",
12 "@codemirror/lang-python": "^6.1.6",
13 "@codemirror/state": "^6.4.1",
14 "@codemirror/theme-one-dark": "^6.1.2",
18 "codemirror": "^6.0.1", string
203 "node_modules/@codemirror/autocomplete": {
205 … "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.16.3.tgz",
208 "@codemirror/language": "^6.0.0",
209 "@codemirror/state": "^6.0.0",
210 "@codemirror/view": "^6.17.0",
[all …]
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Deditor.ts15 import {indentWithTab} from '@codemirror/commands';
16 import {Transaction} from '@codemirror/state';
17 import {oneDarkTheme} from '@codemirror/theme-one-dark';
18 import {keymap} from '@codemirror/view';
19 import {basicSetup, EditorView} from 'codemirror';
/aosp_15_r20/external/pigweed/
H A Dpackage.json71 "@codemirror/autocomplete": "^6.16.3",
72 "@codemirror/lang-python": "^6.1.6",
73 "@codemirror/state": "^6.4.1",
74 "@codemirror/theme-one-dark": "^6.1.2",
78 "codemirror": "^6.0.1", string
H A Dpackage-lock.json22 "@codemirror/autocomplete": "^6.16.3",
23 "@codemirror/lang-python": "^6.1.6",
24 "@codemirror/state": "^6.4.1",
25 "@codemirror/theme-one-dark": "^6.1.2",
51 "codemirror": "^6.0.1", string
645 "node_modules/@codemirror/autocomplete": {
647 "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.2.tgz",
652 "@codemirror/language": "^6.0.0",
653 "@codemirror/state": "^6.0.0",
654 "@codemirror/view": "^6.17.0",
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/
H A Dspeedometer_3.sql61 ('Editor-CodeMirror', 'Long'),
62 ('Editor-CodeMirror', 'Highlight'),
/aosp_15_r20/external/swiftshader/docs/
H A DRegres.md441 [`codemirror`](https://codemirror.net/) is used to perform coverage span and C++
/aosp_15_r20/external/arm-trusted-firmware/
H A Dpackage-lock.json771 "conventional-changelog-codemirror": "^2.0.8",
810 "node_modules/conventional-changelog-codemirror": {
812 …: "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirro…
4438 "conventional-changelog-codemirror": "^2.0.8",
4468 "conventional-changelog-codemirror": {
4470 …: "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirro…
/aosp_15_r20/external/trusty/arm-trusted-firmware/
Dpackage-lock.json1520 "conventional-changelog-codemirror": "^2.0.8",
1559 "node_modules/conventional-changelog-codemirror": {
1561 …: "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirro…
/aosp_15_r20/external/cronet/testing/scripts/variations_smoke_test_data/http_server/
H A Dindex.html35 …editor.css"],"text":["https://ssl.gstatic.com/sites/p/8ef4a1/system/js/codemirror.js","https://ssl…
/aosp_15_r20/prebuilts/misc/common/flickerlib/trace_processor_shell/
HDtrace_processor_shell_x86__libc_init strlen _ZNSt3__122__libcpp_verbose_abortEPKcz _Znwj _ZdlPv __errno strerror _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6appendEjc eventfd write read fstat fileno close fclose fopen access _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE9push_backEc closedir ...