Home
last modified time | relevance | path

Searched refs:allString (Results 26 – 50 of 67) sorted by relevance

123

/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/strings/
H A Dreplace_test.go206 allString := string(allBytes)
208 allString, "[all]",
213 testCase{genAll, allString, "[all]"},
214 testCase{genAll, "a\xff" + allString + "\x00", "a[ff][all][00]"},
/dports/lang/gcc9/gcc-9.4.0/libgo/go/strings/
H A Dreplace_test.go206 allString := string(allBytes)
208 allString, "[all]",
213 testCase{genAll, allString, "[all]"},
214 testCase{genAll, "a\xff" + allString + "\x00", "a[ff][all][00]"},
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/strings/
H A Dreplace_test.go206 allString := string(allBytes)
208 allString, "[all]",
213 testCase{genAll, allString, "[all]"},
214 testCase{genAll, "a\xff" + allString + "\x00", "a[ff][all][00]"},
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_in.cpp315 bool allString = true; in operationType() local
324 allString = false; in operationType()
330 if (allString) in operationType()
H A Dfunc_between.cpp292 bool allString = true; in operationType() local
308 allString = false; in operationType()
312 if (allString) in operationType()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunc_in.cpp315 bool allString = true; in operationType() local
324 allString = false; in operationType()
330 if (allString) in operationType()
H A Dfunc_between.cpp292 bool allString = true; in operationType() local
308 allString = false; in operationType()
312 if (allString) in operationType()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/util/
H A DMemory.java61 public static String allString() in allString() method in Memory
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/misspell/
H A Dstringreplacer_test.gox207 allString := string(allBytes)
209 allString, "[all]",
214 testCase{genAll, allString, "[all]"},
215 testCase{genAll, "a\xff" + allString + "\x00", "a[ff][all][00]"},
/dports/security/vault/vault-1.8.2/vendor/github.com/client9/misspell/
H A Dstringreplacer_test.gox207 allString := string(allBytes)
209 allString, "[all]",
214 testCase{genAll, allString, "[all]"},
215 testCase{genAll, "a\xff" + allString + "\x00", "a[ff][all][00]"},
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/misspell/
H A Dstringreplacer_test.gox207 allString := string(allBytes)
209 allString, "[all]",
214 testCase{genAll, allString, "[all]"},
215 testCase{genAll, "a\xff" + allString + "\x00", "a[ff][all][00]"},
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/misspell/
H A Dstringreplacer_test.gox207 allString := string(allBytes)
209 allString, "[all]",
214 testCase{genAll, allString, "[all]"},
215 testCase{genAll, "a\xff" + allString + "\x00", "a[ff][all][00]"},
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/webauthn-lib/src/AttestationStatement/
H A DAppleAttestationStatementSupport.php60 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with at …
H A DFidoU2FAttestationStatementSupport.php60 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with one…
H A DAndroidKeyAttestationStatementSupport.php66 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with at …
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/webauthn-lib/src/AttestationStatement/
H A DFidoU2FAttestationStatementSupport.php60 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with one…
H A DAppleAttestationStatementSupport.php61 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with at …
H A DAndroidKeyAttestationStatementSupport.php66 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with at …
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/web-auth/webauthn-lib/src/AttestationStatement/
H A DFidoU2FAttestationStatementSupport.php68 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with one…
H A DAndroidKeyAttestationStatementSupport.php72 …Assertion::allString($certificates, 'The attestation statement value "x5c" must be a list with at …
/dports/graphics/digikam/digikam-7.4.0/core/app/items/utils/
H A Dcontextmenuhelper.cpp916 QString allString = i18nc("@action: context menu", "All Albums"); in addAlbumCheckUncheckActions() local
926 allString = i18nc("@action: context menu", "All Tags"); in addAlbumCheckUncheckActions()
933 selectTagsMenu->addAction(allString, d->albumModel, SLOT(checkAllAlbums())); in addAlbumCheckUncheckActions()
943 deselectTagsMenu->addAction(allString, d->albumModel, SLOT(resetAllCheckedAlbums())); in addAlbumCheckUncheckActions()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dconversions.go107 } else if isInteger(x.typ) && allString(T) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dconversions.go103 } else if isInteger(x.typ) && allString(T) {
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/webauthn-lib/src/
H A DServer.php195 Assertion::allString($securedRelyingPartyId, 'Invalid list. Shall be a list of strings');
/dports/devel/govendor/govendor-1.0.9-6-gc5ee5dc/vendorfile/
H A Dfile.go84 func allString(all map[string]interface{}) string { func

123