Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 32 for sois (0.09 sec)

  1. src/main/resources/fess_label_fr.properties

    labels.facet_timestamp_1day	=	Dernières 24 heures
    labels.facet_timestamp_1week	=	La semaine dernière
    labels.facet_timestamp_1month	=	Mois passé
    labels.facet_timestamp_1year	=	L'année passée
    labels.facet_timestamp_3month	=	3 derniers mois
    labels.facet_timestamp_6month	=	Les 6 derniers mois
    labels.facet_timestamp_2year	=	2 dernières années
    labels.facet_timestamp_3year	=	3 dernières années
    labels.facet_contentLength_title	=	Taille
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  2. docs/fr/docs/contributing.md

        some/directory/fastapi/env/bin/pip
        ```
    
        </div>
    
    Si celui-ci montre le binaire `pip` à `env/bin/pip`, alors ça a fonctionné. 🎉
    
    
    
    !!! tip
        Chaque fois que vous installez un nouveau paquet avec `pip` sous cet environnement, activez à nouveau l'environnement.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:07 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  3. docs/pt/docs/tutorial/handling-errors.md

    O **FastAPI** tem o seu próprio `HTTPException`.
    
    E a classe de erro `HTTPException` do **FastAPI** herda da classe de erro do `HTTPException` do Starlette.
    
    A diferença entre os dois é a de que o `HTTPException` do **FastAPI** permite que você adicione *headers* que serão incluídos nas *responses*.
    
    Esses *headers* são necessários/utilizados internamente pelo OAuth 2.0 e também por outras utilidades de segurança.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/config_test.go

    		"/livez/poststarthook/max-in-flight-filter",
    		"/livez/poststarthook/storage-object-count-tracker-hook",
    		"/livez/poststarthook/wrapping-post-start-hook",
    		"/metrics",
    		"/metrics/slis",
    		"/readyz",
    		"/readyz/delegate-health",
    		"/readyz/informer-sync",
    		"/readyz/log",
    		"/readyz/ping",
    		"/readyz/poststarthook/delegate-post-start-hook",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/config.go

    		}
    	}
    
    	if c.EnableMetrics {
    		if c.EnableProfiling {
    			routes.MetricsWithReset{}.Install(s.Handler.NonGoRestfulMux)
    			slis.SLIMetricsWithReset{}.Install(s.Handler.NonGoRestfulMux)
    		} else {
    			routes.DefaultMetrics{}.Install(s.Handler.NonGoRestfulMux)
    			slis.SLIMetrics{}.Install(s.Handler.NonGoRestfulMux)
    		}
    	}
    
    	routes.Version{Version: c.Version}.Install(s.Handler.GoRestfulContainer)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  6. docs/pt/docs/async.md

    ### Hambúrgueres concorrentes
    
    Você vai com seu _crush_ :heart_eyes: na lanchonete, fica na fila enquanto o caixa pega os pedidos das pessoas na sua frente.
    
    Então chega a sua vez, você pede dois saborosos hambúrgueres para você e seu _crush_ :heart_eyes:.
    
    Você paga.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  7. cmd/kube-controller-manager/app/controllermanager.go

    	logsapi "k8s.io/component-base/logs/api/v1"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	controllersmetrics "k8s.io/component-base/metrics/prometheus/controllers"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	"k8s.io/component-base/term"
    	"k8s.io/component-base/version"
    	"k8s.io/component-base/version/verflag"
    	genericcontrollermanager "k8s.io/controller-manager/app"
    	"k8s.io/controller-manager/controller"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 13:03:53 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/cluster_tls.go

    			return tls, userSupplied
    		}
    		// Update TLS settings for ISTIO_MUTUAL. Use client provided SNI if set. Otherwise,
    		// overwrite with the auto generated SNI. User specified SNIs in the istio mtls settings
    		// are useful when routing via gateways. Use Service Accounts if Subject Alt names
    		// are not specified in TLS settings.
    		sniToUse := tls.Sni
    		if len(sniToUse) == 0 {
    			sniToUse = sni
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  9. pkg/kubelet/server/server.go

    	"k8s.io/component-base/logs"
    	compbasemetrics "k8s.io/component-base/metrics"
    	metricsfeatures "k8s.io/component-base/metrics/features"
    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/prometheus/slis"
    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/cri-client/pkg/util"
    	podresourcesapi "k8s.io/kubelet/pkg/apis/podresources/v1"
    	podresourcesapiv1alpha1 "k8s.io/kubelet/pkg/apis/podresources/v1alpha1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, size_t nsops); }
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, struct stat *sb); }
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, union semun *arg); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
Back to top