Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for getPriority (0.31 sec)

  1. maven-core/src/test/java/org/apache/maven/repository/TestRepositoryConnectorFactory.java

                throws NoRepositoryConnectorException {
            return new TestRepositoryConnector(repository);
        }
    
        public float getPriority() {
            return 0;
        }
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 1.6K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/SnapshotMetadataGeneratorFactory.java

            return new RemoteSnapshotMetadataGenerator(session, request);
        }
    
        @SuppressWarnings("checkstyle:magicnumber")
        @Override
        public float getPriority() {
            return 30; // GAV level metadata should be deployed 1st MD
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 2K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java

                                mojoExecution.setLifecyclePhase(execution.getPhase());
                                addMojoExecution(phaseBindings, mojoExecution, execution.getPriority());
                            }
                        }
                    }
                    // if not then I need to grab the mojo descriptor and look at the phase that is specified
                    else {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/internal/impl/SisuDiBridgeModule.java

                    if (res != null && !res.isEmpty()) {
                        List<Binding<Q>> bindingList = new ArrayList<>(res);
                        Comparator<Binding<Q>> comparing = Comparator.comparing(Binding::getPriority);
                        bindingList.sort(comparing.reversed());
                        Binding<Q> binding = bindingList.get(0);
                        return compile(binding);
                    }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 14:13:36 GMT 2024
    - 8K bytes
    - Viewed (0)
  5. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/PluginsMetadataGeneratorFactory.java

            return new PluginsMetadataGenerator(session, request);
        }
    
        @SuppressWarnings("checkstyle:magicnumber")
        @Override
        public float getPriority() {
            return 10; // G level MD should be deployed as 3rd MD
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/score/ScoreBooster.java

                }
                bulkRequestBuilder = null;
            }
        }
    
        public int getPriority() {
            return this.priority;
        }
    
        public void setPriority(final int priority) {
            this.priority = priority;
        }
    
        public void setRequestTimeout(final String bulkRequestTimeout) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-386), func Dup3(int, int, int) error
    pkg syscall (linux-386), func Getpriority(int, int) (int, error)
    pkg syscall (linux-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
    pkg syscall (linux-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
    pkg syscall (linux-386), func Setpriority(int, int, int) error
    pkg syscall (linux-386), func SetsockoptByte(int, int, int, uint8) error
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_GETPPID = 39
    pkg syscall (netbsd-arm64-cgo), const SYS_GETPPID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETPRIORITY = 100
    pkg syscall (netbsd-arm64-cgo), const SYS_GETPRIORITY ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETRLIMIT = 194
    pkg syscall (netbsd-arm64-cgo), const SYS_GETRLIMIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_GETRUSAGE = 445
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_GETPPID = 39 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPPID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPRIORITY = 100 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPRIORITY ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETRESGID = 361 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETRESGID ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_GETPPID = 39
    pkg syscall (darwin-arm64), const SYS_GETPPID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETPRIORITY = 100
    pkg syscall (darwin-arm64), const SYS_GETPRIORITY ideal-int
    pkg syscall (darwin-arm64), const SYS_GETRLIMIT = 194
    pkg syscall (darwin-arm64), const SYS_GETRLIMIT ideal-int
    pkg syscall (darwin-arm64), const SYS_GETRUSAGE = 117
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top