Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1351 - 1360 of 2,164 for interval (0.15 sec)

  1. compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainFactory.java

     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.toolchain;
    
    import org.apache.maven.toolchain.model.ToolchainModel;
    
    /**
     * Internal toolchain factory, to prepare toolchains instances.
     *
     * @since 2.0.9
     * @deprecated Use {@link org.apache.maven.api.services.ToolchainFactory} instead.
     */
    @Deprecated(since = "4.0.0")
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Feb 12 13:13:28 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/sub-applications.md

    👈 🌌, 🎧-ðŸˆļ 🔜 💭 ⚙ïļ ðŸ‘ˆ ➡ ðŸ”Ą ðŸĐš 🎚.
    
    & 🎧-ðŸˆļ 💊 ✔ïļ ðŸšŪ 👍 📌 🎧-ðŸˆļ & 🌐 🔜 👷 ☑, â†Đïļ FastAPI ðŸĩ 🌐 👉 `root_path`Ⓜ 🔁.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/debugging.md

    ```
    
    #### More details { #more-details }
    
    Let's say your file is named `myapp.py`.
    
    If you run it with:
    
    <div class="termy">
    
    ```console
    $ python myapp.py
    ```
    
    </div>
    
    then the internal variable `__name__` in your file, created automatically by Python, will have as value the string `"__main__"`.
    
    So, the section:
    
    ```Python
        uvicorn.run(app, host="0.0.0.0", port=8000)
    ```
    
    will run.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb2/rdma/RdmaNegotiateRequest.java

     * License along with this library; if not, write to the Free Software
     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    package jcifs.internal.smb2.rdma;
    
    /**
     * RDMA negotiation request parameters.
     *
     * Used during RDMA connection establishment to negotiate
     * protocol version and connection parameters.
     */
    public class RdmaNegotiateRequest {
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 05:11:12 UTC 2025
    - 4K bytes
    - Viewed (0)
  5. cmd/config-common.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"bytes"
    	"context"
    	"errors"
    	"io"
    	"net/http"
    
    	"github.com/minio/minio/internal/hash"
    )
    
    var errConfigNotFound = errors.New("config file not found")
    
    func readConfigWithMetadata(ctx context.Context, store objectIO, configFile string, opts ObjectOptions) ([]byte, ObjectInfo, error) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Sep 18 17:00:54 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/AutobahnTester.kt

     */
    package okhttp3
    
    import java.util.concurrent.CountDownLatch
    import java.util.concurrent.TimeUnit
    import java.util.concurrent.atomic.AtomicLong
    import java.util.concurrent.atomic.AtomicReference
    import okhttp3.internal.USER_AGENT
    import okio.ByteString
    
    /**
     * Exercises the web socket implementation against the
     * [Autobahn Testsuite](http://autobahn.ws/testsuite/).
     */
    class AutobahnTester {
      val client = OkHttpClient()
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/kotlin/okhttp3/internal/HostnamesTest.kt

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3.internal
    
    import assertk.assertThat
    import assertk.assertions.isEqualTo
    import kotlin.test.Test
    
    class HostnamesTest {
      @Test
      fun canonicalizeInetAddressNotMapped() {
        val addressA = decodeIpv6("::1")!!
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. src/main/java/jcifs/internal/SmbNegotiationResponse.java

     * License along with this library; if not, write to the Free Software
     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    package jcifs.internal;
    
    import jcifs.CIFSContext;
    import jcifs.DialectVersion;
    import jcifs.util.transport.Response;
    
    /**
     * Interface for SMB protocol negotiation response handling.
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  9. src/test/java/jcifs/internal/smb2/multichannel/NetworkInterfaceInfoTest.java

     * License along with this library; if not, write to the Free Software
     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    package jcifs.internal.smb2.multichannel;
    
    import static org.junit.jupiter.api.Assertions.assertEquals;
    import static org.junit.jupiter.api.Assertions.assertFalse;
    import static org.junit.jupiter.api.Assertions.assertNotEquals;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 11:13:46 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  10. docs/em/docs/deployment/concepts.md

    ðŸĪ” ðŸ‘Ŧ 🔧, 👆 🔜 💊 **🔎 &amp; 🔧** 🏆 🌌 🛠ïļ **👆 👍 🔗**.
    
    ⏭ 📃, ðŸ‘Ī 🔜 ðŸĪ 👆 🌅 **ðŸ§ą ðŸŪ** 🛠ïļ FastAPI ðŸˆļ.
    
    ✋ïļ ðŸ”œ, ➡ïļ âœ… 👉 ⚠ **⚛ 💭**. ðŸ‘Ŧ 🔧 ✔ 🙆 🎏 🆎 ðŸ•ļ 🛠ïļ. ðŸ‘ķ
    
    ## 💂‍♂ - 🇚ðŸ‡ļ🔍
    
    [âŪïļ ðŸ“ƒ 🔃 🇚ðŸ‡ļ🔍](https.md){.internal-link target=_blank} ðŸ‘Ĩ 🇭ðŸ‡ē 🔃 ❔ 🇚ðŸ‡ļ🔍 🚚 🔐 👆 🛠ïļ.
    
    ðŸ‘Ĩ 👀 👈 🇚ðŸ‡ļ🔍 🛎 🚚 ðŸĶē **ðŸ”Ē** 👆 ðŸˆļ ðŸ’―, **ðŸĪ ❎ ðŸ—ģ**.
    
    &amp; ðŸ“Ī ✔ïļ ðŸ•ģ 🈚 **â™ŧ 🇚ðŸ‡ļ🔍 📄**, âšŦïļ ðŸ’Š 🎏 ðŸĶē ⚖ïļ âšŦïļ ðŸ’Š ðŸ•ģ 🎏.
    
    ### 🖞 🧰 🇚ðŸ‡ļ🔍
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 14.5K bytes
    - Viewed (0)
Back to top