Home
last modified time | relevance | path

Searched refs:fetcher (Results 26 – 35 of 35) sorted by relevance

12

/plugin/openid/Auth/Yadis/
H A DManager.php446 * @param object $fetcher
449 function getNextService($discover_cb, $fetcher) argument
458 $fetcher,
/plugin/fedauth/Auth/Yadis/
H A DManager.php408 function getNextService($discover_cb, $fetcher) argument
416 &$fetcher);
/plugin/combo/ComboStrap/
H A DFetcherSvg.php147 $fetcher = self::createSvgEmpty();
149 $fetcher->setSourcePath($path);
150 return $fetcher;
183 $fetcher = FetcherSvg::createSvgEmpty();
184 $fetcher->buildFromTagAttributes($tagAttributes);
185 return $fetcher;
H A DMarkupPath.php410 $fetcher = $this->createHtmlFetcherWithItselfAsContextPath();
411 return $fetcher->processIfNeededAndGetFetchPath();
1168 $fetcher = renderer_plugin_combo_analytics::createAnalyticsFetcherForPageFragment($this);
1169 return $fetcher->processIfNeededAndGetFetchPath();
/plugin/openid/Auth/OpenID/
H A DConsumer.php340 $this->consumer->fetcher);
610 public $fetcher; variable in Auth_OpenID_GenericConsumer
640 $this->fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
1254 $this->fetcher,
1515 $resp = $this->fetcher->post($server_url, $body);
H A DServer.php935 $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
937 [$this->trust_root, $this->return_to, $fetcher]);
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php339 $this->consumer->fetcher);
620 $this->fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
1188 &$this->fetcher);
1425 $resp = $this->fetcher->post($server_url, $body);
H A DServer.php820 $fetcher = Auth_Yadis_Yadis::getHTTPFetcher();
822 array($this->trust_root, $this->return_to, $fetcher));
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1580 * fetcher.class.php: fixed bug 1245307 - HTTP responce code 403
1586 * fetcher.class.php: fixed bug 1245940 - Malformed URLs cause
1649 * fetcher.class.php: fixed bug 1243837 - (w/o iconv) leading and
1680 * fetcher.class.php: fixed bug 1239443 - problem with relative
1694 * fetcher.class.php: fixed bug 1235600 - 301 HTTP redirect causes
1697 * fetcher.class.php: fixed bug 1235270 - HTTP responce code 302
1700 * fetcher.class.php: fixed bug 1234176 - Mystic error messages if
1703 * fetcher.class.php: fixed bug 1216996 - Security limitations on
1714 * fetcher.class.php: Fixed bug 1235270 - HTTP responce code 302
1743 * fetcher.class.php: feature request 1187268 - encoding now
H A Dpipeline.class.php350 function add_fetcher(&$fetcher) { argument
351 array_unshift($this->fetchers, $fetcher);

12