Home
last modified time | relevance | path

Searched defs:next_lines (Results 1 – 7 of 7) sorted by relevance

/dports/net/p5-perl-ldap/perl-ldap-0.68/lib/Net/LDAP/
H A DLDIF.pm767 sub next_lines { subroutine
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/net_ldap2/Net/LDAP2/
H A DLDIF.php631 public function next_lines($force = false) function in Net_LDAP2_LDIF
/dports/net/pear-Net_LDAP/Net_LDAP-1.1.5/LDAP/
H A DLDIF.php630 function next_lines($force = false) function in Net_LDAP_LDIF
/dports/net/pear-Net_LDAP2/Net_LDAP2-2.2.0/Net/LDAP2/
H A DLDIF.php631 public function next_lines($force = false) function in Net_LDAP2_LDIF
/dports/editors/hexedit/hexedit-1.5/
H A Dinteract.c66 static void next_lines(void) in next_lines() function
/dports/devel/monotone/monotone-1.1/src/
H A Drcs_import.cc481 insert_into_db(database & db, data const & curr_data, in insert_into_db()
571 scoped_ptr< vector< piece > > next_lines(new vector<piece>); in process_branch() local
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/
H A Dimage.rs760 let next_lines = lines_per_request.min(self.height - y_offset); in put() localVariable