Home
last modified time | relevance | path

Searched refs:name (Results 26 – 50 of 143) sorted by relevance

123456

/dokuwiki/bin/
H A Dplugin.php75 foreach ($list as $name) {
76 $plugin = $this->loadPlugin($name);
82 ['', $name, $info['desc']],
92 * @param string $name
95 protected function loadPlugin($name)
97 [$basename] = explode('_', $name); // might be a sub component
101 $class = "cli_plugin_$name";
91 loadPlugin($name) global() argument
/dokuwiki/inc/Extension/
H A DEventHandler.php43 * @param string $event name used by the event
70 $evt_name = $event->name . ($advise ? '_' . $advise : '_BEFORE');
95 * @param string $name Name of the event
99 public function hasHandlerForEvent($name, $advise = '') argument
102 return isset($this->hooks[$name . '_' . $advise]);
105 return isset($this->hooks[$name . '_BEFORE']) || isset($this->hooks[$name . '_AFTER']);
H A DRemotePlugin.php43 $declaredin = $method->getDeclaringClass()->name;
47 $method_name = $method->name;
H A DPluginController.php37 * @param $type string, plugin_type name;
74 * @param $name string name of the plugin to load
81 public function load($type, $name, $new = false, $disabled = false)
87 [$plugin, /* component */ ] = $this->splitName($name);
94 $class = $type . '_plugin_' . $name;
98 if (!empty($DOKU_PLUGINS[$type][$name])) {
99 if ($new || !$DOKU_PLUGINS[$type][$name]->isSingleton()) {
103 return $DOKU_PLUGINS[$type][$name];
123 'Plugin name \'
80 load($type, $name, $new = false, $disabled = false) global() argument
383 splitName($name) global() argument
[all...]
H A DPluginTrait.php38 'name' => $ext . ' plugin',
71 public function loadHelper($name, $msg = true)
73 $obj = plugin_load('helper', $name);
74 if (is_null($obj) && $msg) msg("Helper plugin $name is not available or invalid.", -1);
243 public function email($email, $name = '', $class = '', $more = '')
245 if (!$email) return $name;
247 if (!$name) $name = $email;
249 return "<a href='mailto:$email' $class title='$email' $more>$name</a>";
47 loadHelper($name, $msg = true) global() argument
219 email($email, $name = '', $class = '', $more = '') global() argument
/dokuwiki/inc/Form/
H A DTextareaElement.php17 * @param string $name The name of this form element
20 public function __construct($name, $label) argument
22 parent::__construct('textarea', $name, $label);
H A DTagCloseElement.php55 * @param string $name
60 public function attr($name, $value = null) argument
/dokuwiki/conf/
H A Dmysql.conf.php.example13 * gid name
62 * %{user} user name
64 * %{dgroup} default group name
71 AND name='%{dgroup}'";
76 * 'name' the user's full name
83 * %{user} user name
85 $conf['plugin']['authmysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email AS mail
91 * member of. The plugin accesses the group name as 'group' so an alias
95 * %{user} user name
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBase.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
78 * @param string $name Unique ID for the cache
81 public function __construct($location, $name, $type); argument
/dokuwiki/inc/lang/id/
H A Dregistermail.txt3 User name : @NEWUSER@
4 Full name : @NEWNAME@
/dokuwiki/inc/lang/en/
H A Dregistermail.txt3 User name : @NEWUSER@
4 Full name : @NEWNAME@
/dokuwiki/inc/parser/
H A Drenderer.php116 * @param string $name Plugin name
121 public function plugin($name, $data, $state = '', $match = '')
124 $plugin = plugin_load('syntax', $name);
570 * @param string $link The link name
581 * @param string $name name for the link
583 public function locallink($hash, $name = null)
591 * @param string|array $title name for the link, array for media file argument
601 * @param string|array $title name fo
115 plugin($name, $data, $state = '', $match = '') global() argument
522 locallink($hash, $name = null) global() argument
780 _simpleTitle($name) global() argument
[all...]
/dokuwiki/lib/plugins/styling/
H A Dadmin.php87 $name = tpl_getLang($key);
88 if (empty($name)) $name = $this->getLang($key);
89 if (empty($name)) $name = $key;
92 echo '<td><label for="tpl__' . hsc($key) . '">' . $name . '</label></td>';
93 echo '<td><input type="' . $this->colorType($value) . '" name="tpl[' . hsc($key) . ']" ' .
101 echo '<button type="submit" name="run[preview]" class="btn_preview primary">' .
104 echo '<button type="submit" name="run[reset]">' . $this->getLang('btn_reset') . '</button>';
108 echo '<button type="submit" name
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
149 * @param string $name Property name
152 public function __set($name, $value) argument
154 if (method_exists($this, 'set_' . $name)) {
155 call_user_func([$this, 'set_' . $name], $value);
157 $name === 'iauthority'
158 || $name === 'iuserinfo'
159 || $name === 'ihost'
160 || $name
174 __get($name) global() argument
217 __isset($name) global() argument
227 __unset($name) global() argument
[all...]
/dokuwiki/lib/scripts/
H A Dcookie.js5 * simple name-value pairs - no complex types!
14 name: 'DOKU_PREFS', property in DokuCookie
39 jQuery.cookie(this.name, text.join('#'), {expires: 365, path: DOKU_COOKIE_PARAM.path, secure: DOKU_COOKIE_PARAM.secure});
63 text = jQuery.cookie(this.name);
H A Dfileuploaderextended.js58 // name suggestion (simplified cleanID)
86 ' <label class="qq-overwrite-check"><input type="checkbox" value="1" name="ow" class="dw__ow"> <span>' + LANG.media_overwrt + '</span></label>' +
93 ' <input class="qq-upload-name-input edit" type="text" value="" />' +
106 nameInput: 'qq-upload-name-input',
151 jQuery(".qq-upload-name-input").each(function (i) {
190 button += '<input type="hidden" value="' + result.ns + '" name="ns">';
191 button += '<input type="hidden" value="1" name="recent">';
206 var name = document.getElementById('mediamanager__upload_item'+id);
207 if (name != null) {
208 return name
[all...]
H A Dfileuploader.js129 qq.hasClass = function(element, name){ argument
130 var re = new RegExp('(^| )' + name + '( |$)');
133 qq.addClass = function(element, name){ argument
134 if (!qq.hasClass(element, name)){
135 element.className += ' ' + name;
138 qq.removeClass = function(element, name){ argument
139 var re = new RegExp('(^| )' + name + '( |$)');
403 var name, size; variable
408 name = file.value.replace(/.*(\/|\\)/, "");
411 name
436 r(name, replacement) global() argument
761 name: 'file', global() property in qq.UploadButton._options
[all...]
/dokuwiki/inc/
H A DMailer.class.php80 * @param string $name The filename to use
83 public function attachFile($path, $mime, $name = '', $embed = '')
85 if (!$name) {
86 $name = PhpString::basename($path);
92 'name' => $name,
102 * @param string $name The filename to use
105 public function attachContent($data, $mime, $name = '', $embed = '')
107 if (!$name) {
109 $name
78 attachFile($path, $mime, $name = '', $embed = '') global() argument
99 attachContent($data, $mime, $name = '', $embed = '') global() argument
331 getCleanName($name) global() argument
[all...]
H A Dindexer.php117 * @param string $page name of the page to index
364 * Clean a name of a key for use as a file name.
371 * @param string $name
374 function idx_cleanName($name)
376 $name = Clean::romanize(trim((string)$name));
377 $name = preg_replace('#[ \./\\:-]+#', '_', $name);
378 $name
362 idx_cleanName($name) global() argument
[all...]
H A Dfetch.functions.php25 * @param string $orig original file to send - the file name will be used for the Content-Disposition
114 * @param string $name name of the field to be set in the header() call argument
118 * @return string in the format " name=value" for values WITHOUT special characters
119 * @return string in the format " name*=charset'lang'value" for values WITH special characters
121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en')
129 return ' ' . $name . '*=' . $charset . "'" . $lang . "'" . $internal;
131 return ' ' . $name . '="' . $value . '"';
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php89 foreach ($this->data as $name => $value) {
90 $name = htmlspecialchars($name);
91 $return .= " <member><name>$name</name><value>";
/dokuwiki/inc/lang/mr/
H A Dmailtext.txt6 मशिनचे नाव ( Host name ) : @HOSTNAME@
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php34 $options->registerArgument('name', 'Full name', false, 'add');
41 $options->registerArgument('name', 'Username(s), comma-seperated', true, 'delete');
45 $options->registerArgument('name', 'Username', true, 'addtogroup');
50 $options->registerArgument('name', 'Username', true, 'removefromgroup');
127 $content[] = $user['name'];
155 [$login, $mail, $name, $grps, $pass] = $args;
174 if ($auth->triggerUserMod('create', [$login, $pass, $name, $mail, $grps])) {
226 [$name, $newgrps] = $args;
228 $oldinfo = $auth->getUserData($name);
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
101 private const STATE_NAME = 'name';
152 protected $name = ''; variable in SimplePie\\HTTP\\Parser
272 if ($this->name !== '' && $this->value !== '') {
273 $this->name = strtolower($this->name);
275 if (isset($this->headers[$this->name]) && $this->name !== 'content-type') {
276 $this->headers[$this->name] .= ', ' . $this->value;
278 $this->headers[$this->name]
297 protected function name() global() function in SimplePie\\HTTP\\Parser
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php54 foreach ($pluginlist as $name) {
55 $extension->setExtension($name);
87 foreach ($tpllist as $name) {
88 $extension->setExtension("template:$name");
136 foreach ($result as $name) {
137 $extension->setExtension($name);

123456