/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/ |
H A D | Tag.php | 180 $this->CloseTag('LI', $ahtml, $ihtml); 185 $this->CloseTag('DT', $ahtml, $ihtml); 190 $this->CloseTag('DD', $ahtml, $ihtml); 201 $this->CloseTag('P', $ahtml, $ihtml); 207 $this->CloseTag('OPTION', $ahtml, $ihtml); 212 $this->CloseTag($this->mpdf->lastoptionaltag, $ahtml, $ihtml); 225 $this->CloseTag('TR', $ahtml, $ihtml); 226 $this->CloseTag('THEAD', $ahtml, $ihtml); 231 $this->CloseTag('TR', $ahtml, $ihtml); 232 $this->CloseTag('THEAD', $ahtml, $ihtml); [all …]
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Adapters/ |
H A D | HtmlMobileTextWriter.cs | 1016 CloseTag(); in PopState() 1054 internal void CloseTag() in CloseTag() method in System.Web.UI.MobileControls.ShippedAdapterSource.WriterState 1057 tag.CloseTag(this); in CloseTag() 1069 CloseTag(); in UnMarkStyleContext() 1123 CloseTag(); in Transition() 1134 CloseTag(); in Transition() 1143 CloseTag(); in Transition() 1156 CloseTag(); in Transition() 1169 CloseTag(); in Transition() 1182 CloseTag(); in Transition() [all …]
|
/dports/devel/py-yattag/yattag-1.14.0/yattag/ |
H A D | indentation.py | 140 class CloseTag(NamedTagToken): class 185 …(Text, Comment, CData, Doctype, XMLDeclaration, Script, Style, OpenTag, SelfTag, CloseTag, XMLProc… 221 elif tpe is CloseTag: 231 elif tpe is CloseTag and self.ismatched(i): 367 elif tpe is CloseTag and ismatched(i):
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/impl/ |
H A D | objostrxml.inl | 70 void CObjectOStreamXml::CloseTag(const string& name) function in CObjectOStreamXml 92 void CObjectOStreamXml::CloseTag(TTypeInfo type) function in CObjectOStreamXml 95 CloseTag(type->GetName()); 109 CloseTag(type->GetName());
|
H A D | objistrxml.inl | 149 void CObjectIStreamXml::CloseTag(TTypeInfo type) function in CObjectIStreamXml 152 CloseTag(type->GetName());
|
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/impl/ |
H A D | objostrxml.inl | 70 void CObjectOStreamXml::CloseTag(const string& name) function in CObjectOStreamXml 92 void CObjectOStreamXml::CloseTag(TTypeInfo type) function in CObjectOStreamXml 95 CloseTag(type->GetName()); 109 CloseTag(type->GetName());
|
H A D | objistrxml.inl | 149 void CObjectIStreamXml::CloseTag(TTypeInfo type) function in CObjectIStreamXml 152 CloseTag(type->GetName());
|
/dports/print/fpdf/fpdf181/tutorial/ |
H A D | tuto6.php | 30 $this->CloseTag(strtoupper(substr($e,1))); 59 function CloseTag($tag) function in PDF
|
/dports/net-mgmt/pnp/pnp4nagios-0.6.26/share/pnp/application/vendor/fpdf/tutorial/ |
H A D | tuto6.php | 30 $this->CloseTag(strtoupper(substr($e,1))); 59 function CloseTag($tag) function in PDF
|
/dports/net-mgmt/pnp-icinga2/pnp4nagios-0.6.26/share/pnp/application/vendor/fpdf/tutorial/ |
H A D | tuto6.php | 30 $this->CloseTag(strtoupper(substr($e,1))); 59 function CloseTag($tag) function in PDF
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/ |
H A D | objistrxml.cpp | 1068 CloseTag(tagAny); in ReadAnyContent() 1118 CloseTag(tagName); in ReadAnyContentObject() 1139 CloseTag(tagName); in SkipAnyContent() 1157 CloseTag(tagName); in SkipAnyContentObject() 1428 CloseTag(enumName); in ReadEnum() 1613 CloseTag(type->GetName()); in CloseTagIfNamed() 1850 CloseTag(containerType); in ReadContainer() 1866 CloseTag(containerType); in SkipContainer() 2159 CloseTag(tag); in BeginClassMember() 2320 CloseTag(tag); in BeginClassMember() [all …]
|
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/ |
H A D | objistrxml.cpp | 1068 CloseTag(tagAny); in ReadAnyContent() 1118 CloseTag(tagName); in ReadAnyContentObject() 1139 CloseTag(tagName); in SkipAnyContent() 1157 CloseTag(tagName); in SkipAnyContentObject() 1428 CloseTag(enumName); in ReadEnum() 1613 CloseTag(type->GetName()); in CloseTagIfNamed() 1850 CloseTag(containerType); in ReadContainer() 1866 CloseTag(containerType); in SkipContainer() 2159 CloseTag(tag); in BeginClassMember() 2320 CloseTag(tag); in BeginClassMember() [all …]
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/ |
H A D | tls_connection.erl | 413 downgrade(info, {CloseTag, Socket}, 415 close_tag = CloseTag}, 418 {stop_and_reply, {shutdown, normal},[{reply, From, {error, CloseTag}}], State}; 450 {CbModule, DataTag, CloseTag, ErrorTag, PassiveTag}) -> 468 close_tag = CloseTag,
|
H A D | tls_gen_connection.erl | 267 handle_info({CloseTag, Socket}, StateName, 273 close_tag = CloseTag}, 280 handle_info({CloseTag, Socket}, StateName, 284 close_tag = CloseTag}, 632 close_tag = CloseTag, 639 self() ! {CloseTag, Socket},
|
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDSubtitles/ |
H A D | DVDSubtitleTagSami.h | 39 void CloseTag(CDVDOverlayText* pOverlay);
|
H A D | DVDSubtitleParserSubrip.cpp | 73 TagConv.CloseTag(pOverlay); in Open()
|
/dports/www/tclhttpd/tclhttpd3.5.1/sampleapp/sunscript/ |
H A D | htmlutils.tcl | 22 proc CloseTag {} { procedure 66 append html [CloseTag]\n
|
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/ |
H A D | tls_connection.erl | 208 close_tag = CloseTag, 215 self() ! {CloseTag, Socket}, 786 downgrade(info, {CloseTag, Socket}, 788 close_tag = CloseTag}, 791 {stop_and_reply, {shutdown, normal},[{reply, From, {error, CloseTag}}], State}; 822 {CbModule, DataTag, CloseTag, ErrorTag, PassiveTag}) -> 845 close_tag = CloseTag, 952 handle_info({CloseTag, Socket}, StateName, 953 #state{static_env = #static_env{socket = Socket, close_tag = CloseTag},
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/ |
H A D | tls_gen_connection.erl | 267 handle_info({CloseTag, Socket}, StateName, 273 close_tag = CloseTag}, 280 handle_info({CloseTag, Socket}, StateName, 284 close_tag = CloseTag}, 633 close_tag = CloseTag, 640 self() ! {CloseTag, Socket},
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/ |
H A D | tls_gen_connection.erl | 267 handle_info({CloseTag, Socket}, StateName, 273 close_tag = CloseTag}, 280 handle_info({CloseTag, Socket}, StateName, 284 close_tag = CloseTag}, 633 close_tag = CloseTag, 640 self() ! {CloseTag, Socket},
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/ |
H A D | tls_gen_connection.erl | 267 handle_info({CloseTag, Socket}, StateName, 273 close_tag = CloseTag}, 280 handle_info({CloseTag, Socket}, StateName, 284 close_tag = CloseTag}, 633 close_tag = CloseTag, 640 self() ! {CloseTag, Socket},
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/ |
H A D | tls_gen_connection.erl | 267 handle_info({CloseTag, Socket}, StateName, 273 close_tag = CloseTag}, 280 handle_info({CloseTag, Socket}, StateName, 284 close_tag = CloseTag}, 633 close_tag = CloseTag, 640 self() ! {CloseTag, Socket},
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/ |
H A D | objistrxml.hpp | 174 void CloseTag(const string& e); 178 void CloseTag(TTypeInfo type);
|
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/ |
H A D | objistrxml.hpp | 174 void CloseTag(const string& e); 178 void CloseTag(TTypeInfo type);
|
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/ |
H A D | tls_connection.erl | 231 close_tag = CloseTag, 238 self() ! {CloseTag, Socket}, 937 downgrade(info, {CloseTag, Socket}, 939 close_tag = CloseTag}, 942 {stop_and_reply, {shutdown, normal},[{reply, From, {error, CloseTag}}], State}; 1085 {CbModule, DataTag, CloseTag, ErrorTag, PassiveTag}) -> 1108 close_tag = CloseTag, 1231 handle_info({CloseTag, Socket}, StateName, 1237 close_tag = CloseTag}, 1245 handle_info({CloseTag, Socket}, StateName, [all …]
|