Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 172 for camera (0.3 sec)

  1. .github/workflows/build.yml

              arch: ${{ matrix.api-level == '34' && 'x86_64' || 'x86' }}
              force-avd-creation: false
              emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
              disable-animations: false
              script: echo "Generated AVD snapshot for caching."
    
          - name: Run Tests
            uses: reactivecircus/android-emulator-runner@v2
            with:
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 01:51:50 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    "}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:befo...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"call_me_hand":                         "\U0001f919",
    	"calling":                              "\U0001f4f2",
    	"cambodia":                             "\U0001f1f0\U0001f1ed",
    	"camel":                                "\U0001f42b",
    	"camera":                               "\U0001f4f7",
    	"camera_flash":                         "\U0001f4f8",
    	"cameroon":                             "\U0001f1e8\U0001f1f2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z"/><rect width="1" height="3" x="6" y="2"/><rect width="1" height="3" x="13" y="2"/></svg>',camera:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10" cy="10.8" r="3.8"/><path fill="none" stroke="#000" d="M1,4.5 C0.7,4.5 0.5,4.7 0.5,5 L0.5,17 C0.5,17.3...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // call : 2014-12-18 Amazon Registry Services, Inc.
    call
    
    // calvinklein : 2015-07-30 PVH gTLD Holdings LLC
    calvinklein
    
    // cam : 2016-04-21 Cam Connecting SARL
    cam
    
    // camera : 2013-08-27 Binky Moon, LLC
    camera
    
    // camp : 2013-11-07 Binky Moon, LLC
    camp
    
    // canon : 2014-09-12 Canon Inc.
    canon
    
    // capetown : 2014-03-24 ZA Central Registry NPC trading as ZA Central Registry
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. tests/integration/security/sds_ingress/ingress_test.go

    						Certificate: ingressutil.TLSServerCertA,
    						CaCert:      ingressutil.CaCertA,
    					},
    					hostName: "testmtlsgateway-crl.example.com",
    					expectedResponse: ingressutil.ExpectedResponse{
    						StatusCode: http.StatusOK,
    					},
    					callType: ingressutil.Mtls,
    					tlsContext: ingressutil.TLSContext{
    						CaCert:     ingressutil.CaCertA,
    						PrivateKey: ingressutil.TLSClientKeyA,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  7. tests/integration/security/sds_ingress/util/util.go

    	Certificate: TLSServerCertA,
    	CaCert:      CaCertA,
    }
    
    var IngressCredentialServerKeyCertA = IngressCredential{
    	PrivateKey:  TLSServerKeyA,
    	Certificate: TLSServerCertA,
    }
    
    var IngressCredentialCaCertA = IngressCredential{
    	CaCert: CaCertA,
    }
    
    var IngressCredentialB = IngressCredential{
    	PrivateKey:  TLSServerKeyB,
    	Certificate: TLSServerCertB,
    	CaCert:      CaCertB,
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  8. platforms/core-runtime/base-services/src/main/java/org/gradle/api/Namer.java

        /**
         * A comparator implementation based on the names returned by the given namer.
         *
         * @param <T> The type of object that the namer can name
         */
        class Comparator<T> implements java.util.Comparator<T> {
    
            private final Namer<? super T> namer;
    
            public Comparator(Namer<? super T> namer) {
                this.namer = namer;
            }
    
            @Override
            public int compare(T o1, T o2) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/namer.go

    	// does not support names.
    	ObjectName(obj runtime.Object) (namespace, name string, err error)
    }
    
    type ContextBasedNaming struct {
    	Namer         runtime.Namer
    	ClusterScoped bool
    }
    
    // ContextBasedNaming implements ScopeNamer
    var _ ScopeNamer = ContextBasedNaming{}
    
    func (n ContextBasedNaming) Namespace(req *http.Request) (namespace string, err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 14 10:11:56 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/certs/certs_test.go

    				"front-proxy-ca.crt": caCert,
    				"front-proxy-ca.key": caKey,
    				"sa.pub":             publicKey,
    				"sa.key":             key,
    				"etcd/ca.crt":        caCert,
    				"etcd/ca.key":        caKey,
    			},
    			expectedErrors: 1,
    		},
    		{
    			name: "missing ca.key",
    			files: certstestutil.PKIFiles{
    				"ca.crt":             caCert,
    				"front-proxy-ca.crt": caCert,
    				"front-proxy-ca.key": caKey,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 31 21:49:21 UTC 2024
    - 23.3K bytes
    - Viewed (0)
Back to top