Home
last modified time | relevance | path

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

123

/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/linux/Documentation/translations/zh_TW/process/
H A Dcoding-style.rst519 (defun c-lineup-arglist-tabs-only (ignored)
520 "Line up argument lists by tabs, not spaces"
534 (arglist-close . c-lineup-arglist-tabs-only)
536 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
558 (indent-tabs-mode . t)
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetwork.vue6 <!-- Interface tabs -->
11 <b-tabs
31 </b-tabs>
/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/u-boot/tools/
H A Drkmux.py171 tabs = tab_to_col - len(str) / 8
177 str += '%s= %s' % ('\t' * tabs, val_str)
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst593 (defun c-lineup-arglist-tabs-only (ignored)
594 "Line up argument lists by tabs, not spaces"
608 (arglist-close . c-lineup-arglist-tabs-only)
610 (c-lineup-gcc-asm-reg c-lineup-arglist-tabs-only))
632 (indent-tabs-mode . t)
/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/linux/scripts/coccinelle/misc/
H A Difcol.cocci8 //# calculation does not distinguish between spaces and tabs, so code that
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cec-error-inj12 Leading spaces/tabs are ignored. If the next character is a '#' or the
/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; }
/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/linux/Documentation/process/
H A Demail-clients.rst34 patch text untouched. For example, they should not modify or delete tabs
52 because tabs are converted to spaces. Using xclipboard, xclip, and/or
346 Gmail web client converts tabs to spaces automatically.
/openbmc/openbmc/poky/meta/recipes-core/ncurses/
H A Dncurses.inc73 --enable-hard-tabs \
303 ${bindir}/tabs \
/openbmc/linux/scripts/
H A Dcheckpatch.pl4182 my $tabs = length($1) + 1;
4183 if ($prevline =~ /^\+\t{$tabs,$tabs}break\b/ ||
4184 ($prevline =~ /^\+\t{$tabs,$tabs}return\b/ &&
4186 $lines[$linenr] !~ /^[ \+]\t{$tabs,$tabs}return/)) {
4196 my $tabs = $1;
4197 if ($prevline =~ /^\+$tabs(goto|return|break)\b/) {
/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

123