Searched refs:easy (Results 1 – 25 of 161) sorted by relevance
1234567
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlFactory.php | 41 $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 …]
|
| 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);
|
| 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);
|
| D | CurlFactoryInterface.php | 24 * @param EasyHandle $easy 26 public function release(EasyHandle $easy); argument
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | CurlFactory.php | 54 $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 …]
|
| D | CurlHandler.php | 43 $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);
|
| D | CurlMultiHandler.php | 128 $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);
|
| D | CurlFactoryInterface.php | 24 public function release(EasyHandle $easy): void; argument
|
| /plugin/twcheckliste/ |
| D | plugin.info.txt | 5 desc Plugin for easy creation of printable checklists
|
| /plugin/tagfilter/ |
| D | plugin.info.txt | 6 desc easy tag search
|
| /plugin/tagadd/ |
| D | plugin.info.txt | 6 desc easy ajax-adding for tags
|
| /plugin/ajaxedit/ |
| D | plugin.info.txt | 6 desc Framework for easy ajax editing
|
| /plugin/scrapbook/ |
| D | plugin.info.txt | 6 desc Manage a scrapbook of easy to insert templates
|
| /plugin/xref/ |
| D | plugin.info.txt | 6 desc Makes linking to a PHPXref generated API doc easy.
|
| /plugin/anewssystem/ |
| D | INFO | 7 desc provides an easy to handle, page based news system
|
| D | plugin.info.txt | 8 desc provides an easy to handle, page based news system
|
| /plugin/fuzzysearch/ |
| H A D | README.md | 2 …dian-style link adding method [[work]] to initiate fuzzy search and allow easy link creation in do…
|
| H A D | plugin.info.txt | 6 …dian-style link adding method [[work]] to initiate fuzzy search and allow easy link creation in Do…
|
| /plugin/translation/ |
| D | plugin.info.txt | 7 desc Supports the easy setup of a multi-language wiki.
|
| /plugin/translation3/ |
| D | plugin.info.txt | 7 desc Supports the easy setup of a multi-language wiki.
|
| /plugin/sketchcanvas/ |
| 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/autotranslation/ |
| D | plugin.info.txt | 8 desc Supports the easy setup of a multi-language wiki. Based up on translation by splitbrain
|
| /plugin/autostart/ |
| 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/ |
| D | intro.txt | 3 …sses. These list of addresses will be available in the infomail plugin as easy to use bookmarks to…
|
| /plugin/numatomo/ |
| H A D | README.md | 6 …very similar to that of DokuWiki (plus a database server), this should be easy to do for most Doku…
|
1234567