Unnamed: 0 int64 0 305k | body stringlengths 7 52.9k | name stringlengths 1 185 |
|---|---|---|
27,400 | void () { String selector = "foo bar - (yo man)"; assertEquals(0, getWeigh(selector, "foo bar yo man")); } | testParensWithExclude_5 |
27,401 | void () { String selector = "foo bar - (yo | man)"; assertEquals(0, getWeigh(selector, "foo bar yo man")); } | testConjunction_1 |
27,402 | void () { String selector = "foo bar - (yo | man)"; assertEquals(0, getWeigh(selector, "foo bar yo")); } | testConjunction_2 |
27,403 | void () { String selector = "R:text.html - (comment.block, text.html source)"; assertEquals(0, getWeigh(selector, "text.html bar source")); } | testPriorityPrefix_1 |
27,404 | void () { assertGreaterThan(getWeigh("text.html.php - (meta.embedded | meta.tag), L:text.html.php meta.tag, L:source.js.embedded.html", "text.html.php bar source.js"), 0); } | testPriorityPrefix_2 |
27,405 | void () { String selector = "R:^text.html"; assertGreaterThan(getWeigh(selector, "text.html bar source"), 0); assertEquals(0, getWeigh(selector, "foo text.html bar source")); } | testStartMatch |
27,406 | int (String selector, String scopeString) { return weigher.weigh(selector, TestUtil.scopeFromString(scopeString)).weigh; } | getWeigh |
27,407 | void (int firstValue, int secondValue) { assertTrue(String.format("%d > %d", firstValue, secondValue), firstValue > secondValue); } | assertGreaterThan |
27,408 | TextMateSelectorWeigher () { return new TextMateSelectorCachingWeigher(new TextMateSelectorWeigherImpl()); } | createWeigher |
27,409 | TextMateSelectorWeigher () { return new TextMateSelectorWeigherImpl(); } | createWeigher |
27,410 | void () { final ShellVariablesRegistry variablesRegistry = loadVariables(TestUtil.HTML); assertEquals("<!-- ", variablesRegistry.getVariableValue(Constants.COMMENT_START_VARIABLE, TestUtil.scopeFromString("text.html.basic")).value); } | retrieveVariableValueBySelector |
27,411 | void () { final ShellVariablesRegistry preferencesRegistry = loadVariables(TestUtil.HTML); assertNull(preferencesRegistry.getVariableValue(Constants.COMMENT_START_VARIABLE, TestUtil.scopeFromString("text.unknown.basic"))); } | retrieveVariableValueByUnmatchedSelector |
27,412 | ShellVariablesRegistry (@NotNull String bundleName) { Iterator<TextMatePreferences> preferences = TestUtil.readBundle(bundleName).readPreferences().iterator(); assertNotNull(preferences); ShellVariablesRegistryImpl variablesRegistry = new ShellVariablesRegistryImpl(); while (preferences.hasNext()) { for (TextMateShellV... | loadVariables |
27,413 | void () { SnippetsRegistry snippetsRegistry = loadSnippets(CHEF); Collection<TextMateSnippet> snippets = snippetsRegistry.findSnippet("log", scopeFromString("source.ruby.chef.something")); assertEquals(1, snippets.size()); TextMateSnippet snippet = snippets.iterator().next(); assertNotNull(snippet); assertEquals("log",... | testLoadTextMateSnippets |
27,414 | void () { SnippetsRegistry snippetsRegistry = loadSnippets(CHEF); Collection<TextMateSnippet> snippets = snippetsRegistry.findSnippet("log", new TextMateScope("source", null)); assertTrue(snippets.isEmpty()); } | testLoadTextMateSnippetsWithInvalidSelector |
27,415 | void () { SnippetsRegistry snippetsRegistry = loadSnippets(HTML); Collection<TextMateSnippet> snippets = snippetsRegistry.findSnippet("div", new TextMateScope("text.html", null)); assertEquals(1, snippets.size()); TextMateSnippet snippet = snippets.iterator().next(); assertNotNull(snippet); assertEquals("div", snippet.... | testLoadTextMateSnippetsFromPlist |
27,416 | SnippetsRegistry (@NotNull String bundleName) { Iterator<TextMateSnippet> snippets = readBundle(bundleName).readSnippets().iterator(); final SnippetsRegistryImpl snippetsRegistry = new SnippetsRegistryImpl(); while (snippets.hasNext()) { snippetsRegistry.register(snippets.next()); } return snippetsRegistry; } | loadSnippets |
27,417 | void () { final PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.PREFERENCES_TEST_BUNDLE); final List<Preferences> preferences = preferencesRegistry.getPreferences(TestUtil.scopeFromString("text.html.basic")); assertEquals(1, preferences.size()); assertEquals(newHashSet(new TextMateAutoClosingPair("\"... | retrievePreferencesBySelector_1 |
27,418 | void () { final PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.PREFERENCES_TEST_BUNDLE); final List<Preferences> preferences = preferencesRegistry.getPreferences(TestUtil.scopeFromString("source.php string")); assertEquals(1, preferences.size()); assertEquals(newHashSet(new TextMateAutoClosingPair("... | retrievePreferencesBySelector_2 |
27,419 | void () { PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.PREFERENCES_TEST_BUNDLE); List<Preferences> preferences = preferencesRegistry.getPreferences(TestUtil.scopeFromString("text.html source.php string.quoted.double.php")); assertEquals(2, preferences.size()); assertEquals(newHashSet(new TextMateA... | retrievePreferencesBySelectorCorrespondingToSelectorWeight |
27,420 | void () { final PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.PREFERENCES_TEST_BUNDLE); final Preferences preferences = mergeAll(preferencesRegistry.getPreferences(TestUtil.scopeFromString("same.scope"))); assertEquals(newHashSet(new TextMateAutoClosingPair("[", "]", null), new TextMateAutoClosingP... | loadingWithTheSameScope |
27,421 | void () { PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.MARKDOWN_TEXTMATE); Preferences preferences = mergeAll(preferencesRegistry.getPreferences(TestUtil.scopeFromString("text.html.markdown markup.raw"))); assertEquals(newHashSet(new TextMateBracePair("[", "]"), new TextMateBracePair("`", "`")), p... | loadHighlightingPairs |
27,422 | void () { PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.MARKDOWN_TEXTMATE); Preferences preferences = mergeAll(preferencesRegistry.getPreferences(TestUtil.scopeFromString("text.html.markdown markup.raw"))); assertEquals(newHashSet( new TextMateAutoClosingPair("{", "}", null), new TextMateAutoClosin... | loadSmartTypingPairs |
27,423 | void () { PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.LATEX); TextMateScope scope = TestUtil.scopeFromString("text.tex constant.character.escape.tex"); Preferences preferences = preferencesRegistry.getPreferences(scope).iterator().next(); @Nullable Set<TextMateAutoClosingPair> smartTypingPairs = ... | loadDisabledPairs |
27,424 | void () { PreferencesRegistry preferencesRegistry = loadPreferences(TestUtil.PHP_VSC); Preferences preferences = mergeAll(preferencesRegistry.getPreferences(TestUtil.scopeFromString("text.html.php"))); assertFalse(preferences.getIndentationRules().isEmpty()); assertNotNull(preferences.getIndentationRules().getIncreaseI... | loadIndentationRules |
27,425 | PreferencesRegistry (@NotNull String bundleName) { Iterator<TextMatePreferences> preferences = TestUtil.readBundle(bundleName).readPreferences().iterator(); assertNotNull(preferences); PreferencesRegistryImpl preferencesRegistry = new PreferencesRegistryImpl(); while (preferences.hasNext()) { TextMatePreferences next =... | loadPreferences |
27,426 | Preferences (@NotNull List<Preferences> preferences) { Set<TextMateBracePair> highlightingPairs = new HashSet<>(); Set<TextMateAutoClosingPair> smartTypingPairs = new HashSet<>(); Set<TextMateBracePair> surroundingPairs = new HashSet<>(); Set<Character> autoCloseBefore = new HashSet<>(); IndentationRules indentationRul... | mergeAll |
27,427 | void () { assertEquals(BundleType.TEXTMATE, BundleType.detectBundleType(getBundleDirectory(TestUtil.MARKDOWN_TEXTMATE))); } | testDefineTextMateType |
27,428 | void () { assertEquals(BundleType.SUBLIME, BundleType.detectBundleType(getBundleDirectory(TestUtil.MARKDOWN_SUBLIME))); } | testDefineSublimeType |
27,429 | void () { assertEquals(BundleType.UNDEFINED, BundleType.detectBundleType(getBundleDirectory(TestUtil.INVALID_BUNDLE))); } | testInvalidType |
27,430 | void () { assertEquals(BundleType.SUBLIME, BundleType.detectBundleType(getBundleDirectory(TestUtil.LARAVEL_BLADE))); } | testDefineSublimeTypeWithInfoPlist |
27,431 | void () { assertEquals(BundleType.VSCODE, BundleType.detectBundleType(getBundleDirectory(TestUtil.BAT))); } | testVSCode |
27,432 | PlistReader () { return new XmlPlistReader(); } | createReader |
27,433 | String (String string) { return "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n" + "<plist version=\"1.0\">\n" + string + "</plist>"; } | prepareText |
27,434 | PlistReader () { return new JsonPlistReader(); } | createReader |
27,435 | void () { // not supported in JSON } | parseDate |
27,436 | void () { // not supported in JSON } | plistWithoutDictRoot |
27,437 | void () { // not supported in JSON } | invalidPlist |
27,438 | String (String string) { return Strings.unescapeXmlEntities(string.replace("<dict><key>", "{").replace("</dict>", "}"). replace("<key>", ",").replace("</key>", ": "). replace("<integer>", "").replace("</integer>", ""). replace("<real>", "").replace("</real>", ""). replace("<string>", "\"").replace("</string>", "\""). r... | prepareText |
27,439 | void () { myReader = createReader(); } | setUp |
27,440 | void () { try { new CompositePlistReader().read(new ByteArrayInputStream("!!!".getBytes(StandardCharsets.UTF_8))); fail(""); } catch (IOException ignored) { } } | parseUnknown |
27,441 | void () { RegexFacade regex = RegexFacade.regex("[0-9]+"); StringWithId string = new StringWithId("12:00pm"); MatchData match = regex.match(string, null); assertEquals(new TextMateRange(0, 2), match.codePointRange(string.bytes)); } | matching |
27,442 | void () { RegexFacade regex = RegexFacade.regex("[0-9]+"); StringWithId string = new StringWithId("12:00pm"); MatchData match = regex.match(string, 2, -1, true, null); assertEquals(new TextMateRange(3, 5), match.codePointRange(string.bytes)); } | matchingFromPosition |
27,443 | void () { RegexFacade regex = RegexFacade.regex("([0-9]+):([0-9]+)"); StringWithId string = new StringWithId("12:00pm"); MatchData match = regex.match(string, null); assertEquals(new TextMateRange(0, 5), match.codePointRange(string.bytes)); assertEquals(new TextMateRange(0, 2), match.codePointRange(string.bytes, 1)); a... | matchingWithGroups |
27,444 | void () { RegexFacade regex = RegexFacade.regex("[0-9]+"); byte[] stringBytes = "12:00pm".getBytes(StandardCharsets.UTF_8); Searcher searcher = regex.searcher(stringBytes); List<MatchData> regions = new ArrayList<>(); while (searcher.search()) { regions.add(searcher.getCurrentMatchData()); } assertEquals(2, regions.siz... | creatingSearcher |
27,445 | void () { RegexFacade regex = RegexFacade.regex("мир"); String text = "привет, мир; привет, мир!"; StringWithId string = new StringWithId(text); MatchData match = regex.match(string, RegexUtil.byteOffsetByCharOffset(text, 9), -1, true, null); assertEquals(new TextMateRange(21, 24), match.codePointRange(string.bytes)); ... | cyrillicMatchingSinceIndex |
27,446 | void () { RegexFacade regex = RegexFacade.regex("мир"); StringWithId string = new StringWithId("привет, мир!"); MatchData match = regex.match(string, null); assertEquals(new TextMateRange(8, 11), match.codePointRange(string.bytes)); } | cyrillicMatching |
27,447 | void () { RegexFacade regex = RegexFacade.regex("мир"); //noinspection NonAsciiCharacters String string = "\uD83D\uDEA7\uD83D\uDEA7\uD83D\uDEA7 привет, мир!"; StringWithId stringWithId = new StringWithId(string); MatchData match = regex.match(stringWithId, null); TextMateRange range = match.charRange(string, stringWith... | unicodeMatching |
27,448 | void () { RegexFacade regex = RegexFacade.regex("[0-9]+"); byte[] stringBytes = "12:00pm".getBytes(StandardCharsets.UTF_8); Searcher searcher = regex.searcher(stringBytes); assertTrue(searcher.search()); MatchData matchData = searcher.getCurrentMatchData(); assertEquals(1, matchData.count()); assertEquals(new TextMateR... | simpleSearch |
27,449 | void () { RegexFacade regex = RegexFacade.regex("мир"); byte[] stringBytes = "привет, мир, привет, мир".getBytes(StandardCharsets.UTF_8); Searcher searcher = regex.searcher(stringBytes); assertTrue(searcher.search()); MatchData matchData = searcher.getCurrentMatchData(); assertEquals(1, matchData.count()); assertEquals... | cyrillicSearch |
27,450 | void () { RegexFacade regex = RegexFacade.regex("[0-9]+"); byte[] stringBytes = "Failed search".getBytes(StandardCharsets.UTF_8); Searcher searcher = regex.searcher(stringBytes); assertFalse(searcher.search()); assertEquals(-1, searcher.getCurrentCharPosition()); assertFalse(searcher.search()); } | failedSearch |
27,451 | void () { RegexFacade regex = RegexFacade.regex("([0-9]+):([0-9]+)"); byte[] stringBytes = "12:00pm 13:00pm".getBytes(StandardCharsets.UTF_8); Searcher searcher = regex.searcher(stringBytes); assertTrue(searcher.search()); MatchData matchData = searcher.getCurrentMatchData(); assertEquals(3, matchData.count()); assertE... | searchWithGroups |
27,452 | StringKey (@NotNull String name) { for (StringKey v : values()) { if (v.value.equals(name)) { return v; } } return null; } | fromName |
27,453 | CaptureKey (@NotNull String name) { for (CaptureKey v : values()) { if (v.value.equals(name)) { return v; } } return null; } | fromName |
27,454 | SyntaxNodeDescriptor () { return rootSyntaxNode; } | getRootSyntaxNode |
27,455 | CharSequence () { return scopeName; } | getScopeName |
27,456 | int (T first, T second) { return myWeigher.weigh(myScopeSupplier.apply(first), myScope) .compareTo(myWeigher.weigh(myScopeSupplier.apply(second), myScope)); } | compare |
27,457 | List<T> (@NotNull Collection<? extends T> objects) { return sortAndFilter(objects.stream()); } | sortAndFilter |
27,458 | List<T> (Stream<? extends T> stream) { return stream.filter(t -> myWeigher.weigh(myScopeSupplier.apply(t), myScope).weigh > 0) .sorted(Collections.reverseOrder(this)).collect(Collectors.toList()); } | sortAndFilter |
27,459 | T (Collection<T> objects) { TextMateWeigh max = TextMateWeigh.ZERO; T result = null; for (T object : objects) { TextMateWeigh weigh = myWeigher.weigh(myScopeSupplier.apply(object), myScope); if (weigh.weigh > 0 && weigh.compareTo(max) > 0) { max = weigh; result = object; } } return result; } | max |
27,460 | String () { return prefix; } | getPrefix |
27,461 | String () { return suffix; } | getSuffix |
27,462 | boolean (Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; TextMateBlockCommentPair pair = (TextMateBlockCommentPair)o; if (!prefix.equals(pair.prefix)) return false; if (!suffix.equals(pair.suffix)) return false; return true; } | equals |
27,463 | int () { return Objects.hash(prefix, suffix); } | hashCode |
27,464 | Set<TextMateBracePair> (@Nullable PListValue pairsValue) { if (pairsValue == null) { return null; } Set<TextMateBracePair> result = new HashSet<>(); List<PListValue> pairs = pairsValue.getArray(); for (PListValue pair : pairs) { List<PListValue> chars = pair.getArray(); if (chars.size() == 2) { String left = chars.get(... | readPairs |
27,465 | TextMateSnippet (@NotNull Plist plist, @NotNull String explicitUuid, @NotNull Interner<CharSequence> interner) { String name = plist.getPlistValue(Constants.NAME_KEY, "").getString(); String key = plist.getPlistValue(Constants.TAB_TRIGGER_KEY, "").getString(); String content = plist.getPlistValue(Constants.StringKey.CO... | loadTextMateSnippet |
27,466 | TextMateSnippet (@NotNull File snippetFile, @NotNull Plist plist, @NotNull Interner<CharSequence> interner) { return snippetFile.getName().endsWith("." + Constants.SUBLIME_SNIPPET_EXTENSION) ? null //not supported yet : loadTextMateSnippet(plist, snippetFile.getAbsolutePath(), interner); } | loadSnippet |
27,467 | String (@NotNull String name, @NotNull Plist from) { final PListValue value = from.getPlistValue(name); if (value == null) return null; return value.getString(); } | getPattern |
27,468 | IndentationRules (@NotNull Plist plist) { final PListValue rulesValue = plist.getPlistValue(Constants.INDENTATION_RULES); if (rulesValue == null) return IndentationRules.empty(); final Plist rules = rulesValue.getPlist(); return new IndentationRules( getPattern(Constants.INCREASE_INDENT_PATTERN, rules), getPattern(Cons... | loadIndentationRules |
27,469 | TextMateCommentPrefixes (@NotNull final ShellVariablesRegistry registry, @NotNull final TextMateScope scope) { String lineCommentPrefix = null; TextMateBlockCommentPair blockCommentPair = null; int index = 1; while (lineCommentPrefix == null || blockCommentPair == null) { String variableSuffix = index > 1 ? "_" + index... | readCommentPrefixes |
27,470 | boolean (Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; TextMateCommentPrefixes prefixes = (TextMateCommentPrefixes)o; if (!Objects.equals(lineCommentPrefix, prefixes.lineCommentPrefix)) return false; if (!Objects.equals(blockCommentPair, prefixes.blockCommentPair)) r... | equals |
27,471 | int () { return Objects.hash(lineCommentPrefix, blockCommentPair); } | hashCode |
27,472 | CharSequence (@NotNull Constants.StringKey key) { return getTargetNode().getStringAttribute(key); } | getStringAttribute |
27,473 | boolean (Constants.@NotNull StringKey key) { return getTargetNode().hasBackReference(key); } | hasBackReference |
27,474 | Int2ObjectMap<CharSequence> (@NotNull Constants.CaptureKey key) { return getTargetNode().getCaptures(key); } | getCaptures |
27,475 | boolean (Constants.@NotNull CaptureKey key, int group) { return getTargetNode().hasBackReference(key, group); } | hasBackReference |
27,476 | List<SyntaxNodeDescriptor> () { return getTargetNode().getChildren(); } | getChildren |
27,477 | List<InjectionNodeDescriptor> () { return getTargetNode().getInjections(); } | getInjections |
27,478 | SyntaxNodeDescriptor (int ruleId) { return getTargetNode().findInRepository(ruleId); } | findInRepository |
27,479 | CharSequence () { return getTargetNode().getScopeName(); } | getScopeName |
27,480 | SyntaxNodeDescriptor () { return myParentNode; } | getParentNode |
27,481 | SyntaxNodeDescriptor () { if (myTargetNode == null) { Set<SyntaxNodeDescriptor> visitedNodes = new HashSet<>(); visitedNodes.add(this); SyntaxNodeDescriptor targetNode = computeTargetNode(); while (targetNode instanceof SyntaxProxyDescriptor) { if (!visitedNodes.add(targetNode)) { targetNode = EMPTY_NODE; break; } targ... | getTargetNode |
27,482 | String () { return mySelector; } | getSelector |
27,483 | SyntaxNodeDescriptor () { return mySyntaxNodeDescriptor; } | getSyntaxNodeDescriptor |
27,484 | SyntaxNodeDescriptor () { SyntaxNodeDescriptor parentNode = mySyntaxTable.getSyntax(myScope); return myRuleId > -1 ? parentNode.findInRepository(myRuleId) : parentNode; } | computeTargetNode |
27,485 | String () { return "Proxy rule for '" + myScope + "[" + myRuleId + "]' scope"; } | toString |
27,486 | SyntaxNodeDescriptor () { return getParentNode().findInRepository(myRuleId); } | computeTargetNode |
27,487 | String () { return "Proxy rule for " + myRuleId; } | toString |
27,488 | SyntaxNodeDescriptor () { SyntaxNodeDescriptor rootNode = getParentNode(); SyntaxNodeDescriptor parentNode = getParentNode(); while (parentNode != null) { rootNode = parentNode; parentNode = rootNode.getParentNode(); } return rootNode; } | computeTargetNode |
27,489 | String () { return "Proxy rule for root node"; } | toString |
27,490 | CharSequence (Plist plist, @NotNull Interner<CharSequence> interner) { return loadRealNode(plist, null, interner).getScopeName(); } | loadSyntax |
27,491 | SyntaxNodeDescriptor (CharSequence scopeName) { SyntaxNodeDescriptor syntaxNodeDescriptor = rulesMap.get(scopeName); if (syntaxNodeDescriptor == null) { LOG.info("Can't find syntax node for scope: '" + scopeName + "'"); return SyntaxNodeDescriptor.EMPTY_NODE; } return syntaxNodeDescriptor; } | getSyntax |
27,492 | void () { rulesMap.clear(); } | clear |
27,493 | SyntaxNodeDescriptor (@NotNull Plist plist, @NotNull SyntaxNodeDescriptor parentNode, @NotNull Interner<CharSequence> interner) { return plist.contains(Constants.INCLUDE_KEY) ? loadProxyNode(plist, parentNode, interner) : loadRealNode(plist, parentNode, interner); } | loadNestedSyntax |
27,494 | SyntaxNodeDescriptor (@NotNull Plist plist, @Nullable SyntaxNodeDescriptor parentNode, @NotNull Interner<CharSequence> interner) { PListValue scopeNameValue = plist.getPlistValue(Constants.StringKey.SCOPE_NAME.value); CharSequence scopeName = scopeNameValue != null ? interner.intern(scopeNameValue.getString()) : null; ... | loadRealNode |
27,495 | SyntaxNodeDescriptor (@NotNull Plist plist, @NotNull SyntaxNodeDescriptor result, @NotNull Interner<CharSequence> interner) { String include = plist.getPlistValue(Constants.INCLUDE_KEY, "").getString(); if (!include.isEmpty() && include.charAt(0) == '#') { return new SyntaxRuleProxyDescriptor(getRuleId(include.substrin... | loadProxyNode |
27,496 | void (@NotNull MutableSyntaxNodeDescriptor result, @NotNull PListValue pListValue, @NotNull Interner<CharSequence> interner) { for (PListValue value : pListValue.getArray()) { result.addChild(loadNestedSyntax(value.getPlist(), result, interner)); } } | loadPatterns |
27,497 | void (@NotNull MutableSyntaxNodeDescriptor result, @NotNull PListValue pListValue, @NotNull Interner<CharSequence> interner) { for (Map.Entry<String, PListValue> repoEntry : pListValue.getPlist().entries()) { PListValue repoEntryValue = repoEntry.getValue(); if (repoEntryValue != null) { result.appendRepository(getRule... | loadRepository |
27,498 | void (@NotNull MutableSyntaxNodeDescriptor result, @NotNull PListValue pListValue, @NotNull Interner<CharSequence> interner) { for (Map.Entry<String, PListValue> injectionEntry : pListValue.getPlist().entries()) { Plist injectionEntryValue = injectionEntry.getValue().getPlist(); result.addInjection(new InjectionNodeDes... | loadInjections |
27,499 | void (@NotNull Constants.StringKey key, @Nullable CharSequence value) { myStringAttributes.put(key, value); } | setStringAttribute |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.