Home
last modified time | relevance | path

Searched refs:next_until (Results 1 – 7 of 7) sorted by relevance

/dports/www/p5-Web-Query/Web-Query-0.39/t/
H A Dnext_until.t32 my $next = $wq->find('#'.$id)->next_until('h1');
36 is $wq->find('#first')->next_until('h1')->and_back->size => 3, "and_back";
38 is $wq->find('h1')->next_until('h1')->size => 4;
39 is $wq->find('h1')->next_until('foo')->size => 5;
/dports/www/p5-Web-Query/Web-Query-0.39/
H A DMANIFEST56 t/next_until.t
H A DChanges89 - next_until.t was failing if XML::LibXML isn't installed. [yanick]
95 - added 'next_until()'. [yanick]
H A DSIGNATURE71 SHA1 04d5830ab865f5c170d20723d4a118357bbc3635 t/next_until.t
H A DREADME.mkdn210 $wq->find('h1')->next_until('h1')->and_back;
/dports/www/p5-Web-Query/Web-Query-0.39/lib/Web/
H A DQuery.pm649 sub next_until { subroutine
/dports/biology/py-biopython/biopython-1.79/Bio/Nexus/
H A DNexus.py117 def next_until(self, target): member in CharBuffer
1173 value = opts.next_until("]")