Home
last modified time | relevance | path

Searched +refs:destructure +refs:public +refs:key (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/databases/pgloader3/ironclad-v0.54/
H A DREADME.org1100 (make-public-key :curve448 &key y) => public-key
1101 (make-public-key :dsa &key p q g y) => public-key
1102 (make-public-key :ed25519 &key y) => public-key
1103 (make-public-key :ed448 &key y) => public-key
1105 (make-public-key :rsa &key e n) => public-key
1106 (make-public-key :secp256k1 &key y) => public-key
1159 The [[destructure-public-key][destructure-public-key]] and [[destructure-private-key][destructure-p…
1162 #+NAME: destructure-public-key
1164 (destructure-public-key public-key) => plist
1171 #+NAME: destructure-private-key
[all …]
H A DNEWS33 The prime factors (p and q) of the modulus of a RSA private key can be
34 retreived using the rsa-key-prime-p and rsa-key-prime-q functions.
42 Added the bcrypt and bcrypt-pbkdf key derivation functions.
96 Added the HMAC-KDF key derivation function.
106 Added the Argon2d key derivation function (without parallelism).
171 addition to public or private keys).
289 Added the make-message, destructure-message, make-signature and
290 destructure-signature functions allowing to manage the elements of
294 Added the destructure-public-key and destructure-private-key functions
296 make-public-key and make-private-key).
[all …]
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/repo/
H A Dsupervisor.ex107 destructure [username, password], info.userinfo && String.split(info.userinfo, ":")
133 {key, value}, acc when key in @integer_url_query_params ->
134 [{String.to_atom(key), parse_integer!(key, value, url)}] ++ acc
136 {key, _value}, _acc ->
137 raise Ecto.InvalidURLError, url: url, message: "unsupported query parameter `#{key}`"
141 defp parse_integer!(key, value, url) do
146 …dURLError, url: url, message: "can not parse value `#{value}` for parameter `#{key}` as an integer"
157 :ets.new(repo, [:set, :public, :named_table, read_concurrency: true])
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dclojurecomplete.vim12destructure","disj!","disj","dissoc!","dissoc","distinct","distinct?","do","doall","dorun","doseq"…
14 " Simple word completion for special forms and public vars in clojure.core
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dclojurecomplete.vim12destructure","disj!","disj","dissoc!","dissoc","distinct","distinct?","do","doall","dorun","doseq"…
14 " Simple word completion for special forms and public vars in clojure.core
/dports/lang/fennel/fennel-1.0.0/
H A Dapi.md37 Note that only the `fennel` module is part of the public API. The
310 tables must have balanced key/value pairs, and including comments
313 metatable instead, keyed by the key or value they were attached to.
333 declared with `fn` or `λ/lambda` will use the created function as a key on
335 The metadata table is weakly-referenced by key, so each function's metadata will
343 * `fennel.metadata:get(func, key)`: get a value from a function's metadata
344 * `fennel.metadata:set(func, key, val)`: set a metadata value
372 referenced by the function itself as a key.
414 * `destructure`
416 The `destructure` extension point is different because instead of just
[all …]
H A Dfrom-clojure.md174 table contains a nil value at this key". And setting key to a `nil` in
182 the `.` form in cases where you can't destructure: `(. tbl key)`.
187 (when-not (contains? my-other-map some-key)
194 (when (= nil (. my-other-map some-key))
291 (doseq [[k v] {:key "value" :other-key "SHINY"}]
297 (each [k v (pairs {:key "value" :other-key "SHINY"})]
321 (into {} (for [[k v] {:key "value" :other-key "SHINY"}]
323 ; => {:key "prefix:value" :other-key "prefix:SHINY"}
331 (collect [k v (pairs {:key "value" :other-key "SHINY"})]
333 ; => {:key "prefix:value" :other-key "prefix:SHINY"}
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dkernel.ex3610 iex> destructure([x, y, z], [1, 2, 3, 4, 5])
3618 iex> destructure([x, y, z], [1])
3626 destructure([^x, y, z], [1, 2, 3])
3632 defmacro destructure(left, right) when is_list(left) do macro
3634 unquote(left) = Kernel.Utils.destructure(unquote(right), unquote(length(left)))
3926 public `function` with the given `arity`, otherwise `false`.
3952 public `macro` with the given `arity`, otherwise `false`.
4491 Defines a public function with the given name and body.
4655 Defines a public macro with the given name and body.
4843 use the `@opaque` attribute. Structs whose internal structure is public should
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dkernel.ex3740 iex> destructure([x, y, z], [1, 2, 3, 4, 5])
3748 iex> destructure([x, y, z], [1])
3756 destructure([^x, y, z], [1, 2, 3])
3762 defmacro destructure(left, right) when is_list(left) do macro
3764 unquote(left) = Kernel.Utils.destructure(unquote(right), unquote(length(left)))
4056 public `function` with the given `arity`, otherwise `false`.
4082 public `macro` with the given `arity`, otherwise `false`.
4631 Defines a public function with the given name and body.
4795 Defines a public macro with the given name and body.
5193 than the original: a public function can be overridden by a private
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/src/
H A Dch20-03-graceful-shutdown-and-cleanup.md93 variant out and leaves `None` in its place. We’re using `if let` to destructure
101 the bad news is this code doesn’t function the way we want it to yet. The key
271 * Add more documentation to `ThreadPool` and its public methods.
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DDashboardPage.0e38943fa459e872fe93.js.map1public/app/core/hooks/useQueryParams.ts","webpack://grafana/./public/app/features/alerting/unified…
H A Dreact-monaco-editor.0e38943fa459e872fe93.js.map1key, value) {\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n …
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-data/peer/umd/
H A Dvis-data.min.js.map1key.js","../../node_modules/core-js-pure/internals/object-get-own-property-names-external.js","../…
H A Dvis-data.js.map1key.js","../../node_modules/core-js-pure/internals/object-create.js","../../node_modules/core-js-p…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-data/standalone/esm/
H A Dvis-data.min.js.map1key.js","../../node_modules/core-js-pure/internals/object-get-own-property-names-external.js","../…
H A Dvis-data.js.map1key.js","../../node_modules/core-js-pure/internals/object-create.js","../../node_modules/core-js-p…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-data/standalone/umd/
H A Dvis-data.min.js.map1key.js","../../node_modules/core-js-pure/internals/object-get-own-property-names-external.js","../…
H A Dvis-data.js.map1key.js","../../node_modules/core-js-pure/internals/object-create.js","../../node_modules/core-js-p…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-data/peer/esm/
H A Dvis-data.min.js.map1key.js","../../node_modules/core-js-pure/internals/object-get-own-property-names-external.js","../…
H A Dvis-data.js.map1key.js","../../node_modules/core-js-pure/internals/object-create.js","../../node_modules/core-js-p…
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/js/dist/
H A DadditionalScripts.js.map1key","bind","n","object","property","prototype","hasOwnProperty","p","s","__webpack_public_path__"…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-data/dist/
H A Desm.js.map1key.js","../node_modules/core-js-pure/internals/object-create.js","../node_modules/core-js-pure/in…
H A Dumd.js.map1key.js","../node_modules/core-js-pure/internals/object-create.js","../node_modules/core-js-pure/in…
/dports/graphics/qgis/qgis-3.22.3/resources/server/api/ogc/static/landingpage/js/
H A Dchunk-vendors.573fc8d0.js.map1key.js","webpack:///./node_modules/core-js/modules/es.array.slice.js","webpack:///./node_modules/c…
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/server/api/ogc/static/landingpage/js/
H A Dchunk-vendors.450afea6.js.map1key.js","webpack:///./node_modules/core-js/modules/es.array.slice.js","webpack:///./node_modules/c…

12345678