Lines Matching refs:title
150 title: string; property
161 title: 'Navigation',
176 title: 'Current Trace',
204 title: 'Convert trace',
239 title: 'Example Traces',
257 title: 'Support',
273 title: 'Sample queries',
464 title: 'Legacy UI may fail to open this trace',
559 title: 'Cannot create permalink from external trace',
618 let title = 'Number of pending SQL queries';
630 title = 'Query engine crashed\n' + engine.failed;
652 title += '\n(Query engine: native accelerator over HTTP+RPC)';
655 title += '\n(Query engine: built-in WASM)';
660 {title},
669 let title = 'Service Worker: ';
674 title += 'not supported by the browser (requires HTTPS)';
678 title += 'Bypassed, using live network. Double-click to re-enable';
682 title += 'Installing / updating ...';
685 title += 'Not available, using network';
689 title += 'Serving from cache. Ready for offline use';
698 title: 'Disable service worker?',
732 {title, ondblclick: toggle},
747 {title: 'Toggle Perf Debug Mode'},
756 title: `Channel: ${getCurrentChannel()}`,
825 traceTitle = engines[0].source.title;
837 document.title = lastTabTitle = tabTitle;
852 m('h1', {title: section.summary}, section.title),
875 title: globals.state.sidebarVisible ? 'Hide menu' :
892 function createTraceLink(title: string, url: string) {
894 return m('a.trace-file-name', title);
898 title: 'Click to copy the URL', constant
902 return m('a.trace-file-name', linkProps, title);