Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 101) sorted by path

12345

/dokuwiki/
H A DCOPYING316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
H A Dfeed.php
/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
564 if ($edit->type != 'copy')
580 if ($edit->type == 'copy')
644 if ($prevtype == $edit->type)
646 $prevtype = $edit->type;
749 if ($edit->type
[all...]
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/inc/Extension/
H A DAuthPlugin.php118 * @param string $type Modification type ('create', 'modify', 'delete')
120 * The content of this array depends on the modification type
123 public function triggerUserMod($type, $params)
130 if (empty($validTypes[$type])) {
135 $eventdata = ['type' => $type, 'params' => $params, 'modification_result' => null];
138 $result = call_user_func_array([$this, $validTypes[$type]], $evt->data['params']);
125 triggerUserMod($type, $params) global() argument
H A DPluginController.php35 * Returns a list of available plugins of given type
37 * @param $type string, plugin_type name;
38 * the type of plugin to return,
45 * - plugin names when $type = ''
46 * - or plugin component names when a $type is given
50 public function getList($type = '', $all = false)
54 if (!$type) {
58 if (!isset($this->listByType[$type]['enabled'])) {
59 $this->listByType[$type]['enabled'] = $this->getListByType($type, tru
49 getList($type = '', $all = false) global() argument
80 load($type, $name, $new = false, $disabled = false) global() argument
343 getListByType($type, $enabled) global() argument
[all...]
H A DRemotePlugin.php
/dokuwiki/inc/Form/
H A DCheckableElement.php15 * @param string $type The type of this element
19 public function __construct($type, $name, $label) argument
21 parent::__construct($type, $name, $label);
H A DElement.php20 * @var string The type of this element
22 protected $type; variable in dokuwiki\\Form\\Element
25 * @param string $type The type of this element
28 public function __construct($type, $attributes = []) argument
30 $this->type = $type;
41 return $this->type;
H A DFieldsetCloseElement.php20 $this->type = 'fieldsetclose';
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) . '" />';
H A DInputElement.php27 * @param string $type The type of this element
31 public function __construct($type, $name, $label = '') argument
33 parent::__construct($type, ['name' => $name]);
35 $this->attr('type', $type);
H A DLegacyForm.php136 * @param string $type
139 protected function legacyType($type)
151 return $types[$type] ?? $type;
142 legacyType($type) global() argument
H A DValueElement.php22 * @param string $type
26 public function __construct($type, $value, $attributes = []) argument
28 parent::__construct($type, $attributes);
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php30 protected $type = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
65 $this->type = $this->getType();
66 $this->params['do'] = $this->type;
68 if (!actionOK($this->type)) throw new \RuntimeException("action disabled: {$this->type}");
74 * When the label property was set, it is simply returned. Otherwise, the action's type
86 $label = $lang['btn_' . $this->type];
90 if ($label === '') $label = '[' . $this->type . ']';
131 * @param string|false $classprefix create a class from type with this prefix, false for no class
153 * @param string|false $classprefix create a class from type wit
[all...]
H A DEdit.php27 $this->type = 'draft';
32 $this->type = 'create';
38 $this->type = 'source';
44 $this->type = 'show';
52 * change the icon according to what type the edit button has
63 if (isset($icons[$this->type])) {
64 $this->svg = DOKU_INC . 'lib/images/menu/' . $icons[$this->type];
H A DImgBackto.php19 $this->type = 'img_backto';
H A DLogin.php25 $this->type = 'logout';
H A DMediaManager.php25 $this->type = 'mediaManager';
H A DRevisions.php18 $this->type = 'revs';
/dokuwiki/inc/Parsing/Handler/
H A DLists.php55 // array(list type, current depth, index of current listitem_open)
100 // Switched list type...
147 // Switching list type...
175 protected function interpretSyntax($match, &$type) argument
178 $type = 'u';
180 $type = 'o';
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php11 protected $type; variable in dokuwiki\\Parsing\\ParserMode\\Formatting
53 * @param string $type
55 public function __construct($type)
59 if (!array_key_exists($type, $this->formatting)) {
60 trigger_error('Invalid formatting type ' . $type, E_USER_WARNING); argument
63 $this->type = $type;
67 $key = array_search($type, $modes);
84 if ($mode == $this->type) {
[all...]
/dokuwiki/inc/Remote/
H A DApi.php22 * 'type eg. string|int|...|date|file',
25 * 'return' => 'type',
118 * @return mixed result of method call, must be a primitive type.
/dokuwiki/inc/Ui/
H A DAdmin.php47 * @param string $type admin|manager|other
49 protected function showMenu($type)
51 if (!$this->menu[$type]) return;
53 if ($type === 'other') {
61 foreach ($this->menu[$type] as $item) {
141 $type = 'admin';
143 $type = 'manager';
145 $type = 'other';
148 $menu[$type][$p] = [
46 showMenu($type) global() argument

12345