Search Options

Results per page
Sort
Preferred Languages
Advance

Results 491 - 500 of 2,539 for Internal (0.08 sec)

  1. 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)
  2. 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> ๐Ÿ‘ถ &amp; ๐Ÿค™ ๐Ÿ‘… โฎ๏ธ ๐ŸŽ 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top