Home
last modified time | relevance | path

Searched refs:query_meta (Results 1 – 9 of 9) sorted by relevance

/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/
H A Dexample-encrypted-dns.toml251 # Tokens can be configured in the `query_meta` section of `dnscrypt-proxy` as
252 # `query_meta = ["token:..."]` -- Replace ... with the token to use by the client.
253 # Example: `query_meta = ["token:Y2oHkDJNHz"]`
H A DREADME.md104 Access control can be enabled in the `[access_control]` section and configured with the `query_meta
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/
H A Dtransport.py1430 query_meta = {}
1455 qh = query_meta[fd]
1480 qh = query_meta[fd]
1513 qh = query_meta[fd]
1520 del query_meta[fd]
1551 query_meta[qh.sock.reader_fd] = qh
1552 query_meta[qh.sock.writer_fd] = qh
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/
H A Dadapter.ex10 @type query_meta :: %{prefix: binary | nil, sources: tuple, preloads: term, select: map} type
137 …@callback execute(repo, query_meta, query, params :: list(), process | nil, options) :: result when
/dports/editors/neovim/neovim-0.6.1/src/nvim/lua/
H A Dtreesitter.c89 static struct luaL_Reg query_meta[] = { variable
129 build_meta(L, TS_META_QUERY, query_meta); in tslua_init()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/src/
H A Ddns.rs555 pub fn query_meta(packet: &mut Vec<u8>) -> Result<Option<String>, Error> { in query_meta() function
H A Dmain.rs227 match query_meta(&mut packet)? { in handle_client_query()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/dnscrypt-proxy/
H A Dexample-dnscrypt-proxy.toml287 # query_meta = ['key1:value1', 'key2:value2', 'token:MySecretToken']
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/
H A DChangeLog314 - A new option, `query_meta`, is now available to add optional records