Home
last modified time | relevance | path

Searched refs:body (Results 201 – 225 of 1980) sorted by last modified time

12345678910>>...80

/plugin/katex/_assets/contrib/
H A Drender-a11y-string.min.js1body,r,a),r.push("end color "+o)}));break;case"color-token":break;case"delimsizing":e.delim&&"."!=…
/plugin/katex/_assets/
H A Dkatex.min.css1body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{displ… selector
/plugin/katex/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
H A Dscript.js12 renderMathInElement(document.body, {
/plugin/bbcodeextensions/
H A DLICENSE119 standard defined by a recognized standards body, or, in the case of
/plugin/confightmlok/
H A DLICENSE53 A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
/plugin/randomtables/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DServiceInterface.php18 * @param array $body Request body if applicable (an associative array will
19 * automatically be converted into a urlencoded body)
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DStreamClient.php15 * They should return, in string form, the response body and throw an exception on error.
39 throw new \InvalidArgumentException('No body expected for "GET" request.');
79 private function generateStreamContext($body, $headers, $method) argument
86 'content' => $body,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DQuickBooks.php114 $body = null, argument
118 return parent::request($path, $method, $body, $extraHeaders);
H A DAbstractService.php123 * @param array $body Request body if applicable (key/value pairs)
129 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
137 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
198 * @param array $bodyParams Request body if applicable (key/value pairs)
H A DFlickr.php78 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
94 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
103 return $this->request($path, $method, $body, $extraHeaders);
106 public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
110 return $this->request($path, $method, $body, $extraHeaders);
113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
117 return $this->request($path, $method, $body, $extraHeaders);
120 public function requestJson($path, $method = 'GET', $body argument
127 requestPhp($path, $method = 'GET', $body = null, array $extraHeaders = array()) global() argument
[all...]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php132 * @param array $body request body if applicable
138 public function request($path, $method = 'GET', $body = null, array $extraHeaders = []) argument
175 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
H A DMailchimp.php83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
89 return parent::request($path, $method, $body, $extraHeaders);
/plugin/upgrade/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/smtp/classes/
H A DMessage.php17 protected $body; variable in splitbrain\\dokuwiki\\plugin\\smtp\\Message
22 * @param string $body the full message body including headers
24 public function __construct($from, $rcpt, $body) { argument
27 $this->body = $body;
76 $lines = preg_split('/\r?\n/', $this->body);
88 $body = join($this->CRLF, $lines);
90 return $body . $this->CRLF . $this->CRLF . "." . $this->CRLF;
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php54 protected $body; variable in Tx\\Mailer\\Message
148 * @param string $body
151 public function setBody($body){ argument
152 $this->body = $body;
232 return $this->body;
/plugin/smtp/
H A Daction.php41 $body = $mailer->dump(); // this also prepares all internal variables of the mailer
49 $body
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php132 * @param string $body
135 public function setBody($body){ argument
136 $this->message->setBody($body);
/plugin/embeddedphp/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/htmlokalt/
H A DLICENSE53 …ace that either is an official standard defined by a recognized standards body, or, in the case of…
/plugin/farmer/includes/
H A Dtemplate.php17 <body>
22 <?php echo $body ?>
26 </body>
/plugin/farmer/action/
H A Dstartup.php66 $body = $this->locale_xhtml('notfound_' . $show);
71 $body .= $this->animalList();
/plugin/const/
H A DLICENSE235 the limitation as if written in the body of this License.
/plugin/sql2wiki/
H A DLICENSE235 the limitation as if written in the body of this License.

12345678910>>...80