Home
last modified time | relevance | path

Searched refs:postevent (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/tcllib/tcllib-1.20/modules/virtchannel_base/
H A Dstd.tcl62 fileevent readable stdin [list chan postevent $c read]
68 fileevent readable stdin [list chan postevent $c write]
H A Dcat.tcl74 chan event [lindex $channels 0] readable [list chan postevent $c read]
128 chan postevent $c read
H A Dfacade.tcl215 ::chan postevent $myself read
221 ::chan postevent $myself write
/dports/devel/tcllibc/tcllib-1.20/modules/virtchannel_base/
H A Dstd.tcl62 fileevent readable stdin [list chan postevent $c read]
68 fileevent readable stdin [list chan postevent $c write]
H A Dcat.tcl74 chan event [lindex $channels 0] readable [list chan postevent $c read]
128 chan postevent $c read
H A Dfacade.tcl215 ::chan postevent $myself read
221 ::chan postevent $myself write
/dports/science/jstrack/jstrack/extlib/tcllib1.19/virtchannel_base/
H A Dstd.tcl62 fileevent readable stdin [list chan postevent $c read]
68 fileevent readable stdin [list chan postevent $c write]
H A Dcat.tcl77 fileevent readable $c [list chan postevent $c read]
132 chan postevent $c read
H A Dfacade.tcl215 ::chan postevent $myself read
221 ::chan postevent $myself write
/dports/science/PETSc/petsc-3.14.1/src/ts/event/
H A Dtsevent.c174 … (*eventhandler)(TS,PetscReal,Vec,PetscScalar[],void*),PetscErrorCode (*postevent)(TS,PetscInt,Pet… in TSSetEventHandler()
211 event->postevent = postevent; in TSSetEventHandler()
311 if (event->postevent) { in TSPostEvent()
314 …ierr = (*event->postevent)(ts,event->nevents_zero,event->events_zero,t,U,forwardsolve,event->ctx);… in TSPostEvent()
329 if (event->postevent) { in TSPostEvent()
563 if (event->postevent) { in TSAdjointEventHandler()
564 …ierr = (*event->postevent)(ts,event->recorder.nevents[ctr],event->recorder.eventidx[ctr],t,U,forwa… in TSAdjointEventHandler()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/virtchannel_core/
H A Devents.tcl147 chan postevent $channel $posting
/dports/devel/tcllib/tcllib-1.20/modules/virtchannel_core/
H A Devents.tcl147 chan postevent $channel $posting
/dports/devel/tcllibc/tcllib-1.20/modules/virtchannel_core/
H A Devents.tcl147 chan postevent $channel $posting
/dports/www/pear-Services_Blogging/Services_Blogging-0.2.4/Services/Blogging/Driver/
H A DLiveJournal.php247 $request = new XML_RPC_Message('LJ.XMLRPC.postevent', array($value));
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dchan.test16 # Note: The tests for the chan methods "create" and "postevent"
25 …lose, configure, copy, create, eof, event, flush, gets, names, pending, postevent, puts, read, see…
H A DioCmd.test1901 # chan postevent
1905 catch {chan postevent $c {r w}} msg
1914 catch {chan postevent $c {r w}} msg; note $msg
1923 catch {chan postevent $c {}} msg; note $msg
1932 catch {chan postevent $c goo} msg; note $msg
1941 catch {chan postevent $c "\{"} msg; note $msg
1952 after 1000 {note [chan postevent $c r]}
1965 after 1000 {note [chan postevent $c w]}
1979 chan postevent $c read
3532 # postevent
[all …]
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dtls.tcl932 chan postevent $chan read
953 chan postevent $chan write
/dports/lang/tcl87/tcl8.7a5/tests/
H A DioCmd.test939 chan postevent $chan $spec
1967 # chan postevent
1971 catch {chan postevent $c {r w}} msg
1989 catch {chan postevent $c {}} msg; note $msg
2019 after 1000 {note [chan postevent $c r]}
2032 after 1000 {note [chan postevent $c w]}
2046 chan postevent $c read
2052 chan postevent
2794 chan postevent $hi read
3765 # postevent
[all …]
H A Dchan.test16 # Note: The tests for the chan methods "create" and "postevent"
/dports/lang/tcl86/tcl8.6.12/tests/
H A DioCmd.test1938 # chan postevent
1942 catch {chan postevent $c {r w}} msg
1960 catch {chan postevent $c {}} msg; note $msg
1969 catch {chan postevent $c goo} msg; note $msg
1978 catch {chan postevent $c "\{"} msg; note $msg
1989 after 1000 {note [chan postevent $c r]}
2002 after 1000 {note [chan postevent $c w]}
2016 chan postevent $c read
2739 chan postevent $hi read
3710 # postevent
[all …]
H A Dchan.test16 # Note: The tests for the chan methods "create" and "postevent"
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dtsimpl.h417 …PetscErrorCode (*postevent)(TS,PetscInt,PetscInt[],PetscReal,Vec,PetscBool,void*); /* User post e… member
/dports/editors/xvile/vile-9.8v/filters/
H A Dtcl.key140 postevent
/dports/editors/vile/vile-9.8v/filters/
H A Dtcl.key140 postevent
/dports/lang/tcl86/tcl8.6.12/
H A DChangeLog.2007329 postevent' is defined to work only from within the interpreter
334 postevent' fails, not finding the channel any longer. Uhm.
340 used by 'chan postevent'.
5542 create' and 'chan postevent' (TIP #219).

12