Home
last modified time | relevance | path

Searched refs:CLOSING (Results 1 – 25 of 1698) sorted by relevance

12345678910>>...68

/dports/www/mimetex/mimetex-20120331.1.74/
H A Dmimetex.h275 #define CLOSING (5) /* e.g., } */ macro
970 { ">", 62, CMMI10, CLOSING, NULL },
971 { "\\>", 62, CMMI10, CLOSING, NULL },
972 { "\\gt", 62, CMMI10, CLOSING, NULL },
1116 { ">", 62, CMMIB10, CLOSING, NULL },
1117 { "\\gt", 62, CMMIB10, CLOSING, NULL },
1334 { "}", 103, CMSY10, CLOSING, NULL },
1431 { ")", 41, CMR10, CLOSING, NULL },
1432 { "\\)", 41, CMR10, CLOSING, NULL },
1445 { "]", 93, CMR10, CLOSING, NULL },
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/mathml/
H A Dimportutils.cxx23 #define CLOSING( token ) XML_STREAM_CLOSING( token ) macro
80 if( token == CLOSING( token )) in tokenToString()
198 checkTag( CLOSING( token ), false ); in ensureClosingTag()
249 else if( currentToken() == CLOSING( currentToken())) in findTagInternal()
266 if( currentToken() == CLOSING( currentToken())) in findTagInternal()
305 if( currentToken() == CLOSING( currentToken())) in handleUnexpectedTag()
326 tags.emplace_back( CLOSING( token )); in appendClosingTag()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/mathml/
H A Dimportutils.cxx24 #define CLOSING( token ) XML_STREAM_CLOSING( token ) macro
84 if( token == CLOSING( token )) in tokenToString()
202 checkTag( CLOSING( token ), false ); in ensureClosingTag()
253 else if( currentToken() == CLOSING( currentToken())) in findTagInternal()
270 if( currentToken() == CLOSING( currentToken())) in findTagInternal()
309 if( currentToken() == CLOSING( currentToken())) in handleUnexpectedTag()
330 tags.emplace_back( CLOSING( token )); in appendClosingTag()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/trigger/
H A Ddoor.cpp116 state = CLOSING; in update()
120 case CLOSING: in update()
153 case CLOSING: in event()
174 state = CLOSING; in collision()
188 case CLOSING: in collision()
/dports/net/p5-Net-Proxy/Net-Proxy-0.13/lib/Net/
H A DProxy.pm13 my %CLOSING;
109 …sub add_to_buffer { $SOCK_INFO{ refaddr $_[1] }[$buffer_id] .= $_[2] if(!exists($CLOSING{$_[1]}));…
147 $CLOSING{ refaddr $sock} = $sock;
167 delete $CLOSING{ refaddr $sock};
290 if( %CLOSING ) {
291 Net::Proxy->close_sockets( values %CLOSING );
/dports/net-p2p/py-vertex/Vertex-0.3.1/vertex/
H A Dtcpdfa.py15 CLOSING = 'CLOSING' variable
79 FIN: (ACK, CLOSING),
87 CLOSING: {
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/master/
H A DRegionState.java45 CLOSING, // server has begun to close but not yet done enumConstant
81 case CLOSING: in convert()
82 rs = ClusterStatusProtos.RegionState.State.CLOSING; in convert()
140 case CLOSING: in convert()
141 state = CLOSING; in convert()
226 return state == State.CLOSING; in isClosing()
/dports/devel/py-websockets/websockets-10.1/src/websockets/
H A Dconnection.py57 CONNECTING, OPEN, CLOSING, CLOSED = range(4) variable in State
62 CLOSING = State.CLOSING variable
363 self.state = CLOSING
416 self.state = CLOSING
630 if self.state is CLOSING:
651 self.state = CLOSING
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/bindgen/
H A Dtype_parser.py7 CLOSING = Literal('>') variable
10 parser = Optional(CONST) + Optional(HANDLE) + TYPE.setResultsName('type') + Optional(CLOSING) + Opt…
/dports/net/norm/norm-1.5r6/examples/
H A DnormSocket.cpp120 CLOSING enumerator
536 socket_state = CLOSING; in Shutdown()
637 case CLOSING: in GetSocketEvent()
686 clientSocket->socket_state = CLOSING; in GetSocketEvent()
769 case CLOSING: in GetSocketEvent()
790 case CLOSING: in GetSocketEvent()
871 case CLOSING: // we allow reading during graceful closure in GetSocketEvent()
893 socket_state = CLOSING; in GetSocketEvent()
897 case CLOSING: in GetSocketEvent()
/dports/databases/mdbtools/mdbtools-1.0.0/src/sql/
H A Dparser.y63 %token <name> IDENT NAME PATH STRING NUMBER OPENING CLOSING
141 | OPENING sarg_list CLOSING
206 STRPTIME constant ',' constant CLOSING {
226 COUNT '*' CLOSING { mdb_sql_sel_count(parser_ctx->mdb); }
/dports/science/libghemical/libghemical-3.0.0/bin/amber/
H A Dall_nuc94_MOD.in52 LOOP CLOSING EXPLICIT
106 LOOP CLOSING EXPLICIT
161 LOOP CLOSING EXPLICIT
214 LOOP CLOSING EXPLICIT
270 LOOP CLOSING EXPLICIT
325 LOOP CLOSING EXPLICIT
381 LOOP CLOSING EXPLICIT
435 LOOP CLOSING EXPLICIT
491 LOOP CLOSING EXPLICIT
545 LOOP CLOSING EXPLICIT
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/graphics/
H A DTransitionScrolling.cpp71 if (get_direction() == Direction::CLOSING) { in start()
132 if (get_direction() == Direction::CLOSING) { in is_finished()
210 if (get_direction() == Direction::CLOSING) { in draw()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/collapse/
H A Dcollapse.tsx79 * isOpen={false} : OPEN -> CLOSING_START -> CLOSING -> CLOSED
102 * prepare for the closing animation in CLOSING.
111 CLOSING,
151 case AnimationStates.CLOSING:
178 …t displayWithTransform = isContentVisible && this.state.animationState !== AnimationStates.CLOSING;
244 animationState: AnimationStates.CLOSING,
270 case AnimationStates.CLOSING:
/dports/www/py-sockjs-tornado/sockjs-tornado-1.0.3/sockjs/tornado/
H A Dsession.py62 CLOSING = 2 variable
153 self.state = CLOSING
173 return self.state == CLOSED or self.state == CLOSING
280 if (self.state == CLOSING or self.state == CLOSED) and not self.send_queue:
/dports/lang/php73/php-7.3.33/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING)
50 IF ($CLOSING) {
/dports/lang/php80/php-8.0.15/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING)
50 IF ($CLOSING) {
/dports/lang/php74/php-7.4.27/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING)
50 IF ($CLOSING) {
/dports/lang/php81/php-8.1.1/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING): INT
50 IF ($CLOSING) {
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING): INT
50 IF ($CLOSING) {
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING)
50 IF ($CLOSING) {
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING)
50 IF ($CLOSING) {
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/filters/
H A Dread.phpt41 FUNCTION FILTER($IN, $OUT, &$CONSUMED, $CLOSING)
50 IF ($CLOSING) {
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/peers/
H A DPeer.java45 public final static int CLOSING = PEPeer.CLOSING; field
/dports/devel/z88dk/z88dk/examples/gb/
H A Dgalaxy.c367 #define CLOSING 0x03 macro
463 } else if(doorstate == CLOSING) { in door()
618 doorstate = CLOSING; in main()

12345678910>>...68