Home
last modified time | relevance | path

Searched +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 126 – 150 of 391) sorted by last modified time

12345678910>>...16

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcss.php87 'animation-name',
H A Dfortran.php62 'iostat','name','named','nextrec','nml','number','opened','pad','position',
H A Dhtml4strict.php92 'name', 'nohref', 'noresize', 'noshade', 'nowrap',
H A Dhtml5.php114 'name', 'nohref', 'noresize', 'noshade', 'nowrap', 'novalidate',
H A Djava5.php243 'Attributes.Name', 'JarEntry', 'JarException', 'JarFile', 'JarInputStream', 'JarOutputStream', 'Manifest', 'Pack200', 'Pack200.Packer', 'Pack200.Unpacker'
322 'AuthenticationNotSupportedException', 'BinaryRefAddr', 'CannotProceedException', 'CommunicationException', 'CompositeName', 'CompoundName', 'ConfigurationException', 'ContextNotEmptyException', 'InitialContext', 'InsufficientResourcesException', 'InterruptedNamingException', 'InvalidNameException', 'LimitExceededException', 'LinkException', 'LinkLoopException', 'LinkRef', 'MalformedLinkException', 'Name', 'NameAlreadyBoundException', 'NameClassPair', 'NameNotFoundException', 'NameParser', 'NamingEnumeration', 'NamingException', 'NamingSecurityException', 'NoInitialContextException', 'NoPermissionException', 'NotContextException', 'OperationNotSupportedException', 'PartialResultException', 'RefAddr', 'Referenceable', 'ReferralException', 'ServiceUnavailableException', 'SizeLimitExceededException', 'StringRefAddr', 'TimeLimitExceededException'
H A Dklonec.php143 'name', 'nohref', 'noresize', 'noshade', 'nowrap',
H A Dlb.php65 'mod', 'name', 'next', 'nomainwin', 'none', 'notice', 'on',
155 //as a function name.
H A Dmapbasic.php804 'MunicipalitySubdivision', 'Name', 'NATIVE', 'NearestNeighbor',
/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/inc/
H A Dpluginutils.php46 * @param $name string name of the plugin to load
51 function plugin_load($type, $name, $new = false, $disabled = false)
55 return $plugin_controller->load($type, $name, $new, $disabled);
61 * @param string $plugin name of plugin
74 * @param string $plugin name of plugin
87 * @param string $plugin name of plugin
98 * Returns directory name of plugin
100 * @param string $plugin name of plugin
101 * @return string name o
50 plugin_load($type, $name, $new = false, $disabled = false) global() argument
[all...]
H A Dinfoutils.php210 $osRelease['NAME'] = 'Synology DSM';
216 $osRelease['PRETTY_NAME'] = implode(' ', [$osRelease['NAME'], $osRelease['VERSION'], $osRelease['SYNO_MODEL']]);
334 if (!empty($INFO['userinfo']['name'])) {
338 $INFO['userinfo']['name']
/dokuwiki/lib/exe/
H A Dindex.html5 <meta name="robots" content="noindex" />
/dokuwiki/lib/plugins/acl/
H A Dscript.js32 current_ns: $frm.find('input[name=ns]').val(),
33 current_id: $frm.find('input[name=id]').val()}),
109 $frm.find('input[name=ns]').val('');
110 $frm.find('input[name=id]').val(dw_acl.parseatt($link[0].search).id);
112 $frm.find('input[name=ns]').val(dw_acl.parseatt($link[0].search).ns);
113 $frm.find('input[name=id]').val('');
/dokuwiki/vendor/composer/
H A DClassLoader.php420 * @param string $class The name of the class
438 * @param string $class The name of the class
523 // namespaced class name
527 // PEAR-like class name
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
78 foreach ($installed['versions'] as $name => $package) {
80 $packagesByType[] = $name;
91 * This also returns true if the package name is provided or replaced by another package
246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
260 * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
283 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
306 * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
316 * @psalm-return list<array{root: array{name
[all...]
/dokuwiki/lib/plugins/extension/
H A Dcli.php51 'One or more extensions to install. Either by name or download URL',
331 foreach ($list as $name) {
332 $ext->setExtension($name);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php68 * Set the name of the extension this instance shall represents, triggers loading the local and remote data
240 * Get the name of the installation directory
242 * @return string The name of the installation directory
262 * Get the display name of the extension
264 * @return string The display name
268 if (!empty($this->localInfo['name'])) return $this->localInfo['name'];
269 if (!empty($this->remoteInfo['name'])) return $this->remoteInfo['name'];
274 * Get the author name o
[all...]
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);
H A Drepository.php36 foreach ($list as $name) {
37 $cache = new Cache('##extension_manager##' . $name, '.repo');
40 !isset($this->loaded_extensions[$name]) &&
44 $this->loaded_extensions[$name] = true;
45 $request_data['ext'][] = $name;
107 * @param string $name The plugin name to get the data for, template names need to be prefix by 'template:'
110 public function getData($name)
112 $cache = new Cache('##extension_manager##' . $name, '.repo');
115 !isset($this->loaded_extensions[$name])
98 getData($name) global() argument
[all...]
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt5 name safefnrecode plugin
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt5 name styling plugin
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DSanitize.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php388 * Decryption Algorithm Name
429 * Encryption Algorithm Name
470 * Client to Server HMAC Name
492 * Server to Client HMAC Name
2060 * Maps an encryption algorithm name to the number of key bytes.
2062 * @param string $algorithm Name of the encryption algorithm
2106 * Maps an encryption algorithm name to an instance of a subclass of
2109 * @param string $algorithm Name of the encryption algorithm
2154 * Maps an encryption algorithm name to an instance of a subclass of
2157 * @param string $algorithm Name o
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php124 // submit button name is of the form - fn[cmd][param(s)]
249 self::IMAGE_DIR . 'search.png" name="fn[search][new]" title="' .
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '" /></td>';
253 echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '" /></td>';
254 echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') . '" /></td>';
263 * @var string $name
270 echo '<td class="centeralign"><input type="checkbox" name="delete[' . hsc($user) .
281 echo '<td>' . hsc($name)
512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
[all...]

12345678910>>...16