Home
last modified time | relevance | path

Searched defs:matches (Results 1 – 25 of 225) sorted by relevance

123456789

/plugin/markdownextra/
Dmarkdown.php393 function _stripLinkDefinitions_callback($matches) {
541 function _hashHTMLBlocks_callback($matches) {
682 function _doHardBreaks_callback($matches) {
757 function _doAnchors_reference_callback($matches) {
791 function _doAnchors_inline_callback($matches) {
867 function _doImages_reference_callback($matches) {
895 function _doImages_inline_callback($matches) {
944 function _doHeaders_callback_setext($matches) {
953 function _doHeaders_callback_atx($matches) {
1026 function _doLists_callback($matches) {
[all …]
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.brush.html.js5 …{pattern:/<script.*?type\=.?text\/javascript.*?>((.|\n)*?)<\/script>/gmi,matches:Syntax.extractMat… property
Djquery.syntax.brush.apache.js5 Syntax.register('apache',function(brush){brush.push({pattern:/(<(\w+).*?>)/gi,matches:Syntax.extrac… property
Djquery.syntax.brush.ocaml.js5 …rator'});brush.push({pattern:/(?:open|new)\s+((?:\.?[a-z][a-z0-9]*)+)/gi,matches:Syntax.extractMat… property
Djquery.syntax.brush.ruby.js5 Syntax.lib.rubyStyleFunction={pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMat… property
Djquery.syntax.brush.bash-script.js5 …|&&)\s*((?:"([^"]|\\")+"|'([^']|\\')+'|\\\n|.|[ \t])+?)(?=$|\||;|&&)/gmi,matches:Syntax.extractMat… property
Djquery.syntax.brush.xml.js5 …rush){brush.push({pattern:/<\/?((?:[^:\s>]+:)?)([^\s>]+)(\s[^>]*)?\/?>/g,matches:Syntax.extractMat… property
Djquery.syntax.brush.css.js5 …zure","Beige","Bisque","Black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue…
6 …es',allow:'*'});brush.push({pattern:/\:(.*?(?=\})|(.|\n)*?(?=(\}|\;)))/g,matches:Syntax.extractMat… property
Djquery.syntax.brush.io.js5 …operators,{klass:'operator'});brush.push({pattern:/\b([ \t]+([a-z]+))/gi,matches:Syntax.extractMat… property
Djquery.syntax.brush.clang.js6 …e);brush.push({pattern:/(?:class|struct|enum|namespace)\s+([^{;\s]+)/gmi,matches:Syntax.extractMat… property
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dis-mergeable.js138 function areMergeable(selector, matches, mergeablePseudoClasses, mergeablePseudoElements, multipleP… argument
145 function areAllowed(matches, mergeablePseudoClasses, mergeablePseudoElements) { argument
164 function needArguments(matches) { argument
192 function someIncorrectlyChained(selector, matches) { argument
233 function allMixable(matches) { argument
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DEntityParser.php116 protected function entityCallback($matches)
211 protected function nonSpecialEntityCallback($matches)
267 protected function specialEntityCallback($matches)
/plugin/docimporter/
DImportUtils.php12 function convert_footnote($matches) {
179 function count_from_pos($matches, $clean_matches, $pos){
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DObjectHasAttribute.php27 protected function matches($other) function in PHPUnit_Framework_Constraint_ObjectHasAttribute
DIsTrue.php24 protected function matches($other) function in PHPUnit_Framework_Constraint_IsTrue
DIsInfinite.php24 protected function matches($other) function in PHPUnit_Framework_Constraint_IsInfinite
DIsNan.php24 protected function matches($other) function in PHPUnit_Framework_Constraint_IsNan
DClassHasStaticAttribute.php27 protected function matches($other) function in PHPUnit_Framework_Constraint_ClassHasStaticAttribute
DIsFalse.php24 protected function matches($other) function in PHPUnit_Framework_Constraint_IsFalse
DIsNull.php24 protected function matches($other) function in PHPUnit_Framework_Constraint_IsNull
DIsFinite.php24 protected function matches($other) function in PHPUnit_Framework_Constraint_IsFinite
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxyChain/
DInterface.php51 public function matches(array $list); function
DAny.php58 public function matches(array $list) function in CAS_ProxyChain_Any
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
DAnyParameters.php31 public function matches(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_AnyParameters
/plugin/preservefilenames/
Daction_anteater.php272 static function _replaceLinkURL_callback_a($matches)
312 static function _replaceLinkURL_callback_img($matches)

123456789