Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 51 for Refresh (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/troubleshooting-refresh-eclipse.png

    troubleshooting-refresh-eclipse.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 53.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            and: "re-execute the same build"
            resetExpectations()
            supplierInteractions.refresh('group:projectB:2.2', 'group:projectB:1.1')
            checkResolve "group:projectA:1.+": ["group:projectA:1.2", "didn't match version 2.0"], "group:projectB:latest.release": ["group:projectB:1.1", "didn't match version 2.2"]
    
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/CacheBuilder.java

            : expireAfterAccessNanos;
      }
    
      /**
       * Specifies that active entries are eligible for automatic refresh once a fixed duration has
       * elapsed after the entry's creation, or the most recent replacement of its value. The semantics
       * of refreshes are specified in {@link LoadingCache#refresh}, and are performed by calling {@link
       * CacheLoader#reload}.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                    logger.debug("update script by id: {}", source);
                }
                final String refresh = StringUtil.isNotBlank(fessConfig.getIndexReindexRefresh()) ? fessConfig.getIndexReindexRefresh() : null;
                try (CurlResponse response = ComponentUtil.getCurlHelper().post("/" + index + "/_update_by_query").param("refresh", refresh)
                        .param("max_docs", "1").body(source).execute()) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	return "dnsmessage.SOAResource{" +
    		"NS: " + r.NS.GoString() + ", " +
    		"MBox: " + r.MBox.GoString() + ", " +
    		"Serial: " + printUint32(r.Serial) + ", " +
    		"Refresh: " + printUint32(r.Refresh) + ", " +
    		"Retry: " + printUint32(r.Retry) + ", " +
    		"Expire: " + printUint32(r.Expire) + ", " +
    		"MinTTL: " + printUint32(r.MinTTL) + "}"
    }
    
    func unpackSOAResource(msg []byte, off int) (SOAResource, error) {
    	var ns Name
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  6. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

              "legendFormat": "{{endpoint}}",
              "refId": "A"
            }
          ],
          "title": "Replication Link Offline Duration (sec)",
          "type": "timeseries"
        }
      ],
      "refresh": "",
      "schemaVersion": 39,
      "tags": [
        "minio"
      ],
      "templating": {
        "list": [
          {
            "current": {
            },
            "datasource": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/replication/minio-replication-cluster.json

              "range": true,
              "refId": "A"
            }
          ],
          "title": "Total Failed Proxied Get Requests",
          "type": "timeseries"
        }
      ],
      "refresh": "",
      "schemaVersion": 39,
      "tags": [
        "minio"
      ],
      "templating": {
        "list": [
          {
            "current": {
            },
            "datasource": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:15:39 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  8. docs/metrics/prometheus/grafana/minio-dashboard.json

              "interval": "1m",
              "legendFormat": "[{{server}}]",
              "refId": "A"
            }
          ],
          "title": "Bucket Scans Started",
          "type": "timeseries"
        }
      ],
      "refresh": "",
      "schemaVersion": 39,
      "tags": [
        "minio"
      ],
      "templating": {
        "list": [
          {
            "current": {
              "selected": false,
              "text": "All",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  9. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    				if(this.data.core.to_open.length) {
    					$.each(this.data.core.to_open, function (i, val) {
    						_this.open_node(val, false, true);
    					});
    				}
    				this.__callback({});
    			},
    			refresh : function (obj) {
    				var _this = this;
    				this.save_opened();
    				if(!obj) { obj = -1; }
    				obj = this._get_node(obj);
    				if(!obj) { obj = -1; }
    				if(obj !== -1) { obj.children("UL").remove(); }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb/SmbSessionImpl.java

            final boolean doSigning = securityMode != 0 && !anonymous;
            long newSessId = 0;
            long curSessId = this.sessionId;
    
            synchronized ( trans ) {
                this.credentials.refresh();
                Subject s = this.credentials.getSubject();
                SSPContext ctx = createContext(trans, tdomain, negoResp, doSigning, s);
                while ( true ) {
                    token = createToken(ctx, token, s);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
Back to top