Home
last modified time | relevance | path

Searched refs:holds (Results 201 – 225 of 24818) sorted by relevance

12345678910>>...993

/dports/editors/calligra/calligra-3.2.1/stage/templates/
H A DREADME1 The directory common_icons holds the identical icons for the templates of
4 The direcory common_desktop holds the identical desktop definitions for the
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/webidl/
H A DCSSLexer.webidl12 // An identifier. |text| holds the identifier text.
14 // A function token. |text| holds the function name. Note that the
18 // "@word". |text| holds "word", without the "@".
20 // "#word". |text| holds "word", without the "#".
37 // A URL. |text| holds the URL.
40 // holds the URL.
75 // If the token is a number, percentage, or dimension, this holds
/dports/lang/spidermonkey60/firefox-60.9.0/dom/webidl/
H A DCSSLexer.webidl12 // An identifier. |text| holds the identifier text.
14 // A function token. |text| holds the function name. Note that the
18 // "@word". |text| holds "word", without the "@".
20 // "#word". |text| holds "word", without the "#".
37 // A URL. |text| holds the URL.
40 // holds the URL.
75 // If the token is a number, percentage, or dimension, this holds
/dports/devel/boost-docs/boost_1_72_0/libs/context/src/asm/
H A Dmake_s390x_sysv_elf_gas.S54 # According to the ELF ABI, the register R2 holds the first arg.
55 # R2 also acts as the register which holds return value
56 # Register R3 holds the second, R4 the third so on.
89 # R2 holds the address of the context stack. When we return from the
/dports/devel/boost-python-libs/boost_1_72_0/libs/context/src/asm/
H A Dmake_s390x_sysv_elf_gas.S54 # According to the ELF ABI, the register R2 holds the first arg.
55 # R2 also acts as the register which holds return value
56 # Register R3 holds the second, R4 the third so on.
89 # R2 holds the address of the context stack. When we return from the
/dports/devel/boost-libs/boost_1_72_0/libs/context/src/asm/
H A Dmake_s390x_sysv_elf_gas.S54 # According to the ELF ABI, the register R2 holds the first arg.
55 # R2 also acts as the register which holds return value
56 # Register R3 holds the second, R4 the third so on.
89 # R2 holds the address of the context stack. When we return from the
/dports/net-im/dendrite/dendrite-0.5.1/vendor/gopkg.in/macaroon.v2/
H A DREADME.md27 // to its primary macaroon. Data1 holds the signature of the primary
49 // Id holds the id of the caveat. For first
50 // party caveats this holds the condition;
51 // for third party caveats this holds the encrypted
55 // VerificationId holds the verification id. If this is
59 // For third-party caveats, Location holds the
67 Caveat holds a first person or third party caveat.
76 Macaroon holds a macaroon. See Fig. 7 of
277 Trace holds all toperations involved in verifying a macaroon, and the root key
300 TraceOp holds one possible operation when verifying a macaroon.
[all …]
/dports/math/cvc4/CVC4-1.7/proofs/signatures/
H A Dexample-quant.plf38 (: (holds cln)
62 ; --- these should introduce (holds ...)
75 ; --- these should introduce (holds ...)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-latin1-0.3.1/src/Text/
H A DLatin1.hs58 holds _ = (< 256) . ord function
62 holds _ = all isLatin1 function
66 holds _ = TS.all isLatin1 function
70 holds _ = TL.all isLatin1 function
74 isLatin1 = holds IsLatin1
/dports/security/yara/yara-4.1.1/docs/modules/
H A Delf.rst127 The section holds information defined by the program, whose format
132 The section holds a symbol table.
136 The section holds a string table. An object file may have multiple
141 The section holds relocation entries.
145 The section holds a symbol hash table.
149 The section holds information for dynamic linking.
153 The section holds information that marks the file in some way.
161 The section holds relocation entries.
169 This section holds dynamic linking symbols.
/dports/net-im/purple-plugin-pack/purple-plugin-pack-2.8.0/mystatusbox/
H A Dmystatusbox.c110 GtkWidget **holds; in detach_per_account_boxes() local
116 holds = (GtkWidget*[]){gtkblist->headline_hbox->parent, gtkblist->treeview->parent, in detach_per_account_boxes()
122 for (i = 0; holds[i]; i++) in detach_per_account_boxes()
124 g_object_ref(G_OBJECT(holds[i])); in detach_per_account_boxes()
125 gtk_container_remove(GTK_CONTAINER(holds[i]->parent), holds[i]); in detach_per_account_boxes()
143 for (i = 0; holds[i]; i++) in detach_per_account_boxes()
144 g_object_unref(G_OBJECT(holds[i])); in detach_per_account_boxes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dclient_callback_impl.h123 virtual void AddHold(int holds) = 0;
138 virtual void AddHold(int holds) = 0;
159 virtual void AddHold(int holds) = 0;
268 void AddMultipleHolds(int holds) { stream_->AddHold(holds); } in AddMultipleHolds() argument
325 void AddMultipleHolds(int holds) { reader_->AddHold(holds); } in AddMultipleHolds() argument
358 void AddMultipleHolds(int holds) { writer_->AddHold(holds); } in AddMultipleHolds() argument
552 void AddHold(int holds) override { in AddHold() argument
553 callbacks_outstanding_.fetch_add(holds, std::memory_order_relaxed); in AddHold()
702 void AddHold(int holds) override { in AddHold() argument
703 callbacks_outstanding_.fetch_add(holds, std::memory_order_relaxed); in AddHold()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/docs/
H A DTypeDenotation.md31 0. `TENSOR` describes that a type holds a generic tensor using the standard TypeProto message.
32 1. `IMAGE` describes that a type holds an image. You can use dimension denotation to learn more ab…
33 2. `AUDIO` describes that a type holds an audio clip.
34 3. `TEXT` describes that a type holds a block of text.
/dports/lang/racket/racket-8.3/share/pkgs/redex-doc/redex/scribblings/
H A Dtut.scrbl44 @; holds for the result of 'exp'
441 @interaction/test[(judgment-holds
469 @interaction/test[(judgment-holds
493 (judgment-holds
498 (judgment-holds
503 (judgment-holds
906 (define (progress-holds? e)
973 (λ (p) (andmap progress-holds? p)))]
993 (λ (p) (andmap progress-holds? p)))
1016 (define (preservation-holds? e)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-doc/redex/scribblings/extended-exercises/
H A Dgc.rkt50 (judgment-holds (∈ σ_g σs_b))
56 (judgment-holds (∉ σ_g σs_b))
62 (judgment-holds (∉ σ_g σs_b))
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Ddafra.c21 doublereal holds[128]; in dafra_() local
294 dafgs_(holds); in dafra_()
342 dafws_(holds); in dafra_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Ddafra.c21 doublereal holds[128]; in dafra_() local
294 dafgs_(holds); in dafra_()
342 dafws_(holds); in dafra_()
/dports/security/gnutls/gnutls-3.6.16/doc/functions/
H A Dgnutls_x509_crt_list_verify8 @var{cert_list_length}: holds the number of certificate in cert_list
12 @var{CA_list_length}: holds the number of CA certificate in CA_list
14 @var{CRL_list}: holds a list of CRLs.
/dports/net/traefik/traefik-2.6.1/docs/content/reference/dynamic-configuration/
H A Dtraefik.containo.us_middlewaretcps.yaml37 description: MiddlewareTCPSpec holds the MiddlewareTCP configuration.
40 description: TCPInFlightConn holds the TCP in flight connection configuration.
47 description: TCPIPWhiteList holds the TCP ip white list configuration.
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/dex/server/internal/
H A Dtypes.proto3 // Package internal holds protobuf types used by the server
6 // RefreshToken is a message that holds refresh token data used by dex.
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/server/internal/
H A Dtypes.proto3 // Package internal holds protobuf types used by the server
6 // RefreshToken is a message that holds refresh token data used by dex.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/invalid/
H A Dinvalid-e_shnum.test1 ## Spec says that "If a file has no section header table, e_shnum holds the value zero.", though
2 ## in this test case it holds non-zero and lld used to crash.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/test/ELF/invalid/
H A Dinvalid-e_shnum.test1 ## Spec says that "If a file has no section header table, e_shnum holds the value zero.", though
2 ## in this test case it holds non-zero and lld used to crash.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/ELF/invalid/
H A Dinvalid-e_shnum.test1 ## Spec says that "If a file has no section header table, e_shnum holds the value zero.", though
2 ## in this test case it holds non-zero and lld used to crash.
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/test/ELF/invalid/
H A Dinvalid-e_shnum.test1 ## Spec says that "If a file has no section header table, e_shnum holds the value zero.", though
2 ## in this test case it holds non-zero and lld used to crash.

12345678910>>...993