- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 364 for Brooks (0.15 seconds)
-
okhttp-tls/src/main/kotlin/okhttp3/tls/Certificates.kt
import okio.Buffer import okio.ByteString import okio.ByteString.Companion.toByteString /** * Decodes a multiline string that contains a [certificate][certificatePem] which is * [PEM-encoded][rfc_7468]. A typical input string looks like this: * * ``` * -----BEGIN CERTIFICATE----- * MIIBYTCCAQegAwIBAgIBKjAKBggqhkjOPQQDAjApMRQwEgYDVQQLEwtlbmdpbmVl * cmluZzERMA8GA1UEAxMIY2FzaC5hcHAwHhcNNzAwMTAxMDAwMDA1WhcNNzAwMTAx
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 2.8K bytes - Click Count (0) -
guava-gwt/test/com/google/common/collect/testing/google/Google.gwt.xml
for prod and one for tests. However, unlike our other packages, as of this writing it has test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packagesCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 19 16:02:36 GMT 2024 - 1.7K bytes - Click Count (0) -
docs/tr/docs/project-generation.md
- ๐พ SQL veritabanฤฑ olarak [PostgreSQL](https://www.postgresql.org). - ๐ frontend iรงin [React](https://react.dev). - ๐ TypeScript, hooks, Vite ve modern bir frontend stack'inin diฤer parรงalarฤฑnฤฑ kullanฤฑr. - ๐จ frontend component'leri iรงin [Tailwind CSS](https://tailwindcss.com) ve [shadcn/ui](https://ui.shadcn.com). - ๐ค Otomatik รผretilen bir frontend client.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.1K bytes - Click Count (0) -
README.md
## Overview * Full-Featured ORM * Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism, Single-table inheritance) * Hooks (Before/After Create/Save/Update/Delete/Find) * Eager loading with `Preload`, `Joins` * Transactions, Nested Transactions, Save Point, RollbackTo to Saved Point * Context, Prepared Statement Mode, DryRun Mode
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Thu Oct 30 09:30:20 GMT 2025 - 1.8K bytes - Click Count (0) -
guava-gwt/test/com/google/common/collect/testing/Testing.gwt.xml
for prod and one for tests. However, unlike our other packages, as of this writing it has test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packagesCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Jul 19 16:02:36 GMT 2024 - 1.7K bytes - Click Count (0) -
docs/de/docs/project-generation.md
- ๐พ [PostgreSQL](https://www.postgresql.org) als SQL-Datenbank. - ๐ [React](https://react.dev) fรผr das Frontend. - ๐ Verwendung von TypeScript, Hooks, Vite und anderen Teilen eines modernen Frontend-Stacks. - ๐จ [Tailwind CSS](https://tailwindcss.com) und [shadcn/ui](https://ui.shadcn.com) fรผr die Frontend-Komponenten. - ๐ค Ein automatisch generierter Frontend-Client.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/pt/docs/project-generation.md
- ๐พ [PostgreSQL](https://www.postgresql.org) como banco de dados SQL. - ๐ [React](https://react.dev) para o frontend. - ๐ Usando TypeScript, hooks, Vite, e outras partes de uma _stack_ frontend moderna. - ๐จ [Tailwind CSS](https://tailwindcss.com) e [shadcn/ui](https://ui.shadcn.com) para os componentes de frontend. - ๐ค Um cliente frontend automaticamente gerado.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 2.1K bytes - Click Count (0) -
internal/config/dns/dns_path.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package dns import ( "path" "strings" "github.com/miekg/dns" ) // msgPath converts a domainname to an etcd path. If s looks like service.staging.skydns.local., // the resulting key will be /skydns/local/skydns/staging/service . func msgPath(s, prefix string) string { l := dns.SplitDomainName(s) for i, j := 0, len(l)-1; i < j; i, j = i+1, j-1 {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Aug 28 17:31:12 GMT 2025 - 1.9K bytes - Click Count (0) -
guava-gwt/src/com/google/common/net/Net.gwt.xml
for prod and one for tests. However, unlike our other packages, as of this writing it has test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packagesCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Feb 21 16:12:41 GMT 2025 - 1.8K bytes - Click Count (0) -
docs/ko/docs/project-generation.md
- ๐ FastAPI์ ์ํด ์ฌ์ฉ๋๋, ๋ฐ์ดํฐ ๊ฒ์ฆ๊ณผ ์ค์ ๊ด๋ฆฌ๋ฅผ ์ํ [Pydantic](https://docs.pydantic.dev). - ๐พ SQL ๋ฐ์ดํฐ๋ฒ ์ด์ค๋ก์์ [PostgreSQL](https://www.postgresql.org). - ๐ ํ๋ก ํธ์๋๋ฅผ ์ํ [React](https://react.dev). - ๐ TypeScript, hooks, Vite ๋ฐ ๊ธฐํ ํ๋์ ์ธ ํ๋ก ํธ์๋ ์คํ์ ์ฌ์ฉ. - ๐จ ํ๋ก ํธ์๋ ์ปดํฌ๋ํธ๋ฅผ ์ํ [Tailwind CSS](https://tailwindcss.com) ๋ฐ [shadcn/ui](https://ui.shadcn.com). - ๐ค ์๋์ผ๋ก ์์ฑ๋ ํ๋ก ํธ์๋ ํด๋ผ์ด์ธํธ. - ๐งช End-to-End ํ ์คํธ๋ฅผ ์ํ [Playwright](https://playwright.dev).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 2.3K bytes - Click Count (0)