/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/prettytoml/prettifier/ |
H A D | commentspace.py | 25 def next_comment(): function 29 return t.find_previous(table_elements, t.predicates.non_metadata, next_comment()) 31 while next_comment() >= 0: 32 if i < last_non_metadata() < next_comment() < next_newline(): 33 del table_elements[last_non_metadata()+1:next_comment()] 34 …table_elements.insert(next_comment(), element_factory.create_whitespace_element(char='\t', length=…
|
/dports/net-mgmt/nagios/nagios-3.5.1/common/ |
H A D | comments.c | 172 comment *next_comment = NULL; in delete_comment() local 184 next_comment = this_comment->next; in delete_comment() 223 last_comment->next = next_comment; in delete_comment() 293 comment *next_comment = NULL; in delete_all_host_comments() local 313 comment *next_comment = NULL; in delete_host_acknowledgement_comments() local 325 temp_comment = next_comment; in delete_host_acknowledgement_comments() 336 comment *next_comment = NULL; in delete_all_service_comments() local 343 next_comment = temp_comment->next; in delete_all_service_comments() 356 comment *next_comment = NULL; in delete_service_acknowledgement_comments() local 363 next_comment = temp_comment->next; in delete_service_acknowledgement_comments() [all …]
|
/dports/net-mgmt/nagios4/nagios-4.4.6/common/ |
H A D | comments.c | 136 nagios_comment *next_comment = NULL; in delete_comment() local 143 next_comment = this_comment->next; in delete_comment() 183 last_comment->next = next_comment; in delete_comment() 236 nagios_comment *next_comment = NULL; in delete_all_host_comments() local 256 nagios_comment *next_comment = NULL; in delete_host_acknowledgement_comments() local 268 temp_comment = next_comment; in delete_host_acknowledgement_comments() 279 nagios_comment *next_comment = NULL; in delete_all_service_comments() local 286 next_comment = temp_comment->next; in delete_all_service_comments() 299 nagios_comment *next_comment = NULL; in delete_service_acknowledgement_comments() local 306 next_comment = temp_comment->next; in delete_service_acknowledgement_comments() [all …]
|
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/ |
H A D | xiph_metadata.c | 402 goto next_comment; in vorbis_ParseComment() 482 goto next_comment; in vorbis_ParseComment() 498 if (!p) goto next_comment; in vorbis_ParseComment() 530 if ( !p || ! p_seekpoint ) goto next_comment; in vorbis_ParseComment() 541 if ( ! p_seekpoint ) goto next_comment; in vorbis_ParseComment() 566 next_comment: in vorbis_ParseComment()
|
/dports/www/hotcrp/hotcrp-2.102/src/ |
H A D | paperevents.php | 121 private function next_comment() { function in PaperEvents 182 $this->cur_crow = $this->next_comment();
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1074 return next_comment(); in first_comment() 1077 CodeString* next_comment() const { in next_comment() function in CodeString 1089 a = a->next_comment(); in find() 1099 while (((c = a->next_comment()) != NULL) && (c->offset() == offset)) { in find_last() 1159 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1078 return next_comment(); in first_comment() 1081 CodeString* next_comment() const { in next_comment() function in CodeString 1093 a = a->next_comment(); in find() 1103 while (((c = a->next_comment()) != NULL) && (c->offset() == offset)) { in find_last() 1171 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1074 return next_comment(); in first_comment() 1077 CodeString* next_comment() const { in next_comment() function in CodeString 1089 a = a->next_comment(); in find() 1099 while (((c = a->next_comment()) != NULL) && (c->offset() == offset)) { in find_last() 1159 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1090 return next_comment(); in first_comment() 1093 CodeString* next_comment() const { in next_comment() function in CodeString 1105 a = a->next_comment(); in find() 1115 while (((c = a->next_comment()) != NULL) && (c->offset() == offset)) { in find_last() 1175 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/ |
H A D | codeBuffer.cpp | 1047 return next_comment(); in first_comment() 1050 CodeString* next_comment() const { in next_comment() function in CodeString 1062 a = a->next_comment(); in find() 1072 while (((c = a->next_comment()) != NULL) && (c->offset() == offset)) { in find_last() 1127 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/ |
H A D | codeBuffer.cpp | 1047 return next_comment(); in first_comment() 1050 CodeString* next_comment() const { in next_comment() function in CodeString 1062 a = a->next_comment(); in find() 1072 while (((c = a->next_comment()) != NULL) && (c->offset() == offset)) { in find_last() 1127 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1044 return next_comment(); in first_comment() 1047 CodeString* next_comment() const { in next_comment() function in CodeString 1063 a = a->next_comment(); in find() 1131 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1046 return next_comment(); in first_comment() 1049 CodeString* next_comment() const { in next_comment() function in CodeString 1065 a = a->next_comment(); in find() 1133 c = c->next_comment(); in print_block_comment()
|
/dports/net/p5-Net-GitHub/Net-GitHub-1.02/xt/v3/ |
H A D | 400-pagination.t | 79 while ( my $comment = $issue->next_comment($issue_number) ) {
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1085 return next_comment(); in first_comment() 1088 CodeString* next_comment() const { in next_comment() function in CodeString 1100 a = a->next_comment(); in find() 1182 c = c->next_comment(); in print_block_comment()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/asm/ |
H A D | codeBuffer.cpp | 1084 return next_comment(); in first_comment() 1087 CodeString* next_comment() const { in next_comment() function in CodeString 1099 a = a->next_comment(); in find() 1181 c = c->next_comment(); in print_block_comment()
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/format/items/ |
H A D | comment_item.hpp | 114 void RemoveExcessNewlines( const CCommentItem & next_comment );
|
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/format/items/ |
H A D | comment_item.hpp | 114 void RemoveExcessNewlines( const CCommentItem & next_comment );
|
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/ |
H A D | comment_form.php | 339 while (next_comment($desc_order)) {
|
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/utils/ |
H A D | beam_makeops | 2602 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2603 my $comment = "$type_comment $next_comment"; 2614 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2615 my $comment = "$type_comment $next_comment";
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/utils/ |
H A D | beam_makeops | 2761 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2762 my $comment = "$type_comment $next_comment"; 2773 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2774 my $comment = "$type_comment $next_comment";
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/utils/ |
H A D | beam_makeops | 2761 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2762 my $comment = "$type_comment $next_comment"; 2773 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2774 my $comment = "$type_comment $next_comment";
|
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/utils/ |
H A D | beam_makeops | 2761 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2762 my $comment = "$type_comment $next_comment"; 2773 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2774 my $comment = "$type_comment $next_comment";
|
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/utils/ |
H A D | beam_makeops | 2761 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2762 my $comment = "$type_comment $next_comment"; 2773 my(undef, $next_ref, $next_comment) = @{$code[$i+1]}; 2774 my $comment = "$type_comment $next_comment";
|
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/format/ |
H A D | comment_item.cpp | 186 const CCommentItem & next_comment ) in RemoveExcessNewlines() argument 188 if( m_Comment.empty() || next_comment.m_Comment.empty() ) { in RemoveExcessNewlines() 193 const string & next_comment_first_string = next_comment.m_Comment.front(); in RemoveExcessNewlines()
|