Lines Matching refs:from
31 my $ordinals = OpenSSL::Ordinals->new(from => "foo.num");
72 =item B<< from => FILENAME >>
74 Not only create a new instance, but immediately load it with data from the
100 $instance->load($opts{from}) if defined($opts{from});
107 Loads the data from FILENAME into the instance. Any previously loaded data
133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_);
195 If an ordinals file has been loaded, it gets rewritten with the data from
200 from B<sort>, which is forbidden here.
220 from B<sort>, which is forbidden here.
349 croak "Duplicate entries for ".$items[0]->name()." from ".
438 Adds a new item from file SOURCE named NAME with the type TYPE,
454 my @defs = @_; # Macros from #ifdef and #ifndef
507 Adds an alias ALIAS for the symbol NAME from file SOURCE, and a set of C macros
614 base version will be formed from C<N>: 'N.0.0'.
750 =item B<< source => FILENAME >>, B<< from => STRING >>
752 This will create a new item from FILENAME, filled with data coming from STRING.
777 This will create a new item with data coming from the arguments.
795 if ($opts{from}) {
796 my @a = split /\s+/, $opts{from};
798 croak "Badly formatted ordinals string: $opts{from}"
1008 # cmp_versions comes from OpenSSL::Util