- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 2,539 for Internal (0.09 sec)
-
impl/maven-core/src/main/java/org/apache/maven/internal/impl/InternalMavenSession.java
* under the License. */ package org.apache.maven.internal.impl; import java.util.List; import org.apache.maven.api.Project; import org.apache.maven.api.RemoteRepository; import org.apache.maven.api.Session; import org.apache.maven.api.annotations.Nullable; import org.apache.maven.execution.MavenSession; import static org.apache.maven.internal.impl.Utils.cast;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.1K bytes - Viewed (0) -
docs/em/docs/help-fastapi.md
๐ ๐ ๐ ๐ ๐ช โถ๏ธ๏ธ ๐: * [โน ๐ โฎ๏ธ โ ๐](#i){.internal-link target=_blank} (๐ ๐ ๐). * [๐ ๐ฒ ๐จ](#i){.internal-link target=_blank} (๐ ๐ ๐). ๐ 2๏ธโฃ ๐ โซ๏ธโ **๐ด ๐ฐ ๐**. ๐ ๐ ๐ท ๐ FastAPI. ๐ฅ ๐ ๐ช โน ๐ค โฎ๏ธ ๐, **๐ ๐ค ๐ค ๐ง FastAPI** & โ ๐ญ โซ๏ธ ๐ง **๐ ๏ธ โฉ & ๐ป**. ๐ถ ## ๐ ๐ฌ ๐ ๐ถ <a href="https://discord.gg/VQjSZaeJmf" class="external-link" target="_blank">๐ง ๐ฌ ๐ฝ</a> ๐ถ & ๐ค ๐ โฎ๏ธ ๐ FastAPI ๐ช.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.7K bytes - Viewed (0) -
ci/official/README.md
# export TFCI=py311,linux_x86,no_docker # Advanced: Use Remote Build Execution (RBE) (internal developers only) # # RBE dramatically speeds up builds and testing. It also gives you a # public URL to share your build results with collaborators. However, # it is only available to a limited set of internal TensorFlow developers. # # RBE is incompatible with local caching, so you must remove
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Feb 01 03:21:19 UTC 2024 - 8K bytes - Viewed (0) -
cmd/consolelogger.go
import ( "container/ring" "context" "io" "sync" "sync/atomic" "github.com/minio/madmin-go/v3" "github.com/minio/minio/internal/logger" "github.com/minio/minio/internal/logger/target/console" "github.com/minio/minio/internal/logger/target/types" "github.com/minio/minio/internal/pubsub" "github.com/minio/pkg/v3/logger/message/log" xnet "github.com/minio/pkg/v3/net" ) // number of log messages to buffer
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5.5K bytes - Viewed (0) -
internal/config/lambda/parse.go
package lambda import ( "context" "errors" "fmt" "net/http" "github.com/minio/minio/internal/config" "github.com/minio/minio/internal/config/lambda/event" "github.com/minio/minio/internal/config/lambda/target" "github.com/minio/minio/internal/logger" "github.com/minio/pkg/v3/env" xnet "github.com/minio/pkg/v3/net" ) const ( logSubsys = "notify" )
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 6K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md
Qualquer funรงรฃo que possa ser utilizada com: * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager" class="external-link" target="_blank">`@contextlib.contextmanager`</a> ou * <a href="https://docs.python.org/3/library/contextlib.html#contextlib.asynccontextmanager" class="external-link" target="_blank">`@contextlib.asynccontextmanager`</a> pode ser utilizada como uma dependรชncia do **FastAPI**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/platform/Jdk8WithJettyBootPlatformTest.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3.internal.platform import assertk.assertThat import assertk.assertions.isNotNull import assertk.assertions.isNull import okhttp3.internal.platform.Jdk8WithJettyBootPlatform.Companion.buildIfSupported import okhttp3.testing.PlatformRule import org.junit.jupiter.api.Assumptions.assumeFalse
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Jan 04 05:32:07 UTC 2024 - 1.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/dtyp/ACE.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.dtyp; import jcifs.Decodable; import jcifs.internal.util.SMBUtil; import jcifs.smb.SID; import jcifs.util.Hexdump; /** * An Access Control Entry (ACE) is an element in a security descriptor
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 5.4K bytes - Viewed (0) -
tensorflow/c/eager/abstract_operation.h
lengths.data(), values.size()); } namespace internal { struct AbstractOperationDeleter { void operator()(AbstractOperation* p) const { if (p != nullptr) { p->Release(); } } }; } // namespace internal using AbstractOperationPtr = std::unique_ptr<AbstractOperation, internal::AbstractOperationDeleter>; } // namespace tensorflow
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 7.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
import jcifs.SmbResourceLocator; import jcifs.SmbTreeHandle; import jcifs.internal.CommonServerMessageBlockRequest; import jcifs.internal.CommonServerMessageBlockResponse; import jcifs.internal.RequestWithPath; import jcifs.internal.dfs.DfsReferralDataInternal; import jcifs.internal.smb1.com.SmbComClose; import jcifs.internal.smb1.com.SmbComFindClose2; import jcifs.internal.smb1.trans.nt.NtTransQuerySecurityDesc;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 31K bytes - Viewed (0)