Home
last modified time | relevance | path

Searched refs:type (Results 51 – 75 of 101) sorted by last modified time

12345

/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md95 changed default content-type to application/xml
108 fixed Content-type could be empty (thanks Tanguy Pruvot)
/dokuwiki/inc/Ui/
H A DMediaDiff.php43 $this->preference['difftype'] = 'both'; // diff view type: both, opacity or portions
66 // requested diff view type
110 // adjust requested diff view type
139 // print form to choose diff view type
162 * Print form to choose diff view type
200 // diff view type: opacity or portions
201 $type = $this->preference['difftype'];
219 echo '<div class="imageDiff ' . $type . '">';
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/
H A Dchangelog.php39 * @param String $type Type of the change see DOKU_CHANGE_TYPE_*
55 $type = DOKU_CHANGE_TYPE_EDIT,
83 'type' => $type,
105 * @param String $type Type of the change see DOKU_CHANGE_TYPE_*
116 $type = DOKU_CHANGE_TYPE_EDIT,
140 'type' => $type,
340 if ($recent['type'] !== DOKU_CHANGE_TYPE_CREATE && ($flags & RECENTS_ONLY_CREATION)) return false;
343 if ($recent['type']
48 addLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
109 addMediaLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
[all...]
H A Dconfutils.php300 * @param string $type the configuration settings to be read, must correspond to a key/array in $config_cascade
310 function retrieveConfig($type, $fn, $params = null, $combine = 'array_merge')
317 if (!is_array($config_cascade[$type])) trigger_error('Missing config cascade for "' . $type . '"', E_USER_WARNING);
319 if (empty($config_cascade[$type][$config_group])) continue;
320 foreach ($config_cascade[$type][$config_group] as $file) {
336 * @param string $type the configuration settings to be read, must correspond to a key/array in $config_cascade
339 function getConfigFiles($type)
344 if (!is_array($config_cascade[$type])) trigger_error('Missing config cascade for "' . $type
299 retrieveConfig($type, $fn, $params = null, $combine = 'array_merge') global() argument
327 getConfigFiles($type) global() argument
[all...]
H A Ddeprecated.php718 public function __construct($data, $type = null)
721 parent::__construct($data, $type);
716 __construct($data, $type = null) global() argument
H A DJpegMeta.php935 header("Content-type: image/jpeg");
1341 // http://php.net/manual/en/function.image-type-to-mime-type.php
1601 if ($values[$i]['tag'] == 'rdf:Description' && $values[$i]['type'] == 'open') {
1628 if ($values[$i]['type'] == 'close') return;
1630 if ($values[$i]['type'] == 'complete') {
1649 if ($values[$i]['type'] == 'open') {
1759 $type = $this->_getShort($data, $base + $offset, $isBigEndian);
1764 if (($type < 1) || ($type > 1
2604 _write8BIM(& $data, $pos, $type, $header, & $value) global() argument
2672 _writeIPTCEntry(& $data, $pos, $type, & $value) global() argument
[all...]
/dokuwiki/lib/scripts/
H A Dtoolbar.js44 // type is a tb function -> assign it as onclick
45 actionFunc = 'tb_'+val.type;
52 // type is a init function -> execute it
53 actionFunc = 'addBtnAction'+val.type.charAt(0).toUpperCase()+val.type.substring(1);
66 alert('unknown toolbar type: '+val.type+' '+actionFunc);
H A Dfileuploader.js53 qq.attach = function(element, type, fn){ argument
55 element.addEventListener(type, fn, false);
57 element.attachEvent('on' + type, fn);
60 qq.detach = function(element, type, fn){ argument
62 element.removeEventListener(type, fn, false);
64 element.detachEvent('on' + type, fn);
544 _find: function(parent, type){ argument
545 var element = qq.getByClass(parent, this._options.classes[type])[0];
547 throw new Error('element not found ' + type);
804 input.setAttribute("type", "fil
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less7 list-style-type: none;
20 list-style-type: none;
H A D_media_fullscreen.css443 list-style-type: none;
H A D_media_popup.css88 list-style-type: none;
H A D_recent.css8 /* select type of revisions (media/pages) */
/dokuwiki/inc/Menu/Item/
H A DLogin.php25 $this->type = 'logout';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php107 * If the mapping type is self::TYPE_ANY what do we actually encode it as?
135 * Type mapping table for the ANY type.
169 * String type to character size mapping table.
229 $type = ord($encoded[$encoded_pos++]);
232 $constructed = ($type >> 5) & 1;
234 $tag = $type & 0x1F;
292 built-in types. It defines an application-independent data type that must be distinguishable from all other
297 data type; the term CONTEXT-SPECIFIC does not appear.
300 $class = ($type >> 6) & 3;
307 'type'
[all...]
H A DX509.php407 'netscape-cert-type' => '2.16.840.1.113730.1.1',
528 $type_utf8_string = ['type' => ASN1::TYPE_UTF8_STRING];
544 /* in the case of policyQualifiers/qualifier, the type has to be \phpseclib3\File\ASN1::TYPE_IA5_STRING.
549 = ['type' => ASN1::TYPE_IA5_STRING];
584 corresponding to the extension type identified by extnID */
673 // actual type is \phpseclib3\File\ASN1::TYPE_ANY
689 corresponding to the extension type identified by extnID */
704 * Map attribute values from ANY type to attribute-specific internal
716 $id = $attributes[$i]['type'];
718 corresponding to the attribute type identifie
2670 setDNProp($propName, $propValue, $type = 'utf8String') global() argument
2799 setDN($dn, $merge = false, $type = 'utf8String') global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php601 . 'Got packet type: ' . $this->packet_type);
670 . 'Got packet type: ' . $this->packet_type);
883 . 'Got packet type: ' . $this->packet_type);
958 'Got packet type: ' . $this->packet_type);
1057 $is_directory = $stat && $stat['type'] === NET_SFTP_TYPE_DIRECTORY;
1110 . 'Got packet type: ' . $this->packet_type);
1134 if (!isset($attributes['type']) && $this->version < 4) {
1137 $attributes['type'] = $fileType;
1142 if (isset($attributes['type']) && $attributes['type']
1643 _stat($filename, $type) global() argument
3149 _get_xstat_cache_prop($path, $prop, $type) global() argument
3595 _send_sftp_packet($type, $data, $request_id = 1) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php61 * Feed cache type
68 * Image cache type
79 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
81 public function __construct($location, $name, $type); argument
H A DMySQL.php89 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
91 public function __construct($location, $name, $type) argument
117 $this->id = $name . $type;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php172 list($type, $keyCount) = Strings::unpackSSH2('CN', $packet);
173 if ($type != self::SSH_AGENT_IDENTITIES_ANSWER) {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md31 - Item::get_date(): fix return type on unparsable date by @jtojnar in [#753](https://github.com/simplepie/simplepie/pull/753)
77 - Fix status_code type by @Alkarex in [#728](https://github.com/simplepie/simplepie/pull/728)
127 * Fix wrong type hint by @Alkarex in [#678](https://github.com/simplepie/simplepie/pull/678)
154 * Fix typo in MIME type in Content_Type_Sniffer [#661](https://github.com/simplepie/simplepie/pull/661)
167 * PHP 7.4 support: Fixed instances of accessing array offset on null type values. [#628](https://github.com/simplepie/simplepie/pull/628)
204 * Changed the sanitization type for author and category back to text from HTML. [#531](https://github.com/simplepie/simplepie/pull/531)
208 * Introduced `SimplePie_Category->get_type()` for retrieving category type. [#492](https://github.com/simplepie/simplepie/pull/492)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php94 $type = explode(':', $location, 2);
95 $type = $type[0];
96 if (!empty(self::$handlers[$type])) {
97 $class = self::$handlers[$type];
119 * @param string $type DSN type to register for
122 public static function register($type, $class) argument
124 self::$handlers[$type] = $class;
H A DEnclosure.php214 public $type; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
255 $this->type = $type;
782 * @return string|null MIME type
786 if ($this->type !== null) {
787 return $this->type;
827 * the appropriate handler installed or when a file type is
829 * - `altclass` (string): If a file type is unsupported, the end-user will
879 $type
[all...]
H A DItem.php180 * @param int $type One of the \SimplePie\SimplePie::CONSTRUCT_* constants
184 public function sanitize($data, $type, $base = '') argument
186 return $this->feed->sanitize($data, $type, $base);
416 $type = 'category';
417 foreach ((array) $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, $type) as $category) {
430 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]);
432 foreach ((array) $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_RSS_20, $type) as $category) {
441 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]);
444 $type = 'subject';
445 foreach ((array) $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_DC_11, $type) a
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php68 // Container HTML type
207 /** The header type passed to {@link GeSHi->set_header_type()} was invalid */
209 /** The line number type passed to {@link GeSHi->enable_line_numbers()} was invalid */
266 GESHI_ERROR_INVALID_HEADER_TYPE => 'The header type specified is invalid',
267 GESHI_ERROR_INVALID_LINE_NUMBER_TYPE => 'The line number type specified is invalid'
283 * The type of header to use. Can be one of the following
807 * Sets the type of header to be used.
817 * @param int $type The type of header to be used
820 public function set_header_type($type) { argument
1760 set_link_styles($type, $styles) global() argument
[all...]

12345