Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 3,230 for para1 (0.04 sec)

  1. src/mdo/reader-stax.vm

            }
    #end
            return tagName;
        }
    
        /**
         * Method checkUnknownAttribute.
         *
         * @param parser a parser object.
         * @param strict a strict object.
         * @param tagName a tagName object.
         * @param attribute a attribute object.
         * @throws XMLStreamException XMLStreamException if
         * any.
         * @throws IOException IOException if any.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  2. docs/pt/docs/deployment/docker.md

        Clique nos números das bolhas para ver o que cada linha faz.
    
    Um **estágio do Docker** é uma parte de um `Dockerfile` que funciona como uma **imagem temporária do contêiner** que só é usada para gerar alguns arquivos para serem usados posteriormente.
    
    O primeiro estágio será usado apenas para **instalar Poetry** e para **gerar o `requirements.txt`** com as dependências do seu projeto a partir do arquivo `pyproject.toml` do Poetry.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  3. src/main/java/jcifs/SmbTransportPool.java

                boolean exclusive );
    
    
        /**
         * @param tc
         *            context to use
         * @param address
         * @param port
         * @param localAddr
         * @param localPort
         * @param hostName
         * @param exclusive
         *            whether to acquire an unshared connection
         * @param forceSigning
         *            whether to enforce SMB signing on this connection
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 17 09:02:44 UTC 2020
    - 6.3K bytes
    - Viewed (0)
  4. plugin.xml

    			<param name="repo.url" value="${maven.release.repo.url}" />
    			<param name="plugin.groupId" value="org/codelibs/opensearch" />
    			<param name="plugin.name.prefix" value="opensearch-" />
    			<param name="plugin.name" value="configsync" />
    			<param name="plugin.version" value="2.14.0" />
    			<param name="plugin.zip.version" value="2.14.0" />
    		</antcall>
    		<!-- minhash -->
    		<antcall target="install.plugin">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 16 07:10:50 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/DefaultIvyContextManagerTest.groovy

            then:
            1 * action1.execute(_) >> { Ivy param ->
                ivy = param
                manager.withIvy(transformer)
            }
            1 * transformer.transform(_) >> { Ivy param ->
                assert param.is(ivy)
                manager.withIvy(action2)
            }
            1 * action2.execute(_) >> { Ivy param ->
                assert param.is(ivy)
            }
            0 * _._
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  6. module.xml

    			<param name="module.groupId" value="org/codelibs/opensearch/module" />
    			<param name="module.name.prefix" value="" />
    			<param name="module.name" value="mapper-extras" />
    			<param name="module.version" value="${opensearch.version}" />
    			<param name="module.zip.version" value="${opensearch.version}" />
    		</antcall>
    		<!-- reindex -->
    		<antcall target="install.module">
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 16 07:10:50 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  7. tests/main.py

    
    @app.get("/path/param-min_maxlength/{item_id}")
    def get_path_param_min_max_length(item_id: str = Path(max_length=3, min_length=2)):
        return item_id
    
    
    @app.get("/path/param-gt/{item_id}")
    def get_path_param_gt(item_id: float = Path(gt=3)):
        return item_id
    
    
    @app.get("/path/param-gt0/{item_id}")
    def get_path_param_gt0(item_id: float = Path(gt=0)):
        return item_id
    
    
    @app.get("/path/param-ge/{item_id}")
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. maven-api-impl/pom.xml

                  <params>
                    <param>forcedIOModelVersion=1.2.0</param>
                    <param>packageModelV3=org.apache.maven.settings</param>
                    <param>packageModelV4=org.apache.maven.api.settings</param>
                    <param>packageToolV4=org.apache.maven.settings.v4</param>
                    <param>locationTracking=true</param>
                    <param>generateLocationClasses=true</param>
                  </params>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  9. platforms/core-runtime/logging-api/src/main/java/org/gradle/api/logging/Logger.java

         * Logs the given message at the given log level.
         *
         * @param level the log level.
         * @param message the log message.
         */
        void log(LogLevel level, String message);
    
        /**
         * Logs the given message at the given log level.
         *
         * @param level the log level.
         * @param message the log message.
         * @param objects the log message parameters.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  10. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/mappingToJvm/FunctionBinding.kt

                        param == kFunction.instanceParameter -> put(param, receiver)
                        param == kFunction.extensionReceiverParameter -> put(param, receiver)
    
                        (hasLambda || param.isOptional) && configureLambdaHandler.getTypeConfiguredByLambda(param.type) != null -> {
                            val newCaptor = configureLambdaHandler.produceValueCaptor(param.type)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 11:58:18 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top