/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | CurlFactory.php | 61 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 D | CurlHandler.php | 39 $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 D | CurlMultiHandler.php | 83 $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 D | CurlFactoryInterface.php | 24 * @param EasyHandle $easy 26 public function release(EasyHandle $easy); argument
|
/plugin/sketchcanvas/ |
H A D | README.md | 33 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/twcheckliste/ |
H A D | plugin.info.txt | 5 desc Plugin for easy creation of printable checklists
|
H A D | README.md | 4 Plugin for easy creation of printable checklists. The checkpoints within checklist can be structure…
|
/plugin/tagfilter/ |
H A D | plugin.info.txt | 6 desc easy tag search
|
/plugin/tagadd/ |
H A D | plugin.info.txt | 6 desc easy ajax-adding for tags
|
/plugin/ajaxedit/ |
H A D | plugin.info.txt | 6 desc Framework for easy ajax editing
|
/plugin/xref/ |
H A D | plugin.info.txt | 6 desc Makes linking to a PHPXref generated API doc easy.
|
/plugin/scrapbook/ |
H A D | plugin.info.txt | 6 desc Manage a scrapbook of easy to insert templates
|
H A D | README | 3 Manage a scrapbook of easy to insert templates
|
/plugin/anewssystem/ |
H A D | INFO | 7 desc provides an easy to handle, page based news system
|
H A D | plugin.info.txt | 8 desc provides an easy to handle, page based news system
|
/plugin/translation3/ |
H A D | plugin.info.txt | 7 desc Supports the easy setup of a multi-language wiki.
|
/plugin/translation/ |
H A D | plugin.info.txt | 7 desc Supports the easy setup of a multi-language wiki.
|
/plugin/autotranslation/ |
H A D | plugin.info.txt | 8 desc Supports the easy setup of a multi-language wiki. Based up on translation by splitbrain
|
/plugin/autostart/ |
H A D | README.md | 10 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 D | intro.txt | 3 …sses. These list of addresses will be available in the infomail plugin as easy to use bookmarks to…
|
/plugin/tableedit/ |
H A D | README.md | 6 The goal of this plugin is to simplify handling Dokuwiki table columns. It's not easy to move some …
|
/plugin/codebuttonmod1/ |
H A D | README.MD | 30 - **plugin.info.txt** for easy setup using a named zip file
|
/plugin/accscounter/lang/en/ |
H A D | movedirection.txt | 2 … to be compatible with some plugins such as Farmer plugin, and to make it easy to uninstall this p…
|
/plugin/evesso/phpoauthlib/ |
H A D | README.md | 3 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 D | overview.asciidoc | 9 consistency makes it easy to get started with a client and to seamlessly switch
|