Home
last modified time | relevance | path

Searched +full:range +(+path:plugin +path:linkback) -(+path:plugin +path:linkback +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/linkback/
H A Dtools.php41 * Retrieves $conf['range']kB of $url and returns headers and retrieved body.
44 $range = $this->getConf('range') * 1024;
47 $http_client->headers['Range'] = 'bytes=0-' . $range;
48 $http_client->max_bodysize = $range;
H A DCOPYING223 generous contributions to the wide range of software distributed
H A Dhttp.php7 * Also, modifies get and post to allow response codes in the 200 range.
/plugin/linkback/action/
H A Dsend.php214 $range = $this->getConf('range') * 1024;
217 $http_client->headers['Range'] = 'bytes=0-' . $range;
218 $http_client->max_bodysize = $range;
240 * @param string $body first range bytes of the pages body
/plugin/linkback/conf/
H A Ddefault.php11 $conf['range'] = 20;
H A Dmetadata.php13 $meta['range'] = array( 'string', '_pattern' => '#[0-9]+#' );