Home
last modified time | relevance | path

Searched refs:curstate (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/io/
H A Dtest_saving.py21 from bokeh.io.state import curstate
48 curstate().reset()
49 curstate().output_file("filename")
58 curstate().reset()
59 curstate().output_file("filename")
60 curstate().file['resources'] = "resources"
66 curstate().reset()
80 curstate().reset()
81 curstate().output_file("filename")
82 curstate().file['title'] = "title"
[all …]
H A Dtest_showing.py24 from bokeh.io.state import State, curstate
40 curstate().reset()
45 assert mock__show_with_state.call_args[0] == (p, curstate(), None, "tab")
51 curstate().reset()
62 curstate().reset()
66 assert curstate().notebook_type == "jupyter"
68 assert mock_run_notebook_hook.call_args[0][0] == curstate().notebook_type
74 curstate().reset()
75 assert curstate().document.roots == []
78 assert curstate().document.roots == []
[all …]
/dports/archivers/xmill/xmill/XMill/
H A DFSM.cpp1078 curstate=curstate->next; in PruneRedundantStates()
1325 curstate=curstate->next; in ComputeOutCompleteness()
1379 curstate=curstate->next; in FindAcceptingStates()
1436 curstate=curstate->next; in ComputeStatesHasPoundsAhead()
1564 curstate=curstate->next; in CompleteDetFSM()
1593 curstate=curstate->next; in CreateNegateFSM()
1627 curstate=curstate->next; in AddFSM()
1670 curstate=curstate->next; in AddFSM()
1709 curstate=curstate->next; in CreateReverseFSM()
1746 curstate=curstate->next; in CreateReverseFSM()
[all …]
H A DPathTree.cpp119 FSMState *curstate=stateitem->pathexpr->GetReverseFSMStartState(); in ComputePathDictNode() local
125 (curstate->HasPoundsAhead())) in ComputePathDictNode()
128 curstate=curstate->GetNextState(curpathtreenode->labelid,&overpoundedge); in ComputePathDictNode()
164 (*statelistref)->curstate =cpathexpr->GetReverseFSMStartState(); in ComputeInitStateList()
169 (*statelistref)->curstate =cpathexpr->GetForwardFSMStartState(); in ComputeInitStateList()
175 if((*statelistref)->curstate->IsAccepting()==0) in ComputeInitStateList()
202 nextstate=prevstatelist->curstate->GetNextState(labelid,&overpoundedge); in ComputeNextStateList()
218 newfsmstate->curstate =nextstate; in ComputeNextStateList()
/dports/mail/mairix/mairix-0.24/dfasyn/
H A Dstates.c125 new_entries->state = curstate; in add_entry_to_state()
128 curstate->entries = add_string_to_list(curstate->entries, entry_tag); in add_entry_to_state()
159 curstate->transitions = tl; in add_epsilon_transition()
167 curstate->transitions = tl; in add_token_transition()
190 add_epsilon_transition(curstate, input_name); in add_inline_block_transition()
199 curstate->transitions = tl; in add_char_class_transition()
208 add_epsilon_transition(curstate, destination); in add_transition()
244 void add_tags(State *curstate, Stringlist *sl)/*{{{*/ in add_tags() argument
246 if (curstate->tags) { in add_tags()
250 xsl->next = curstate->tags; in add_tags()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/joystick/mint/
H A DSDL_sysjoystick.c488 Uint32 curstate,prevstate; in SDL_SYS_JoystickUpdate() local
504 curstate = 0; in SDL_SYS_JoystickUpdate()
513 if (curstate != prevstate) { in SDL_SYS_JoystickUpdate()
521 if (curstate & IKBD_JOY_UP) { in SDL_SYS_JoystickUpdate()
584 if (curstate!=prevstate) { in SDL_SYS_JoystickUpdate()
592 if (curstate & (1<<JP_UP)) { in SDL_SYS_JoystickUpdate()
632 if (curstate != prevstate) { in SDL_SYS_JoystickUpdate()
640 if (curstate & PORT_JS_UP) { in SDL_SYS_JoystickUpdate()
663 curstate = jp_lightpens[0]>>1; in SDL_SYS_JoystickUpdate()
667 if (curstate != prevstate) { in SDL_SYS_JoystickUpdate()
[all …]
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/
H A Dstate.c249 hold = curstate; in sm_handle_event_onthread()
253 if(curstate->out[e]) { in sm_handle_event_onthread()
279 .from = curstate->me, in sm_handle_event_onthread()
286 if(hold != curstate) { in sm_handle_event_onthread()
308 if(hold != curstate) { in sm_handle_event_onthread()
314 hold = curstate = target; in sm_handle_event_onthread()
326 .from = curstate->me, in sm_handle_event_onthread()
335 be_newstate(curstate->me); in sm_handle_event_onthread()
337 if(hold != curstate) { in sm_handle_event_onthread()
345 hold = curstate = curstate->first_child; in sm_handle_event_onthread()
[all …]
/dports/net/mpich/mpich-3.4.3/maint/
H A Dgetfuncstack48 my $curstate = "";
81 $curstate = $1;
82 if (defined($elideCall{$curstate})) {
87 $routineStack[$#routineStack+1] = $curstate;
92 $curstate = $1;
94 if (defined($elideCall{$curstate})) {
101 if ($expected ne $curstate) {
102 print STDERR "Expected state $expected but found $curstate\n";
124 $curstate =~ s/^MPID_STATE_//;
125 $curstate =~ s/\r?\n//g;
[all …]
H A Dgetfuncstack.in48 my $curstate = "";
81 $curstate = $1;
82 if (defined($elideCall{$curstate})) {
92 $curstate = $1;
94 if (defined($elideCall{$curstate})) {
101 if ($expected ne $curstate) {
102 print STDERR "Expected state $expected but found $curstate\n";
124 $curstate =~ s/^MPID_STATE_//;
125 $curstate =~ s/\r?\n//g;
133 $baseinfo .= $curstate . "$tottime";
/dports/lang/yap/yap-6.2.2/packages/clib/maildrop/rfc2045/
H A Drfc2045acprep.c31 static state_t curstate; variable
51 curstate=raw; in start_rwprep()
56 curstate=quotedprint; in start_rwprep()
58 curstate=base64; in start_rwprep()
66 switch (curstate) { in do_rwprep()
70 curstate=qpseeneq; in do_rwprep()
85 curstate=quotedprint; in do_rwprep()
90 curstate=qpseeneqh; in do_rwprep()
93 curstate=quotedprint; in do_rwprep()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Drfc2045acprep.c30 static state_t curstate; variable
50 curstate=raw; in start_rwprep()
55 curstate=quotedprint; in start_rwprep()
57 curstate=base64; in start_rwprep()
65 switch (curstate) { in do_rwprep()
69 curstate=qpseeneq; in do_rwprep()
84 curstate=quotedprint; in do_rwprep()
89 curstate=qpseeneqh; in do_rwprep()
92 curstate=quotedprint; in do_rwprep()
/dports/mail/courier/courier-0.65.3/rfc2045/
H A Drfc2045acprep.c31 static state_t curstate; variable
51 curstate=raw; in start_rwprep()
56 curstate=quotedprint; in start_rwprep()
58 curstate=base64; in start_rwprep()
66 switch (curstate) { in do_rwprep()
70 curstate=qpseeneq; in do_rwprep()
85 curstate=quotedprint; in do_rwprep()
90 curstate=qpseeneqh; in do_rwprep()
93 curstate=quotedprint; in do_rwprep()
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Drfc2045acprep.c30 static state_t curstate; variable
50 curstate=raw; in start_rwprep()
55 curstate=quotedprint; in start_rwprep()
57 curstate=base64; in start_rwprep()
65 switch (curstate) { in do_rwprep()
69 curstate=qpseeneq; in do_rwprep()
84 curstate=quotedprint; in do_rwprep()
89 curstate=qpseeneqh; in do_rwprep()
92 curstate=quotedprint; in do_rwprep()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Drfc2045acprep.c30 static state_t curstate; variable
50 curstate=raw; in start_rwprep()
55 curstate=quotedprint; in start_rwprep()
57 curstate=base64; in start_rwprep()
65 switch (curstate) { in do_rwprep()
69 curstate=qpseeneq; in do_rwprep()
84 curstate=quotedprint; in do_rwprep()
89 curstate=qpseeneqh; in do_rwprep()
92 curstate=quotedprint; in do_rwprep()
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Drfc2045acprep.c30 static state_t curstate; variable
50 curstate=raw; in start_rwprep()
55 curstate=quotedprint; in start_rwprep()
57 curstate=base64; in start_rwprep()
65 switch (curstate) { in do_rwprep()
69 curstate=qpseeneq; in do_rwprep()
84 curstate=quotedprint; in do_rwprep()
89 curstate=qpseeneqh; in do_rwprep()
92 curstate=quotedprint; in do_rwprep()
/dports/net/mpich2/mpich2-1.5/src/util/dbg/
H A Dgetfuncstack.in45 my $curstate = "";
78 $curstate = $1;
79 if (defined($elideCall{$curstate})) {
89 $curstate = $1;
91 if (defined($elideCall{$curstate})) {
98 if ($expected ne $curstate) {
99 print STDERR "Expected state $expected but found $curstate\n";
121 $curstate =~ s/^MPID_STATE_//;
122 $curstate =~ s/\r?\n//g;
130 $baseinfo .= $curstate . "$tottime";
/dports/deskutils/genius/genius-1.0.27/src/
H A Dgenius.c76 GelCalcState curstate={ variable
121 if(curstate.max_errors == 0 || in calc_puterror()
324 curstate = state; in gel_set_state()
402 curstate.float_prec = val; in main()
411 curstate.float_prec = val; in main()
418 curstate.max_digits = val; in main()
427 curstate.max_digits = val; in main()
446 curstate.max_errors = val; in main()
455 curstate.max_errors = val; in main()
471 curstate.chop = val; in main()
[all …]
/dports/games/marblemarcher/Marble-Marcher-Community-Edition-1.4.5/src/
H A DInterface.cpp330 curstate.scroll = x; in SetScroll()
445 obj= sf::FloatRect(curstate.position.x, curstate.position.y, curstate.size.x, curstate.size.y); in Update()
478 curstate = interpolate(curstate, defaultstate, t); in Update()
481 curstate = interpolate(curstate, activestate, t); in Update()
484 curstate = interpolate(curstate, hoverstate, t); in Update()
588 curstate = A.curstate; in copy()
615 std::swap(curstate, A.curstate); in copy()
679 …wport = sf::FloatRect(curstate.position.x / view_size.x, curstate.position.y / view_size.y, cursta… in Draw()
684 float cur_shift_x1 = curstate.margin, cur_shift_x2 = curstate.margin; in Draw()
685 float cur_shift_y = curstate.margin + curstate.scroll; in Draw()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/os400/iconv/
H A Diconv.c32 t_staterange curstate; in findEncoding() local
51 curstate = 0; in findEncoding()
55 if (curstate < sizeof final_array / sizeof final_array[0]) in findEncoding()
56 if (final_array[curstate]) { in findEncoding()
57 final = final_array[curstate]; in findEncoding()
61 l = trans_array[curstate] - 1; in findEncoding()
62 h = trans_array[curstate + 1]; in findEncoding()
75 curstate = goto_array[l]; in findEncoding()
/dports/textproc/py-libxml2/libxml2-2.9.12/os400/iconv/
H A Diconv.c32 t_staterange curstate; in findEncoding() local
51 curstate = 0; in findEncoding()
55 if (curstate < sizeof final_array / sizeof final_array[0]) in findEncoding()
56 if (final_array[curstate]) { in findEncoding()
57 final = final_array[curstate]; in findEncoding()
61 l = trans_array[curstate] - 1; in findEncoding()
62 h = trans_array[curstate + 1]; in findEncoding()
75 curstate = goto_array[l]; in findEncoding()
/dports/net/libarms/libarms-5.01/transaction/
H A Dstate.c39 static int curstate = ARMS_ST_INITIAL; variable
46 if (newstate == curstate) in arms_set_global_state()
51 curstate, in arms_set_global_state()
55 curstate = newstate; in arms_set_global_state()
61 return curstate; in arms_get_global_state()
/dports/net/ifstated/ifstated-5.1/
H A Difstated.c225 if (conf->curstate != NULL) { in load_config()
228 conf->nextstate = conf->curstate; in load_config()
229 conf->curstate = NULL; in load_config()
231 do_action(conf->curstate->always); in load_config()
264 if (conf->curstate != NULL) in sigchld_handler()
487 eval_state(conf->curstate); in scan_ifstate()
547 do_action(conf->curstate->always); in eval_state()
559 if (conf->curstate != NULL) { in state_change()
561 evtimer_del(&conf->curstate->ev); in state_change()
565 conf->curstate = conf->nextstate; in state_change()
[all …]
/dports/cad/electric/electric-7.00/src/io/
H A Dio.c567 curstate[0] = (curstate[0] & ~PLOTFOCUSDPY) | PLOTFOCUS; in io_set()
581 curstate[0] |= PLOTDATES; in io_set()
596 curstate[0] = (curstate[0] & ~BINOUTBACKUP) | BINOUTNOBACK; in io_set()
603 curstate[0] = (curstate[0] & ~BINOUTBACKUP) | BINOUTONEBACK; in io_set()
610 curstate[0] = (curstate[0] & ~BINOUTBACKUP) | BINOUTFULLBACK; in io_set()
976 curstate[0] = (curstate[0] & ~PSCOLOR2) | PSCOLOR1; in io_set()
983 curstate[0] = (curstate[0] & ~PSCOLOR1) | PSCOLOR2; in io_set()
1004 curstate[0] |= PSROTATE; in io_set()
1012 curstate[0] &= ~PSROTATE; in io_set()
1119 curstate[0] &= ~HPGL2; in io_set()
[all …]
/dports/mail/courier/courier-0.65.3/maildrop/
H A Dre.C627 curstate= &state1; in Match()
630 curstate->nodes[0]=first; in Match()
631 curstate->numnodes=1; in Match()
632 curstate->nodenums[first->id]=0; in Match()
647 for (n=0; n<curstate->numnodes; n++) in Match()
649 RegExpNode *p=curstate->nodes[n]; in Match()
657 curstate->nodes[curstate->numnodes++]=q; in Match()
674 curstate->nodes[curstate->numnodes++]=q; in Match()
822 for (n=0; n<curstate->numnodes; n++) in Match()
824 RegExpNode *p=curstate->nodes[n]; in Match()
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/io/
H A Ddoc.py41 from .state import curstate
42 return curstate().document
61 from .state import curstate
62 curstate().document = doc

1234567891011