Home
last modified time | relevance | path

Searched full:httpclient (Results 1 – 25 of 130) sorted by path

123456

/dokuwiki/data/
H A Ddeleted.files96 inc/HTTPClient.php
/dokuwiki/inc/
H A DFeedParserFile.php10 * Fetch an URL using our own HTTPClient
20 * Inititializes the HTTPClient
H A Ddeprecated.php296 * @deprecated since 2019-03-17 use \dokuwiki\HTTP\HTTPClient instead! class
298 class HTTPClient extends \dokuwiki\HTTP\HTTPClient {
306 DebugHelper::dbgDeprecatedFunction(dokuwiki\HTTP\HTTPClient::class);
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php11 * @link https://www.dokuwiki.org/devel:httpclient
13 class DokuHTTPClient extends HTTPClient
H A DHTTPClient.php12 * handles cookies and referrers. It is based upon the httpclient
20 class HTTPClient class
/dokuwiki/inc/Remote/IXR/
H A DClient.php5 use dokuwiki\HTTP\HTTPClient; alias
10 * This implements a XML-RPC client using our own HTTPClient
12 * Note: this now inherits from the IXR library's client and no longer from HTTPClient. Instead composition
17 /** @var HTTPClient */
18 protected $httpClient;
34 $this->httpClient = new HTTPClient();
35 $this->httpClient->timeout = $timeout;
48 $this->httpClient->headers = array_merge($this->httpClient
19 protected $httpClient; global() variable in dokuwiki\\Remote\\IXR\\Client
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php51 $httpclient = new DokuHTTPClient();
52 $data = $httpclient->post(self::EXTENSION_REPOSITORY_API, $request_data);
83 $httpclient = new DokuHTTPClient();
84 $httpclient->timeout = 5;
85 $data = $httpclient->get(self::EXTENSION_REPOSITORY_API . '?cmd=ping');
120 $httpclient = new DokuHTTPClient();
121 $data = $httpclient->get(self::EXTENSION_REPOSITORY_API . '?fmt=json&ext[]=' . urlencode($name));
154 $httpclient = new DokuHTTPClient();
155 $data = $httpclient->post(self::EXTENSION_REPOSITORY_API, $query);
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php67 $httpClient = new DokuHTTPClient();
68 $status = $httpClient->sendRequest($this->submitUrl, ['data' => $data], 'POST');
70 $error = $httpClient->error;
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dgambas.php113 'UdpSocket', 'FtpClient', 'HttpClient', 'SmtpClient', 'Regexp', 'Action', 'Button', 'CheckBox',
H A Drsplus.php123 'grepl', 'gsub', 'gzcon', 'gzfile', 'httpclient', 'I', 'iconv', 'iconvlist', 'icuSetCollate', 'identical', 'identity',
/plugin/ac/
H A Dac.php9 require_once DOKU_INC . 'inc/HTTPClient.php';
/plugin/aceeditor/
H A Dbuild.js1 …dyInput|GreedyOutput|Gregorian|GrowBuffer|HeapCopy|HeapSlice|Hierarchy|HttpClient|HttpCookies|Http…
/plugin/actickets/
H A Dacclient.php21 require_once DOKU_INC . 'inc/HTTPClient.php';
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md341 $httpClient = $client->authorize();
344 $response = $httpClient->get('https://www.googleapis.com/plus/v1/people/me');
387 $httpClient = new GuzzleHttp\Client([
393 $client->setHttpClient($httpClient);
409 $httpClient = new Client([
416 $client->setHttpClient($httpClient);
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpClientCache.php30 private static $httpClient; variable in Google\\Auth\\HttpHandler\\HttpClientCache
42 self::$httpClient = $client;
52 return self::$httpClient;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... INF/maven/org.apache.httpcomponents/httpclient/ org/apache/http/auth/KerberosCredentials ...
/plugin/dil/
H A Dsyntax.php34 require_once(DOKU_INC . 'inc/HTTPClient.php');
/plugin/dokuprism/prism/
H A Dprism.js19 Prism.languages.arduino=Prism.languages.extend("cpp",{keyword:/\b(?:String|array|bool|boolean|break|byte|case|catch|continue|default|do|double|else|finally|for|function|goto|if|in|instanceof|int|integer|long|loop|new|null|return|setup|string|switch|throw|try|void|while|word)\b/,constant:/\b(?:ANALOG_MESSAGE|DEFAULT|DIGITAL_MESSAGE|EXTERNAL|FIRMATA_STRING|HIGH|INPUT|INPUT_PULLUP|INTERNAL|INTERNAL1V1|INTERNAL2V56|LED_BUILTIN|LOW|OUTPUT|REPORT_ANALOG|REPORT_DIGITAL|SET_PIN_MODE|SYSEX_START|SYSTEM_RESET)\b/,builtin:/\b(?:Audio|BSSID|Bridge|Client|Console|EEPROM|Esplora|EsploraTFT|Ethernet|EthernetClient|EthernetServer|EthernetUDP|File|FileIO|FileSystem|Firmata|GPRS|GSM|GSMBand|GSMClient|GSMModem|GSMPIN|GSMScanner|GSMServer|GSMVoiceCall|GSM_SMS|HttpClient|IPAddress|IRread|Keyboard|KeyboardController|LiquidCrystal|LiquidCrystal_I2C|Mailbox|Mouse|MouseController|PImage|Process|RSSI|RobotControl|RobotMotor|SD|SPI|SSID|Scheduler|Serial|Server|Servo|SoftwareSerial|Stepper|Stream|TFT|Task|USBHost|WiFi|WiFiClient|WiFiServer|WiFiUDP|Wire|YunClient|YunServer|abs|addParameter|analogRead|analogReadResolution|analogReference|analogWrite|analogWriteResolution|answerCall|attach|attachGPRS|attachInterrupt|attached|autoscroll|available|background|beep|begin|beginPacket|beginSD|beginSMS|beginSpeaker|beginTFT|beginTransmission|beginWrite|bit|bitClear|bitRead|bitSet|bitWrite|blink|blinkVersion|buffer|changePIN|checkPIN|checkPUK|checkReg|circle|cityNameRead|cityNameWrite|clear|clearScreen|click|close|compassRead|config|connect|connected|constrain|cos|countryNameRead|countryNameWrite|createChar|cursor|debugPrint|delay|delayMicroseconds|detach|detachInterrupt|digitalRead|digitalWrite|disconnect|display|displayLogos|drawBMP|drawCompass|encryptionType|end|endPacket|endSMS|endTransmission|endWrite|exists|exitValue|fill|find|findUntil|flush|gatewayIP|get|getAsynchronously|getBand|getButton|getCurrentCarrier|getIMEI|getKey|getModifiers|getOemKey|getPINUsed|getResult|getSignalStrength|getSocket|getVoiceCallStatus|getXChange|getYChange|hangCall|height|highByte|home|image|interrupts|isActionDone|isDirectory|isListening|isPIN|isPressed|isValid|keyPressed|keyReleased|keyboardRead|knobRead|leftToRight|line|lineFollowConfig|listen|listenOnLocalhost|loadImage|localIP|lowByte|macAddress|maintain|map|max|messageAvailable|micros|millis|min|mkdir|motorsStop|motorsWrite|mouseDragged|mouseMoved|mousePressed|mouseReleased|move|noAutoscroll|noBlink|noBuffer|noCursor|noDisplay|noFill|noInterrupts|noListenOnLocalhost|noStroke|noTone|onReceive|onRequest|open|openNextFile|overflow|parseCommand|parseFloat|parseInt|parsePacket|pauseMode|peek|pinMode|playFile|playMelody|point|pointTo|position|pow|prepare|press|print|printFirmwareVersion|printVersion|println|process|processInput|pulseIn|put|random|randomSeed|read|readAccelerometer|readBlue|readButton|readBytes|readBytesUntil|readGreen|readJoystickButton|readJoystickSwitch|readJoystickX|readJoystickY|readLightSensor|readMessage|readMicrophone|readNetworks|readRed|readSlider|readString|readStringUntil|readTemperature|ready|rect|release|releaseAll|remoteIP|remoteNumber|remotePort|remove|requestFrom|retrieveCallingNumber|rewindDirectory|rightToLeft|rmdir|robotNameRead|robotNameWrite|run|runAsynchronously|runShellCommand|runShellCommandAsynchronously|running|scanNetworks|scrollDisplayLeft|scrollDisplayRight|seek|sendAnalog|sendDigitalPortPair|sendDigitalPorts|sendString|sendSysex|serialEvent|setBand|setBitOrder|setClockDivider|setCursor|setDNS|setDataMode|setFirmwareVersion|setMode|setPINUsed|setSpeed|setTextSize|setTimeout|shiftIn|shiftOut|shutdown|sin|size|sqrt|startLoop|step|stop|stroke|subnetMask|switchPIN|tan|tempoWrite|text|tone|transfer|tuneWrite|turn|updateIR|userNameRead|userNameWrite|voiceCall|waitContinue|width|write|writeBlue|writeGreen|writeJSON|writeMessage|writeMicroseconds|writeRGB|writeRed|yield)\b/}),Prism.languages.ino=Prism.languages.arduino;
/plugin/dokuwiki-webcomics/
H A Dsyntax.php39 require_once (DOKU_INC . 'inc/HTTPClient.php');
/plugin/elwikiupgrade/
H A DHTTPClient.php22 * handles cookies and referers. It is based upon the httpclient
30 class HTTPClient { class
879 class DokuHTTPClient extends HTTPClient {
H A Dadmin.php14 require_once DOKU_PLUGIN.'elwikiupgrade/HTTPClient.php';
/plugin/evesso/classes/
H A DoAuthHTTPClient.php12 * Implements the client interface using DokuWiki's HTTPClient
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php21 protected $httpClient; variable in OAuth\\Common\\Service\\AbstractService
28 * @param ClientInterface $httpClient
33 ClientInterface $httpClient, argument
37 $this->httpClient = $httpClient;
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php34 * @param ClientInterface $httpClient
44 ClientInterface $httpClient, argument
50 parent::__construct($credentials, $httpClient, $storage);
114 $responseBody = $this->httpClient->retrieveResponse(
174 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
212 $responseBody = $this->httpClient->retrieveResponse(
H A DEveOnline.php29 ClientInterface $httpClient, argument
34 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);

123456