Home
last modified time | relevance | path

Searched refs:easy (Results 1 – 25 of 161) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php41 $easy = new EasyHandle;
42 $easy->request = $request;
43 $easy->options = $options;
44 $conf = $this->getDefaultConf($easy);
45 $this->applyMethod($easy, $conf);
46 $this->applyHandlerOptions($easy, $conf);
47 $this->applyHeaders($easy, $conf);
55 $conf[CURLOPT_HEADERFUNCTION] = $this->createHeaderFn($easy);
56 $easy->handle = $this->handles
59 curl_setopt_array($easy->handle, $conf);
[all …]
DCurlHandler.php39 $easy = $this->factory->create($request, $options);
40 curl_exec($easy->handle);
41 $easy->errno = curl_errno($easy->handle);
43 return CurlFactory::finish($this, $easy, $this->factory);
DCurlMultiHandler.php83 $easy = $this->factory->create($request, $options);
84 $id = (int) $easy->handle;
93 $this->addRequest(['easy' => $easy, 'deferred' => $promise]);
151 $easy = $entry['easy'];
152 $id = (int) $easy->handle;
154 if (empty($easy->options['delay'])) {
155 curl_multi_add_handle($this->_mh, $easy->handle);
157 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
DCurlFactoryInterface.php24 * @param EasyHandle $easy
26 public function release(EasyHandle $easy); argument
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DCurlFactory.php54 $easy = new EasyHandle();
55 $easy->request = $request;
56 $easy->options = $options;
57 $conf = $this->getDefaultConf($easy);
58 $this->applyMethod($easy, $conf);
59 $this->applyHandlerOptions($easy, $conf);
60 $this->applyHeaders($easy, $conf);
68 $conf[\CURLOPT_HEADERFUNCTION] = $this->createHeaderFn($easy);
69 $easy->handle = $this->handles ? \array_pop($this->handles) : \curl_init();
70 curl_setopt_array($easy->handle, $conf);
[all …]
DCurlHandler.php43 $easy = $this->factory->create($request, $options);
44 \curl_exec($easy->handle);
45 $easy->errno = \curl_errno($easy->handle);
47 return CurlFactory::finish($this, $easy, $this->factory);
DCurlMultiHandler.php128 $easy = $this->factory->create($request, $options);
129 $id = (int) $easy->handle;
138 $this->addRequest(['easy' => $easy, 'deferred' => $promise]);
195 $easy = $entry['easy'];
196 $id = (int) $easy->handle;
198 if (empty($easy->options['delay'])) {
199 \curl_multi_add_handle($this->_mh, $easy->handle);
201 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
DCurlFactoryInterface.php24 public function release(EasyHandle $easy): void; argument
/plugin/twcheckliste/
Dplugin.info.txt5 desc Plugin for easy creation of printable checklists
/plugin/tagfilter/
Dplugin.info.txt6 desc easy tag search
/plugin/tagadd/
Dplugin.info.txt6 desc easy ajax-adding for tags
/plugin/ajaxedit/
Dplugin.info.txt6 desc Framework for easy ajax editing
/plugin/scrapbook/
Dplugin.info.txt6 desc Manage a scrapbook of easy to insert templates
/plugin/xref/
Dplugin.info.txt6 desc Makes linking to a PHPXref generated API doc easy.
/plugin/anewssystem/
DINFO7 desc provides an easy to handle, page based news system
Dplugin.info.txt8 desc provides an easy to handle, page based news system
/plugin/fuzzysearch/
H A DREADME.md2 …dian-style link adding method [[work]] to initiate fuzzy search and allow easy link creation in do…
H A Dplugin.info.txt6 …dian-style link adding method [[work]] to initiate fuzzy search and allow easy link creation in Do…
/plugin/translation/
Dplugin.info.txt7 desc Supports the easy setup of a multi-language wiki.
/plugin/translation3/
Dplugin.info.txt7 desc Supports the easy setup of a multi-language wiki.
/plugin/sketchcanvas/
DREADME.md33 It enables easy inspection and editing by humans.
36 It's so easy to setup a server that accepts and shows uploaded figures.
38 It's very easy to create a figure or a diagram like this one:
/plugin/autotranslation/
Dplugin.info.txt8 desc Supports the easy setup of a multi-language wiki. Based up on translation by splitbrain
/plugin/autostart/
DREADME.md10 zaher: I hosted it in github to easy update, when author need it i will transfer it to his account.
/plugin/infomail/lang/en/
Dintro.txt3 …sses. These list of addresses will be available in the infomail plugin as easy to use bookmarks to…
/plugin/numatomo/
H A DREADME.md6 …very similar to that of DokuWiki (plus a database server), this should be easy to do for most Doku…

1234567