Home
last modified time | relevance | path

Searched defs:name (Results 51 – 75 of 95) sorted by relevance

1234

/dokuwiki/inc/Extension/
H A DPluginController.php81 public function load($type, $name, $new = false, $disabled = false)
378 protected function splitName($name)
H A DPluginTrait.php71 public function loadHelper($name, $msg = true)
243 public function email($email, $name = '', $class = '', $more = '')
H A DEventHandler.php99 public function hasHandlerForEvent($name, $advise = '')
/dokuwiki/bin/
H A Dplugin.php95 protected function loadPlugin($name)
/dokuwiki/lib/scripts/
H A Dcookie.js14 name: 'DOKU_PREFS', property
/dokuwiki/inc/
H A DMailer.class.php83 public function attachFile($path, $mime, $name = '', $embed = '')
105 public function attachContent($data, $mime, $name = '', $embed = '')
350 public function getCleanName($name)
H A Dpluginutils.php51 function plugin_load($type, $name, $new = false, $disabled = false)
H A Dfetch.functions.php121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en')
H A Dindexer.php374 function idx_cleanName($name)
/dokuwiki/inc/Form/
H A DInputElement.php31 public function __construct($type, $name, $label = '')
H A DDropdownElement.php25 public function __construct($name, $options, $label = '')
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql40 name character varying(80) NOT NULL field
107 name character varying(255) NOT NULL, field
327 name character varying(255) NOT NULL, field
411 name character varying(200) NOT NULL, field
/dokuwiki/_test/core/
H A DTestResponse.php59 public function getHeader($name) {
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php151 protected $name = ''; variable in SimplePie\\HTTP\\Parser
296 protected function name() function in SimplePie\\HTTP\\Parser
/dokuwiki/inc/Parsing/
H A DParser.php62 public function addMode($name, ModeInterface $Mode)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php182 public function __set($name, $value)
/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata_during_rendering.test.php107 public function load($type, $name, $new = false, $disabled = false)
/dokuwiki/lib/plugins/authplain/
H A Dauth.php112 protected function createUserLine($user, $pass, $name, $mail, $grps)
142 public function createUser($user, $pwd, $name, $mail, $grps = null)
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php21 public $name; variable in dokuwiki\\plugin\\extension\\ExtensionApiResponse
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterClassic.php44 public function property($name, $value)
/dokuwiki/
H A Dcomposer.json2 "name": "dokuwiki/dokuwiki", string
/dokuwiki/inc/Remote/OpenApiDoc/
H A DOpenAPIGenerator.php302 protected function generateExample($name, $type)
/dokuwiki/inc/parser/
H A Dxhtml.php848 public function locallink($hash, $name = null, $returnonly = false)
880 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '…
968 public function externallink($url, $name = null, $returnonly = false)
1033 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
1090 public function windowssharelink($url, $name = null, $returnonly = false)
1131 public function emaillink($address, $name = null, $returnonly = false)
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null)
954 protected function makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php179 private static function generateInlineTrim($name)

1234