Home
last modified time | relevance | path

Searched refs:punc (Results 1 – 7 of 7) sorted by relevance

/plugin/spreadout/
Daction.php57 $punc = ';,\.?!';
60 …$event->data = preg_replace("`(?<=^|[$ws])&#039;(?=[^$ws$punc])`", $lang['singlequoteopening'], $e…
61 …$event->data = preg_replace("`(?<=^|[^$ws]|[$punc])&#039;(?=$|[$ws$punc])`", $lang['singlequoteclo…
62 …$event->data = preg_replace("`(?<=^|[^$ws$punc])&#039;(?=$|[^$ws$punc])`", $lang['apostrophe'], $e…
/plugin/edittable/renderer/
Dinverse.php433 $punc = '.:?\-;,';
434 $host = $ltrs . $punc;
435 $any = $ltrs . $gunk . $punc;
439 … $this->extlinkPatterns[] = '\b(?i)'.$scheme.'(?-i)://['.$any.']+?(?=['.$punc.']*[^'.$any.'])';
442 …ns[] = '(?<=\s)(?i)www?(?-i)\.['.$host.']+?\.['.$host.']+?['.$any.']+?(?=['.$punc.']*[^'.$any.'])';
443 …ns[] = '(?<=\s)(?i)ftp?(?-i)\.['.$host.']+?\.['.$host.']+?['.$any.']+?(?=['.$punc.']*[^'.$any.'])';
/plugin/vcard/
Dsyntax.php64 $punc = '.:?\-;,';
66 if (preg_match('#http://['.$any.']+?(?=['.$punc.']*[^'.$any.'])#i',$match, $m)) {
/plugin/codemirror/dist/modes/
Dswift.min.js.map1punc","binary","octal","hexadecimal","decimal","identifier","property","instruction","attribute","…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js771 function expect(punc) { return expect_token("punc", punc); }; argument
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js765 function expect(punc) { argument
766 return expect_token("punc", punc);
/plugin/codemirror/dist/
Dscripts.min.js.map1punc","any","enterInnerMode","blockCommentStart","blockCommentEnd","lineComment","matchPatterns","…