Home
last modified time | relevance | path

Searched defs:TextRange (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/text-size-1.1.0/src/
H A Drange.rs15 pub struct TextRange { struct
21 impl fmt::Debug for TextRange { argument
27 impl TextRange { impl
107 pub fn up_to(end: TextSize) -> TextRange { in up_to()
116 impl TextRange { impl
147 impl TextRange { implementation
375 impl RangeBounds<TextSize> for TextRange { implementation
417 impl Add<TextSize> for TextRange { implementation
426 impl Sub<TextSize> for TextRange { implementation
438 impl<A> AddAssign<A> for TextRange implementation
[all …]
H A Dserde_impls.rs24 impl Serialize for TextRange { implementation
33 impl<'de> Deserialize<'de> for TextRange { implementation
/dports/devel/texlab/texlab-3.3.0/cargo-crates/text-size-1.1.0/src/
H A Drange.rs15 pub struct TextRange { struct
21 impl fmt::Debug for TextRange { argument
27 impl TextRange { implementation
107 pub fn up_to(end: TextSize) -> TextRange { in up_to()
116 impl TextRange { implementation
147 impl TextRange { implementation
375 impl RangeBounds<TextSize> for TextRange { implementation
417 impl Add<TextSize> for TextRange { implementation
426 impl Sub<TextSize> for TextRange { implementation
438 impl<A> AddAssign<A> for TextRange implementation
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/text-size/src/
H A Drange.rs15 pub struct TextRange { struct
21 impl fmt::Debug for TextRange { argument
27 impl TextRange { impl
107 pub fn up_to(end: TextSize) -> TextRange { in up_to()
116 impl TextRange { implementation
147 impl TextRange { implementation
375 impl RangeBounds<TextSize> for TextRange { implementation
417 impl Add<TextSize> for TextRange { implementation
426 impl Sub<TextSize> for TextRange { implementation
438 impl<A> AddAssign<A> for TextRange implementation
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/
H A DHtmlUtils.hpp89 struct TextRange struct
91 TextRange(bool process, in TextRange() function
98 bool process;
99 std::string::const_iterator begin;
100 std::string::const_iterator end;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DTextRange.h146 struct TextRange { struct
147 TextRange() in TextRange() argument
157 TextRangeStyle mRangeStyle; argument
159 TextRangeType mRangeType; argument
163 bool IsClause() const { return mRangeType != TextRangeType::eCaret; } in IsClause() argument
165 bool Equals(const TextRange& aOther) const { in Equals() argument
184 class TextRangeArray final : public AutoTArray<TextRange, 10> { argument
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DTextRange.h129 struct TextRange { struct
130 TextRange() in TextRange() function
140 TextRangeStyle mRangeStyle; argument
142 TextRangeType mRangeType; argument
146 bool IsClause() const { return mRangeType != TextRangeType::eCaret; } in IsClause() argument
148 bool Equals(const TextRange& aOther) const { in Equals() argument
167 class TextRangeArray final : public AutoTArray<TextRange, 10> { argument
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DTextRange.h146 struct TextRange { struct
147 TextRange() in TextRange() function
157 TextRangeStyle mRangeStyle; argument
159 TextRangeType mRangeType; argument
163 bool IsClause() const { return mRangeType != TextRangeType::eCaret; } in IsClause() argument
165 bool Equals(const TextRange& aOther) const { in Equals() argument
184 class TextRangeArray final : public AutoTArray<TextRange, 10> { argument
/dports/www/firefox/firefox-99.0/widget/
H A DTextRange.h146 struct TextRange { struct
147 TextRange() in TextRange() argument
157 TextRangeStyle mRangeStyle; argument
159 TextRangeType mRangeType; argument
163 bool IsClause() const { return mRangeType != TextRangeType::eCaret; } in IsClause() argument
165 bool Equals(const TextRange& aOther) const { in Equals() argument
184 class TextRangeArray final : public AutoTArray<TextRange, 10> { argument
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DTextRange.h153 struct TextRange struct
155 TextRange() in TextRange() function
167 TextRangeStyle mRangeStyle; argument
169 TextRangeType mRangeType; argument
178 bool Equals(const TextRange& aOther) const in Equals() argument
200 class TextRangeArray final : public AutoTArray<TextRange, 10> argument
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DTextRange.h146 struct TextRange { struct
147 TextRange() in TextRange() function
157 TextRangeStyle mRangeStyle; argument
159 TextRangeType mRangeType; argument
163 bool IsClause() const { return mRangeType != TextRangeType::eCaret; } in IsClause() argument
165 bool Equals(const TextRange& aOther) const { in Equals() argument
184 class TextRangeArray final : public AutoTArray<TextRange, 10> { argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/mbe/src/
H A Dtoken_map.rs15 fn by_kind(self, kind: SyntaxKind) -> Option<TextRange> { in by_kind()
64 ) -> Option<TextRange> { in first_range_by_token()
72 pub(crate) fn insert(&mut self, token_id: tt::TokenId, relative_range: TextRange) { in insert()
79 open_relative_range: TextRange, in insert_delim()
80 close_relative_range: TextRange, in insert_delim()
89 pub(crate) fn update_close_delim(&mut self, idx: usize, close_relative_range: TextRange) { in update_close_delim()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/mbe/src/
H A Dtoken_map.rs15 fn by_kind(self, kind: SyntaxKind) -> Option<TextRange> { in by_kind()
64 ) -> Option<TextRange> { in first_range_by_token()
72 pub(crate) fn insert(&mut self, token_id: tt::TokenId, relative_range: TextRange) { in insert()
79 open_relative_range: TextRange, in insert_delim()
80 close_relative_range: TextRange, in insert_delim()
89 pub(crate) fn update_close_delim(&mut self, idx: usize, close_relative_range: TextRange) { in update_close_delim()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/test_data/parser/fuzz-failures/
H A D0001.rs7 pub fn extend_selection(file: &File, range: TextRange) -> Option<TextRange> { in extend_selection()
12 pub(crate) fn extend(root: SyntaxNodeRef, range: TextRange) -> Option<TextRange> { in extend()
39 fn extend_ws(root: SyntaxNodeRef, ws: SyntaxNodeRef, offset: TextUnit) -> TextRange { in extend_ws()
73 fn extend_comments(node: SyntaxNodeRef) -> Option<TextRange> { in extend_comments()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/test_data/parser/fuzz-failures/
H A D0001.rs7 pub fn extend_selection(file: &File, range: TextRange) -> Option<TextRange> { in extend_selection()
12 pub(crate) fn extend(root: SyntaxNodeRef, range: TextRange) -> Option<TextRange> { in extend()
39 fn extend_ws(root: SyntaxNodeRef, ws: SyntaxNodeRef, offset: TextUnit) -> TextRange { in extend_ws()
73 fn extend_comments(node: SyntaxNodeRef) -> Option<TextRange> { in extend_comments()
/dports/devel/texlab/texlab-3.3.0/src/features/
H A Dcursor.rs106 pub fn command_range(&self, offset: TextSize) -> Option<TextRange> { in command_range()
160 pub fn find_citation_key_word(&self) -> Option<(String, TextRange)> { in find_citation_key_word() argument
173 pub fn find_citation_key_command(&self) -> Option<(String, TextRange)> { in find_citation_key_command() argument
181 pub fn find_entry_key(&self) -> Option<(String, TextRange)> { in find_entry_key() argument
193 pub fn find_label_name_key(&self) -> Option<(String, TextRange)> { in find_label_name_key() argument
211 pub fn find_label_name_command(&self) -> Option<(String, TextRange)> { in find_label_name_command() argument
227 pub fn find_environment_name(&self) -> Option<(String, TextRange)> { in find_environment_name() argument
237 pub fn find_curly_group_word(&self) -> Option<(String, TextRange, latex::CurlyGroupWord)> { in find_curly_group_word() argument
255 ) -> Option<(String, TextRange, latex::CurlyGroupWordList)> { in find_curly_group_word_list() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Xaml/Documents/
H A Dmod.rs41 pub struct TextRange { struct
45 impl ::core::marker::Copy for TextRange {} argument
46 impl ::core::clone::Clone for TextRange { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dextend_selection.rs29 pub(crate) fn extend_selection(db: &RootDatabase, frange: FileRange) -> TextRange { in extend_selection()
39 ) -> Option<TextRange> { in try_extend_selection()
125 original_range: TextRange, in extend_tokens_from_range()
126 ) -> Option<TextRange> { in extend_tokens_from_range()
197 ) -> Option<TextRange> { in extend_single_word_in_comment_or_string()
221 fn extend_ws(root: &SyntaxNode, ws: SyntaxToken, offset: TextSize) -> TextRange { in extend_ws()
256 fn extend_list_item(node: &SyntaxNode) -> Option<TextRange> { in extend_list_item()
298 fn extend_comments(comment: ast::Comment) -> Option<TextRange> { in extend_comments()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dextend_selection.rs29 pub(crate) fn extend_selection(db: &RootDatabase, frange: FileRange) -> TextRange { in extend_selection()
39 ) -> Option<TextRange> { in try_extend_selection()
125 original_range: TextRange, in extend_tokens_from_range()
126 ) -> Option<TextRange> { in extend_tokens_from_range()
197 ) -> Option<TextRange> { in extend_single_word_in_comment_or_string()
221 fn extend_ws(root: &SyntaxNode, ws: SyntaxToken, offset: TextSize) -> TextRange { in extend_ws()
256 fn extend_list_item(node: &SyntaxNode) -> Option<TextRange> { in extend_list_item()
298 fn extend_comments(comment: ast::Comment) -> Option<TextRange> { in extend_comments()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/textmanipulation/
H A DTextRange.java11 public final class TextRange { class
25 public TextRange(int offset) { in TextRange() method in TextRange
37 public TextRange(int offset, int length) { in TextRange() method in TextRange
47 private TextRange(TextRange dummy) { in TextRange() method in TextRange
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/elements/
H A DTextRange.as30 public class TextRange class in flashx.textLayout.elements
63 public function TextRange(root:TextFlow,anchorIndex:int,activeIndex:int) method in flashx.textLayout.elements.TextRange
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/test_utils/src/
H A Dlib.rs81 pub fn extract_range(text: &str) -> (TextRange, String) { in extract_range()
90 fn try_extract_range(text: &str) -> Option<(TextRange, String)> { in try_extract_range()
109 pub fn expect_range(self) -> TextRange { in expect_range()
115 pub fn range_or_empty(self) -> TextRange { in range_or_empty()
123 impl From<RangeOrOffset> for TextRange { implementation
146 pub fn extract_tags(mut text: &str, tag: &str) -> (Vec<(TextRange, Option<String>)>, String) { in extract_tags()
224 pub fn extract_annotations(text: &str) -> Vec<(TextRange, String)> { in extract_annotations()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/test_utils/src/
H A Dlib.rs81 pub fn extract_range(text: &str) -> (TextRange, String) { in extract_range()
90 fn try_extract_range(text: &str) -> Option<(TextRange, String)> { in try_extract_range()
109 pub fn expect_range(self) -> TextRange { in expect_range()
115 pub fn range_or_empty(self) -> TextRange { in range_or_empty()
123 impl From<RangeOrOffset> for TextRange { implementation
146 pub fn extract_tags(mut text: &str, tag: &str) -> (Vec<(TextRange, Option<String>)>, String) { in extract_tags()
224 pub fn extract_annotations(text: &str) -> Vec<(TextRange, String)> { in extract_annotations()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/syntax_highlighting/
H A Dinjector.rs15 pub(super) fn add(&mut self, text: &str, source_range: TextRange) { in add()
75 impl ops::Add<Delta<TextSize>> for TextRange { implementation
78 fn add(self, rhs: Delta<TextSize>) -> TextRange { in add()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
H A Dinjector.rs15 pub(super) fn add(&mut self, text: &str, source_range: TextRange) { in add()
75 impl ops::Add<Delta<TextSize>> for TextRange { implementation
78 fn add(self, rhs: Delta<TextSize>) -> TextRange { in add()

12345678910>>...14