/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/ |
H A D | QuoteProcessor.php | 32 __construct(string $char, string $opener, string $closer) global() argument 54 getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer) global() argument 59 process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse) global() argument 73 createDoubleQuoteProcessor(string $opener = Quote DOUBLE_QUOTE_OPENER, string $closer = Quote DOUBLE_QUOTE_CLOSER) global() argument 86 createSingleQuoteProcessor(string $opener = Quote SINGLE_QUOTE_OPENER, string $closer = Quote SINGLE_QUOTE_CLOSER) global() argument
|
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/ |
H A D | DelimiterProcessorInterface.php | 70 getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer) global() argument 85 process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse) global() argument
|
H A D | StaggeredDelimiterProcessor.php | 86 public function getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer): int argument 81 getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer) global() argument
|
H A D | EmphasisDelimiterProcessor.php |
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/ |
H A D | StrikethroughDelimiterProcessor.php | 35 getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer) global() argument 42 process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse) global() argument
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckcodeformatter.js | 48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument
|
H A D | fckconfig.js | 207 function _Replace( m, opener, index ) argument
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/ |
H A D | CloseBracketParser.php |
|
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/ |
H A D | DelimiterStack.php | 81 removeDelimitersBetween(DelimiterInterface $opener, DelimiterInterface $closer) global() argument [all...] |
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 36 …ent(document.location.pathname.substr(1));FCKConfig.BasePath=FCKConfig.BasePath.replace(/\\/gi,'/'… 47 …n B;return B.replace(/url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g,function(match,opener,path,closer){if (/… argument
|
H A D | fckeditorcode_ie.js | 38 …ent(document.location.pathname.substr(1));FCKConfig.BasePath=FCKConfig.BasePath.replace(/\\/gi,'/'… 51 …n B;return B.replace(/url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g,function(match,opener,path,closer){if (/… argument
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 34 …ent(document.location.pathname.substr(1));FCKConfig.BasePath=FCKConfig.BasePath.replace(/\\/gi, '/…
|
H A D | fckeditorcode_gecko.js | 33 …ent(document.location.pathname.substr(1));FCKConfig.BasePath=FCKConfig.BasePath.replace(/\\/gi, '/…
|