Home
last modified time | relevance | path

Searched refs:type (Results 26 – 50 of 101) sorted by relevance

12345

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php76 * @param string $dnType The type of record to list. This can be ADLDAP_FOLDER or ADLDAP_CONTAINER.
78 * @param bool $type Specify a type of object to search for
81 public function listing($folderName = NULL, $dnType = adLDAP::ADLDAP_FOLDER, $recursive = NULL, $type = NULL) argument
87 if ($type !== NULL) {
88 switch ($type) {
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php17 * Set the compression level and type
20 * @param int $type Type of compression to use (use COMPRESS_* constants)
23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO); argument
/dokuwiki/inc/Menu/Item/
H A DRevisions.php18 $this->type = 'revs';
H A DImgBackto.php19 $this->type = 'img_backto';
H A DMediaManager.php25 $this->type = 'mediaManager';
H A DLogin.php25 $this->type = 'logout';
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less153 ol ol { list-style-type: lower-alpha; }
154 ol ol ol { list-style-type: upper-roman; }
155 ol ol ol ol { list-style-type: upper-alpha; }
156 ol ol ol ol ol { list-style-type: lower-roman; }
402 input[type=radio],
403 input[type=checkbox],
404 input[type=image] {
411 input[type=submit],
412 input[type=button],
413 input[type
[all...]
H A D_admin.less7 list-style-type: none;
20 list-style-type: none;
H A Dprint.css44 list-style-type: lower-alpha;
47 list-style-type: upper-roman;
50 list-style-type: upper-alpha;
53 list-style-type: lower-roman;
/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 DFile.php91 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
93 public function __construct($location, $name, $type) argument
97 $this->extension = $type;
H A DMemcache.php92 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
94 public function __construct($location, $name, $type) argument
106 $this->name = $this->options['extras']['prefix'] . md5("$name:$type");
H A DMemcached.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
103 $this->name = $this->options['extras']['prefix'] . md5("$name:$type");
/dokuwiki/inc/Form/
H A DFieldsetOpenElement.php22 // legend there, so we have to set the type manually
24 $this->type = 'fieldsetopen';
H A DForm.php123 * Gets the position of the first of a type of element
125 * @param string $type Element type to look for.
129 public function findPositionByType($type, $offset = 0) argument
133 if ($this->elements[$pos]->getType() == $type) {
440 $type = $this->elements[$pos]->getType();
441 if ($type == 'fieldsetopen') {
450 } elseif ($type == 'fieldsetclose') {
488 $html .= '<input type="hidden" name="' . $name . '" value="' . formText($value) . '" />';
/dokuwiki/lib/plugins/info/
H A Dsyntax.php125 * @param string $type
128 protected function renderPlugins($type, Doku_Renderer $renderer)
131 $plugins = plugin_list($type);
136 $po = plugin_load($type, $p);
198 foreach ($method['params'] as $desc => $type) {
199 $params[] = hsc($desc) . '</td><td>' . hsc($type);
335 'type' => 'ul',
126 renderPlugins($type, Doku_Renderer $renderer) global() argument
/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 Dtemplate.php254 'type' => 'application/opensearchdescription+xml',
290 'type' => 'application/rss+xml',
296 'type' => 'application/rss+xml',
312 'type' => 'application/rss+xml',
321 'type' => 'text/html',
330 'type' => 'text/plain',
519 * @param string $type
527 function tpl_button($type, $return = false)
530 $data = tpl_get_action($type);
546 $out = html_btn($type,
485 tpl_button($type, $return = false) global() argument
525 tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) global() argument
581 tpl_get_action($type) global() argument
639 tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '') global() argument
[all...]
H A Dform.php19 * When printed, the form class calls functions named 'form_$type' for each
62 * @param bool|string $enctype (optional, deprecated) Encoding type of the data
192 * Gets the position of the first of a type of element.
194 * @param string $type Element type to look for.
199 public function findElementByType($type) argument
202 if (is_array($elem) && $elem['_elem'] == $type)
271 * 'form_$type'. The function should return the HTML to be printed.
416 * @param string $type Type attribute. 'submit' or 'cancel'
424 function form_makeButton($type,
421 form_makeButton($type, $act, $value = '', $attrs = array()) global() argument
450 form_makeField($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
476 form_makeFieldRight($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = array()) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php148 '%s(): Argument #3 ($cache_name_function) must be of type %s',
343 public function sanitize($data, $type, $base = '') argument
346 if ($data !== '' || $type & \SimplePie\SimplePie::CONSTRUCT_IRI) {
347 if ($type & \SimplePie\SimplePie::CONSTRUCT_MAYBE_HTML) {
349 $type |= \SimplePie\SimplePie::CONSTRUCT_HTML;
351 $type |= \SimplePie\SimplePie::CONSTRUCT_TEXT;
355 if ($type & \SimplePie\SimplePie::CONSTRUCT_BASE64) {
359 if ($type & (\SimplePie\SimplePie::CONSTRUCT_HTML | \SimplePie\SimplePie::CONSTRUCT_XHTML)) {
366 $data = $this->preprocess($data, $type);
388 $this->strip_tag($tag, $document, $xpath, $type);
476 preprocess($html, $type) global() argument
536 strip_tag($tag, $document, $xpath, $type) global() argument
[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/inc/lang/no/
H A Duploadmail.txt10 MIME-type : @MIME@
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php144 * @param string $type optional
147 public function getPublicKey($type = 'PKCS8')
284 list($type, $signature_blob) = Strings::unpackSSH2('Cs', $packet);
285 if ($type != Agent::SSH_AGENT_SIGN_RESPONSE) {
293 list($type, $signature_blob) = Strings::unpackSSH2('ss', $signature_blob);
301 * @param string $type
305 public function toString($type, array $options = [])
/dokuwiki/inc/lang/nl/
H A Duploadmail.txt10 MIME type: @MIME@
/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);

12345