Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingNumericopt.php10 protected $pattern = '/^(|[-]?[0-9]+(?:[-+*][0-9]+)*)$/'; global() variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingNumericopt
H A DSettingNumeric.php12 protected $pattern = '/^[-+]? *[0-9]+ *(?:[-+*] *[0-9]+ *)*$/'; global() variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingNumeric
H A DSetting.php24 protected $pattern = ''; global() variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php58 addPattern($pattern, $mode = 'accept') global() argument
75 addEntryPattern($pattern, $mode, $new_mode) global() argument
89 addExitPattern($pattern, $mode) global() argument
107 addSpecialPattern($pattern, $mode, $special) global() argument
[all...]
H A DParallelRegex.php53 addPattern($pattern, $label = true) global() argument
[all...]
/dokuwiki/inc/Parsing/ParserMode/
H A DWindowssharelink.php8 protected $pattern; global() variable in dokuwiki\\Parsing\\ParserMode\\Windowssharelink
H A DFilelink.php8 protected $pattern; global() variable in dokuwiki\\Parsing\\ParserMode\\Filelink
H A DEntity.php11 protected $pattern = ''; global() variable in dokuwiki\\Parsing\\ParserMode\\Entity
H A DSmiley.php10 protected $pattern = ''; variable in dokuwiki\\Parsing\\ParserMode\\Smiley
H A DWordblock.php13 protected $pattern = ''; variable in dokuwiki\\Parsing\\ParserMode\\Wordblock
H A DAcronym.php9 protected $pattern = ''; variable in dokuwiki\\Parsing\\ParserMode\\Acronym
/dokuwiki/lib/plugins/authldap/
H A Dauth.php24 protected $pattern = null; global() variable in auth_plugin_authldap
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php20 /** @var array filter pattern */ variable in auth_plugin_authplain
[all...]
/dokuwiki/lib/plugins/authad/
H A Dauth.php67 protected $pattern = array(); global() variable in auth_plugin_authad
[all...]
/dokuwiki/inc/
H A Dio.php712 io_grep($file, $pattern, $max = 0, $backref = false) global() argument