Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 26 for wmls (0.04 sec)

  1. tests/integration/security/cacert_rotation/main_test.go

    		return false
    	}, retry.Timeout(5*time.Minute), retry.Delay(1*time.Second))
    	return lastUpdateTime
    }
    
    func getPodID(i echo.Instance) (string, error) {
    	wls, err := i.Workloads()
    	if err != nil {
    		return "", nil
    	}
    
    	for _, wl := range wls {
    		return wl.PodName(), nil
    	}
    
    	return "", fmt.Errorf("no workloads")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_waypoint.go

    	// 2. IP dispatch listener, handling both VIPs and direct pod IPs.
    	// 3. Encapsulation CONNECT listener, originating the tunnel
    	wls, wps := findWaypointResources(lb.node, lb.push)
    
    	listeners = append(listeners,
    		lb.buildWaypointInboundConnectTerminate(),
    		lb.buildWaypointInternal(wls, wps.orderedServices),
    		buildWaypointConnectOriginateListener())
    
    	return listeners
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.wbxml"/>
      </mime-type>
    
      <mime-type type="application/vnd.wap.wmlc">
        <_comment>Compiled WML Document</_comment>
        <glob pattern="*.wmlc"/>
      </mime-type>
    
      <mime-type type="application/vnd.wap.wmlscriptc">
        <_comment>Compiled WML Script</_comment>
        <glob pattern="*.wmlsc"/>
      </mime-type>
    
      <mime-type type="application/vnd.webturbo">
        <glob pattern="*.wtb"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm/armasm/plan9x.go

    	{VNMUL_EQ_F64, []int{2, 1, 0}, "VNMUL", "NMULD"},
    	{VMLA_EQ_F32, []int{2, 1, 0}, "VMLA", "MULAF"},
    	{VMLA_EQ_F64, []int{2, 1, 0}, "VMLA", "MULAD"},
    	{VMLS_EQ_F32, []int{2, 1, 0}, "VMLS", "MULSF"},
    	{VMLS_EQ_F64, []int{2, 1, 0}, "VMLS", "MULSD"},
    	{VNMLA_EQ_F32, []int{2, 1, 0}, "VNMLA", "NMULAF"},
    	{VNMLA_EQ_F64, []int{2, 1, 0}, "VNMLA", "NMULAD"},
    	{VNMLS_EQ_F32, []int{2, 1, 0}, "VNMLS", "NMULSF"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. tests/integration/pilot/istioctl_test.go

    				}
    				return nil
    			}, retry.Timeout(time.Second*20))
    		})
    }
    
    func getPodID(i echo.Instance) (string, error) {
    	wls, err := i.Workloads()
    	if err != nil {
    		return "", nil
    	}
    
    	for _, wl := range wls {
    		return wl.PodName(), nil
    	}
    
    	return "", fmt.Errorf("no workloads")
    }
    
    func TestProxyConfig(t *testing.T) {
    	// nolint: staticcheck
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.vividence.scriptfile",
    				"application/vnd.vsf",
    				"application/vnd.wap.sic",
    				"application/vnd.wap.slc",
    				"application/vnd.wap.wbxml",
    				"application/vnd.wap.wmlc",
    				"application/vnd.wap.wmlscriptc",
    				"application/vnd.webturbo",
    				"application/vnd.wfa.wsc",
    				"application/vnd.wmc",
    				"application/vnd.wmf.bootstrap",
    				"application/vnd.wordperfect",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"FMLS (by element)","Bits":"0|1|0|1|1|1|1|1|1|sz|L|M|Rm:4|0|1|0|1|H|0|Rn:5|Rd:5","Arch":"Scalar Scalar variant","Syntax":"FMLS <V><d>, <V><n>, <Vm>.<Ts>[<index>]","Code":"","Alias":""},
    {"Name":"FMLS (by element)","Bits":"0|Q|0|0|1|1|1|1|1|sz|L|M|Rm:4|0|1|0|1|H|0|Rn:5|Rd:5","Arch":"Vector Vector variant","Syntax":"FMLS <Vd>.<T>, <Vn>.<T>, <Vm>.<Ts>[<index>]","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	assertOrderedWaypoint := func(t *testing.T, network, address string, expected ...string) {
    		t.Helper()
    		wls := s.WorkloadsForWaypoint(model.WaypointKey{
    			Network:   network,
    			Addresses: []string{address},
    		})
    		wl := make([]string, len(wls))
    		for i, e := range wls {
    			wl[i] = e.ResourceName()
    		}
    		assert.Equal(t, wl, expected)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (CMOV(QEQ|QLE|QGE|QCC|QLS|LEQ|LLE|LGE|LCC|LLS|WEQ|WLE|WGE|WCC|WLS) _ x (FlagEQ)) => x
    (CMOV(QNE|QLT|QGT|QCS|QHI|LNE|LLT|LGT|LCS|LHI|WNE|WLT|WGT|WCS|WHI) y _ (FlagEQ)) => y
    (CMOV(QNE|QGT|QGE|QHI|QCC|LNE|LGT|LGE|LHI|LCC|WNE|WGT|WGE|WHI|WCC) _ x (FlagGT_UGT)) => x
    (CMOV(QEQ|QLE|QLT|QLS|QCS|LEQ|LLE|LLT|LLS|LCS|WEQ|WLE|WLT|WLS|WCS) y _ (FlagGT_UGT)) => y
    (CMOV(QNE|QGT|QGE|QLS|QCS|LNE|LGT|LGE|LLS|LCS|WNE|WGT|WGE|WLS|WCS) _ x (FlagGT_ULT)) => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/net/MediaType.java

       * Language</a>.
       *
       * @since 13.0
       */
      public static final MediaType WML_UTF_8 = createConstantUtf8(TEXT_TYPE, "vnd.wap.wml");
    
      /**
       * As described in <a href="http://www.ietf.org/rfc/rfc3023.txt">RFC 3023</a>, this constant
       * ({@code text/xml}) is used for XML documents that are "readable by casual users." {@link
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
Back to top