Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 73 for get$available (0.31 sec)

  1. api/openapi-spec/swagger.json

          "get": {
            "consumes": [
              "application/json",
              "application/yaml",
              "application/vnd.kubernetes.protobuf"
            ],
            "description": "get available API versions",
            "operationId": "getCoreAPIVersions",
            "produces": [
              "application/json",
              "application/yaml",
              "application/vnd.kubernetes.protobuf"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java

        //                                       ---------------
        protected final Map<String, PropertyGateway> _epgMap = newHashMap();
        {
            setupEpg(_epgMap, et -> ((WebConfig) et).getAvailable(), (et, vl) -> ((WebConfig) et).setAvailable(DfTypeUtil.toBoolean(vl)),
                    "available");
            setupEpg(_epgMap, et -> ((WebConfig) et).getBoost(), (et, vl) -> ((WebConfig) et).setBoost(DfTypeUtil.toFloat(vl)), "boost");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/exentity/ScheduledJob.java

        }
    
        public boolean isCrawlerJob() {
            return Constants.T.equals(getCrawler());
        }
    
        public boolean isEnabled() {
            return Constants.T.equals(getAvailable());
        }
    
        public boolean isRunning() {
            return ComponentUtil.getJobManager().findJobByUniqueOf(LaJobUnique.of(getId())).map(LaScheduledJob::isExecutingNow).orElse(false);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. pkg/registry/core/service/portallocator/allocator.go

    		// update metrics
    		r.metrics.incrementAllocationErrors("static")
    		return ErrAllocated
    	}
    
    	// update metrics
    	r.metrics.incrementAllocations("static")
    	r.metrics.setAllocated(r.Used())
    	r.metrics.setAvailable(r.Free())
    
    	return nil
    }
    
    // AllocateNext reserves one of the ports from the pool. ErrFull may
    // be returned if there are no ports left.
    func (r *PortAllocator) AllocateNext() (int, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 07:15:02 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  5. pkg/registry/core/service/ipallocator/bitmap.go

    		return ErrAllocated
    	}
    	// update metrics
    	r.metrics.incrementAllocations(label.String(), "static")
    	r.metrics.setAllocated(label.String(), r.Used())
    	r.metrics.setAvailable(label.String(), r.Free())
    
    	return nil
    }
    
    // AllocateNext reserves one of the IPs from the pool. ErrFull may
    // be returned if there are no addresses left.
    func (r *Range) AllocateNext() (net.IP, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 25 20:32:40 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java

            try {
                if (isWebCrawlingPath(configPath)) {
                    // web
                    final WebConfig wConfig = new WebConfig();
                    wConfig.setAvailable(Constants.T);
                    wConfig.setBoost(1.0f);
                    wConfig.setCreatedBy(username);
                    wConfig.setCreatedTime(now);
                    if (form.depth != null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  7. maven-compat/src/test/java/org/apache/maven/project/LegacyLocalRepositoryManager.java

            LocalArtifactResult result = new LocalArtifactResult(request);
            if (file.isFile()) {
                result.setFile(file);
                result.setAvailable(true);
            }
    
            return result;
        }
    
        public void add(RepositorySystemSession session, LocalArtifactRegistration request) {
            // noop
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 05:46:50 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. maven-core/src/test/java/org/apache/maven/project/LegacyLocalRepositoryManager.java

            LocalArtifactResult result = new LocalArtifactResult(request);
            if (file.isFile()) {
                result.setFile(file);
                result.setAvailable(true);
            }
    
            return result;
        }
    
        public void add(RepositorySystemSession session, LocalArtifactRegistration request) {
            // noop
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 07:40:37 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/util/GsaConfigParser.java

                    if (StringUtil.isNotBlank(webUrls)) {
                        webConfig = new WebConfig();
                        webConfig.setName("Default");
                        webConfig.setAvailable(true);
                        webConfig.setBoost(1.0f);
                        webConfig.setConfigParameter(StringUtil.EMPTY);
                        webConfig.setIntervalTime(1000);
                        webConfig.setNumOfThread(3);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/storage.k8s.io/v1alpha1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getStorageV1alpha1APIResources",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
                    "schema": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
Back to top