Home
last modified time | relevance | path

Searched refs:fromstring (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A Dmd5.pod21 my $ck3 = $s->fromstring; # decodes both base64 and hex
46 =item $o = $class-E<gt>fromstring($string)
50 =item $o2 = $o-E<gt>new($filename) / $o-E<gt>fromstring($string)
H A Dmd5.pm55 sub fromstring($class, $arg) subroutine
H A DPackingElement.pm754 $plist->{state}->{lastchecksummable}->add_digest(OpenBSD::sha->fromstring($args));
/openbsd-src/gnu/llvm/clang/utils/
H A DFindSpecRefs618 spec = SpecIndex.fromstring(section)
679 def fromstring(str): member in SpecIndex
731 self.section = SpecIndex.fromstring(section)
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py698 xml_root = ET.fromstring(xml_string)