Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for modelos (0.03 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

      |   definition of these types
      |
    -->
    <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
      xml.namespace="http://maven.apache.org/POM/${version}"
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 03:07:35 UTC 2025
    - 133.3K bytes
    - Viewed (0)
  2. fastapi/routing.py

                    if annotation_is_pydantic_v1(model):
                        raise PydanticV1NotSupportedError(
                            "pydantic.v1 models are no longer supported by FastAPI."
                            f" In responses={{}}, please update {model}."
                        )
                    response_field = create_model_field(
                        name=response_name, type_=model, mode="serialization"
                    )
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 174.6K bytes
    - Viewed (0)
  3. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

    import org.apache.maven.model.DistributionManagement;
    import org.apache.maven.model.Exclusion;
    import org.apache.maven.model.Extension;
    import org.apache.maven.model.FileSet;
    import org.apache.maven.model.InputLocation;
    import org.apache.maven.model.IssueManagement;
    import org.apache.maven.model.License;
    import org.apache.maven.model.MailingList;
    import org.apache.maven.model.Model;
    import org.apache.maven.model.ModelBase;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Apr 03 11:21:39 UTC 2025
    - 99.2K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/bootstrap.min.js.map

    $(this._element).hasClass(CLASS_NAME_FADE)\n    const modalBody = this._dialog ? this._dialog.querySelector(SELECTOR_MODAL_BODY) : null\n\n    if (!this._element.parentNode ||\n        this._element.parentNode.nodeType !== Node.ELEMENT_NODE) {\n      // Don't move modal's DOM position\n      document.body.appendChild(this._element)\n    }\n\n    this._element.style.display = 'block'\n    this._element.removeAttribute('aria-hidden')\n    this._element.setAttribute('aria-modal', true)\n    this._element.setAttribute('role',...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 180.9K bytes
    - Viewed (0)
Back to top