Searched defs:contentType (Results 1 – 5 of 5) sorted by relevance
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
D | JSCreator.php | 11 protected $contentType = "text/javascript"; variable in JSCreator
|
D | HTMLCreator.php | 17 protected $contentType = "text/html"; variable in HTMLCreator
|
D | FeedCreator.php | 46 protected $contentType = "application/xml"; variable in FeedCreator
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 151 public $contentType = ''; variable in DOMDocumentWrapper 176 public function __construct($markup = null, $contentType = null, $newDocumentID = null) { 183 public function load($markup, $contentType = null, $newDocumentID = null) { 443 protected function contentTypeToArray($contentType) { 4630 public static function newDocument($markup = null, $contentType = null) { 4682 public static function newDocumentPHP($markup = null, $contentType = "text/html") { 4767 public static function newDocumentFile($file, $contentType = null) { 4819 public static function newDocumentFilePHP($file, $contentType = null) { 4843 … protected static function createDocumentWrapper($html, $contentType = null, $documentID = null) {
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery.min.js | 2 …ocument?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a docume… field
|