Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 720 for resource2 (0.09 sec)

  1. internal/config/lambda/event/arn.go

    1. //
    2. // You should have received a copy of the GNU Affero General Public License
    3. // along with this program. If not, see <http://www.gnu.org/licenses/>.
    4.  
    5. package event
    6.  
    7. import (
    8. "strings"
    9. )
    10.  
    11. // ARN - SQS resource name representation.
    12. type ARN struct {
    13. TargetID
    14. region string
    15. }
    16.  
    17. // String - returns string representation.
    18. func (arn ARN) String() string {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Mar 07 16:12:41 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTreeConnection.java

    1. }
    2.  
    3. return connectHost(loc, loc.getServerWithDfs());
    4. }
    5.  
    6. }
    7.  
    8.  
    9. /**
    10. * @return whether we have a valid tree connection
    11. */
    12. @SuppressWarnings ( "resource" )
    13. public synchronized boolean isConnected () {
    14. SmbTreeImpl t = getTreeInternal();
    15. return t != null && t.isConnected();
    16. }
    17.  
    18.  
    19. /**
    20. *
    21. * @param loc
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 10:50:16 UTC 2020
    - 31K bytes
    - Viewed (0)
  3. istioctl/pkg/proxyconfig/proxyconfig_test.go

    1. // limitations under the License.
    2.  
    3. package proxyconfig
    4.  
    5. import (
    6. "bytes"
    7. "fmt"
    8. "net/http"
    9. "strings"
    10. "testing"
    11.  
    12. "github.com/spf13/cobra"
    13. "k8s.io/cli-runtime/pkg/resource"
    14. "k8s.io/client-go/rest/fake"
    15. cmdtesting "k8s.io/kubectl/pkg/cmd/testing"
    16. cmdutil "k8s.io/kubectl/pkg/cmd/util"
    17.  
    18. "istio.io/istio/istioctl/pkg/cli"
    19. "istio.io/istio/pilot/test/util"
    20. "istio.io/istio/pkg/kube"
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Apr 10 21:51:29 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. istioctl/pkg/cli/context.go

    1. // InferPodInfoFromTypedResource returns the pod name and namespace for the given typed resource
    2. InferPodInfoFromTypedResource(name, namespace string) (pod string, ns string, err error)
    3. // InferPodsFromTypedResource returns the pod names and namespace for the given typed resource
    4. InferPodsFromTypedResource(name, namespace string) ([]string, string, error)
    5. // Namespace returns the namespace specified by the user
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 23 19:31:32 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/cache/RemovalListener.java

    1. *
    2. * <p>An instance may be called concurrently by multiple threads to process different entries.
    3. * Implementations of this interface should avoid performing blocking calls or synchronizing on
    4. * shared resources.
    5. *
    6. * @param <K> the most general type of keys this listener can listen for; for example {@code Object}
    7. * if any key is acceptable
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jun 15 18:00:07 UTC 2021
    - 2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    1. and specified for [deprecated versions of custom resources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#version-deprecation).
    2.  
    3. ### Avoiding permanent beta
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/RateLimiter.java

    1. * all threads. Note, however, that it does not guarantee fairness.
    2. *
    3. * <p>Rate limiters are often used to restrict the rate at which some physical or logical resource
    4. * is accessed. This is in contrast to {@link java.util.concurrent.Semaphore} which restricts the
    5. * number of concurrent accesses instead of the rate (note though that concurrency and rate are
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  8. compat/maven-model-builder/src/test/java/org/apache/maven/model/building/DefaultModelBuilderFactoryTest.java

    1. import static org.junit.jupiter.api.Assertions.assertTrue;
    2.  
    3. /**
    4. */
    5. class DefaultModelBuilderFactoryTest {
    6.  
    7. private static final String BASE_DIR =
    8. Paths.get("src", "test", "resources", "poms", "factory").toString();
    9.  
    10. private File getPom(String name) {
    11. return new File(Paths.get(BASE_DIR, name + ".xml").toString()).getAbsoluteFile();
    12. }
    13.  
    14. @Test
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts

    1. componentFilter {
    2. externalComponents.contains(it)
    3. }
    4. }.files)
    5. this.manifestFile = moduleIdentity.baseName.map { layout.buildDirectory.file("generated-resources/$it-classpath/$it-classpath.properties").get() }
    6. }
    7. sourceSets["main"].output.dir(classpathManifest.map { it.manifestFile.get().asFile.parentFile })
    8. }
    9.  
    10. /**
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed May 01 08:59:48 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. tensorflow/c/eager/abstract_context.h

    1. explicit AbstractContext(AbstractContextKind kind) : kind_(kind) {}
    2. virtual ~AbstractContext() {}
    3.  
    4. public:
    5. AbstractContextKind getKind() const { return kind_; }
    6.  
    7. // Release any underlying resources, including the interface object.
    8. //
    9. // WARNING: The destructor of this class is marked as protected to disallow
    10. // clients from directly destroying this object since it may manage its own
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top