Home
last modified time | relevance | path

Searched defs:closer (Results 1 – 13 of 13) sorted by last modified time

/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughDelimiterProcessor.php35 getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer) global() argument
42 process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php81 removeDelimitersBetween(DelimiterInterface $opener, DelimiterInterface $closer) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
H A DStaggeredDelimiterProcessor.php86 public function getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer): int argument
81 getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer) global() argument
H A DDelimiterProcessorInterface.php70 getDelimiterUse(DelimiterInterface $opener, DelimiterInterface $closer) global() argument
85 process(AbstractStringContainer $opener, AbstractStringContainer $closer, int $delimiterUse) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteProcessor.php32 __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/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js30 closer: "ui-icon ui-icon-close", property in styling.jqueryui
48 closer: "icon-remove", property in styling.bootstrap
892 closer: true, property in $.pnotify.defaults
H A Djquery.pnotify.min.js12 …-circle-check",error:"ui-state-error",error_icon:"ui-icon ui-icon-alert",closer:"ui-icon ui-icon-c… property in u.jqueryui
13 …s_icon:"icon-ok-sign",error:"alert-error",error_icon:"icon-warning-sign",closer:"icon-remove",pin_… property in u.bootstrap
39 …e",icon:true,animation:"fade",animate_speed:"slow",opacity:1,shadow:true,closer:true,closer_hover:… property in d.pnotify.defaults
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js30 closer: "ui-icon ui-icon-close", property in styling.jqueryui
48 closer: "icon-remove", property in styling.bootstrap
892 closer: true, property in $.pnotify.defaults
H A Djquery.pnotify.min.js12 …-circle-check",error:"ui-state-error",error_icon:"ui-icon ui-icon-alert",closer:"ui-icon ui-icon-c… property in u.jqueryui
13 …s_icon:"icon-ok-sign",error:"alert-error",error_icon:"icon-warning-sign",closer:"icon-remove",pin_… property in u.bootstrap
39 …e",icon:true,animation:"fade",animate_speed:"slow",opacity:1,shadow:true,closer:true,closer_hover:… property in d.pnotify.defaults
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47 ….replace(/url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g,function(match,opener,path,closer){if (/^\/|^\w?:/.t… argument
H A Dfckeditorcode_ie.js51 ….replace(/url\s*\(([\s'"]*)(.*?)([\s"']*)\)/g,function(match,opener,path,closer){if (/^\/|^\w?:/.t… argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcodeformatter.js48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument