Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 455 for whatev (0.1 sec)

  1. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/artifact/MavenArtifactProperties.java

    1. /**
    2. * A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a
    3. * consumer project.
    4. * <p>
    5. * Note: This property is about "build path", whatever it means in the scope of the consumer project. It is NOT
    6. * about Java classpath or anything alike. How artifact is being consumed depends heavily on the consumer project.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. internal/s3select/select_test.go

    1. query: `SELECT synonyms from s3object s WHERE 'bar' IN s.synonyms[*] `,
    2. wantResult: `{"synonyms":["foo","bar","whatever"]}`,
    3. },
    4. {
    5. name: "donatello-1",
    6. query: `SELECT * from s3object s WHERE 'bar' in s.synonyms`,
    7. wantResult: `{"id":0,"title":"Test Record","desc":"Some text","synonyms":["foo","bar","whatever"]}`,
    8. },
    9. {
    10. name: "donatello-2",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/adminlte.min.css

    ,61,.8)}.bg-gradient-white>.card-header .btn-tool:hover,.bg-white>.card-header .btn-tool:hover,.card-white:not(.card-outline)>.card-header .btn-tool:hover{color:#1f2d3d}.card.bg-gradient-white .bootstrap-datetimepicker-widget .table td,.card.bg-gradient-white .bootstrap-datetimepicker-widget .table th,.card.bg-white .bootstrap-datetimepicker-widget .table td,.card.bg-white .bootstrap-datetimepicker-widget .table th{border:none}.card.bg-gradient-white .bootstrap-datetimepicker-widget table td.day...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 1.3M bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/10_contributor_bug_report.yml

    1. - type: textarea
    2. id: current-behavior
    3. attributes:
    4. label: Current Behavior
    5. description: Tell us what happens
    6. validations:
    7. required: true
    8. - type: textarea
    9. id: expected-behavior
    10. attributes:
    11. label: Expected Behavior
    12. description: Tell us what should happen
    13. validations:
    14. required: true
    15. - type: textarea
    16. id: context
    17. attributes:
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Mon Sep 09 14:48:49 UTC 2024
    - 3K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/smb1/AndXServerMessageBlock.java

    1. * necessarily populated with header data because they're not writing
    2. * the header, only their body. But for whatever reason one might wish
    3. * to populate fields if the writeXxx operation needs this header data
    4. * for whatever reason. I copy over the uid here so it appears correct
    5. * in logging output. Logging of andx segments of messages inadvertantly
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 11.3K bytes
    - Viewed (0)
  6. docs/en/docs/tutorial/dependencies/classes-as-dependencies.md

    1. ```
    2.  
    3. ////
    4.  
    5. The last `CommonQueryParams`, in:
    6.  
    7. ```Python
    8. ... Depends(CommonQueryParams)
    9. ```
    10.  
    11. ...is what **FastAPI** will actually use to know what is the dependency.
    12.  
    13. It is from this one that FastAPI will extract the declared parameters and that is what FastAPI will actually call.
    14.  
    15. ---
    16.  
    17. In this case, the first `CommonQueryParams`, in:
    18.  
    19. //// tab | Python 3.8+
    20.  
    21. ```Python
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/authorization/v1/generated.proto

    1. // "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups.
    2. // +optional
    3. repeated string resources = 3;
    4.  
    5. // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.
    6. // +optional
    7. repeated string resourceNames = 4;
    8. }
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/authorization/v1beta1/generated.proto

    1. // "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups.
    2. // +optional
    3. repeated string resources = 3;
    4.  
    5. // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.
    6. // +optional
    7. repeated string resourceNames = 4;
    8. }
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. ci/official/containers/linux_arm64/devel.usertools/wheel_verification.bats

    1. # limitations under the License.
    2. # ==============================================================================
    3. # Suite of verification tests for the SINGLE TensorFlow wheel in /tf/pkg
    4. # or whatever path is set as $TF_WHEEL.
    5.  
    6. setup_file() {
    7. cd /tf/pkg
    8. if [[ -z "$TF_WHEEL" ]]; then
    9. export TF_WHEEL=$(find /tf/pkg -iname "*.whl")
    10. fi
    11. }
    12.  
    13. teardown_file() {
    14. rm -rf /tf/venv
    15. }
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Jan 23 02:14:00 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  10. .github/ISSUE_TEMPLATE/bug_report.md

    1. <!--- Provide a general summary of the issue in the Title above -->
    2.  
    3. ## Expected Behavior
    4. <!--- If you're describing a bug, tell us what should happen -->
    5. <!--- If you're suggesting a change/improvement, tell us how it should work -->
    6.  
    7. ## Current Behavior
    8. <!--- If describing a bug, tell us what happens instead of the expected behavior -->
    9. <!--- If suggesting a change/improvement, explain the difference from current behavior -->
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jan 20 17:37:40 UTC 2022
    - 1.7K bytes
    - Viewed (0)
Back to top