Home
last modified time | relevance | path

Searched refs:outputhandler (Results 1 – 25 of 33) sorted by relevance

12

/dports/graphics/klatexformula/klatexformula-4.0.0/src/klfbackend/
H A Dklflatexpreviewthread.cpp180 KLFLatexPreviewHandler * outputhandler, in submitPreviewTask() argument
187 t.handler = outputhandler; in submitPreviewTask()
197 KLFLatexPreviewHandler * outputhandler) in submitPreviewTask() argument
202 t.handler = outputhandler; in submitPreviewTask()
212 KLFLatexPreviewHandler * outputhandler, in clearAndSubmitPreviewTask() argument
219 t.handler = outputhandler; in clearAndSubmitPreviewTask()
229 KLFLatexPreviewHandler * outputhandler) in clearAndSubmitPreviewTask() argument
234 t.handler = outputhandler; in clearAndSubmitPreviewTask()
245 KLFLatexPreviewHandler * outputhandler, in replaceSubmitPreviewTask() argument
252 t.handler = outputhandler; in replaceSubmitPreviewTask()
[all …]
H A Dklflatexpreviewthread.h104 KLFLatexPreviewHandler * outputhandler,
108 KLFLatexPreviewHandler * outputhandler);
111 KLFLatexPreviewHandler * outputhandler,
115 KLFLatexPreviewHandler * outputhandler);
119 KLFLatexPreviewHandler * outputhandler,
124 KLFLatexPreviewHandler * outputhandler);
/dports/math/reduce/Reduce-svn5758-src/psl/xr/bin/
H A Dxr.red67 << outputhandler!* := 'fancy!-output$
72 << outputhandler!* := nil$
83 << poh := outputhandler!*;
86 then << if (not lx) then outputhandler!* := nil >>
87 else << if ( lx) then outputhandler!* := 'fancy!-output >> ;
108 outputhandler!* := poh ; >> $
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dprintutils.cc16 OutputHandlerFunc *outputhandler = nullptr; variable
37 outputhandler = newhandler; in set_output_handler()
108 if (!outputhandler) { in PRINT_NOCACHE()
111 outputhandler(msgObj,outputhandler_data); in PRINT_NOCACHE()
H A Dprintutils.h63 extern OutputHandlerFunc *outputhandler;
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dprintutils.cc16 OutputHandlerFunc *outputhandler = nullptr; variable
37 outputhandler = newhandler; in set_output_handler()
110 if (!outputhandler) { in PRINT_NOCACHE()
113 outputhandler(msgObj,outputhandler_data); in PRINT_NOCACHE()
H A Dprintutils.h63 extern OutputHandlerFunc *outputhandler;
/dports/math/reduce/Reduce-svn5758-src/packages/mathpr/
H A Dmprint.red41 outputhandler!*
89 if outputhandler!* then apply2(outputhandler!*,'maprin,u)
268 % the outputhandler!* mechanism... but I am putting in minimal changes right
271 else if outputhandler!* then apply2(outputhandler!*,'prin2!*,u)
324 if outputhandler!* then return apply2(outputhandler!*,'terpri,u)
409 outputhandler!* = 'fancy!-output and
414 then <<if null outputhandler!* or
415 (null(x eq 'matrix) and (outputhandler!* eq 'redfront_oh))
421 else apply2(outputhandler!*,'assgnpri,{u, v, w})>>
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/ofsf/
H A Dmma.red38 fluid '(!*outputhandler);
87 begin scalar w, !*nat, outputhandler!*;
124 begin scalar op, argl, outputhandler!*;
164 % This should be done with an outputhandler
H A Dqepcad.red44 fluid '(!*outputhandler);
170 begin scalar op, argl, outputhandler!*;
231 begin scalar w, outputhandler!*;
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/
H A DShellWindow.py33 self.outputhandler)
35 def outputhandler(self, file, mask): member in ShellWindow
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/
H A DShellWindow.py33 self.outputhandler)
35 def outputhandler(self, file, mask): member in ShellWindow
/dports/math/reduce/Reduce-svn5758-src/packages/redfront/
H A Dredfront.red37 begin scalar outputhandler!*;
79 {{'and,{'eq,'outputhandler!*,'(quote redfront_oh)},'(not ofl!*)},
80 {'prog,'(outputhandler!*),'(redfront_on),z,'(redfront_off)}},
86 outputhandler!*:='redfront_oh;
/dports/math/reduce/Reduce-svn5758-src/packages/redlog/rltools/
H A Dioto.red228 begin scalar outputhandler!*, rlsmaprinbuf!*, !*utf8;
229 outputhandler!* := 'ioto_smaprinoh;
254 % there. We must lambda bind outputhandler!* to nil to avoind an
256 % into a wrapper that checks for outputhandler!* and calls a work
258 prin2!* l where outputhandler!* = nil
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Dfmprint.red.old55 outputhandler!*
56 outputhandler!-stack!*
101 <<if not outputhandler!* = 'fancy!-output then
102 <<outputhandler!-stack!* :=
103 outputhandler!* . outputhandler!-stack!*;
104 outputhandler!* := 'fancy!-output;
108 <<if outputhandler!* = 'fancy!-output then
109 <<outputhandler!* := car outputhandler!-stack!*;
110 outputhandler!-stack!* := cdr outputhandler!-stack!*;
172 >> where outputhandler!* = nil
H A Drmprint.red68 outputhandler!*
69 outputhandler!-stack!*
116 <<if not outputhandler!* = 'fancy!-output then
117 <<outputhandler!-stack!* :=
118 outputhandler!* . outputhandler!-stack!*;
119 outputhandler!* := 'fancy!-output;
123 <<if outputhandler!* = 'fancy!-output then
124 <<outputhandler!* := car outputhandler!-stack!*;
125 outputhandler!-stack!* := cdr outputhandler!-stack!*;
187 >> where outputhandler!* = nil
H A Dfmprint.red75 outputhandler!*
76 outputhandler!-stack!*
126 <<if outputhandler!* neq 'fancy!-output then
127 <<outputhandler!-stack!* :=
128 outputhandler!* . outputhandler!-stack!*;
129 outputhandler!* := 'fancy!-output;
133 <<if outputhandler!* = 'fancy!-output then
134 <<outputhandler!* := car outputhandler!-stack!*;
135 outputhandler!-stack!* := cdr outputhandler!-stack!*;
197 >> where outputhandler!* = nil
/dports/math/reduce/Reduce-svn5758-src/packages/mathml/
H A Dmathml.red2822 temp:=outputhandler!*;
2823 outputhandler!*:=nil;
2830 outputhandler!*:=temp;
3085 %%% outputhandler!*:='math_ml_printer;
3087 %%% if !*mathml neq t then outputhandler!*:=nil;
3089 %%% outputhandler!*:='math_ml_printer;
3092 %%% outputhandler!*:=nil;
3094 %%% outputhandler!*:='math_ml_printer;
3097 %%% outputhandler!*:=nil
3098 %%% else outputhandler!*:='math_ml_printer;
[all …]
H A Dmathml_1.red2792 temp:=outputhandler!*;
2793 outputhandler!*:=nil;
2800 outputhandler!*:=temp;
3055 %%% outputhandler!*:='math_ml_printer;
3057 %%% if !*mathml neq t then outputhandler!*:=nil;
3059 %%% outputhandler!*:='math_ml_printer;
3062 %%% outputhandler!*:=nil;
3064 %%% outputhandler!*:='math_ml_printer;
3067 %%% outputhandler!*:=nil
3068 %%% else outputhandler!*:='math_ml_printer;
[all …]
/dports/print/lyx/lyx-2.3.4.2/development/lyxserver/
H A Dsampleclient.tcl57 proc outputhandler {fd} { procedure
/dports/math/reduce/Reduce-svn5758-src/packages/rprint/
H A Dfmprint.red107 outputhandler!*
108 outputhandler!-stack!*
157 <<if outputhandler!* neq 'fancy!-output then
158 <<outputhandler!-stack!* :=
159 outputhandler!* . outputhandler!-stack!*;
160 outputhandler!* := 'fancy!-output;
165 <<if outputhandler!* = 'fancy!-output then
166 <<outputhandler!* := car outputhandler!-stack!*;
167 outputhandler!-stack!* := cdr outputhandler!-stack!*;
235 >> where outputhandler!* = nil
/dports/www/firefox/firefox-99.0/testing/raptor/raptor/webextension/
H A Ddesktop.py16 from outputhandler import OutputHandler
/dports/www/firefox-esr/firefox-91.8.0/testing/raptor/raptor/webextension/
H A Ddesktop.py16 from outputhandler import OutputHandler
/dports/lang/spidermonkey78/firefox-78.9.0/testing/raptor/raptor/webextension/
H A Ddesktop.py16 from outputhandler import OutputHandler
/dports/mail/thunderbird/thunderbird-91.8.0/testing/raptor/raptor/webextension/
H A Ddesktop.py16 from outputhandler import OutputHandler

12