Home
last modified time | relevance | path

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

12345678910>>...35

/third_party/freetype/docs/reference/search/
Dsearch_index.json1 …ex.html","text":"FreeType \u00bb Docs \u00bb Table of Contents FreeType-2.10.4 API Reference \u00b…
/third_party/node/deps/npm/docs/public/static/d/
D2215187023.json1 …-commands/npm-adduser"},"frontmatter":{"description":null,"section":null,"title":""}},{"fields":{"… string
/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.py34 title=None, class_=None): argument
120 def __init__(self, parent, title = None): argument
259 def __init__(self, title, prompt, argument
331 def askinteger(title, prompt, **kw): argument
353 def askfloat(title, prompt, **kw): argument
387 def askstring(title, prompt, **kw): argument
/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.py37 def title(self, title): member in PyDialog
44 def back(self, title, next, name = "Back", active = 1): argument
55 def cancel(self, title, next, name = "Cancel", active = 1): argument
66 def next(self, title, next, name = "Next", active = 1): argument
77 def xbutton(self, name, title, next, xpos): argument
/third_party/node/deps/npm/docs/src/components/
Dseo.js13 function SEO ({ description, lang, meta, title }) { field
35 title={title} field
85 title: PropTypes.string.isRequired property
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_video.c26 SDL_Window *_createVideoSuiteTestWindow(const char *title) in _createVideoSuiteTestWindow()
119 const char* title = "video_createWindowVariousPositions Test Window"; in video_createWindowVariousPositions() local
200 const char* title = "video_createWindowVariousSizes Test Window"; in video_createWindowVariousSizes() local
257 const char* title = "video_createWindowVariousFlags Test Window"; in video_createWindowVariousFlags() local
334 const char* title = "video_getWindowFlags Test Window"; in video_getWindowFlags() local
517 const char* title = "video_getWindowBrightness Test Window"; in video_getWindowBrightness() local
572 const char* title = "video_getWindowDisplayMode Test Window"; in video_getWindowDisplayMode() local
628 const char* title = "video_getWindowDisplayModeNegative Test Window"; in video_getWindowDisplayModeNegative() local
670 const char* title = "video_getWindowGammaRamp Test Window"; in video_getWindowGammaRamp() local
776 const char* title = "video_getSetWindowGrab Test Window"; in video_getSetWindowGrab() local
[all …]
/third_party/boost/libs/math/example/daubechies_wavelets/
Ddaubechies_wavelet_plots.cpp30 std::string title = "Daubechies " + std::to_string(p) + " wavelet"; in plot_psi() local
50 std::string title = "Daubechies " + std::to_string(p) + " wavelet derivative"; in plot_dpsi() local
67 …std::string title = "Daubechies " + std::to_string(p) + " wavelet at 1 (orange), 2 (red), and 21 … in plot_convergence() local
94 …std::string title = "log10 of condition number of function evaluation for Daubechies " + std::to_s… in plot_condition_number() local
129 …std::string title = std::to_string(p) + " vanishing moment ULP plot at " + std::to_string(coarse_r… in do_ulp() local
Ddaubechies_plots.cpp31 std::string title = "Daubechies " + std::to_string(p) + " scaling function"; in plot_phi() local
52 std::string title = "Daubechies " + std::to_string(p) + " scaling function derivative"; in plot_dphi() local
70 …std::string title = "Daubechies " + std::to_string(p) + " scaling at 0 (green), 1 (orange), 2 (red… in plot_convergence() local
99 …std::string title = "log10 of condition number of function evaluation for Daubechies " + std::to_s… in plot_condition_number() local
134 …std::string title = std::to_string(p) + " vanishing moment ULP plot at " + std::to_string(coarse_r… in do_ulp() local
/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/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/python/Lib/idlelib/
Dhelp_about.py26 def __init__(self, parent, title=None, *, _htest=False, _utest=False): argument
172 def display_printer_text(self, title, printer): argument
185 def display_file_text(self, title, filename, encoding=None): argument
Dquery.py37 def __init__(self, parent, title, message, *, text0='', used_names={}, argument
171 def __init__(self, parent, title, message, used_names, argument
195 def __init__(self, parent, title, message, text0, argument
253 def __init__(self, parent, title, *, menuitem='', filepath='', argument
349 def __init__(self, parent, title, *, cli_args=[], argument
/third_party/flutter/skia/infra/bots/recipes/
Dskpbench.py30 def _run(api, title, *cmd, **kwargs): argument
35 def _adb(api, title, *cmd, **kwargs): argument
/third_party/node/deps/npm/test/tap/
Dfund.js165 function testFundCmd ({ title, assertionMsg, args = [], opts = {}, output = checkOutput, assertion … property
186 title: 'fund with no package containing funding', property
192 title: 'fund in which same maintainer owns all its deps', property
198 title: 'fund in which same maintainer owns all its deps, using --json option', property
228 title: 'fund containing multi-level nested deps with no funding', property
234 title: 'fund containing multi-level nested deps with no funding, using --json option', property
260title: 'fund containing multi-level nested deps with multiple funding sources, using --json option… property
308 title: 'fund does not support global', property
319 title: 'fund does not support global, using --json option', property
338 title: 'fund using package argument with no browser', property
[all …]
/third_party/python/Doc/includes/
Dminidom-example.py44 def handleSlideshowTitle(title): argument
47 def handleSlideTitle(title): argument
/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/boost/libs/hana/benchmark/fold_left/
Dbloat.erb.json7 "title": { object
11 "title": { object
/third_party/boost/libs/hana/benchmark/transform/
Dbloat.erb.json7 "title": { object
11 "title": { object
/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()
100 const gchar * url, const gchar * title, in gst_m3u8_playlist_add_entry()
/third_party/wayland-ivi-extension/ivi-id-agent-modules/ivi-id-agent/
Dweston.ini.in12 app-title=Flower key
16 app-title=Flower key
/third_party/ejdb/src/jbl/tests/data/
D001.expected.json12 "title": "example glossary", string
14 "title": "S", string
D002.expected.json12 "title": "example glossary", string
14 "title": "S", string
D002.json12 "title": "example glossary", string
14 "title": "S", string

12345678910>>...35