Searched refs:max (Results 126 - 150 of 448) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-scheduler/src/main/java/org/forgerock/openidm/scheduler/impl/
H A DTaskScannerJob.java135 // Split and prune the result set according to our max and if we're synchronous or not
174 private List<JsonValue> splitResultsOverThreads(JsonValue results, int numberOfThreads, Integer max) { argument
182 if (max != null && i >= max) {
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java176 int framesToSkip = Math.max(trace.length - maxDepth, 0);
/forgerock/opendj2/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java175 int framesToSkip = Math.max(trace.length - maxDepth, 0);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java176 int framesToSkip = Math.max(trace.length - maxDepth, 0);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java176 int framesToSkip = Math.max(trace.length - maxDepth, 0);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/debug/
H A DDebugStackTraceFormatter.java175 int framesToSkip = Math.max(trace.length - maxDepth, 0);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DThreadPool.java109 numThreads = Math.max(1, numThreads);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DDebugStackTraceFormatter.java185 int framesToSkip = Math.max(trace.length - maxDepth, 0);
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/comparators/
H A DMultiValueAttributeComparator.java65 * @param maxToleratedNumberOfDifferences The max number of differences in the values, before the penalty points
67 * @param maxToleratedPercentageToMarkAsDifferent The max difference percentage in the values, before the penalty
86 BigDecimal maxNumberOfElements = BigDecimal.valueOf(Math.max(currentAttributes.size(),
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/
H A Ddashboard.less185 max-width:350px;
389 @media (max-width: @screen-sm) {
/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c645 unsigned int min, max; local
787 max = GET2(ccode,1 + IMM2_SIZE);
788 if (max == 0) fprintf(f, "{%u,}", min);
789 else fprintf(f, "{%u,%u}", min, max);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DThreadPool.java109 numThreads = Math.max(1, numThreads);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/utils/
H A DJSONEditorTheme.js255 max = 100,
265 bar.setAttribute("aria-valuenax", max);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DTopologyMsg.java91 List<DSInfo> dsList = new ArrayList<DSInfo>(Math.max(0, nDsInfo));
216 List<RSInfo> rsList = new ArrayList<RSInfo>(Math.max(0, nRsInfo));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java146 maxWidth = Math.max(maxWidth, b.getPreferredSize().width);
149 maxWidth = Math.max(maxWidth, p.getPreferredSize().width);
H A DWindowsServicePanel.java136 int maxWidth = Math.max(bEnable.getPreferredSize().width,
138 int maxHeight = Math.max(bEnable.getPreferredSize().height,
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java145 maxWidth = Math.max(maxWidth, b.getPreferredSize().width);
148 maxWidth = Math.max(maxWidth, p.getPreferredSize().width);
H A DWindowsServicePanel.java135 int maxWidth = Math.max(bEnable.getPreferredSize().width,
137 int maxHeight = Math.max(bEnable.getPreferredSize().height,
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DTopologyMsg.java91 List<DSInfo> dsList = new ArrayList<DSInfo>(Math.max(0, nDsInfo));
216 List<RSInfo> rsList = new ArrayList<RSInfo>(Math.max(0, nRsInfo));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java146 maxWidth = Math.max(maxWidth, b.getPreferredSize().width);
149 maxWidth = Math.max(maxWidth, p.getPreferredSize().width);
H A DWindowsServicePanel.java136 int maxWidth = Math.max(bEnable.getPreferredSize().width,
138 int maxHeight = Math.max(bEnable.getPreferredSize().height,
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java145 maxWidth = Math.max(maxWidth, b.getPreferredSize().width);
148 maxWidth = Math.max(maxWidth, p.getPreferredSize().width);
H A DWindowsServicePanel.java135 int maxWidth = Math.max(bEnable.getPreferredSize().width,
137 int maxHeight = Math.max(bEnable.getPreferredSize().height,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DTopologyMsg.java91 List<DSInfo> dsList = new ArrayList<DSInfo>(Math.max(0, nDsInfo));
216 List<RSInfo> rsList = new ArrayList<RSInfo>(Math.max(0, nRsInfo));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMainActionsPane.java146 maxWidth = Math.max(maxWidth, b.getPreferredSize().width);
149 maxWidth = Math.max(maxWidth, p.getPreferredSize().width);

Completed in 284 milliseconds

1234567891011>>