Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for getDepth (0.17 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    IllegalArgumentExcep, IllegalStateExceptio; public abstract void setPrefix(String, String) throws java.io.IOException, IllegalArgumentExcep, IllegalStateExceptio; public abstract String getPrefix(String, boolean) throws IllegalArgumentExcep; public abstract int getDepth(); public abstract String getNamespace(); public abstract String getName(); public abstract XmlSerializer startTag(String, String) throws java.io.IOException, IllegalArgumentExcep, IllegalStateExceptio; public abstract XmlSerializer attribute(String,...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160K bytes
    - Viewed (0)
  2. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/DefaultLegacyArtifactCollector.java

                updateScope = true;
            }
    
            /* current POM rules all, if nearest is in current pom, do not update its artifactScope */
            if ((nearest.getDepth() < 2) && updateScope) {
                updateScope = false;
    
                fireEvent(ResolutionListener.UPDATE_SCOPE_CURRENT_POM, listeners, nearest, farthestArtifact);
            }
    
            if (updateScope) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 36.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/ProblemReportingCrossProjectModelAccess.kt

                return delegate.convention
            }
    
            override fun depthCompare(otherProject: Project): Int {
                return delegate.depthCompare(otherProject)
            }
    
            override fun getDepth(): Int {
                return delegate.depth
            }
    
            override fun project(path: String, configureClosure: Closure<*>): Project {
                return project(path, ConfigureUtil.configureUsing(configureClosure))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 41.1K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/DefaultTaskContainerTest.groovy

                Path.path(":project").child(name)
            }
            getGradle() >> Mock(GradleInternal) {
                getIdentityPath() >> Path.path(":")
            }
            getOwner() >> Mock(ProjectState) {
                getDepth() >> 0
                getProjectPath() >> Path.path(":project")
            }
            getServices() >> Mock(ServiceRegistry)
            getTaskDependencyFactory() >> TestFiles.taskDependencyFactory()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 14:36:44 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  5. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         *         or greater than the specified object.
         * @see #getDepth()
         */
        int depthCompare(Project otherProject);
    
        /**
         * <p>Returns the nesting level of a project in a multi-project hierarchy. For single project builds this is always
         * 0. In a multi-project hierarchy 0 is returned for the root project.</p>
         */
        int getDepth();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      }
    
      if (axis < -1) {
        return op.emitOpError() << "expected axis (" << axis
                                << ") to be -1 or between [0, rank(indices()))";
      }
    
      if (!IsOfRankOrUnranked(op.getDepth(), 0)) {
        return op.emitOpError() << "requires depth to be a scalar";
      }
      if (!IsOfRankOrUnranked(op.getOnValue(), 0)) {
        return op.emitOpError() << "requires on_value to be a scalar";
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    verConstrainedVersi; private java.util.List getTrail() throws org.apache.maven.artifact.versioning.OverConstrainedVersi; public boolean isResolved(); public boolean isChildOfRootNode(); public java.util.Iterator getChildrenIterator(); public int getDepth(); public java.util.List getRemoteRepositorie(); public boolean isActive(); public void enable(); public void disable(); public boolean filterTrail(filter.ArtifactFilter) throws org.apache.maven.artifact.versioning.OverConstrainedVersi; public String...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  8. fess-crawler-es/src/test/java/org/codelibs/fess/crawler/service/impl/EsUrlQueueServiceTest.java

            urlQueue.setDepth(1);
            urlQueue.setMethod("GET");
            urlQueue.setSessionId("id1");
            urlQueue.setUrl("http://www.id1.com/");
    
            urlQueueService.insert(urlQueue);
    
            final EsUrlQueue urlQueue2 = new EsUrlQueue();
            urlQueue2.setCreateTime(System.currentTimeMillis());
            urlQueue2.setDepth(1);
            urlQueue2.setMethod("GET");
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  9. fess-crawler/src/main/java/org/codelibs/fess/crawler/service/impl/UrlQueueServiceImpl.java

                urlQueue.setSessionId(sessionId);
                urlQueue.setMethod(Constants.GET_METHOD);
                urlQueue.setUrl(url);
                urlQueue.setUrl(url);
                urlQueue.setDepth(0);
                urlQueue.setCreateTime(SystemUtil.currentTimeMillis());
                urlQueueList.add(urlQueue);
            }
        }
    
        /*
         * (non-Javadoc)
         *
         * @see
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  10. test/inline.go

    func (a T1) meth(val int) int { // ERROR "can inline T1.meth"
    	return val + 5
    }
    
    func getMeth(t1 T1) func(int) int { // ERROR "can inline getMeth"
    	return t1.meth // ERROR "t1.meth escapes to heap"
    	// ERRORAUTO "inlining call to T1.meth"
    }
    
    func ii() { // ERROR "can inline ii"
    	var t1 T1
    	f := getMeth(t1) // ERROR "inlining call to getMeth" "t1.meth does not escape"
    	_ = f(3)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 11.7K bytes
    - Viewed (0)
Back to top