/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | font-awesome.min.css | 33 …content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envel…
|
H A D | bootstrap.min.css | 5 …content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp…
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/ |
H A D | 0001-Adjust-paths-for-use-with-Bitbake.patch | 28 - <content format='FileContent'>output_binaries/BootBlockAndHeader.bin</content> <!-- content the… 29 + <content format='FileContent'>Poleg_bootblock.bin.full</content> <!-- content the user should f… 40 - <content format='FileContent'>output_binaries/UbootAndHeader.bin</content> <!-- content the use… 41 + <content format='FileContent'>u-boot.bin.full</content> <!-- content the user should fill --> 53 - <content format='FileSize'>inputs/Poleg_bootblock.bin</content> <!-- content the user should fil… 54 + <content format='FileSize'>Poleg_bootblock.bin</content> <!-- content the user should fill --> 65 - <content format='FileContent'>inputs/Poleg_bootblock.bin</content> <!-- content the user should… 66 + <content format='FileContent'>Poleg_bootblock.bin</content> <!-- content the user should fill -… 78 - <content format='FileSize'>inputs/Poleg_bootblock.bin</content> <!-- content the user should fil… 79 + <content format='FileSize'>Poleg_bootblock.bin</content> <!-- content the user should fill --> [all …]
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native/ |
H A D | BootBlockAndHeader_GBS.xml | 25 …<content format='bytes'>0x50 0x07 0x55 0xAA 0x54 0x4F 0x4F 0x42</content> <!-- content the user s… 35 <content format='32bit'>0xFFFD5E00</content> <!-- content the user should fill --> 45 <content format='FileSize'>Poleg_bootblock.bin</content> <!-- content the user should fill --> 55 <content format='FileContent'>Poleg_bootblock.bin</content> <!-- content the user should fill --> 66 <content format='32bit'>0x0300100B</content> <!-- content the user should fill --> 76 <content format='bytes'>0x0A</content> <!-- content the user should fill --> 86 <content format='32bit'>0x0201</content> <!-- content the user should fill --> 96 …<content format='32bit'>100</content> <!--Board_manufacturer: Nuvoton… 106 <content format='32bit'>0x64</content> <!--Board_type: EB--> 117 <content format='32bit'>800</content> [all …]
|
H A D | UbootHeader_GBS.xml | 25 …<content format='bytes'>0x55 0x42 0x4F 0x4F 0x54 0x42 0x4C 0x4B</content> <!-- content the user s… 35 <content format='32bit'>0x8000</content> <!-- content the user should fill --> 45 <content format='FileSize'>u-boot.bin</content> <!-- content the user should fill --> 55 <content format='FileContent'>u-boot.bin</content> <!-- content the user should fill --> 66 …<content format='32bit'>0x0300100B</content> <!-- content the user should fill 0x030… 76 <content format='bytes'>0</content> <!-- content the user should fill --> 86 <content format='bytes'>0x0</content> <!-- content the user should fill --> 96 <content format='bytes'>0x0</content> <!-- content the user should fill --> 106 <content format='bytes'>0x0</content> <!-- content the user should fill --> 117 <content format='32bit'>0x0</content> <!-- content the user should fill --> [all …]
|
/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-bsp/images/npcm7xx-igps/ |
H A D | 0001-Set-FIU0_DRD_CFG-and-FIU_Clk_divider-for-gbmc-hoth.patch | 24 - <content format='32bit'>0x030011BB</content> <!-- content the user should fill --> 25 + <content format='32bit'>0x0300100B</content> <!-- content the user should fill --> 33 - <content format='bytes'>4</content> <!-- content the user should fill --> 34 + <content format='bytes'>10</content> <!-- content the user should fill --> 46 - <content format='32bit'>0x030111BC</content> <!-- content the user should fill 0x0… 47 + <content format='32bit'>0x0300100B</content> <!-- content the user should fill 0x0…
|
/openbmc/openbmc/poky/documentation/sphinx-static/ |
H A D | theme_overrides.css | 84 .wy-nav-content a { 90 .wy-nav-content a:hover { 95 .wy-nav-content a:visited { 103 /* content column 105 * RTD theme's default is 800px as max width for the content, but we have 109 .wy-nav-content{max-width: none; } 112 code, .rst-content tt, .rst-content code { 120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal { 125 .rst-content .note .admonition-title, 126 .rst-content .tip .admonition-title, [all …]
|
/openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
H A D | theme_overrides.css | 84 .wy-nav-content a { 90 .wy-nav-content a:hover { 95 .wy-nav-content a:visited { 103 /* content column 105 * RTD theme's default is 800px as max width for the content, but we have 109 .wy-nav-content{max-width: none; } 112 code, .rst-content tt, .rst-content code { 120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal { 125 .rst-content .note .admonition-title, 126 .rst-content .tip .admonition-title, [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils-testsuite_2.44.bb | 36 content = [] 37 content.append('set srcdir "{0}/{1}"'.format(d.getVar("S"), suite)) 38 content.append('set objdir "{0}/{1}"'.format(d.getVar("B"), suite)) 39 content.append('set build_alias "{0}"'.format(d.getVar("BUILD_SYS"))) 40 content.append('set build_triplet {0}'.format(d.getVar("BUILD_SYS"))) 42 content.append('set host_alias "{0}"'.format(d.getVar("BUILD_SYS"))) 43 content.append('set host_triplet {0}'.format(d.getVar("BUILD_SYS"))) 44 content.append('set target_alias "{0}"'.format(d.getVar("TARGET_SYS"))) 45 content.append('set target_triplet {0}'.format(suffix_sys(d.getVar("TARGET_SYS")))) 46 content.append("set development true") [all …]
|
/openbmc/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { 19 .rst-content dl:not(.docutils) dt { 76 .rst-content .highlight > pre { 81 .rst-content table.field-list th.field-name { 85 .rst-content table.field-list td.field-body { 92 .rst-content .admonition-example { 98 .rst-content .admonition-example > .admonition-title:before { 99 content: "▷"; 102 .rst-content .admonition-example > .admonition-title { 106 .rst-content .admonition-example > div[class^="highlight"] { [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-testsuite.inc | 38 content = [] 39 content.append('load_generic_config "sim"') 40 content.append('load_base_board_description "basic-sim"') 41 content.append('process_multilib_options ""') 68 content.append('set_board_info is_simulator 1') 69 content.append('set_board_info sim "{0}"'.format(qemu_binary)) 70 content.append('set_board_info sim,options "{0}"'.format(" ".join(args))) 73 content.append('set_board_info target_install {%s}' % d.getVar("TARGET_SYS")) 74 content.append('set_board_info ldscript ""') 75 …#content.append('set_board_info needs_status_wrapper 1') # qemu-linux-user return codes work, and … [all …]
|
/openbmc/u-boot/Documentation/sphinx-static/ |
H A D | theme_overrides.css | 14 .rst-content .highlight > pre { 20 /* content column 22 * RTD theme's default is 800px as max width for the content, but we have 26 .wy-nav-content{max-width: none; } 37 .rst-content table.docutils caption { text-align: left; font-size: 100%; } 50 caption, .wy-table caption, .rst-content table.field-list caption { 72 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child { 78 code, .rst-content tt, .rst-content code { 86 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
/openbmc/openbmc-test-automation/gui/test/server_overview/ |
H A D | test_obmc_gui_server_overview.robot | 31 Verify Display Content Access the Serial over LAN console 33 Verify Title Text Content At OBMC Power Off State 40 Verify Display Content ${string_content} 48 Verify Display Content ${string_server_info} 56 Verify Display Content ${string_BMC_info} 64 Verify Display Content ${string_power_info} 72 Verify Display Content ${string_high_priority_events} 82 Verify Display Content ${string_event_log} 91 Verify Display Content ${string_launch_serial_over_lan} 105 Verify Display Content ${hostname} [all …]
|
/openbmc/bmcweb/test/include/ |
H A D | multipart_test.cpp | 28 "Content-Disposition: form-data; name=\"Test1\"\r\n\r\n" in TEST_F() 31 "Content-Disposition: form-data; name=\"Test2\"\r\n\r\n" in TEST_F() 34 "Content-Disposition: form-data; name=\"Test3\"\r\n\r\n" in TEST_F() 40 reqIn.addHeader("Content-Type", in TEST_F() 51 EXPECT_EQ(parser.mime_fields[0].fields.at("Content-Disposition"), in TEST_F() 53 EXPECT_EQ(parser.mime_fields[0].content, in TEST_F() 56 EXPECT_EQ(parser.mime_fields[1].fields.at("Content-Disposition"), in TEST_F() 58 EXPECT_EQ(parser.mime_fields[1].content, in TEST_F() 60 EXPECT_EQ(parser.mime_fields[2].fields.at("Content-Disposition"), in TEST_F() 62 EXPECT_EQ(parser.mime_fields[2].content, "{\r\n--------d74496d6695887}"); in TEST_F() [all …]
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/ |
H A D | util_test.cpp | 42 std::string_view content = "This is\ntest\tcontentt\n\n\n\n.\n\n##$#$"; in TEST() local 43 ofs << content; in TEST() 47 EXPECT_EQ(readContent, content); in TEST() 62 const std::string_view content = in TEST() local 69 metric_blob::parseTcommUtimeStimeString(content, ticksPerSec); in TEST() 81 const std::string_view content = in TEST() local 85 metric_blob::parseTcommUtimeStimeString(content, ticksPerSec); in TEST() 94 const std::string_view content = in TEST() local 103 EXPECT_TRUE(metric_blob::parseMeminfoValue(content, "MemTotal:", value)); in TEST() 105 EXPECT_TRUE(metric_blob::parseMeminfoValue(content, "MemFree:", value)); in TEST() [all …]
|
/openbmc/docs/ |
H A D | REST-cheatsheet.md | 28 …curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d "{\"da… 49 …export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"usern… 63 export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"userna… 84 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -d '{"data": "xyz.openbmc_pr… 90 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.open… 96 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -d '{"data": "xyz.openbmc_pr… 102 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.open… 108 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X PUT -d '{"data":"xyz.open… 114 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X GET https://${bmc}/xyz/op… 120 …curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X DELETE https://${bmc}/xyz… [all …]
|
H A D | REDFISH-cheatsheet.md | 25 curl --insecure -H "Content-Type: application/json" -X POST -D headers.txt https://${bmc}/redfish/v… 39 export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"userna… 70 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 76 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 82 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 88 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 96 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 106 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 122 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis… 134 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X POST -T <image fil… [all …]
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 104 var content = JSON.parse(json); 105 deferred.resolve(content.data); 141 var content = JSON.parse(evt.data); 142 var hostState = content.properties.CurrentHostState; 181 var content = JSON.parse(evt.data); 182 var hostState = content.properties.CurrentHostState; 223 var content = JSON.parse(evt.data); 224 var hostState = content.properties.CurrentHostState; 278 var content = JSON.parse(json); 283 function parseNetworkData(content) { argument [all …]
|
/openbmc/qemu/tests/multiboot/ |
H A D | modules.out | 13 Content: 'This is a test file that is used as a multiboot module.' 20 Content: 'This is a test file that is used as a multiboot module.' 27 Content: 'This is a test file that is used as a multiboot module.' 34 Content: 'This is a test file that is used as a multiboot module.' 36 Content: 'This is a test file that is used as a multiboot module.' 38 Content: 'This is a test file that is used as a multiboot module.'
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | README.md | 69 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \ 84 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST \ 108 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE \ 123 curl -c cjar -b cjar -k -H "Content-Type: application/json" \ 137 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \ 155 curl -c cjar -b cjar -k -H "Content-Type: application/json" \ 168 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \ 184 curl -c cjar -b cjar -k -H "Content-Type: application/json" \ 197 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT \ 213 curl -c cjar -b cjar -k -H "Content-Type: application/json" \ [all …]
|
/openbmc/phosphor-networkd/docs/ |
H A D | Network-Configuration.md | 66 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X POST -d 80 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 92 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d '{"data": 109 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 120 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d '{"data": 137 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE 150 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 161 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X PUT -d '{"data": 174 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X GET 188 curl -c cjar -b cjar -k -H "Content-Type: application/jon" -X PUT -d '{"data": [all …]
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | section.scss | 9 <div class="section-content"> 12 <div class="section-content"> 24 justify-content: space-between; 34 .section-content { 38 + .section-content {
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/ |
H A D | 0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch | 7 Content-Type: text/plain; charset=UTF-8 8 Content-Transfer-Encoding: 8bit 11 Content-Type: text/plain; charset=UTF-8 12 Content-Transfer-Encoding: 8bit 15 Content-Type: text/plain; charset=UTF-8 16 Content-Transfer-Encoding: 8bit
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_savearea_management.robot | 34 ${content-1} Sample Content to test partition file upload 35 ... Sample Content to test partition file upload 36 ... Sample Content to test partition file upload 37 ${content-2} Sample Content to test partition file upload after reboot 38 ... Sample Content to test partition file upload after reboot 39 ... Sample Content to test partition file upload after reboot 154 [Documentation] Upload partition file to BMC using Redfish and verify the content. 164 [Documentation] Upload partition file to BMC using Redfish and verify the content after reboot. 174 [Documentation] Upload partition file to BMC using Redfish and verify the content. 176 [Template] Redfish Update Partition File With Different Content [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/ |
H A D | 720240501dca0b4eacc3295665d7ced8719e11d2.patch | 56 - "Content-Length": "247", 57 - "Content-Type": "text/html; charset=utf-8", 70 + "Content-Length": [ 73 + "Content-Type": [ 126 - "Content-Length": "0", 127 - "Content-Type": "text/html; charset=utf-8", 140 + "Content-Length": [ 143 + "Content-Type": [ 196 - "Content-Length": "0", 197 - "Content-Type": "text/html; charset=utf-8", [all …]
|