Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 107) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-iconv-perl_1.7.bb3 The Text::Iconv module provides a Perl interface to the iconv() \
11 HOMEPAGE = "https://metacpan.org/pod/Text::Iconv"
16 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz"
20 S = "${WORKDIR}/Text-Iconv-${PV}"
24 FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Text/Iconv/.debug/"
H A Dlibtext-wrapi18n-perl_0.06.bb1 SUMMARY = "Text::WrapI18N - Line wrapping module with support for multibyte, \
4 DESCRIPTION = "This module intends to be a better Text::Wrap module. This module is \
14 HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-WrapI18N-0.06"
19 SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz"
23 S = "${WORKDIR}/Text-WrapI18N-${PV}"
H A Dlibtext-charwidth-perl_0.04.bb1 SUMMARY = "Text::CharWidth - Get number of occupied columns of a string on terminal."
13 HOMEPAGE = "https://metacpan.org/release/KUBOTA/Text-CharWidth-0.04"
18 SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz"
22 S = "${WORKDIR}/Text-CharWidth-${PV}"
H A Dlibtext-diff-perl_1.41.bb1 SUMMARY = "Text::Diff - Perform diffs on files and record sets"
9 HOMEPAGE = "https://metacpan.org/release/OVID/Text-Diff-1.41"
14 SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \
19 S = "${WORKDIR}/Text-Diff-${PV}"
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py18 Text,
44 method = Column(Text, nullable=False)
45 taskhash = Column(Text, nullable=False)
46 unihash = Column(Text, nullable=False)
47 gc_mark = Column(Text, nullable=False)
59 method = Column(Text, nullable=False)
60 taskhash = Column(Text, nullable=False)
61 outhash = Column(Text, nullable=False)
63 owner = Column(Text)
64 PN = Column(Text)
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_date_and_time_sub_menu.robot36 Verify Text Under Date And Time Page
139 ${xpath_browser_offset_text}= Get Text ${xpath_browser_offset_textfield}
155 Input Text ${xpath_ntp_server1} 10.10.10.10
156 Input Text ${xpath_ntp_server2} 20.20.20.20
157 Input Text ${xpath_ntp_server3} 30.30.30.30
177 Input Text ${xpath_manual_date} 2023-05-12
178 Input Text ${xpath_manual_time} 15:30
197 Input Text ${xpath_manual_date} 2023-18-48
199 Input Text ${xpath_manual_time} 29:48
211 Input Text ${xpath_ntp_server1} time.google.com
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DTTWL7 redistribute modified versions of this code with the name "Text::Tabs"
8 unless it passes the unmodified Text::Tabs test suite.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-geomet_1.1.0.bb1 SUMMARY = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa."
2 DESCRIPTION = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa."
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/
H A Dmimic_1.3.0.1.bb1 SUMMARY = "A fast lightweight Text-to-speech engine"
2 DESCRIPTION = "Mimic is a fast, lightweight Text-to-speech engine developed by Mycroft A.I. and Voc…
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_sensors_sub_menu.robot50 Verify Search Text Entered
56 Input Text ${xpath_sensors_search} ambi
73 Verify Invalid Text In Filter Sensors Search
79 Input Text ${xpath_sensors_search} abcd123
/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/
H A Dtest_overview_menu.robot114 ${log_count}= Get Text ${xpath_critical_logs_count}
132 ${log_count}= Get Text ${xpath_warning_logs_count}
257 Verify Text Under Server Information Section
268 Verify Text Under Firmware Information Section
277 Verify Text Under Network Information Section
286 Verify Text Under Power Information Section
296 Verify Text Under Event Logs Section
304 Verify Text Under Inventory And LEDs Section
311 Verify Text Under Dumps Section
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_policies_sub_menu.robot265 Element Text Should Be ${xpath_bmc_ssh_toggle} Enabled
267 Element Text Should Be ${xpath_bmc_ssh_toggle} Disabled
276 Element Text Should Be ${xpath_network_ipmi_toggle} Enabled
278 Element Text Should Be ${xpath_network_ipmi_toggle} Disabled
290 ${current_ssh_state}= Get Text ${xpath_bmc_ssh_toggle}
301 ${current_ipmi_state}= Get Text ${xpath_network_ipmi_toggle}
324 ${initial_ssh_setting}= Get Text ${xpath_bmc_ssh_toggle}
326 ${initial_ipmi_setting}= Get Text ${xpath_network_ipmi_toggle}
/openbmc/openpower-hw-diags/test/
H A Dtest-ffdc-file.cpp11 files.emplace_back(util::FFDCFormat::Text, 3, 3); in TEST()
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_gui_header.robot18 Verify GUI Header Text
22 ${gui_header_text}= Get Text ${xpath_header_text}
H A Dtest_profile_settings_sub_menu.robot64 ${gui_logged_username}= Get Text ${xpath_logged_usename}
98 Input Text ${xpath_new_password} ${OPENBMC_PASSWORD}
99 Input Text ${xpath_confirm_password} ${OPENBMC_PASSWORD}
/openbmc/bmcweb/http/
H A Dwebsocket.hpp18 Text, enumerator
/openbmc/qemu/docs/sphinx/
H A Dcompat.py15 from docutils.nodes import Element, Node, Text
42 SpaceNode = Text
/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/
H A Dfedora_essential.sh1 … perl perl-Data-Dumper perl-File-Compare perl-File-Copy perl-FindBin perl-Text-ParseWords perl-Thr…
H A Dalmalinux_essential.sh5 …l glibc-langpack-en gzip libacl lz4 make patch perl perl-Data-Dumper perl-Text-ParseWords perl-Thr…
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dffdc_file.hpp144 FFDCFormat format{FFDCFormat::Text};
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxrender_0.9.12.bb6 client-side tessellation into either triangles or trapezoids. Text is \
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dffdc_file_tests.cpp102 FFDCFile file{FFDCFormat::Text}; in TEST()
103 EXPECT_EQ(file.getFormat(), FFDCFormat::Text); in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/
H A Dlibsombok3_2.4.0.bb1 SUMMARY = "Sombok - Unicode Text Segmentation Package."
/openbmc/openpower-hw-diags/util/
H A Dffdc_file.hpp127 FFDCFormat format{FFDCFormat::Text};
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py173 literal_block += nodes.Text(value, value)
175 literal_block += nodes.Text(text, text)

12345