| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/ |
| H A D | intltool-nowarn.patch | 10 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 20 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 30 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- 40 # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_project_builds_page.py | 144 tabs = self.find_all('#project-topbar') 145 self.assertEqual(len(tabs), 0, 154 tabs = self.find_all('#project-topbar') 155 self.assertEqual(len(tabs), 1,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fdt.c | 950 static char tabs[MAX_LEVEL+1] = in fdt_print() local 1007 &tabs[MAX_LEVEL - level], pathp); in fdt_print() 1018 printf("%s};\n", &tabs[MAX_LEVEL - level]); in fdt_print() 1038 &tabs[MAX_LEVEL - level], in fdt_print() 1043 &tabs[MAX_LEVEL - level], in fdt_print() 1051 printf("%s/* NOP */\n", &tabs[MAX_LEVEL - level]); in fdt_print()
|
| /OK3568_Linux_fs/buildroot/package/norm/ |
| H A D | 0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch | 4 Subject: [PATCH] Fix mixed tabs/spaces in protolib wscript 7 TabError: inconsistent use of tabs and spaces in indentation
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/libqmi/files/ |
| H A D | 0001-build-use-python3-everywhere.patch | 18 # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- 28 # -*- Mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190615.patch.gz | ... | 2
33# doc/html/man/tabs.1.html | 55 ++-
34 ... |
| HD | ncurses-6.1-20190713.patch.gz | ... | 2
34# doc/html/man/tabs.1.html | 2
35# doc/ ... |
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/doc/src/ |
| H A D | simplebrowser.qdoc | 41 \li Menu bar for opening stored pages and managing windows and tabs. 44 \li Multi-tab area for displaying web content within tabs. 49 The web content can be opened in new tabs or separate windows. HTTP and 66 browser tabs. 98 \c TabWidget. The \c TabWidget contains one or several \c WebView instances as tabs, 266 window level with tabs in one window all in either normal or private mode. 268 some tabs in a window in normal mode, others in private mode.
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/doc/src/ |
| H A D | simplebrowser.qdoc | 41 \li Menu bar for opening stored pages and managing windows and tabs. 44 \li Multi-tab area for displaying web content within tabs. 49 The web content can be opened in new tabs or separate windows. HTTP and 66 browser tabs. 98 \c TabWidget. The \c TabWidget contains one or several \c WebView instances as tabs, 266 window level with tabs in one window all in either normal or private mode. 268 some tabs in a window in normal mode, others in private mode.
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | coding-style.rst | 516 (defun c-lineup-arglist-tabs-only (ignored) 517 "Line up argument lists by tabs, not spaces" 531 (arglist-close . c-lineup-arglist-tabs-only) 533 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only)) 555 (indent-tabs-mode . t)
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkmux.py | 171 tabs = tab_to_col - len(str) / 8 177 str += '%s= %s' % ('\t' * tabs, val_str)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qgeojson.cpp | 1174 QString printQvariant(const QVariant v, int tabs = 0) { in printQvariant() argument 1178 for (int i = 0; i< tabs; i++) { in printQvariant() 1185 stream << printQvariant(l.at(i), tabs + 1); in printQvariant() 1197 … << printQvariant(map[QStringLiteral("type")], tabs + 1).remove(QRegExp(QStringLiteral("^[ ]*")));; in printQvariant() 1202 …stream << sTabs << sTab << iter.key() << " : " << printQvariant(iter.value(), tabs + 1).remove(QR… in printQvariant() 1206 stream << printQvariant(l.at(i), tabs + 1); in printQvariant()
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/ |
| H A D | device_table2.txt | 6 # leading tabs are ignored for xattr
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | astylerc | 29 --convert-tabs
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | xf86Optrec.h | 91 int tabs);
|
| H A D | Flags.c | 475 xf86printOptionList(FILE * fp, XF86OptionPtr list, int tabs) in xf86printOptionList() argument 482 for (i = 0; i < tabs; i++) in xf86printOptionList()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | bin_package.bbclass | 3 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/ |
| H A D | read-edid | 11 * simply to keep tabs on my work, and maybe we can share ideas on EDIDs.
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | tabwidget.cpp | 710 QStringList tabs; in saveState() local 713 tabs.append(tab->url().toString()); in saveState() 715 tabs.append(QString()); in saveState() 718 stream << tabs; in saveState()
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | ifcol.cocci | 8 //# calculation does not distinguish between spaces and tabs, so code that
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/doc/src/ |
| H A D | browser.qdoc | 35 providing a little Web browser application with support for tabs.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | debugfs-cec-error-inj | 12 Leading spaces/tabs are ignored. If the next character is a '#' or the
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.min.css | 5 …tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin…
|
| H A D | bootstrap.css | 4021 .nav-tabs { 4024 .nav-tabs > li { 4028 .nav-tabs > li > a { 4034 .nav-tabs > li > a:hover { 4037 .nav-tabs > li.active > a, 4038 .nav-tabs > li.active > a:hover, 4039 .nav-tabs > li.active > a:focus { 4046 .nav-tabs.nav-justified { 4050 .nav-tabs.nav-justified > li { 4053 .nav-tabs.nav-justified > li > a { [all …]
|
| H A D | font-awesome.min.css | 33 …tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*="…
|