Home
last modified time | relevance | path

Searched refs:contentType (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/inc/Remote/
H A DXmlRpcServer.php38 [$contentType] = explode(';', $INPUT->server->str('CONTENT_TYPE'), 2); // ignore charset
39 $contentType = strtolower($contentType); // mime types are case-insensitive
40 if ($contentType !== 'text/xml' && $contentType !== 'application/xml') {
H A DJsonRpcServer.php47 [$contentType] = explode(';', $INPUT->server->str('CONTENT_TYPE'), 2); // ignore charset
48 $contentType = strtolower($contentType); // mime types are case-insensitive
49 if ($contentType !== 'application/json') {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSCreator.php11 protected $contentType = "text/javascript"; variable in JSCreator
H A DGPXCreator.php17 $this->contentType = "text/xml";
H A DFeedCreator.php46 protected $contentType = "application/xml"; variable in FeedCreator
214 …header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".basename($fi…
H A DKMLCreator.php17 $this->contentType = "application/vnd.google-earth.kml+xml";
H A DPHPCreator.php17 $this->contentType = "text/plain";
H A DMBOXCreator.php18 $this->contentType = "text/plain";
H A DAtomCreator03.php26 $this->contentType = "application/atom+xml";
H A DHTMLCreator.php17 protected $contentType = "text/html"; variable in HTMLCreator
H A DAtomCreator10.php26 $this->contentType = "application/atom+xml";
H A DRSSCreator091.php22 $this->contentType = "application/rss+xml";
/dokuwiki/_test/core/
H A DphpQuery-onefile.php151 public $contentType = ''; variable in DOMDocumentWrapper
176 public function __construct($markup = null, $contentType = null, $newDocumentID = null) { argument
178 $this->load($markup, $contentType, $newDocumentID);
183 public function load($markup, $contentType = null, $newDocumentID = null) { argument
185 $this->contentType = strtolower($contentType);
212 if ($this->contentType) {
213 self::debug("Load markup for content type {$this->contentType}");
215 list($contentType, $charset) = $this->contentTypeToArray($this->contentType);
216 switch($contentType) {
218 phpQuery::debug("Loading HTML, content type '{$this->contentType}'");
[all …]
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":zt,text:"text/plain",h… property