Home
last modified time | relevance | path

Searched refs:AddAlternative (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/beehive/beehive-0.4.0/vendor/github.com/go-mail/mail/
H A Dmessage_test.go146 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
177 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
209 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
526 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
817 m.AddAlternative("text/html", "<p>¡Hola, señor!</p>")
H A Dexample_test.go163 m.AddAlternative("text/html", "<p>Hello!</p>")
/dports/www/grafana8/grafana-8.3.6/vendor/gopkg.in/mail.v2/
H A Dmessage_test.go146 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
177 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
209 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
526 m.AddAlternative("text/html", "¡<b>Hola</b>, <i>señor</i>!</h1>")
817 m.AddAlternative("text/html", "<p>¡Hola, señor!</p>")
H A Dexample_test.go163 m.AddAlternative("text/html", "<p>Hello!</p>")
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-compiler-tonode.cc237 result->AddAlternative( in AddNonBmpSurrogatePairs()
245 result->AddAlternative( in AddNonBmpSurrogatePairs()
254 result->AddAlternative( in AddNonBmpSurrogatePairs()
263 result->AddAlternative( in AddNonBmpSurrogatePairs()
327 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
353 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
730 result->AddAlternative(alternative); in ToNode()
825 result->AddAlternative(eol_alternative); in ToNode()
827 result->AddAlternative(end_alternative); in ToNode()
1501 alternation->AddAlternative( in ToNode()
[all …]
H A Dregexp-nodes.h608 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
669 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
670 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
737 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
738 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-compiler-tonode.cc232 result->AddAlternative( in AddNonBmpSurrogatePairs()
240 result->AddAlternative( in AddNonBmpSurrogatePairs()
249 result->AddAlternative( in AddNonBmpSurrogatePairs()
258 result->AddAlternative( in AddNonBmpSurrogatePairs()
323 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
350 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
736 result->AddAlternative(alternative); in ToNode()
833 result->AddAlternative(eol_alternative); in ToNode()
835 result->AddAlternative(end_alternative); in ToNode()
1517 alternation->AddAlternative( in ToNode()
[all …]
H A Dregexp-nodes.h606 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
667 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
668 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
735 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
736 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-compiler-tonode.cc236 result->AddAlternative( in AddNonBmpSurrogatePairs()
244 result->AddAlternative( in AddNonBmpSurrogatePairs()
253 result->AddAlternative( in AddNonBmpSurrogatePairs()
262 result->AddAlternative( in AddNonBmpSurrogatePairs()
329 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
358 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
741 result->AddAlternative(alternative); in ToNode()
838 result->AddAlternative(eol_alternative); in ToNode()
840 result->AddAlternative(end_alternative); in ToNode()
1522 alternation->AddAlternative( in ToNode()
[all …]
H A Dregexp-nodes.h585 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
646 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
647 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
714 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
715 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp-compiler-tonode.cc235 result->AddAlternative( in AddNonBmpSurrogatePairs()
243 result->AddAlternative( in AddNonBmpSurrogatePairs()
252 result->AddAlternative( in AddNonBmpSurrogatePairs()
261 result->AddAlternative( in AddNonBmpSurrogatePairs()
326 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
353 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
739 result->AddAlternative(alternative); in ToNode()
836 result->AddAlternative(eol_alternative); in ToNode()
838 result->AddAlternative(end_alternative); in ToNode()
1520 alternation->AddAlternative( in ToNode()
[all …]
H A Dregexp-nodes.h597 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
658 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
659 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
726 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
727 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/
H A Dregexp-compiler-tonode.cc232 result->AddAlternative( in AddNonBmpSurrogatePairs()
240 result->AddAlternative( in AddNonBmpSurrogatePairs()
249 result->AddAlternative( in AddNonBmpSurrogatePairs()
258 result->AddAlternative( in AddNonBmpSurrogatePairs()
323 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
350 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
736 result->AddAlternative(alternative); in ToNode()
833 result->AddAlternative(eol_alternative); in ToNode()
835 result->AddAlternative(end_alternative); in ToNode()
1517 alternation->AddAlternative( in ToNode()
[all …]
H A Dregexp-nodes.h606 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
667 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
668 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
735 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
736 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/
H A Dregexp-compiler-tonode.cc232 result->AddAlternative( in AddNonBmpSurrogatePairs()
240 result->AddAlternative( in AddNonBmpSurrogatePairs()
249 result->AddAlternative( in AddNonBmpSurrogatePairs()
258 result->AddAlternative( in AddNonBmpSurrogatePairs()
323 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
350 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
736 result->AddAlternative(alternative); in ToNode()
833 result->AddAlternative(eol_alternative); in ToNode()
835 result->AddAlternative(end_alternative); in ToNode()
1517 alternation->AddAlternative( in ToNode()
[all …]
H A Dregexp-nodes.h606 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
667 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
668 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
735 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
736 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-compiler-tonode.cc233 result->AddAlternative( in AddNonBmpSurrogatePairs()
241 result->AddAlternative( in AddNonBmpSurrogatePairs()
250 result->AddAlternative( in AddNonBmpSurrogatePairs()
259 result->AddAlternative( in AddNonBmpSurrogatePairs()
326 result->AddAlternative(GuardedAlternative(match)); in AddLoneLeadSurrogates()
355 result->AddAlternative(GuardedAlternative(match)); in AddLoneTrailSurrogates()
740 result->AddAlternative(alternative); in ToNode()
837 result->AddAlternative(eol_alternative); in ToNode()
839 result->AddAlternative(end_alternative); in ToNode()
1521 alternation->AddAlternative( in ToNode()
[all …]
H A Dregexp-nodes.h593 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
654 AddAlternative(this_must_fail); in NegativeLookaroundChoiceNode()
655 AddAlternative(then_do_this); in NegativeLookaroundChoiceNode()
722 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
723 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/xhit/go-simple-mail/v2/
H A DREADME.md16 Breaking change in 2.2.0: The signature of `SetBody` and `AddAlternative` used
24 - email.AddAlternative("text/plain", plainBody)
26 + email.AddAlternative(mail.TextPlain, plainBody)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/irregexp/
H A DRegExpEngine.h983 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1043 AddAlternative(this_must_fail); in NegativeLookaheadChoiceNode()
1044 AddAlternative(then_do_this); in NegativeLookaheadChoiceNode()
1097 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1098 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpEngine.h1024 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1084 AddAlternative(this_must_fail); in NegativeLookaheadChoiceNode()
1085 AddAlternative(then_do_this); in NegativeLookaheadChoiceNode()
1138 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1139 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DRegExpEngine.h1029 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1089 AddAlternative(this_must_fail); in NegativeLookaheadChoiceNode()
1090 AddAlternative(then_do_this); in NegativeLookaheadChoiceNode()
1143 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1144 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpEngine.h1027 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1087 AddAlternative(this_must_fail); in NegativeLookaheadChoiceNode()
1088 AddAlternative(then_do_this); in NegativeLookaheadChoiceNode()
1141 void AddAlternative(GuardedAlternative node) { in AddAlternative() function
1142 ChoiceNode::AddAlternative(node); in AddAlternative()
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mime/
H A DMessage.php467 return $this->AddAlternative(
478 return $this->AddAlternative(
502 public function AddAlternative($sContentType, $sData, $sContentTransferEncoding = '') function in MailSo\\Mime\\Message
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mime/
H A DMessage.php467 return $this->AddAlternative(
478 return $this->AddAlternative(
502 public function AddAlternative($sContentType, $sData, $sContentTransferEncoding = '') function in MailSo\\Mime\\Message

12