- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for setArea (0.12 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ChangelogEntry.java
public List<Integer> getIssues() { return issues; } public void setIssues(List<Integer> issues) { this.issues = issues; } public String getArea() { return area; } public void setArea(String area) { this.area = area; } public String getType() { return type; } public void setType(String type) { this.type = type;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 9.3K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbTreeConnectionTest.java
when(shared.acquire(false)).thenReturn(shared); setTree(c1, shared); setTree(c2, shared); assertTrue(c1.isSame(c2)); SmbTreeImpl other = mock(SmbTreeImpl.class); when(other.acquire(false)).thenReturn(other); setTree(c2, other); assertFalse(c1.isSame(c2)); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 13K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/BreakingChangesGenerator.java
.sorted(comparing(ChangelogEntry.Breaking::getTitle)) .collect( groupingBy( ChangelogEntry.Breaking::isNotable, groupingBy(ChangelogEntry.Breaking::getArea, TreeMap::new, Collectors.toList()) ) ); final Map<String, List<ChangelogEntry.Deprecation>> deprecationsByArea = entries.stream() .map(ChangelogEntry::getDeprecation)
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 14:45:41 GMT 2021 - 3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ValidateChangelogEntryTask.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 14:45:41 GMT 2021 - 3.3K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataResolutionResult.java
public MetadataTreeNode getTree() { return treeRoot; } // ---------------------------------------------------------------------------- public void setTree(MetadataTreeNode root) { this.treeRoot = root; } public void initTreeProcessing(PlexusContainer plexus) throws ComponentLookupException {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ReleaseNotesGenerator.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 14:45:41 GMT 2021 - 4.5K bytes - Click Count (0) -
src/main/webapp/js/admin/popper.min.js.map
|| 0; \n boundaries.right -= isPaddingNumber ? padding : padding.right || 0; \n boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0; \n\n return boundaries;\n}\n","import getBoundaries from '../utils/getBoundaries';\n\nfunction getArea({ width, height }) {\n return width * height;\n}\n\n/**\n * Utility used to transform the `auto` placement to the placement with more\n * available space.\n * @method\n * @memberof Popper.Utils\n * @argument {Object} data - The data object generated...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 120.9K bytes - Click Count (0) -
api/go1.4.txt
pkg text/template/parse, type NilNode struct, embedded NodeType pkg text/template/parse, method (*BranchNode) Copy() Node pkg text/template/parse, method (*IdentifierNode) SetTree(*Tree) *IdentifierNode pkg html/template, type Error struct, Node parse.Node # CL 127470043 unicode: strconv: regexp: Upgrade to Unicode 7.0.0., Marcel van Lohuizen <******@****.***> pkg unicode, const Version = "7.0.0"
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 12 03:01:01 GMT 2014 - 34K bytes - Click Count (0) -
api/go1.5.txt
pkg math/big, method (*Float) SetInt64(int64) *Float pkg math/big, method (*Float) SetMantExp(*Float, int) *Float pkg math/big, method (*Float) SetMode(RoundingMode) *Float pkg math/big, method (*Float) SetPrec(uint) *Float pkg math/big, method (*Float) SetRat(*Rat) *Float pkg math/big, method (*Float) SetString(string) (*Float, bool) pkg math/big, method (*Float) SetUint64(uint64) *Float pkg math/big, method (*Float) Sign() int
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jul 30 21:14:09 GMT 2015 - 46.6K bytes - Click Count (0)