Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for baby (0.07 sec)

  1. pkg/proxy/conntrack/conntrack.go

    		// These stale udp connection will keep black hole traffic. Making this a best effort operation for now, since it
    		// is expensive to baby-sit all udp connections to kubernetes services.
    		return fmt.Errorf("error deleting connection tracking state for UDP service IP: %s, error: %v", ip, err)
    	}
    	return nil
    }
    
    // ClearEntriesForPort is part of Interface
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:09:05 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    three-legged stool in the middle, nursing a baby; the cook was
    leaning over the fire, stirring a large cauldron which seemed to
    be full of soup.
    
      `There's certainly too much pepper in that soup!' Alice said to
    herself, as well as she could for sneezing.
    
      There was certainly too much of it in the air.  Even the
    Duchess sneezed occasionally; and as for the baby, it was
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    three-legged stool in the middle, nursing a baby; the cook was
    leaning over the fire, stirring a large cauldron which seemed to
    be full of soup.
    
      `There's certainly too much pepper in that soup!' Alice said to
    herself, as well as she could for sneezing.
    
      There was certainly too much of it in the air.  Even the
    Duchess sneezed occasionally; and as for the baby, it was
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"axe":                                  "\U0001fa93",
    	"azerbaijan":                           "\U0001f1e6\U0001f1ff",
    	"b":                                    "\U0001f171\ufe0f",
    	"baby":                                 "\U0001f476",
    	"baby_bottle":                          "\U0001f37c",
    	"baby_chick":                           "\U0001f424",
    	"baby_symbol":                          "\U0001f6bc",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  5. src/main/webapp/css/font-awesome.min.css

    dio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{conte...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  6. src/main/webapp/css/admin/font-awesome.min.css

    dio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{conte...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  7. docs/pl/docs/features.md

    Oznacza to, że w wielu przypadkach możesz przekazać ten sam obiekt, który otrzymasz z żądania **bezpośrednio do bazy danych**, ponieważ wszystko jest walidowane automatycznie.
    
    Działa to również w drugą stronę, w wielu przypadkach możesz po prostu przekazać obiekt otrzymany z bazy danych **bezpośrednio do klienta**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. .mailmap

    # duplicates that aren't also email duplicates): scan the output of:
    #   git log --format='%aE - %aN' | sort -uf
    #
    # For explanation on this file format: man git-shortlog
    
    Anand Babu (AB) Periasamy <******@****.***> Anand Babu (AB) Periasamy <******@****.***>
    Anand Babu (AB) Periasamy <******@****.***> <******@****.***>
    Anis Elleuch <******@****.***>
    Frederick F. Kautz IV <******@****.***> <******@****.***>
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Apr 09 18:39:42 UTC 2019
    - 835 bytes
    - Viewed (0)
  9. src/regexp/testdata/basic.dat

    E	(a|b)*c|(a|ab)*c		abc	(0,3)(1,2)
    E	(a|b)*c|(a|ab)*c		xc	(1,2)
    E	(.a|.b).*|.*(.a|.b)		xa	(0,2)(0,2)
    E	a?(ab|ba)ab			abab	(0,4)(0,2)
    E	a?(ac{0}b|ba)ab			abab	(0,4)(0,2)
    E	ab|abab				abbabab	(0,2)
    E	aba|bab|bba			baaabbbaba	(5,8)
    E	aba|bab				baaabbbaba	(6,9)
    E	(aa|aaa)*|(a|aaaaa)		aa	(0,2)(0,2)
    E	(a.|.a.)*|(a|.a...)		aa	(0,2)(0,2)
    E	ab|a				xabc	(1,3)
    E	ab|a				xxabc	(2,4)
    Ei	(Ab|cD)*			aBcD	(0,4)(2,4)
    BE	[^-]			--a		(2,3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 8.4K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    avianca
    
    // aws : 2015-06-25 AWS Registry LLC
    aws
    
    // axa : 2013-12-19 AXA Group Operations SAS
    axa
    
    // azure : 2014-12-18 Microsoft Corporation
    azure
    
    // baby : 2015-04-09 XYZ.COM LLC
    baby
    
    // baidu : 2015-01-08 Baidu, Inc.
    baidu
    
    // banamex : 2015-07-30 Citigroup Inc.
    banamex
    
    // bananarepublic : 2015-07-31 The Gap, Inc.
    bananarepublic
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top