Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 908 for resource1 (0.06 sec)

  1. compat/maven-embedder/src/test/java/org/apache/maven/cli/transfer/ConsoleMavenTransferListenerTest.java

    1. true));
    2. TransferResource resource =
    3. new TransferResource(null, null, "http://maven.org/test/test-resource", new File(""), null);
    4. resource.setContentLength(size - 1);
    5.  
    6. DefaultRepositorySystemSession session = new DefaultRepositorySystemSession(h -> false); // no close handle
    7.  
    8. // warm up
    9. test(listener, session, resource, 0);
    10.  
    11. for (int i = 1; i < size; i++) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/node/v1beta1/generated.proto

    1. import "k8s.io/apimachinery/pkg/api/resource/generated.proto";
    2. import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
    3. import "k8s.io/apimachinery/pkg/runtime/generated.proto";
    4. import "k8s.io/apimachinery/pkg/runtime/schema/generated.proto";
    5.  
    6. // Package-wide variables from generator "generated".
    7. option go_package = "k8s.io/api/node/v1beta1";
    8.  
    9. // Overhead structure represents the resource overhead associated with running a pod.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. istioctl/pkg/workload/workload.go

    1. Short: "Commands dealing with WorkloadGroup resources",
    2. Example: " istioctl x workload group create --name foo --namespace bar --labels app=foobar",
    3. }
    4. groupCmd.AddCommand(createCommand(ctx))
    5. return groupCmd
    6. }
    7.  
    8. func entryCommand(ctx cli.Context) *cobra.Command {
    9. entryCmd := &cobra.Command{
    10. Use: "entry",
    11. Short: "Commands dealing with WorkloadEntry resources",
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Aug 15 16:31:46 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/Cookie.kt

    1. * Otherwise, they are cross-site URLs.
    2. *
    3. * When a URL is requested, it may be in the context of another URL.
    4. *
    5. * * **Embedded resources like images and iframes** in browsers use the context as the page in
    6. * the address bar and the subject is the URL of an embedded resource.
    7. *
    8. * * **Potentially-destructive navigations such as HTTP POST calls** use the context as the page
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 06 04:12:05 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  5. CHANGELOG.md

    1. `NullPointerException` crashes in `Deflater`.
    2.  
    3. * Fix: Don't crash after a web socket fails its connection upgrade. We incorrectly released
    4. the web socket's connections back to the pool before their resources were cleaned up.
    5.  
    6. * Fix: Don't infinite loop when a received web socket message has self-terminating compressed
    7. data.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Thu Apr 18 01:31:39 UTC 2024
    - 21.4K bytes
    - Viewed (1)
  6. docs/distributed/samples/myminio-iam-info-openid.zip

    Location","s3:GetObject"],"Resource":["arn:aws:s3:::*"]}]},readwrite":{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Action":["s3:*"],"Resource":["arn:aws:s3:::*"]}]},writeonly":{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Action":["s3:PutObject"],"Resource":["arn:aws:s3:::*"]}]}} iam-assets/users.json {} iam-assets/groups.json {} iam-assets/svcaccts.json {"dillon-service-2":{"parent":"oCnAoSQFtdVQtKwrB73j","accessKey":"dillon-service-2","secretKey":"dillon-service-2","groups...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 17 16:45:46 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. .teamcity/subprojects.json

    1. {
    2. "name": "resources-http",
    3. "path": "platforms/software/resources-http",
    4. "unitTests": true,
    5. "functionalTests": true,
    6. "crossVersionTests": false
    7. },
    8. {
    9. "name": "resources-s3",
    10. "path": "platforms/software/resources-s3",
    11. "unitTests": true,
    12. "functionalTests": true,
    13. "crossVersionTests": false
    14. },
    15. {
    16. "name": "resources-sftp",
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Oct 23 22:33:41 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/service/RelatedContentService.java

    1. import org.dbflute.cbean.result.PagingResultBean;
    2. import org.dbflute.optional.OptionalEntity;
    3.  
    4. import jakarta.annotation.Resource;
    5.  
    6. public class RelatedContentService extends FessAppService {
    7.  
    8. @Resource
    9. protected RelatedContentBhv relatedContentBhv;
    10.  
    11. @Resource
    12. protected FessConfig fessConfig;
    13.  
    14. public List<RelatedContent> getRelatedContentList(final RelatedContentPager relatedContentPager) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/StringWagon.java

    1. throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException {
    2. Resource resource = inputData.getResource();
    3.  
    4. String content = expectedContent.get(resource.getName());
    5.  
    6. if (content != null) {
    7. resource.setContentLength(content.length());
    8. resource.setLastModified(System.currentTimeMillis());
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3K bytes
    - Viewed (0)
  10. docs/bucket/replication/setup_replication.sh

    1. "s3:PutReplicationConfiguration",
    2. "s3:ListBucket",
    3. "s3:ListBucketMultipartUploads",
    4. "s3:GetBucketLocation",
    5. "s3:GetBucketVersioning"
    6. ],
    7. "Resource": [
    8. "arn:aws:s3:::bucket"
    9. ]
    10. }
    11. ]
    12. }
    13. EOF
    14. mc admin policy create source repladmin-policy ./repladmin-policy-source.json
    15. cat ./repladmin-policy-source.json
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 26 05:07:25 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top