Home
last modified time | relevance | path

Searched full:minimal (Results 1 – 25 of 2204) sorted by relevance

12345678910>>...89

/third_party/libwebsockets/minimal-examples/http-server/
DREADME.md3 minimal-http-server-basicauth|Shows how to protect a mount using a password file and basic auth
4 minimal-http-server-custom-headers|Shows how to query custom headers that lws doesn't already know
5 minimal-http-server-deaddrop|Shows how to use the deaddrop drag and drop file upload + sharing plug…
6 minimal-http-server-dynamic|Serves both static and dynamically generated http content
7 minimal-http-server-eventlib-foreign|Demonstrates integrating lws with a foreign event library
8 minimal-http-server-eventlib-demos|Using the demo plugins with event libraries
9 minimal-http-server-eventlib|Same as minimal-http-server but works with a supported event library
10 minimal-http-server-form-get|Process a GET form
11 minimal-http-server-form-post-file|Process a multipart POST form with file transfer
12 minimal-http-server-form-post|Process a POST form (no file transfer)
[all …]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
DCMakeLists.txt1 project(lws-minimal-http-client-jit-trust C)
8 set(SAMP lws-minimal-http-client-jit-trust)
9 set(SRCS minimal-http-client.c)
49 add_test(NAME http-client-warmcat COMMAND lws-minimal-http-client )
54 add_test(NAME http-client-warmcat-h1 COMMAND lws-minimal-http-client --h1)
61 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
66 …# add_test(NAME http-client-fi-pi COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
70 …add_test(NAME http-client-fi-ctx2 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
73 …add_test(NAME http-client-fi-ctx3 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
76 …add_test(NAME http-client-fi-ctx4 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
[all …]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
DCMakeLists.txt1 project(lws-minimal-http-client-multi C)
8 set(SAMP lws-minimal-http-client-multi)
9 set(SRCS minimal-http-client-multi.c)
53 …add_test(NAME st_hcm_srv COMMAND cmd.exe /c start /b $<TARGET_FILE:lws-minimal-http-server-tls> --…
54 …add_test(NAME ki_hcm_srv COMMAND taskkill /F /IM $<TARGET_FILE_NAME:lws-minimal-http-server-tls> /…
64 hcm_srv ${VALGRIND} --tool=memcheck $<TARGET_FILE:lws-minimal-http-server-tls>
68 hcm_srv ${VALGRIND} $<TARGET_FILE_NAME:lws-minimal-http-server-tls>
82 hcm_srv $<TARGET_FILE:lws-minimal-http-server-tls>
86 hcm_srv $<TARGET_FILE_NAME:lws-minimal-http-server-tls>
101 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-tls
[all …]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
DCMakeLists.txt1 project(lws-minimal-http-client C)
8 set(SAMP lws-minimal-http-client)
9 set(SRCS minimal-http-client.c)
50 add_test(NAME http-client-warmcat COMMAND lws-minimal-http-client )
55 add_test(NAME http-client-warmcat-h1 COMMAND lws-minimal-http-client --h1)
62 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
67 …# add_test(NAME http-client-fi-pi COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
71 …add_test(NAME http-client-fi-ctx2 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
74 …add_test(NAME http-client-fi-ctx3 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
77 …add_test(NAME http-client-fi-ctx4 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DCMakeLists.txt1 project(lws-minimal-secure-streams-smd C)
19 add_executable(${PROJECT_NAME} minimal-secure-streams-smd.c)
28 $<TARGET_FILE:lws-minimal-secure-streams-smd>)
31 add_test(NAME ss-smd COMMAND lws-minimal-secure-streams-smd)
35 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-smd
42 $<TARGET_FILE:lws-minimal-secure-streams-smd>
47 $<TARGET_FILE:lws-minimal-secure-streams-smd>
52 $<TARGET_FILE:lws-minimal-secure-streams-smd>
56 add_test(NAME ss-smd-fi1 COMMAND lws-minimal-secure-streams-smd
59 add_test(NAME ss-smd-fi2 COMMAND lws-minimal-secure-streams-smd
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DCMakeLists.txt1 project(lws-minimal-secure-streams C)
8 set(SAMP lws-minimal-secure-streams)
20 add_executable(${SAMP} minimal-secure-streams.c)
48 $<TARGET_FILE:lws-minimal-secure-streams>)
50 add_test(NAME ss-warmcat COMMAND lws-minimal-secure-streams)
55 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
65 $<TARGET_FILE:lws-minimal-secure-streams>
70 $<TARGET_FILE:lws-minimal-secure-streams>
74 add_test(NAME ss-warmcat-fi1 COMMAND lws-minimal-secure-streams
77 add_test(NAME ss-warmcat-fi2 COMMAND lws-minimal-secure-streams
[all …]
/third_party/rust/crates/minimal-lexical/
DREADME.md1 minimal-lexical
4 …s is a minimal version of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to al…
6minimal-lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexica…
8 minimal-lexical is designed for fast compile times and small binaries sizes, at the expense of a mi…
31 minimal-lexical = "0.2"
47 // be handled by minimal-lexical, since we accept iterators
63 …://github.com/Alexhuszagh/minimal-lexical/blob/master/examples/simple.rs) for a simple, annotated …
67 For an in-depth explanation on the algorithms minimal-lexical uses, please see [lexical-core#string…
71 minimal-lexical is tested on a wide variety of platforms, including big and small-endian systems, t…
86 minimal-lexical should also work on a wide variety of other architectures and ISAs. If you have any…
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
DCMakeLists.txt1 project(lws-minimal-secure-streams-blob C)
8 set(SAMP lws-minimal-secure-streams-blob)
19 add_executable(${SAMP} minimal-secure-streams.c)
47 $<TARGET_FILE:lws-minimal-secure-streams>)
49 add_test(NAME ssblob-warmcat COMMAND lws-minimal-secure-streams)
54 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
76 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
82 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
92 add_test(NAME sspcblob-minimal COMMAND
94 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH})
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
DCMakeLists.txt1 project(lws-minimal-secure-streams-perf C)
8 set(SAMP lws-minimal-secure-streams-perf)
18 add_executable(${SAMP} minimal-secure-streams.c)
46 $<TARGET_FILE:lws-minimal-secure-streams-perf>)
48 add_test(NAME ssperf-warmcat COMMAND lws-minimal-secure-streams-perf)
53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
75 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
81 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
91 add_test(NAME ssperfpc-minimal COMMAND
93 $<TARGET_FILE:lws-minimal-secure-streams-perf-client> -i +${CTEST_SOCKET_PATH})
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
DCMakeLists.txt1 project(lws-minimal-secure-streams-hugeurl C)
8 set(SAMP lws-minimal-secure-streams-hugeurl)
18 add_executable(${SAMP} minimal-secure-streams.c)
46 $<TARGET_FILE:lws-minimal-secure-streams-hugeurl>)
48 add_test(NAME ss-warmcat-hurl COMMAND lws-minimal-secure-streams-hugeurl)
53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
75 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy>
81 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy>
91 add_test(NAME sspc-minimal-hurl COMMAND
93 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH})
[all …]
/third_party/libwebsockets/minimal-examples/ws-server/
DREADME.md3 minimal-ws-broker|Simple ws server with a publish / broker / subscribe architecture
4 minimal-ws-server-echo|Simple ws server that listens and echos back anything clients send
5 minimal-ws-server-pmd-bulk|Simple ws server showing how to pass bulk data with permessage-deflate
6 minimal-ws-server-pmd-corner|Corner-case tests for permessage-deflate
7 minimal-ws-server-pmd|Simple ws server with permessage-deflate support
8 minimal-ws-server-ring|Like minimal-ws-server but holds the chat in a multi-tail ringbuffer
9 minimal-ws-server-threadpool|Demonstrates how to use a worker thread pool with lws
10 minimal-ws-server-threads-smp|SMP ws server where data is produced by different threads with multip…
11 minimal-ws-server-threads|Simple ws server where data is produced by different threads
12 minimal-ws-server|Serves an index.html over http that opens a ws shared chat client in a browser
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
DCMakeLists.txt1 project(lws-minimal-secure-streams-testsfail C)
8 set(SAMP lws-minimal-secure-streams-testsfail)
18 add_executable(${SAMP} minimal-secure-streams-testsfail.c)
26 $<TARGET_FILE:lws-minimal-secure-streams-testsfail>)
28 add_test(NAME ss-tf COMMAND lws-minimal-secure-streams-testsfail)
33 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-tests…
52 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
58 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
69 $<TARGET_FILE:lws-minimal-secure-streams-testsfail-client> -i +${CTEST_SOCKET_PATH} -d1039)
71 …add_test(NAME sspc-minimaltf COMMAND lws-minimal-secure-streams-testsfail-client -i +${CTEST_SOCKE…
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
DCMakeLists.txt1 project(lws-minimal-http-server-eventlib-foreign C)
9 set(SAMP lws-minimal-http-server-eventlib-foreign)
10 set(SRCS minimal-http-server-eventlib-foreign.c)
137 …add_test(NAME hs_evlib_foreign_uv COMMAND lws-minimal-http-server-eventlib-foreign --uv -p ${PORT_…
141 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-fo…
145 …add_test(NAME hs_evlib_foreign_event COMMAND lws-minimal-http-server-eventlib-foreign --event -p $…
149 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-fo…
153 …add_test(NAME hs_evlib_foreign_ev COMMAND lws-minimal-http-server-eventlib-foreign --ev -p ${PORT_…
157 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-fo…
161 …add_test(NAME hs_evlib_foreign_glib COMMAND lws-minimal-http-server-eventlib-foreign --glib -p ${P…
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
DCMakeLists.txt1 project(lws-minimal-secure-streams-threads C)
19 add_executable(${PROJECT_NAME} minimal-secure-streams-threads.c)
28 $<TARGET_FILE:lws-minimal-secure-streams-threads>)
31 add_test(NAME ss-threads COMMAND lws-minimal-secure-streams-threads)
35 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-threa…
51 add_executable(${PROJECT_NAME}-client minimal-secure-streams-threads.c)
75 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy>
81 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy>
93 $<TARGET_FILE:lws-minimal-secure-streams-threads-client> -i +${CTEST_SOCKET_PATH})
95 …add_test(NAME sspcthreads_sspc COMMAND lws-minimal-secure-streams-threads-client -i +${CTEST_SOCKE…
[all …]
/third_party/rust/crates/clap/.github/workflows/
Drust-next.yml13 build: [stable, linux, windows, mac, nightly, minimal, default, next]
35 - build: minimal
38 features: "minimal"
56 profile: minimal
65 - name: Test (ultra-minimal)
66 if: matrix.build == 'minimal'
67 run: make test-minimal ARGS='--manifest-path Cargo.toml'
84 profile: minimal
106 profile: minimal
110 - name: Lint (ultra-minimal)
[all …]
Dci.yml25 build: [linux, windows, mac, minimal, default, next]
39 - build: minimal
42 features: "minimal"
60 profile: minimal
69 - name: Test (ultra-minimal)
70 if: matrix.build == 'minimal'
71 run: make test-minimal ARGS='--manifest-path Cargo.toml'
128 profile: minimal
143 profile: minimal
162 profile: minimal
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
DCMakeLists.txt1 project(lws-minimal-secure-streams-stress C)
8 set(SAMP lws-minimal-secure-streams-stress)
19 add_executable(${SAMP} minimal-secure-streams.c)
47 $<TARGET_FILE:lws-minimal-secure-streams-stress> -c 4 --budget 5)
49 add_test(NAME ssstress-warmcat COMMAND lws-minimal-secure-streams-stress -c 4 --budget 5)
54 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-stress
76 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
82 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
94 … $<TARGET_FILE:lws-minimal-secure-streams-stress-client> -i +${CTEST_SOCKET_PATH} -c 4 --budget 5)
96 …add_test(NAME sspc-minimalstress COMMAND lws-minimal-secure-streams-stress-client -i +${CTEST_SOCK…
[all …]
/third_party/libwebsockets/minimal-examples/ws-client/
DREADME.md3 minimal-ws-client|Simple client that connects to libwebsockets.org dumb increment protocol and demo…
4 minimal-ws-client-echo|Simple client that connects to a ws server and echos anything the server sen…
5 minimal-ws-client-ping|Ws ping test client
6 minimal-ws-client-pmd-bulk|Client that sends bulk multifragment data to the minimal-ws-server-pmd-b…
7 minimal-ws-client-rx|Connects to the dumb-increment-protocol wss server at https://libwebsockets.or…
8 minimal-ws-client-spam|Spams ws connections in parallel to a server for stability testing
9 minimal-ws-client-tx|Connects to the minimal-ws-broker example as a publisher, demonstrating sendin…
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
DCMakeLists.txt1 project(lws-minimal-secure-streams-sigv4 C)
8 set(SAMP lws-minimal-secure-streams-sigv4)
26 $<TARGET_FILE:lws-minimal-secure-streams-sigv4>)
28 add_test(NAME ss-sigv4 COMMAND lws-minimal-secure-streams-sigv4)
33 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4
52 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy>
58 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy>
70 $<TARGET_FILE:lws-minimal-secure-streams-sigv4-client> -i +${CTEST_SOCKET_PATH})
72 … add_test(NAME sspc-sigv4 COMMAND lws-minimal-secure-streams-sigv4-client -i +${CTEST_SOCKET_PATH})
75 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DPrefixTree.java68 * Returns the minimal prefix tree which includes all the paths in "include", and none of the
71 * minimal({ "123x", "456x" }, { "13xx", "459x" }, 0) == { "12", "456" }
72 * minimal({ "123x", "456x" }, {}, 0) == { "" }
73 * minimal({ "123x", "456x" }, {}, 1) == { "[14]" }
76 * <p>A minimal length can be specified to avoid creating prefixes that are "too short" for some
82 * minimal({ "12", "1234", "56" }, { "123", "5678" }) == { "12", "56" }
84 * This means that it may not always be true that {@code minimal(A, B).intersect(minimal(B, A))}
87 public static PrefixTree minimal(RangeTree include, RangeTree exclude, int minLength) { in minimal() method in PrefixTree
101 RangeTree minimal; in minimal() local
105 minimal = emit(root, RangeSpecification.empty(), RangeTree.empty(), minLength); in minimal()
[all …]
/third_party/libwebsockets/minimal-examples/raw/
DREADME.md3 minimal-raw-adopt-tcp|Shows how to have lws adopt an existing tcp socket something else had connect…
4 minimal-raw-adopt-udp|Shows how to create a udp socket and read and write on it
5 minimal-raw-fallback-http|Shows how to run a normal http(s) server that falls back to a specified r…
6 minimal-raw-file|Shows how to adopt a file descriptor (device node, fifo, file, etc) into the lws e…
7 minimal-raw-netcat|Writes stdin to a remote server and prints results on stdout
8 minimal-raw-proxy-fallback|Shows how to run a normal http(s) server that falls back to a proxied co…
9 minimal-raw-proxy|Shows how to set up a vhost so it listens for connections and proxies them to a s…
10 minimal-raw-vhost|Shows how to set up a vhost that listens and accepts RAW socket connections
/third_party/libwebsockets/minimal-examples/
DREADME.md3 client-server|Minimal examples providing client and server connections simultaneously
4 crypto|Minimal examples related to using lws crypto apis
5 dbus-server|Minimal examples showing how to integrate DBUS into lws event loop
6 http-client|Minimal examples providing an http client
7 http-server|Minimal examples providing an http server
8 raw|Minimal examples related to adopting raw file or socket descriptors into the event loop
9 secure-streams|Minimal examples related to the Secure Streams client api
10 ws-client|Minimal examples providing a ws client
11 ws-server|Minimal examples providing a ws server (and an http server)
21 `http-server/minimal-http-server`
[all …]
/third_party/libwebsockets/READMEs/
DREADME.crypto-apis.md83 …ples, can be found in [./minimal-examples/api-tests/api-test-gencrypto](https://libwebsockets.org/…
129 Minimal examples are provided in the form of commandline tools for JWK / JWS / JWE / x509 handling:
131 …- [JWK minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/m…
132 …- [JWS minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/m…
133 …- [JWE minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/m…
134 …- [X509 minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/
136 …amples, can be found in [./minimal-examples/api-tests/api-test-jose](https://libwebsockets.org/git…
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
DCMakeLists.txt1 project(lws-minimal-secure-streams-client-tx C)
8 set(SAMP lws-minimal-secure-streams-client-tx)
9 set(SRCS minimal-secure-streams-client-tx.c)
40 ssproxyctx $<TARGET_FILE:lws-minimal-secure-streams-proxy>
46 ssproxyctx $<TARGET_FILE:lws-minimal-secure-streams-proxy>
58 $<TARGET_FILE:lws-minimal-secure-streams-client-tx> -i +${CTEST_SOCKET_PATH})
60 …add_test(NAME sspc-minimaltx COMMAND lws-minimal-secure-streams-client-tx -i +${CTEST_SOCKET_PATH})
63 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-clien…
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
DCMakeLists.txt1 project(lws-minimal-secure-streams-post C)
8 set(SAMP lws-minimal-secure-streams-post)
18 add_executable(${SAMP} minimal-secure-streams-post.c)
28 $<TARGET_FILE:lws-minimal-secure-streams-post>
32 COMMAND lws-minimal-secure-streams-post)
36 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-post
52 add_executable(${SAMP}-client minimal-secure-streams-post.c)

12345678910>>...89