Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingNumericopt.php11 protected $pattern = '/^(|[-]?\d+(?:[-+*]\d+)*)$/'; variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingNumericopt
H A DSettingNumeric.php13 protected $pattern = '/^[-+]? *\d+ *(?:[-+*] *\d+ *)*$/'; variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingNumeric
H A DSetting.php25 protected $pattern = ''; variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
/dokuwiki/inc/Parsing/ParserMode/
H A DWindowssharelink.php7 protected $pattern; variable in dokuwiki\\Parsing\\ParserMode\\Windowssharelink
H A DFilelink.php7 protected $pattern; variable in dokuwiki\\Parsing\\ParserMode\\Filelink
H A DWordblock.php13 protected $pattern = ''; variable in dokuwiki\\Parsing\\ParserMode\\Wordblock
H A DSmiley.php10 protected $pattern = ''; variable in dokuwiki\\Parsing\\ParserMode\\Smiley
H A DEntity.php10 protected $pattern = ''; variable in dokuwiki\\Parsing\\ParserMode\\Entity
H A DAcronym.php9 protected $pattern = ''; variable in dokuwiki\\Parsing\\ParserMode\\Acronym
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php57 public function addPattern($pattern, $mode = "accept")
74 public function addEntryPattern($pattern, $mode, $new_mode)
88 public function addExitPattern($pattern, $mode)
106 public function addSpecialPattern($pattern, $mode, $special)
H A DParallelRegex.php51 public function addPattern($pattern, $label = true)
/dokuwiki/lib/plugins/authldap/
H A Dauth.php27 protected $pattern; variable in auth_plugin_authldap
/dokuwiki/lib/plugins/authplain/
H A Dauth.php21 protected $pattern = []; variable in auth_plugin_authplain
/dokuwiki/lib/plugins/authad/
H A Dauth.php70 protected $pattern = []; variable in auth_plugin_authad
/dokuwiki/inc/
H A Dio.php767 function io_grep($file, $pattern, $max = 0, $backref = false)
/dokuwiki/inc/Remote/
H A DApiCore.php754 public function listMedia($namespace = '', $pattern = '', $depth = 1, $hash = false)
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1395 protected function isRegexp($pattern) {