Searched refs:contentType (Results 1 – 14 of 14) sorted by relevance
| /dokuwiki/inc/Remote/ |
| H A D | XmlRpcServer.php | 38 [$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 D | JsonRpcServer.php | 47 [$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 D | JSCreator.php | 11 protected $contentType = "text/javascript"; variable in JSCreator
|
| H A D | GPXCreator.php | 17 $this->contentType = "text/xml";
|
| H A D | FeedCreator.php | 46 protected $contentType = "application/xml"; variable in FeedCreator 214 …header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".basename($fi…
|
| H A D | KMLCreator.php | 17 $this->contentType = "application/vnd.google-earth.kml+xml";
|
| H A D | PHPCreator.php | 17 $this->contentType = "text/plain";
|
| H A D | MBOXCreator.php | 18 $this->contentType = "text/plain";
|
| H A D | AtomCreator03.php | 26 $this->contentType = "application/atom+xml";
|
| H A D | HTMLCreator.php | 17 protected $contentType = "text/html"; variable in HTMLCreator
|
| H A D | AtomCreator10.php | 26 $this->contentType = "application/atom+xml";
|
| H A D | RSSCreator091.php | 22 $this->contentType = "application/rss+xml";
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 151 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 D | jquery.min.js | 2 …contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":zt,text:"text/plain",h… property
|