Home
last modified time | relevance | path

Searched refs:Echo (Results 201 – 225 of 7392) sorted by relevance

12345678910>>...296

/dports/devel/py-phply/phply-1.2.5/tests/
H A Dtest_parser.py43 expected = [Echo(["hello, world!"])]
49 Echo(["hello, world!"]),
50 Echo(["test"]),
234 Echo([BinaryOp('.',
329 Echo([3]),
331 Else(Echo([4]))),
333 Else(Echo([5]))),
342 Block([Echo(['a'])]),
523 Echo(['Problem?']),
578 Echo(['hi']),
[all …]
/dports/math/yacas/yacas-1.9.1/scripts/simplify.rep/
H A Dfactorial.ys134 // Echo("GOTHERE 40");
151 //Echo("inp is ",x[i]," ",y[j]);
154 //Echo("aux is ",{n,d,c});
159 //Echo("final ",{x,y,common});
191 //Echo("terms is ",terms);
205 // Echo("common is ",common);
211 // Echo("n = ",n);
213 // Echo("n = ",n);
214 // Echo("{n,d,c} = ",{n,d,c});
224 Echo(c," ",common);
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/proto/examplepb/
H A Dunannotated_echo_service.proto4 // Unannotated Echo Service
9 // Echo Service API consists of a single service which returns
16 // UnannotatedSimpleMessage represents a simple message sent to the unannotated Echo service.
24 // Echo service responds to incoming echo requests.
26 // Echo method receives a simple message and returns it.
30 rpc Echo(UnannotatedSimpleMessage) returns (UnannotatedSimpleMessage); rpc
H A Decho_service.proto4 // Echo Service
6 // Echo Service API consists of a single service which returns
20 // SimpleMessage represents a simple message sent to the Echo service.
36 // Echo service responds to incoming echo requests.
38 // Echo method receives a simple message and returns it.
42 rpc Echo(SimpleMessage) returns (SimpleMessage) { rpc
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/proto/examplepb/
H A Dunannotated_echo_service.proto4 // Unannotated Echo Service
9 // Echo Service API consists of a single service which returns
16 // UnannotatedSimpleMessage represents a simple message sent to the unannotated Echo service.
24 // Echo service responds to incoming echo requests.
26 // Echo method receives a simple message and returns it.
30 rpc Echo(UnannotatedSimpleMessage) returns (UnannotatedSimpleMessage); rpc
H A Decho_service.proto4 // Echo Service
6 // Echo Service API consists of a single service which returns
20 // SimpleMessage represents a simple message sent to the Echo service.
36 // Echo service responds to incoming echo requests.
38 // Echo method receives a simple message and returns it.
42 rpc Echo(SimpleMessage) returns (SimpleMessage) { rpc
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/examplepb/
H A Dunannotated_echo_service.proto4 // Unannotated Echo Service
9 // Echo Service API consists of a single service which returns
16 // UnannotatedSimpleMessage represents a simple message sent to the unannotated Echo service.
24 // Echo service responds to incoming echo requests.
26 // Echo method receives a simple message and returns it.
30 rpc Echo(UnannotatedSimpleMessage) returns (UnannotatedSimpleMessage); rpc
H A Decho_service.proto4 // Echo Service
6 // Echo Service API consists of a single service which returns
20 // SimpleMessage represents a simple message sent to the Echo service.
36 // Echo service responds to incoming echo requests.
38 // Echo method receives a simple message and returns it.
42 rpc Echo(SimpleMessage) returns (SimpleMessage) { rpc
/dports/games/hedgewars-server/hedgewars-src-1.0.0/tools/old/
H A Dw32DownloadUnzip.vbs22 WScript.Echo ("Usage: csript.exe w32DownloadUnzip.vbs url output")
31 WScript.Echo ( "Trying to download from " & strFileURL)
53 WScript.Echo ("Error downloading file (error code: " & objXMLHTTP.Status & ")")
58 WScript.Echo ( "Extracting file to " & strOutputPath)
65 WScript.Echo ( "Success!" )
/dports/games/hedgewars/hedgewars-src-1.0.0/tools/old/
H A Dw32DownloadUnzip.vbs22 WScript.Echo ("Usage: csript.exe w32DownloadUnzip.vbs url output")
31 WScript.Echo ( "Trying to download from " & strFileURL)
53 WScript.Echo ("Error downloading file (error code: " & objXMLHTTP.Status & ")")
58 WScript.Echo ( "Extracting file to " & strOutputPath)
65 WScript.Echo ( "Success!" )
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dmpw-config.in46 Echo '# From mpw-config.in' > "{o}"mk.tmp
47 Echo 'WORDSIZE = 32' >> "{o}"mk.tmp
48 Echo 'BFD_MACHINES = ' {ta} >> "{o}"mk.tmp
49 Echo 'BFD_BACKENDS = ' {BFD_BACKENDS} >> "{o}"mk.tmp
50 Echo 'TDEFAULTS = ' {tdefaults} >> "{o}"mk.tmp
51 Echo 'HDEPFILES = ' >> "{o}"mk.tmp
52 Echo 'TDEPFILES = ' >> "{o}"mk.tmp
53 Echo '# End from mpw-config.in' >> "{o}"mk.tmp
55 Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new
56 Echo '#include "mpw.h"' >> "{o}"config.new
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dmpw-config.in46 Echo '# From mpw-config.in' > "{o}"mk.tmp
47 Echo 'WORDSIZE = 32' >> "{o}"mk.tmp
48 Echo 'BFD_MACHINES = ' {ta} >> "{o}"mk.tmp
49 Echo 'BFD_BACKENDS = ' {BFD_BACKENDS} >> "{o}"mk.tmp
50 Echo 'TDEFAULTS = ' {tdefaults} >> "{o}"mk.tmp
51 Echo 'HDEPFILES = ' >> "{o}"mk.tmp
52 Echo 'TDEPFILES = ' >> "{o}"mk.tmp
53 Echo '# End from mpw-config.in' >> "{o}"mk.tmp
55 Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new
56 Echo '#include "mpw.h"' >> "{o}"config.new
/dports/math/yacas/yacas-1.9.1/scripts/examples/
H A Dpi.ys19 Echo({"Iteration ", k, " setting precision to ", curprec});
26 Echo({"variable precision Newton's method: ", k, "iterations"});
62 Echo({"8th order Newton's method: ", k, "iterations"});
83 // Echo(result);
85 // Echo(delta, k);
113 Echo({"Brent and Salamin's algorithm: ", k, "iterations"});
140 Echo({"Borwein's quartic algorithm: ", k, "iterations"});
158 // Echo("initial precision", curprec);
165 // Echo("old result=", MathCos(result));
186 Echo({"Method: Chudnovsky, using ", n, " terms"});
[all …]
/dports/devel/tlsh/tlsh-d842e75/Testing/
H A Dtest.bat57 … fc /W tmp\example_data.out %EXPECTED_OUT% >NUL && Echo Same>out.res || Echo Different>out.res
62 … fc /W tmp\example_data.err %EXPECTED_ERR% >NUL && Echo Same>out.res || Echo Different>out.res
74 … fc /W tmp\example_data.json_out %EXPECTED_OUT% >NUL && Echo Same>out.res || Echo Different>out.res
96 … fc /W tmp\example_data.scores %EXPECTED_SCO% >NUL && Echo Same>out.res || Echo Different>out.res
101 … fc /W tmp\example_data.err2 %EXPECTED_ERR% >NUL && Echo Same>out.res || Echo Different>out.res
123 … fc /W tmp\example_data.scores.2 %EXPECTED_SCO% >NUL && Echo Same>out.res || Echo Different>out.res
143 …fc /W tmp\example_data.xref.scores %EXPECTED_SCO% >NUL && Echo Same>out.res || Echo Different>out.…
175 …fc /W tmp\example_data.scores.2.T-201 %EXPECTED_SCO% >NUL && Echo Same>out.res || Echo Different>o…
232 fc /W tmp\small.tlsh %EXPECTED_TLSH% >NUL && Echo Same>out.res || Echo Different>out.res
245 fc /W tmp\small2.tlsh %EXPECTED_TLSH% >NUL && Echo Same>out.res || Echo Different>out.res
[all …]
/dports/math/yacas/yacas-1.9.1/tests/
H A Dsturm.yts22 //Echo("Test polynom ",p);
25 //Echo("bounds ",BoundRealRoots(p));
27 //Echo("roots ",roots);
40 Echo("Test polynom ",p);
41 Echo("minimum ",MinimumBound(p));
42 Echo("maximum ",MaximumBound(p));
43 Echo("bounds ",BoundRealRoots(p));
45 Echo("roots ",roots);
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dbfd-raw-auth-md5-v.out8 Required min Echo Interval: 0 ms
19 Required min Echo Interval: 0 ms
30 Required min Echo Interval: 0 ms
41 Required min Echo Interval: 0 ms
52 Required min Echo Interval: 0 ms
63 Required min Echo Interval: 0 ms
74 Required min Echo Interval: 0 ms
85 Required min Echo Interval: 0 ms
96 Required min Echo Interval: 0 ms
107 Required min Echo Interval: 0 ms
[all …]
H A Dbfd-raw-auth-sha1-v.out8 Required min Echo Interval: 0 ms
19 Required min Echo Interval: 0 ms
30 Required min Echo Interval: 0 ms
41 Required min Echo Interval: 0 ms
52 Required min Echo Interval: 0 ms
63 Required min Echo Interval: 0 ms
74 Required min Echo Interval: 0 ms
85 Required min Echo Interval: 0 ms
96 Required min Echo Interval: 0 ms
107 Required min Echo Interval: 0 ms
[all …]
H A Dbfd-raw-auth-simple-v.out8 Required min Echo Interval: 0 ms
18 Required min Echo Interval: 0 ms
28 Required min Echo Interval: 0 ms
38 Required min Echo Interval: 0 ms
48 Required min Echo Interval: 0 ms
58 Required min Echo Interval: 0 ms
68 Required min Echo Interval: 0 ms
78 Required min Echo Interval: 0 ms
88 Required min Echo Interval: 0 ms
98 Required min Echo Interval: 0 ms
[all …]
/dports/games/spring/spring_98.0/cont/examples/Widgets/
H A Dluasocket_console.lua3 Spring.Echo("LuaSocketEnabled is disabled")
57 Spring.Echo("Error binding to " .. host .. ":" .. port)
87 Spring.Echo("closed connection")
93 Spring.Echo("Accept failed: " .. err)
98 Spring.Echo("Accepted connection from " .. ip ..":" .. port)
121 Spring.Echo("Error in select: " .. error)
/dports/math/yacas/yacas-1.9.1/scripts/odesolver.rep/
H A Dcode.ys58 /*5 # OdeFlatTerm(_x)_[Echo({x});False;] <-- True; */
134 If(InVerboseMode(), Echo("OdeSolve: Auxiliary Eqn ",auxeqn) );
171 If(InVerboseMode(),Echo("OdeSolve: Real roots"));
193 If(InVerboseMode(),Echo("OdeSolve: Normal form is",e));
195 If(InVerboseMode(),Echo("OdeSolve: Flatterm is",h));
221 If(InVerboseMode(),Echo("OdeSolve: Integral in disguise!"));
231 If(InVerboseMode(),Echo("OdeSolve: Normal form is",e));
233 If(InVerboseMode(),Echo("OdeSolve: Flatterm is",h));
257 Echo({e});
259 Echo({e});
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/samples/WSGI/
H A Decho_client.py14 rsp = port.Echo(msg)
18 rsp = port.Echo(msg)
22 rsp = port.Echo(msg)
27 rsp = port.Echo(msg)
/dports/games/spring/spring_98.0/cont/base/springcontent/LuaGadgets/Gadgets/
H A Dshare_levels.lua61 Spring.Echo(help)
68 Spring.Echo('forced metal sharing is disabled')
70 Spring.Echo(string.format(
76 Spring.Echo('forced energy sharing is disabled')
78 Spring.Echo(string.format(
165 Spring.Echo("bad sharing level: " .. w2)
/dports/www/erlang-cowboy/cowboy-1.1.2/examples/echo_get/src/
H A Dtoppage_handler.erl15 {Echo, Req3} = cowboy_req:qs_val(<<"echo">>, Req2),
16 {ok, Req4} = echo(Method, Echo, Req3),
21 echo(<<"GET">>, Echo, Req) ->
24 ], Echo, Req);
/dports/archivers/unzip/unzip60/amiga/
H A Dsmakefile577 Echo ""
588 Echo ""
597 Echo > SCOPTIONS "" NOLINE
602 # Echo request to the user
605 @Echo ""
609 @Echo ""
613 @Echo " this makefile."
618 @Echo " Enjoy Info-Zip !"
620 @Echo ""
622 # Echo help in case of an error
[all …]
/dports/net/ipinfo-cli/cli-ipinfo-2.7.0/vendor/github.com/posener/script/script-1.1.5/
H A Dto_test.go21 err = Echo("hello world").ToFile(path)
39 err = Echo("hello world").AppendFile(path)
43 err = Echo("hello world").AppendFile(path)
55 tmp, err := Echo("hello world").ToTempFile()
68 Echo("a\nb\nc").Iterate(func(l []byte) error {

12345678910>>...296