Home
last modified time | relevance | path

Searched refs:tabs (Results 1 – 25 of 106) sorted by relevance

12345

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/
H A Dintltool-nowarn.patch10 # -*- 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 Dtest_project_builds_page.py144 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 Dfdt.c950 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 D0003-Fix-mixed-tabs-spaces-in-protolib-wscript.patch4 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 D0001-build-use-python3-everywhere.patch18 # -*- 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/
HDncurses-6.1-20190615.patch.gz ... | 2 33# doc/html/man/tabs.1.html | 55 ++- 34 ...
HDncurses-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 Dsimplebrowser.qdoc41 \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 Dsimplebrowser.qdoc41 \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 Dcoding-style.rst516 (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 Drkmux.py171 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 Dqgeojson.cpp1174 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 Ddevice_table2.txt6 # leading tabs are ignored for xattr
/OK3568_Linux_fs/external/mpp/tools/
H A Dastylerc29 --convert-tabs
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dxf86Optrec.h91 int tabs);
H A DFlags.c475 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 Dbin_package.bbclass3 # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A Dread-edid11 * 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 Dtabwidget.cpp710 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 Difcol.cocci8 //# 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 Dbrowser.qdoc35 providing a little Web browser application with support for tabs.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-cec-error-inj12 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 Dbootstrap.min.css5tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin…
H A Dbootstrap.css4021 .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 Dfont-awesome.min.css33tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*="…

12345