Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for myModel (0.16 sec)

  1. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Object createTest() throws Exception; protected Object createTest(model.FrameworkMethod) throws Exception; protected String testName(model.FrameworkMethod); protected model.Statement methodBlock(model.FrameworkMethod); protected model.Statement methodInvoker(model.FrameworkMethod, Object); protected model.Statement possiblyExpectingExc(model.FrameworkMethod, Object, model.Statement); protected model.Statement withPotentialTimeout(model.FrameworkMethod, Object, model.Statement); protected model.Statement...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    `hashed_password`. To fix this, the declared `response_model` is cloned, if it is a Pydantic model class (or contains Pydantic model classes in it, e.g. in a `List[Item]`), the Pydantic model class(es) will be a different one (the "cloned" one). So, an object that is a subclass won't simply pass the validation and returned as-is, because it is no longer a sub-class of the cloned `response_model`. Instead, a new Pydantic model object will be created with the contents of the returned object. So, it will be a...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="model/vnd.flatland.3dml"/>
      <mime-type type="model/vnd.gdl">
        <glob pattern="*.gdl"/>
      </mime-type>
      <mime-type type="model/vnd.gs-gdl"/>
      <mime-type type="model/vnd.gs.gdl"/>
      <mime-type type="model/vnd.gtw">
        <glob pattern="*.gtw"/>
      </mime-type>
      <mime-type type="model/vnd.moml+xml"/>
      <mime-type type="model/vnd.mts">
        <glob pattern="*.mts"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Vendor0        uint16
    	Vendor1        uint16
    	Vendor2        uint16
    	Serial_no      [20]uint8
    	Buf_type       uint16
    	Buf_size       uint16
    	Ecc_bytes      uint16
    	Fw_rev         [8]uint8
    	Model          [40]uint8
    	Max_multsect   uint8
    	Vendor3        uint8
    	Dword_io       uint16
    	Vendor4        uint8
    	Capability     uint8
    	Reserved50     uint16
    	Vendor5        uint8
    	TPIO           uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-59597`](https://youtrack.jetbrains.com/issue/KT-59597) [K\N] Usage of instancetype in block return type crashes
    - [`KT-63287`](https://youtrack.jetbrains.com/issue/KT-63287) [K/N] Create test model for building/executing C-Interop tests
    - [`KT-63048`](https://youtrack.jetbrains.com/issue/KT-63048) K2 ObjC interop: Fields are not supported for Companion of subclass of ObjC type
    
    ### Native. ObjC Export
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.26.md

      allows Pods to request (claim) special kinds of resources, which can be available at node level, cluster
      level, or following any other model you implement.' ([#111023](https://github.com/kubernetes/kubernetes/pull/111023), [@pohly](https://github.com/pohly))
    - 'Container `preStop` and `postStart` lifecycle handlers using `httpGet` now
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation.go

    	allErrs = append(allErrs, ValidateNodeSpecificAnnotations(node.ObjectMeta.Annotations, fldPath.Child("annotations"))...)
    
    	// TODO: Enable the code once we have better core object.status update model. Currently,
    	// anyone can update node status.
    	// if !apiequality.Semantic.DeepEqual(node.Status, core.NodeStatus{}) {
    	// 	allErrs = append(allErrs, field.Invalid("status", node.Status, "must be empty"))
    	// }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    		lo = n.FrameOffset()
    		hi = lo + n.Type().Size()
    	}
    
    	// Zero final range.
    	Arch.ZeroRange(pp, p, frame+lo, hi-lo, &state)
    }
    
    // For generating consecutive jump instructions to model a specific branching
    type IndexJump struct {
    	Jump  obj.As
    	Index int
    }
    
    func (s *State) oneJump(b *ssa.Block, jump *IndexJump) {
    	p := s.Br(jump.Jump, b.Succs[jump.Index].Block())
    	p.Pos = b.Pos
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top