Searched refs:punc (Results 1 – 7 of 7) sorted by relevance
| /plugin/spreadout/ |
| D | action.php | 57 $punc = ';,\.?!'; 60 …$event->data = preg_replace("`(?<=^|[$ws])'(?=[^$ws$punc])`", $lang['singlequoteopening'], $e… 61 …$event->data = preg_replace("`(?<=^|[^$ws]|[$punc])'(?=$|[$ws$punc])`", $lang['singlequoteclo… 62 …$event->data = preg_replace("`(?<=^|[^$ws$punc])'(?=$|[^$ws$punc])`", $lang['apostrophe'], $e…
|
| /plugin/edittable/renderer/ |
| D | inverse.php | 433 $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/ |
| D | syntax.php | 64 $punc = '.:?\-;,'; 66 if (preg_match('#http://['.$any.']+?(?=['.$punc.']*[^'.$any.'])#i',$match, $m)) {
|
| /plugin/codemirror/dist/modes/ |
| D | swift.min.js.map | 1 …punc","binary","octal","hexadecimal","decimal","identifier","property","instruction","attribute","…
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | parse.js | 771 function expect(punc) { return expect_token("punc", punc); }; argument
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | parse.js | 765 function expect(punc) { argument 766 return expect_token("punc", punc);
|
| /plugin/codemirror/dist/ |
| D | scripts.min.js.map | 1 …punc","any","enterInnerMode","blockCommentStart","blockCommentEnd","lineComment","matchPatterns","…
|