Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php61 return $easy;
67 unset($easy->handle);
97 EasyHandle $easy, argument
104 if (!$easy->response || $easy->errno) {
125 $easy->request,
128 $easy->errno,
136 EasyHandle $easy, argument
150 && (!$easy->errno || $easy->errno == 65)
239 $this->applyBody($easy->request, $easy->options, $conf);
542 return $handler($easy->request, $easy->options);
[all …]
H A 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);
H A 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);
H A DCurlFactoryInterface.php24 * @param EasyHandle $easy
26 public function release(EasyHandle $easy); argument
/plugin/sketchcanvas/
H A DREADME.md25 It enables easy inspection and editing by humans.
28 It's so easy to setup a server that accepts and shows uploaded figures.
30 It's very easy to create a figure or a diagram like this one:
/plugin/twcheckliste/
H A Dplugin.info.txt5 desc Plugin for easy creation of printable checklists
H A DREADME.md4 Plugin for easy creation of printable checklists. The checkpoints within checklist can be structure…
/plugin/tagfilter/
H A Dplugin.info.txt6 desc easy tag search
/plugin/tagadd/
H A Dplugin.info.txt6 desc easy ajax-adding for tags
/plugin/ajaxedit/
H A Dplugin.info.txt6 desc Framework for easy ajax editing
/plugin/xref/
H A Dplugin.info.txt6 desc Makes linking to a PHPXref generated API doc easy.
/plugin/scrapbook/
H A Dplugin.info.txt6 desc Manage a scrapbook of easy to insert templates
H A DREADME3 Manage a scrapbook of easy to insert templates
/plugin/anewssystem/
H A DINFO7 desc provides an easy to handle, page based news system
H A Dplugin.info.txt8 desc provides an easy to handle, page based news system
/plugin/translation3/
H A Dplugin.info.txt7 desc Supports the easy setup of a multi-language wiki.
/plugin/translation/
H A Dplugin.info.txt7 desc Supports the easy setup of a multi-language wiki.
/plugin/autotranslation/
H A Dplugin.info.txt8 desc Supports the easy setup of a multi-language wiki. Based up on translation by splitbrain
/plugin/autostart/
H A 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/
H A Dintro.txt3 …sses. These list of addresses will be available in the infomail plugin as easy to use bookmarks to…
/plugin/tableedit/
H A DREADME.md6 The goal of this plugin is to simplify handling Dokuwiki table columns. It's not easy to move some …
/plugin/codebuttonmod1/
H A DREADME.MD30 - **plugin.info.txt** for easy setup using a named zip file
/plugin/accscounter/lang/en/
H A Dmovedirection.txt2 … to be compatible with some plugins such as Farmer plugin, and to make it easy to uninstall this p…
/plugin/evesso/phpoauthlib/
H A DREADME.md3 PHPoAuthLib provides oAuth support in PHP 5.3+ and is very easy to integrate with any project which…
35 - PSR-0 compliant for easy interoperability
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doverview.asciidoc9 consistency makes it easy to get started with a client and to seamlessly switch

123456