- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 393 for failed (0.07 sec)
-
build.gradle.kts
possible without, but autodetection is problematic on Windows 10 L66: // see https://github.com/palantir/gradle-graal L67: // see https://www.graalvm.org/docs/reference-manual/native-image/#prerequisites L68: windowsVsVarsPath("C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat") L69: } L70:} L71: L72:mavenPublishing { L73: configure(KotlinJvm(javadocJar = JavadocJar.Empty())) L74:}...github.com/square/okhttp/okcurl/build.gradle.ktsWed Dec 20 23:27:07 UTC 2023 1.8K bytes -
adminlte.min.js.map
'control-sidebar-slide-open'\nconst CLASS_NAME_LAYOUT_FIXED = 'layout-fixed'\nconst CLASS_NAME_NAVBAR_FIXED = 'layout-navbar-fixed'\nconst CLASS_NAME_NAVBAR_SM_FIXED = 'layout-sm-navbar-fixed'\nconst CLASS_NAME_NAVBAR_MD_FIXED = 'layout-md-navbar-fixed'\nconst CLASS_NAME_NAVBAR_LG_FIXED = 'layout-lg-navbar-fixed'\nconst CLASS_NAME_NAVBAR_XL_FIXED = 'layout-xl-navbar-fixed'\nconst CLASS_NAME_FOOTER_FIXED = 'layout-footer-fixed'\nconst CLASS_NAME_FOOTER_SM_FIXED = 'layout-sm-footer-fixed'\nconst C...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 132.4K bytes -
concurrency.md
receive the response. L9: L10:#### Blocking APIs L11: L12:Blocking APIs are convenient because you get top-to-bottom procedural code without indirection. Network calls work like regular method calls: ask for data and it is returned. If the request fails, you get a stacktrace right where the call was made. L13: L14:Blocking APIs may be inefficient because you hold a thread idle while waiting on the network. Threads are expensive because they have both a memory overhead and a context-switching overhead....github.com/square/okhttp/docs/contribute/concur...Sun Feb 06 16:35:36 UTC 2022 7K bytes -
MultipartBody.kt
/** L343: * The media-type multipart/form-data follows the rules of all multipart MIME data streams as L344: * outlined in RFC 2046. In forms, there are a series of fields to be supplied by the user who L345: * fills out the form. Each field has a name. Within a given form, the names are unique. L346: */ L347: @JvmField L348: val FORM = "multipart/form-data".toMediaType() L349: L350: private val COLONSPACE = byteArrayOf(':'.code.toByte(), ' '.code.toByte()) L351: private...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 10.9K bytes -
TestRegistration.kt
ass) L79: registerTest(access, testClass) L80: } L81: } catch (e: Exception) { L82: // If you throw an exception here then native image building fails half way through L83: // silently without rewriting the binary. So we report noisily, but keep going and prefer L84: // running most tests still. L85: e.printStackTrace() L86: } L87: } L88: } L89: L90: private fun registerTest( L91: access: Feature.BeforeAnalysisAccess, L92: java: Class<*>,...github.com/square/okhttp/native-image-tests/src...Mon Jan 08 01:13:22 UTC 2024 3.7K bytes -
calls.md
ways: L42: L43: * **Synchronous:** your thread blocks until the response is readable. L44: * **Asynchronous:** you enqueue the request on any thread, and get [called back](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-callback/) on another thread when the response is readable. L45: L46:Calls can be canceled from any thread. This will fail the call if it hasn’t yet completed! Code that is writing the request body or reading the response body will suffer an `IOException` when its call is canceled....github.com/square/okhttp/docs/features/calls.mdSun Feb 06 02:19:09 UTC 2022 3.9K bytes -
RealConnectionPool.kt
L1:/* L2: * Licensed to the Apache Software Foundation (ASF) under one or more L3: * contributor license agreements. See the NOTICE file distributed with L4: * this work for additional information regarding copyright ownership. L5: * The ASF licenses this file to You under the Apache License, Version 2.0 L6: * (the "License"); you may not use this file except in compliance with L7: * the License. You may obtain a copy of the License at L8: * L9: * http://www.apache.org/licenses/LICENSE-2.0...github.com/square/okhttp/okhttp/src/main/kotlin...Sat Apr 20 17:03:43 UTC 2024 16.2K bytes -
BridgeInterceptor.kt
L1:/* L2: * Licensed to the Apache Software Foundation (ASF) under one or more L3: * contributor license agreements. See the NOTICE file distributed with L4: * this work for additional information regarding copyright ownership. L5: * The ASF licenses this file to You under the Apache License, Version 2.0 L6: * (the "License"); you may not use this file except in compliance with L7: * the License. You may obtain a copy of the License at L8: * L9: * http://www.apache.org/licenses/LICENSE-2.0...github.com/square/okhttp/okhttp/src/main/kotlin...Mon Jan 08 01:13:22 UTC 2024 4.2K bytes -
header.jsp
pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> L2:<la:form action="/search" method="get" styleId="searchForm" L3: role="search"> L4: ${fe:facetForm()}${fe:geoForm()} L5: <header> L6: <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> L7: <div id="content" class="container"> L8: <la:link styleClass="navbar-brand d-inline-flex" href="/"> L9: <img src="${fe:url('/images/logo-head.png')}" L10: alt="<la:message key="labels.header_brand_name" />" L11: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 24 03:00:28 UTC 2020 4.2K bytes -
header.jsp
pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> L2:<la:form action="/search" method="get" styleId="searchForm" L3: role="search"> L4: ${fe:facetForm()}${fe:geoForm()} L5: <header> L6: <nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"> L7: <div id="content" class="container"> L8: <la:link styleClass="navbar-brand d-inline-flex" href="/"> L9: <img src="${fe:url('/images/logo-head.png')}" L10: alt="<la:message key="labels.header_brand_name" />" L11: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 24 03:00:28 UTC 2020 4.2K bytes