Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 59) sorted by path

123

/dokuwiki/inc/
H A DDifferenceEngine.php13 var $type; variable in _DiffOp
34 var $type = 'copy'; variable in _DiffOp_Copy
49 var $type = 'delete'; variable in _DiffOp_Delete
62 var $type = 'add'; variable in _DiffOp_Add
75 var $type = 'change'; variable in _DiffOp_Change
[all...]
H A DJpegMeta.php2604 _write8BIM(& $data, $pos, $type, $header, & $value) global() argument
2672 _writeIPTCEntry(& $data, $pos, $type, & $value) global() argument
[all...]
H A Dchangelog.php48 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 Dcommon.php1753 license_img($type) global() argument
H A Dconfutils.php299 retrieveConfig($type, $fn, $params = null, $combine = 'array_merge') global() argument
327 getConfigFiles($type) global() argument
[all...]
H A Ddeprecated.php716 __construct($data, $type = null) global() argument
H A Dform.php199 public function findElementByType($type) argument
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...]
H A Dhtml.php532 html_diff($text = '', $intro = true, $type = null) global() argument
551 html_diff_navigation($pagelog, $type, $l_rev, $r_rev) global() argument
[all...]
H A Dmedia.php1292 media_image_diff($image, $l_rev, $r_rev, $l_size, $r_size, $type) global() argument
2100 media_supportedav($mime, $type = NULL) global() argument
[all...]
H A Dpluginutils.php30 plugin_list($type = '', $all = false) global() argument
50 plugin_load($type, $name, $new = false, $disabled = false) global() argument
H A Dsearch.php162 * @param string $type argument
108 search_qsearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
133 search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
188 search_media(& $data, $base, $file, $type, $lvl, $opts) global() argument
255 search_mediafiles(& $data, $base, $file, $type, $lvl, $opts) global() argument
302 search_list(& $data, $base, $file, $type, $lvl, $opts) global() argument
333 search_pagename(& $data, $base, $file, $type, $lvl, $opts) global() argument
371 search_allpages(& $data, $base, $file, $type, $lvl, $opts) global() argument
487 search_universal(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
/dokuwiki/inc/Extension/
H A DAuthPlugin.php125 triggerUserMod($type, $params) global() argument
H A DPluginController.php49 getList($type = '', $all = false) global() argument
80 load($type, $name, $new = false, $disabled = false) global() argument
343 getListByType($type, $enabled) global() argument
[all...]
/dokuwiki/inc/Form/
H A DCheckableElement.php19 public function __construct($type, $name, $label) argument
H A DElement.php22 protected $type; variable in dokuwiki\\Form\\Element
28 public function __construct($type, $attributes = []) argument
H A DForm.php129 public function findPositionByType($type, $offset = 0) argument
H A DInputElement.php31 public function __construct($type, $name, $label = '') argument
H A DLegacyForm.php142 legacyType($type) global() argument
H A DValueElement.php26 public function __construct($type, $value, $attributes = []) argument
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php30 protected $type = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
[all...]
/dokuwiki/inc/Parsing/Handler/
H A DLists.php175 protected function interpretSyntax($match, &$type) argument
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php11 protected $type; variable in dokuwiki\\Parsing\\ParserMode\\Formatting
60 trigger_error('Invalid formatting type ' . $type, E_USER_WARNING); argument
[all...]
/dokuwiki/inc/Ui/
H A DAdmin.php46 showMenu($type) global() argument
/dokuwiki/inc/parser/
H A Dhandler.php628 code($match, $state, $pos, $type = 'code') global() argument
H A Dxhtml.php603 _highlight($type, $text, $language = null, $filename = null, $options = null) global() argument
[all...]

123