Home
last modified time | relevance | path

Searched defs:pattern (Results 26 – 50 of 260) sorted by relevance

1234567891011

/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.brush.kai.js5 …ush(Syntax.lib.decimalNumber);brush.push(Syntax.lib.webLink);brush.push({pattern:/\(([^\s\(\)]+)/g… property
Djquery.syntax.brush.bash.js5 …'bash','bash-script');Syntax.register('bash',function(brush){brush.push({pattern:/^([\w@:~ ]*?[\$|… property
Djquery.syntax.brush.io.js5 …{klass:'keywords'});brush.push(operators,{klass:'operator'});brush.push({pattern:/\b([ \t]+([a-z]+… property
Djquery.syntax.brush.scala.js5 …ll","true","false"];brush.push(constants,{klass:'constant'});brush.push({pattern:/"""[\s\S]*?"""/g… property
Djquery.syntax.brush.perl5.js5 …chdir","chmod","chomp","chop","chown","chr","chroot","close","closedir","connect","cos","crypt","d…
Djquery.syntax.brush.python.js5 …"coerce","intern"];var values=["self","True","False","None"];brush.push({pattern:/^\s*@\w+/gm,klas… property
Djquery.syntax.brush.haskell.js5 …ors,{klass:'operator'});brush.push(Syntax.lib.camelCaseType);brush.push({pattern:/\-\-.*$/gm,klass… property
Djquery.syntax.brush.lua.js5 …tax.lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push({pattern:/\-\-.*$/gm,klass… property
Djquery.syntax.brush.pascal.js5 …perator',options:'gi'});brush.push(Syntax.lib.camelCaseType);brush.push({pattern:/\{[\s\S]*?\}/gm,… property
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
DRegexTest.php35 public function testValidRegex($pattern, $subject, $return)
43 public function testInvalidRegex($pattern, $subject)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2Regex.php30 public $pattern; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Regex
49 public function setPattern($pattern)
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
Dprism.js6 Prism.languages.clike={comment:{pattern:/(^|[^\\])(\/\*[\w\W]*?\*\/|(^|[^:])\/\/.*?(\r?\n|$))/g,loo… property
8 …inity)\b/g});Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^/])\/(?!\/)… property
/plugin/nspages/
DoptionParser.php15 static function checkRegEx(&$match, $pattern, &$arrayAffected) {
31 static function checkOption(&$match, $pattern, &$varAffected, $valIfFound) {
155 static private function preg_match_wrapper($pattern, $subject, &$matches){
159 static private function preg_match_all_wrapper($pattern, $subject, &$matches){
/plugin/pot/source/
Dcalculate.php14 $pattern = '/\s*\{{1}\s*([\?@!#&)]?)\s*(.*?)\s*\}{1}\s*/'; variable
33 $pattern = "/.*($searchpotid).*/x"; variable
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
DEnsureFilterWorker.php29 private $pattern; variable in Assetic\\Factory\\Worker\\EnsureFilterWorker
40 public function __construct($pattern, FilterInterface $filter, $flags = null)
/plugin/struct/meta/
H A DAssignments.php73 public function addPattern($pattern, $table)
94 public function removePattern($pattern, $table)
280 protected function matchPagePattern($pattern, $page, $pns = null)
/plugin/deletepageguard/
H A Daction.php195 public function validateRegexPattern($pattern, $lineNumber = 0) {
239 public function matchesPattern($pattern, $target) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DAbstractTermsAggregation.php34 public function setInclude(string $pattern): self
75 public function setExclude(string $pattern): self
/plugin/googlemaps3/
Dsyntax.php192 private function getMapOptions($pattern) {
217 private function getMarkers($pattern) {
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php74 public static function split($pattern, $string, $limit = -1, $flags = 0)
159 private static function getSplitLengths($pattern, $string)
/plugin/struct/db/
H A Dupdate0005.sql2 pattern NOT NULL, field
/plugin/toctweak/syntax/
Dinlinetoc.php17 protected $pattern = array( variable in syntax_plugin_toctweak_inlinetoc
/plugin/icons/syntax/
Dra.php20 protected $pattern = '{{ra>.+?}}'; variable in syntax_plugin_icons_ra
Dglyphicon.php20 protected $pattern = '{{glyphicon>.+?}}'; variable in syntax_plugin_icons_glyphicon
Dfl.php20 protected $pattern = '{{fl>.+?}}'; variable in syntax_plugin_icons_fl

1234567891011