Home
last modified time | relevance | path

Searched defs:title (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/third_party/python/Lib/tkinter/
Dmessagebox.py71 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
86 def showinfo(title=None, message=None, **options): argument
91 def showwarning(title=None, message=None, **options): argument
96 def showerror(title=None, message=None, **options): argument
101 def askquestion(title=None, message=None, **options): argument
106 def askokcancel(title=None, message=None, **options): argument
112 def askyesno(title=None, message=None, **options): argument
118 def askyesnocancel(title=None, message=None, **options): argument
128 def askretrycancel(title=None, message=None, **options): argument
Dsimpledialog.py35 title=None, class_=None): argument
96 def __init__(self, parent, title = None): argument
272 def __init__(self, title, prompt, argument
344 def askinteger(title, prompt, **kw): argument
366 def askfloat(title, prompt, **kw): argument
400 def askstring(title, prompt, **kw): argument
/third_party/vk-gl-cts/external/vulkan-docs/src/
DmakeSpec91 title = '' variable
94 title = 'with all KHR extensions' variable
97 title = 'with all registered extensions' variable
120 title = '(' + title + ')' variable
/third_party/node/deps/npm/lib/commands/
Ddoctor.js38 title: 'npm ping', property
42 title: 'npm -v', property
46 title: 'node -v', property
50 title: 'npm config get registry', property
54 title: 'git executable in PATH', property
58 title: 'global bin folder in PATH', property
62 title: 'Perms check on cached files', property
67 title: 'Perms check on local node_modules', property
72 title: 'Perms check on global node_modules', property
77 title: 'Perms check on local bin folder', property
[all …]
/third_party/typescript/tests/baselines/reference/
DobjectSpreadStrictNull.js23 title: string; property
27 const m = { title: "The Matrix", yearReleased: 1999 }; property
29 const x: Movie = { ...m, title: undefined }; property
70 var m = { title: "The Matrix", yearReleased: 1999 }; property
72 var x = __assign(__assign({}, m), { title: undefined }); property
/third_party/python/Lib/distutils/command/
Dbdist_msi.py35 def title(self, title): member in PyDialog
42 def back(self, title, next, name = "Back", active = 1): argument
53 def cancel(self, title, next, name = "Cancel", active = 1): argument
64 def next(self, title, next, name = "Next", active = 1): argument
75 def xbutton(self, name, title, next, xpos): argument
/third_party/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/
Dvu_schema.json3 "title": "Command and Structure Validation in Vulkan", string
26 "title": "Vulkan Command or Structure", string
35 "title": "Valid Usage Statement", string
41 "title": "Valid Usage ID", string
47 "title": "Valid Usage Text", string
/third_party/node/deps/npm/lib/utils/
Dopen-url-prompt.js4 function print (npm, title, url) { argument
7 const message = json ? JSON.stringify({ title, url }) : `${title}:\n${url}` property
13 const promptOpen = async (npm, url, title, prompt, emitter) => { argument
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/
Dexport.js29 title: "title" property
124 title: string; property
185 title: "title" property
342 title: string; property
411 title: string; property
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dtrace.h28 #define wpa_trace_dump(title, ptr) \ argument
49 #define wpa_trace_dump(title, ptr) do { } while (0) argument
51 #define wpa_trace_show(title) do { } while (0) argument
65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dtrace.h28 #define wpa_trace_dump(title, ptr) \ argument
49 #define wpa_trace_dump(title, ptr) do { } while (0) argument
51 #define wpa_trace_show(title) do { } while (0) argument
65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/
Dexport.js29 title: "title" property
124 title: string; property
185 title: "title" property
341 title: string; property
410 title: string; property
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/
Dexport.js29 title: "title" property
124 title: string; property
185 title: "title" property
324 title: string; property
385 title: string; property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/mapped_types/
Dmapped_types_4.ts27 title: string; property
36 const title: TodoTitle = { constant
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/
Dexports.js29 title: "title" property
135 title: string; property
215 title: "title" property
380 title: string; property
454 title: string; property
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/
Dexports.js29 title: "title" property
135 title: string; property
215 title: "title" property
359 title: string; property
423 title: string; property
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/
Dexports.js29 title: "title" property
135 title: string; property
215 title: "title" property
379 title: string; property
453 title: string; property
/third_party/python/Lib/idlelib/
Dhelp_about.py28 def __init__(self, parent, title=None, *, _htest=False, _utest=False): argument
174 def display_printer_text(self, title, printer): argument
187 def display_file_text(self, title, filename, encoding=None): argument
Dquery.py38 def __init__(self, parent, title, message, *, text0='', used_names={}, argument
167 def __init__(self, parent, title, message, used_names, argument
191 def __init__(self, parent, title, message, text0, argument
249 def __init__(self, parent, title, *, menuitem='', filepath='', argument
345 def __init__(self, parent, title, *, cli_args=[], argument
Dtextview.py108 def __init__(self, parent, title, contents, modal=True, wrap=WORD, argument
150 def view_text(parent, title, contents, modal=True, wrap='word', _utest=False): argument
164 def view_file(parent, title, filename, encoding, modal=True, wrap='word', argument
/third_party/node/test/parallel/
Dtest-release-changelog.js58 let title; variable
60title = new RegExp(`## \\d{4}-\\d{2}-\\d{2}, Version ${versionForRegex} '${codename}' \\(LTS\\), @… variable
62 title = new RegExp(`## \\d{4}-\\d{2}-\\d{2}, Version ${versionForRegex} \\(Current\\), @\\S+`); variable
/third_party/skia/infra/bots/recipes/
Dskpbench.py31 def _run(api, title, *cmd, **kwargs): argument
36 def _adb(api, title, *cmd, **kwargs): argument
/third_party/python/Doc/includes/
Dminidom-example.py44 def handleSlideshowTitle(title): argument
47 def handleSlideTitle(title): argument
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgstm3u8playlist.c40 gchar *title; member
46 gst_m3u8_entry_new (const gchar * url, const gchar * title, in gst_m3u8_entry_new()
99 const gchar * url, const gchar * title, in gst_m3u8_playlist_add_entry()
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/
Dexport.js29 title: "title" property
171 title: "title" property
304 title: string; property

12345678910>>...19