/third_party/weex-loader/test/spec/ |
D | o.we | 16 {name: 'hello', title: 'Hello World'}, 17 {name: 'syntax/index', title: 'More Syntax'}, 18 {name: 'style/index', title: 'Common Style'}, 19 {name: 'animation', title: 'Animation'}, 22 {name: 'component/text-demo', title: 'Text'}, 23 {name: 'component/image-demo', title: 'Image'}, 24 {name: 'component/input-demo', title: 'Input'}, 25 {name: 'component/scroller-demo', title: 'Scroller'}, 26 {name: 'component/list/list-basic', title: 'List (Basic)'}, 27 {name: 'component/list/list-demo', title: 'List (Advanced)'}, [all …]
|
/third_party/parse5/test/data/parser-feedback/ |
D | svg.test | 5 "description": "<svg><tr><td><title><tr>", 6 "input": "<svg><tr><td><title><tr>", 25 "title", 37 "description": "<svg><tr><td><title><tr>", 38 "input": "<svg><tr><td><title><tr>", 57 "title", 69 "description": "<svg><thead><title><tbody>", 70 "input": "<svg><thead><title><tbody>", 84 "title", 96 "description": "<svg><tfoot><title><tbody>", [all …]
|
D | tests5.test | 205 "description": "<title> <!-- </title> --> </title>x", 206 "input": "<title> <!-- </title> --> </title>x", 210 "title", 219 "title" 227 "title" 342 "description": "<title>&</title>", 343 "input": "<title>&</title>", 347 "title", 356 "title" 362 "description": "<title><!--&--></title>", [all …]
|
D | tests7.test | 5 "description": "<!doctype html><body><title>X</title>", 6 "input": "<!doctype html><body><title>X</title>", 22 "title", 31 "title" 37 "description": "<!doctype html><table><title>X</title></table>", 38 "input": "<!doctype html><table><title>X</title></table>", 54 "title", 63 "title" 73 "description": "<!doctype html><head></head><title>X</title>", 74 "input": "<!doctype html><head></head><title>X</title>", [all …]
|
/third_party/python/Lib/tkinter/ |
D | messagebox.py | 71 def _show(title=None, message=None, _icon=None, _type=None, **options): argument 74 if title: options["title"] = title 86 def showinfo(title=None, message=None, **options): argument 88 return _show(title, message, INFO, OK, **options) 91 def showwarning(title=None, message=None, **options): argument 93 return _show(title, message, WARNING, OK, **options) 96 def showerror(title=None, message=None, **options): argument 98 return _show(title, message, ERROR, OK, **options) 101 def askquestion(title=None, message=None, **options): argument 103 return _show(title, message, QUESTION, YESNO, **options) [all …]
|
D | simpledialog.py | 35 title=None, class_=None): argument 40 if title: 41 self.root.title(title) 42 self.root.iconname(title) 96 def __init__(self, parent, title = None): argument 118 if title: 119 self.title(title) 272 def __init__(self, title, prompt, argument 283 Dialog.__init__(self, parent, title) 344 def askinteger(title, prompt, **kw): argument [all …]
|
/third_party/typescript/src/testRunner/parallel/ |
D | worker.ts | 75 _createHook(title: string, fn?: Mocha.Func | Mocha.AsyncFunc) { 76 const hook = super._createHook(title, fn); 101 …context.before = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc)… 102 …context.after = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc) … 103 …ontext.beforeEach = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFu… 104 …context.afterEach = (title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFu… 105 …context.describe = context.context = ((title: string, fn: (this: Mocha.Suite) => void) => addSuite… 106 …ext.describe.skip = context.xdescribe = context.xcontext = (title: string) => addSuite(title, /*fn… 107 … context.describe.only = (title: string, fn?: (this: Mocha.Suite) => void) => addSuite(title, fn); 108 …xt.it = context.specify = ((title: string | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowCaching.types | 108 taTitleFont = o.titleFont || (ta.title && ta.title.font), 110 >o.titleFont || (ta.title && ta.title.font) : any 114 >(ta.title && ta.title.font) : any 115 >ta.title && ta.title.font : any 116 >ta.title : any 118 >title : any 119 >ta.title.font : any 120 >ta.title : any 122 >title : any 155 taTitleFontColor = o.titleFontColor || (ta.title && ta.title.fontColor) || "black", [all …]
|
D | callbackTag1.types | 21 var noreturn = obj => void obj.title 23 >obj => void obj.title : (obj: { e: number; m: number; title: string; }) => any 24 >obj : { e: number; m: number; title: string; } 25 >void obj.title : undefined 26 >obj.title : string 27 >obj : { e: number; m: number; title: string; } 28 >title : string 32 * @param {{ e: number, m: number, title: string }} s - Knee deep, shores, etc
|
D | controlFlowCaching.js | 12 taTitleFont = o.titleFont || (ta.title && ta.title.font), 14 taTitleFontColor = o.titleFontColor || (ta.title && ta.title.fontColor) || "black", 15 taTitleGap = (o.titleGap == 0) ? 0 : o.titleGap || (ta.title && ta.title.gap) || 15, 16 taTitleOrientation = o.titleOrientation || (ta.title && ta.title.orientation) || "axis", 75 …title && ta.title.font), taFontColor = o.fontColor || (ta.majorTick && ta.majorTick.fontColor) || …
|
/third_party/node/test/parallel/ |
D | test-setproctitle.js | 21 let title = String(process.pid); variable 23 assert.notStrictEqual(process.title, title); 24 process.title = title; 25 assert.strictEqual(process.title, title); 34 `ps -o pid,args | grep '${process.pid} ${title}' | grep -v grep` : 42 title += ` (${path.basename(process.execPath)})`; 45 assert.strictEqual(stdout.replace(/\s+$/, '').endsWith(title), true);
|
/third_party/mbedtls/programs/test/ |
D | benchmark.c | 523 char title[TITLE_LEN]; in main() local 698 mbedtls_snprintf(title, sizeof(title), "AES-CBC-%d", keysize); in main() 704 TIME_AND_TSC(title, in main() 717 mbedtls_snprintf(title, sizeof(title), "AES-XTS-%d", keysize); in main() 723 TIME_AND_TSC(title, in main() 738 mbedtls_snprintf(title, sizeof(title), "AES-GCM-%d", keysize); in main() 744 TIME_AND_TSC(title, in main() 759 mbedtls_snprintf(title, sizeof(title), "AES-CCM-%d", keysize); in main() 765 TIME_AND_TSC(title, in main() 781 mbedtls_snprintf(title, sizeof(title), "ChaCha20-Poly1305"); in main() [all …]
|
/third_party/node/deps/v8/tools/turbolizer/src/ |
D | node-label.ts | 18 title: string; property in NodeLabel 29 …constructor(id: number, label: string, title: string, live: boolean, properties: string, sourcePos… 32 this.title = title; 48 if (this.title != that.title) return false; 65 let title = this.title + "\n" + propsString + "\n" + this.opinfo; 67 title += `\nOrigin: ${formatOrigin(this.origin)}`; 70 title += `\nInplace update in phase: ${this.inplaceUpdatePhase}`; 72 return title;
|
/third_party/ltp/ |
D | ltpmenu | 84 --title " $1 " \ 106 --title "Compiling LTP testsuite"\ 172 --title "LTP Test Results" \ 180 --title "LTP Test Results" \ 184 --title "LTP Test Results." \ 203 --title "LTP Test Results" \ 221 --title "Output Direction" --clear\ 227 --title "Output Direction" --clear\ 238 --title "Test Duration" --clear\ 245 --title "Test Duration - Interval Selection" --clear\ [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/mapped_types/ |
D | mapped_types_4.ts | 27 title: string; property 36 const title: TodoTitle = { constant 37 title: "Clean room", 39 Assert.equal("title" in title, true); 40 Assert.equal("description" in title, false); 41 Assert.equal("completed" in title, false); 44 title: "Clean room", 52 title: "Clean room",
|
/third_party/python/Lib/distutils/command/ |
D | bdist_msi.py | 35 def title(self, title): member in PyDialog 40 r"{\VerdanaBold10}%s" % title) 42 def back(self, title, next, name = "Back", active = 1): argument 51 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next) 53 def cancel(self, title, next, name = "Cancel", active = 1): argument 62 return self.pushbutton(name, 304, self.h-27, 56, 17, flags, title, next) 64 def next(self, title, next, name = "Next", active = 1): argument 73 return self.pushbutton(name, 236, self.h-27, 56, 17, flags, title, next) 75 def xbutton(self, name, title, next, xpos): argument 81 return self.pushbutton(name, int(self.w*xpos - 28), self.h-27, 56, 17, 3, title, next) [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | makeSpec | 91 title = '' variable 94 title = 'with all KHR extensions' variable 97 title = 'with all registered extensions' variable 114 if title != '': 115 title += ' and ' + ', '.join(sorted(extraexts)) 117 title += 'with ' + ', '.join(sorted(extraexts)) 119 if title != '': 120 title = '(' + title + ')' variable 133 args.append('APITITLE={}'.format(title))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | browser.c | 26 char *title; member 50 ctx->title ? ctx->title : in browser_update_title() 56 ctx->title ? ctx->title : "Hotspot 2.0 client"); in browser_update_title() 186 const char *title; in view_cb_notify_title() local 188 title = webkit_web_view_get_title(ctx->view); in view_cb_notify_title() 189 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title); in view_cb_notify_title() 190 os_free(ctx->title); in view_cb_notify_title() 191 ctx->title = os_strdup(title); in view_cb_notify_title() 264 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() argument 267 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title, in view_cb_hovering_over_link() [all …]
|
D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num) 30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num); 33 void wpa_trace_show(const char *title); 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 51 #define wpa_trace_show(title) do { } while (0) argument 61 void wpa_trace_dump_funcname(const char *title, void *pc); 65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | trace.h | 28 #define wpa_trace_dump(title, ptr) \ argument 29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num) 30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num); 33 void wpa_trace_show(const char *title); 49 #define wpa_trace_dump(title, ptr) do { } while (0) argument 51 #define wpa_trace_show(title) do { } while (0) argument 61 void wpa_trace_dump_funcname(const char *title, void *pc); 65 #define wpa_trace_dump_funcname(title, pc) do { } while (0) argument
|
D | browser.c | 21 char *title; member 42 ctx->title ? ctx->title : in browser_update_title() 48 ctx->title ? ctx->title : "Hotspot 2.0 client"); in browser_update_title() 125 static void view_cb_hovering_over_link(WebKitWebView *view, gchar *title, in view_cb_hovering_over_link() argument 128 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s uri=%s", __func__, title, in view_cb_hovering_over_link() 141 const char *title, in view_cb_title_changed() argument 144 wpa_printf(MSG_DEBUG, "BROWSER:%s title=%s", __func__, title); in view_cb_title_changed() 145 os_free(ctx->title); in view_cb_title_changed() 146 ctx->title = os_strdup(title); in view_cb_title_changed() 216 free(ctx.title); in hs20_web_browser()
|
/third_party/cef/libcef/browser/native/ |
D | file_dialog_runner_win.cc | 269 std::wstring title; in RunOpenFileDialog() local 270 if (!params.title.empty()) { in RunOpenFileDialog() 271 title = base::UTF16ToWide(params.title); in RunOpenFileDialog() 273 title = base::UTF16ToWide( in RunOpenFileDialog() 276 if (!title.empty()) in RunOpenFileDialog() 277 ofn.lpstrTitle = title.c_str(); in RunOpenFileDialog() 333 std::wstring title; in RunOpenMultiFileDialog() local 334 if (!params.title.empty()) { in RunOpenMultiFileDialog() 335 title = base::UTF16ToWide(params.title); in RunOpenMultiFileDialog() 337 title = base::UTF16ToWide( in RunOpenMultiFileDialog() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gstm3u8playlist.c | 40 gchar *title; member 46 gst_m3u8_entry_new (const gchar * url, const gchar * title, in gst_m3u8_entry_new() argument 55 entry->title = g_strdup (title); in gst_m3u8_entry_new() 67 g_free (entry->title); in gst_m3u8_entry_free() 99 const gchar * url, const gchar * title, in gst_m3u8_playlist_add_entry() argument 110 entry = gst_m3u8_entry_new (url, title, duration, discontinuous); in gst_m3u8_playlist_add_entry() 175 entry->title ? entry->title : ""); in gst_m3u8_playlist_render() 179 entry->title ? entry->title : ""); in gst_m3u8_playlist_render()
|
/third_party/python/Doc/library/ |
D | tkinter.messagebox.rst | 26 .. method:: showinfo(title=None, message=None, **options) 30 .. method:: showwarning(title=None, message=None, **options) 31 showerror(title=None, message=None, **options) 35 .. method:: askquestion(title=None, message=None, **options) 36 askokcancel(title=None, message=None, **options) 37 askretrycancel(title=None, message=None, **options) 38 askyesno(title=None, message=None, **options) 39 askyesnocancel(title=None, message=None, **options)
|
/third_party/cups-filters/backend/ |
D | cups-brf.c | 39 char *title; in main() local 108 title = argv[3]; in main() 109 for (c = title; *c; c++) { in main() 114 while (*title == '.') in main() 115 title++; in main() 118 if (!*title) in main() 119 title = "unknown"; in main() 122 if (asprintf(&outfile, "%s/%s.XXXXXX.brf", dir, title) < 0) { in main()
|