| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckcodeformatter.js | 28 var oRegex = this.Regex = new Object() ; 55 if ( !this.Regex ) 62 var sFormatted = html.replace( this.Regex.ProtectedTags, FCKCodeFormatter._ProtectData ) ; 65 sFormatted = sFormatted.replace( this.Regex.BlocksOpener, '\n$&' ) ; 66 sFormatted = sFormatted.replace( this.Regex.BlocksCloser, '$&\n' ) ; 67 sFormatted = sFormatted.replace( this.Regex.NewLineTags, '$&\n' ) ; 68 sFormatted = sFormatted.replace( this.Regex.MainTags, '\n$&\n' ) ; 73 var asLines = sFormatted.split( this.Regex.LineSplitter ) ; 83 if ( this.Regex.DecreaseIndent.test( sLine ) ) 84 sIndentation = sIndentation.replace( this.Regex.FormatIndentatorRemove, '' ) ; [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckcodeformatter.js | 28 var oRegex = this.Regex = new Object() ; 55 if ( !this.Regex ) 62 var sFormatted = html.replace( this.Regex.ProtectedTags, FCKCodeFormatter._ProtectData ) ; 65 sFormatted = sFormatted.replace( this.Regex.BlocksOpener, '\n$&' ) ; 66 sFormatted = sFormatted.replace( this.Regex.BlocksCloser, '$&\n' ) ; 67 sFormatted = sFormatted.replace( this.Regex.NewLineTags, '$&\n' ) ; 68 sFormatted = sFormatted.replace( this.Regex.MainTags, '\n$&\n' ) ; 73 var asLines = sFormatted.split( this.Regex.LineSplitter ) ; 83 if ( this.Regex.DecreaseIndent.test( sLine ) ) 84 sIndentation = sIndentation.replace( this.Regex.FormatIndentatorRemove, '' ) ; [all …]
|
| /plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/ |
| D | Idn.php | 17 use Symfony\Polyfill\Intl\Idn\Resources\unidata\Regex; alias 254 …if (0x200C === $codePoint && 1 === preg_match(Regex::ZWNJ, $label, $matches, \PREG_OFFSET_CAPTURE,… 384 if (1 === preg_match(Regex::RTL_LABEL, $label)) { 389 if (1 !== preg_match(Regex::BIDI_STEP_1_RTL, $label)) { 397 if (1 === preg_match(Regex::BIDI_STEP_2, $label)) { 405 if (1 !== preg_match(Regex::BIDI_STEP_3, $label)) { 412 …if (1 === preg_match(Regex::BIDI_STEP_4_AN, $label) && 1 === preg_match(Regex::BIDI_STEP_4_EN, $la… 424 if (1 !== preg_match(Regex::BIDI_STEP_1_LTR, $label)) { 432 if (1 === preg_match(Regex::BIDI_STEP_5, $label)) { 440 if (1 !== preg_match(Regex::BIDI_STEP_6, $label)) { [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/regex/ |
| D | README.md | 19 # Hoa\Regex 23 …e/documentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/Regex) 30 [Learn more](https://central.hoa-project.net/Documentation/Library/Regex). 76 $grammar = new Hoa\File\Read('hoa://Library/Regex/Grammar.pp'); 117 `Hoa\Regex\Visitor\Isotropic` visitor: 120 $generator = new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random()); 134 [hack book of `Hoa\Regex`](https://central.hoa-project.net/Documentation/Library/Regex)
|
| D | Exception.php | 37 namespace Hoa\Regex;
|
| D | Grammar.pp | 34 // Grammar \Hoa\Regex\Grammar.
|
| /plugin/findologicxmlexport/vendor/hoa/regex/Visitor/ |
| D | Isotropic.php | 37 namespace Hoa\Regex\Visitor; 40 use Hoa\Regex; alias 329 throw new Regex\Exception(
|
| /plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/Resources/unidata/ |
| D | Regex.php | 8 final class Regex class
|
| /plugin/regex_template/ |
| D | info.txt | 6 name Regex Template
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/ |
| D | Arithmetic.php | 43 use Hoa\Regex; alias 65 new Regex\Visitor\Isotropic(
|
| /plugin/searchpattern/ |
| D | plugin.info.txt | 6 …" - case insensitive ; ~~SEARCHPATTERN\#\'myRegex\'~~ -> search myRegex ; Regex syntax is strictly…
|
| /plugin/grensladawritezor/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 45 …Regex={};A.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRI…
|
| D | fckeditorcode_ie.js | 46 …Regex={};A.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRI…
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/ |
| D | CHANGELOG.md | 150 * `Hoa\Regex` is required. (Ivan Enderlin, 2014-09-28T22:14:19+02:00)
|
| D | README.md | 241 new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random())
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 27.27.js.map | 1 …or',\n 'Real',\n 'ReentrantLock',\n 'Ref',\n 'Regex',\n 'RegexM…
|
| /plugin/wysiwyg/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 46 …Regex={};A.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRI…
|
| D | fckeditorcode_ie.js | 47 …Regex={};A.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRI…
|
| /plugin/fckg/ |
| D | Changes | 50 Implemented option to rewrite FCKeditor smiley URLs when pages are moved to new server. Regex at to…
|
| /plugin/fckg/fckeditor/editor/js/ |
| D | fckeditorcode_ie.js | 61 …Regex={};A.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|DL|DT|DD|TITLE|META|LINK|…
|
| D | fckeditorcode_gecko.js | 57 …Regex={};A.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|DL|DT|DD|TITLE|META|LINK|…
|
| /plugin/syntaxhighlighter4/dist/ |
| D | syntaxhighlighter.js.map | 1 …Regex to augment.\n * @param {Array} captureNames Array with capture names, or `null`.\n * @param …
|
| /plugin/codemirror/dist/modes/ |
| D | verilog.min.js.map | 1 …) + \")$\");\n return re;\n }\n\n // Interface\n return {\n\n // Regex to force current l…
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_id.txt | 612 regularExpression=Regex
|
| /plugin/diagramsnet/lib/js/orgchart/ |
| D | bridge.min.js | 8 …Regex",{statics:{_cacheSize:15,_defaultMatchTimeout:System.TimeSpan.fromMilliseconds(-1),getCacheS…
|