Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sis (0.08 sec)

  1. pilot/pkg/serviceregistry/kube/controller/serviceimportcache.go

    	}
    	return nil
    }
    
    func (ic *serviceImportCacheImpl) ImportedServices() []importedService {
    	sis := ic.serviceImports.List(metav1.NamespaceAll, klabels.Everything())
    
    	// Iterate over the ServiceImport resources in this cluster.
    	out := make([]importedService, 0, len(sis))
    
    	ic.RLock()
    	for _, si := range sis {
    		usi := si.(*unstructured.Unstructured)
    		info := importedService{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.symbian.install">
        <magic priority="50">
          <match value="0x10000419" type="little32" offset="8" />
        </magic>
        <glob pattern="*.sis"/>
        <glob pattern="*.sisx"/>
      </mime-type>
    
      <mime-type type="application/vnd.syncml+xml">
        <glob pattern="*.xsm"/>
      </mime-type>
      <mime-type type="application/vnd.syncml.dm+wbxml">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top