Home
last modified time | relevance | path

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

12

/openbmc/openbmc/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 -*-
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0001-configure-don-t-report-error-when-the-path-of-Perl-c.patch5 spaces or tabs
27 - as_fn_error $? "The path to your Perl contains spaces or tabs.
28 + : as_fn_error $? "The path to your Perl contains spaces or tabs.
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_builds_page.py146 tabs = self.find_all('#project-topbar')
147 self.assertEqual(len(tabs), 0,
156 tabs = self.find_all('#project-topbar')
157 self.assertEqual(len(tabs), 1,
/openbmc/u-boot/cmd/
H A Dfdt.c991 static char tabs[MAX_LEVEL+1] = in fdt_print() local
1048 &tabs[MAX_LEVEL - level], pathp); in fdt_print()
1059 printf("%s};\n", &tabs[MAX_LEVEL - level]); in fdt_print()
1079 &tabs[MAX_LEVEL - level], in fdt_print()
1084 &tabs[MAX_LEVEL - level], in fdt_print()
1092 printf("%s/* NOP */\n", &tabs[MAX_LEVEL - level]); in fdt_print()
/openbmc/u-boot/tools/
H A Drkmux.py171 tabs = tab_to_col - len(str) / 8
177 str += '%s= %s' % ('\t' * tabs, val_str)
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page.py680 tabs = self.find_all('.nav-tabs li')
681 self.assertEqual(len(tabs), 3)
683 tabs[0].click()
691 tabs[1].click()
699 tabs[2].click()
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetwork.vue6 <!-- Interface tabs -->
11 <b-tabs
33 </b-tabs>
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A Dread-edid11 * simply to keep tabs on my work, and maybe we can share ideas on EDIDs.
/openbmc/openbmc/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*="…
H A Ddefault.css124 /* Increase the tabs padding and margin in the project pages to fit the build form and the main con…
125 #project-topbar .nav-tabs > li > a { padding: 15px; }
H A Dbootstrap.css.map1tabs {\n border-bottom: 1px solid #ddd;\n}\n.nav-tabs > li {\n float: left;\n margin-bottom: -1…
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl3296 my $tabs = length($1) + 1;
3297 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ ||
3298 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ &&
3300 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) {
3309 my $tabs = $1;
3310 if ($prevline =~ /^\+$tabs(?:goto|return)\b/) {
/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc77 --enable-hard-tabs \
307 ${bindir}/tabs \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch58 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
337 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch73 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
352 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-add-fallback-parse_printf_format-implementation.patch58 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
337 +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
/openbmc/qemu/docs/
H A Dmultiseat.txt59 in a separate tab. You can either simply switch tabs to switch heads,
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-1.3.rst61 Previously, an inconsistent mix of spaces and tabs existed, which made
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DNEWS129 + cleanup code to K&R, 8 stop tabs.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/
H A D0001-fix-ppp-2.5.0-build.patch120 +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst119 Some use tabs, some use spaces.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js9 …[]).controller("TabsetController",["$scope",function(a){var b=this,c=b.tabs=a.tabs=[];b.select=fun…
H A Dui-bootstrap-tpls-0.11.0.min.js9 …[]).controller("TabsetController",["$scope",function(a){var b=this,c=b.tabs=a.tabs=[];b.select=fun…

12