Home
last modified time | relevance | path

Searched full:httpclient (Results 1 – 25 of 130) sorted by last modified time

123456

/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 Drsplus.php123 'grepl', 'gsub', 'gzcon', 'gzfile', 'httpclient', 'I', 'iconv', 'iconvlist', 'icuSetCollate', 'identical', 'identity',
H A Dgambas.php113 'UdpSocket', 'FtpClient', 'HttpClient', 'SmtpClient', 'Regexp', 'Action', 'Button', 'CheckBox',
/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/inc/
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);
H A DFeedParserFile.php10 * Fetch an URL using our own HTTPClient
20 * Inititializes the HTTPClient
/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/data/
H A Ddeleted.files96 inc/HTTPClient.php
/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
/plugin/siteexport/inc/
H A Dfunctions.php585 …rray = implode("&", $removeArray); // The & made problems with the HTTPClient / Apache. It sho…
H A Dhttpproxy.php21 if ( file_exists(DOKU_INC . 'inc/HTTPClient.php') ) {
22 require_once(DOKU_INC . 'inc/HTTPClient.php');
89 …k, this is evil. We read the login information of the current user and forward it to the HTTPClient
123 * Remeber HTTPClient Cookie after successfull authentication
146 $this->debugClass->message("[HTTPClient] " . $info, $var, 1);
/plugin/openlayersmap/
H A DStaticMap.php409 * @todo refactor this to use dokuwiki\HTTP\HTTPClient or dokuwiki\HTTP\DokuHTTPClient
/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/keywords/action/
H A Dkeywords.php77 $httpClient = new DokuHTTPClient();
78 // $httpClient->debug = true;
79 $httpClient->headers = [
83 $status = $httpClient->sendRequest($this->CHATGPT_API_URL, json_encode( [
119 $data = json_decode( $httpClient->resp_body );
122 …Logger::error( "An error occurred during the Chat GPT call", $httpClient->error, __FILE__, __LINE_…
/plugin/oauth/vendor/lusitanian/oauth/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/oauth/
H A DHTTPClient.php11 * Implements the client interface using DokuWiki's HTTPClient
13 class HTTPClient implements ClientInterface class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php21 ClientInterface $httpClient, argument
28 $httpClient,
H A DRedmine.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DScoopIt.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
H A DTumblr.php18 ClientInterface $httpClient, argument
23 parent::__construct($credentials, $httpClient, $storage, $signature, $baseApiUri);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php41 ClientInterface $httpClient, argument
48 parent::__construct($credentials, $httpClient, $storage);
114 $responseBody = $this->httpClient->retrieveResponse(
175 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
209 $responseBody = $this->httpClient->retrieveResponse(
H A DAmazon.php30 ClientInterface $httpClient, argument
35 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBattleNet.php38 ClientInterface $httpClient, argument
43 parent::__construct( $credentials, $httpClient, $storage,
H A DFacebook.php127 ClientInterface $httpClient, argument
133 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true, $apiVersion);

123456