Home
last modified time | relevance | path

Searched refs:TabStops (Results 1 – 25 of 148) sorted by relevance

123456

/dports/textproc/py-python-docx/python-docx-0.8.11/features/
H A Dtab-access-tabs.feature7 Scenario Outline: TabStops.__len__
19 Then I can iterate the TabStops object
23 Scenario Outline: TabStops.add_tab_stop()
35 Scenario: TabStops.__delitem__()
42 Scenario: TabStops.clear_all()
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/text/
H A Dtest_tabstops.py14 from docx.text.tabstops import TabStop, TabStops
158 tab_stops = TabStops(element('w:pPr'))
192 tab_stops = TabStops(element(pPr_cxml))
206 tab_stops = TabStops(element(pPr_cxml))
216 tab_stops = TabStops(element(tab_stops_cxml))
237 tab_stops = TabStops(element(pPr_cxml))
250 tab_stops = TabStops(pPr)
262 tab_stops = TabStops(pPr)
272 tab_stops = TabStops(element(tab_stops_cxml))
H A Dtest_parfmt.py15 from docx.text.tabstops import TabStops
422 return instance_mock(request, TabStops)
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/api/
H A Dtext.rst43 |TabStops| objects
46 .. autoclass:: docx.text.tabstops.TabStops()
49 ….. automethod:: docx.text.tabstops.TabStops.add_tab_stop(position, alignment=WD_TAB_ALIGNMENT.LEFT…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java29 private TabStops tabs = new TabStops(0);
388 this.tabs = new TabStops(tabs); in tabs()
415 private class TabStops { class in AttributedStringBuilder
420 public TabStops(int tabs) { in TabStops() method in AttributedStringBuilder.TabStops
424 public TabStops(List<Integer> tabs) { in TabStops() method in AttributedStringBuilder.TabStops
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java29 private TabStops tabs = new TabStops(0);
388 this.tabs = new TabStops(tabs); in tabs()
415 private class TabStops { class in AttributedStringBuilder
420 public TabStops(int tabs) { in TabStops() method in AttributedStringBuilder.TabStops
424 public TabStops(List<Integer> tabs) { in TabStops() method in AttributedStringBuilder.TabStops
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java29 private TabStops tabs = new TabStops(0);
388 this.tabs = new TabStops(tabs); in tabs()
415 private class TabStops { class in AttributedStringBuilder
420 public TabStops(int tabs) { in TabStops() method in AttributedStringBuilder.TabStops
424 public TabStops(List<Integer> tabs) { in TabStops() method in AttributedStringBuilder.TabStops
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java29 private TabStops tabs = new TabStops(0);
388 this.tabs = new TabStops(tabs); in tabs()
415 private class TabStops { class in AttributedStringBuilder
420 public TabStops(int tabs) { in TabStops() method in AttributedStringBuilder.TabStops
424 public TabStops(List<Integer> tabs) { in TabStops() method in AttributedStringBuilder.TabStops
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java29 private TabStops tabs = new TabStops(0);
388 this.tabs = new TabStops(tabs); in tabs()
415 private class TabStops { class in AttributedStringBuilder
420 public TabStops(int tabs) { in TabStops() method in AttributedStringBuilder.TabStops
424 public TabStops(List<Integer> tabs) { in TabStops() method in AttributedStringBuilder.TabStops
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java29 private TabStops tabs = new TabStops(0);
388 this.tabs = new TabStops(tabs); in tabs()
415 private class TabStops { class in AttributedStringBuilder
420 public TabStops(int tabs) { in TabStops() method in AttributedStringBuilder.TabStops
424 public TabStops(List<Integer> tabs) { in TabStops() method in AttributedStringBuilder.TabStops
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/
H A DAttributedStringBuilder.java29 private TabStops tabs = new TabStops(0);
388 this.tabs = new TabStops(tabs); in tabs()
415 private class TabStops { class in AttributedStringBuilder
420 public TabStops(int tabs) { in TabStops() method in AttributedStringBuilder.TabStops
424 public TabStops(List<Integer> tabs) { in TabStops() method in AttributedStringBuilder.TabStops
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/text/
H A Dtabstops.py15 class TabStops(ElementProxy): class
27 super(TabStops, self).__init__(element, None)
H A Dparfmt.py13 from .tabstops import TabStops
254 return TabStops(pPr)
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/include/de/text/
H A Dfont.h46 typedef QVector<int> TabStops; typedef
227 TabStops const &tabStops() const;
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/dev/analysis/features/text/
H A Dtab-stops.rst9 a List-like TabStops object made up of TabStop objects.
30 <docx.text.parfmt.TabStops object at 0x104ea8c30>
74 TabStops must be in position order within the XML. If they are not, the out-
165 The MS API defines a `TabStops object`_ which is a collection of
/dports/textproc/py-python-docx/python-docx-0.8.11/features/steps/
H A Dparfmt.py16 from docx.text.tabstops import TabStops
152 assert isinstance(tab_stops, TabStops)
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dwinbitchx.c1251 static WORD TabStops[256]; variable
1564 TabStops[i-1] = i*8; in BuffReset()
2942 TabStops[i-1] = i*8; in BuffChangeTerminalSize()
3021 while ((TabStops[i]<CursorX) && (i<NTabStops)) in SetTabStop()
3027 TabStops[j] = TabStops[j-1]; in SetTabStop()
3028 TabStops[i] = CursorX; in SetTabStop()
3042 while ((TabStops[i]<=CursorX) && (i<NTabStops-1)); in MoveToNextTab()
3043 if (TabStops[i]>CursorX) in MoveToNextTab()
3044 MoveCursor(TabStops[i],CursorY); in MoveToNextTab()
3065 if (TabStops[i] == CursorX) in ClearTabStop()
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dwinbitchx.c1251 static WORD TabStops[256]; variable
1564 TabStops[i-1] = i*8; in BuffReset()
2942 TabStops[i-1] = i*8; in BuffChangeTerminalSize()
3021 while ((TabStops[i]<CursorX) && (i<NTabStops)) in SetTabStop()
3027 TabStops[j] = TabStops[j-1]; in SetTabStop()
3028 TabStops[i] = CursorX; in SetTabStop()
3042 while ((TabStops[i]<=CursorX) && (i<NTabStops-1)); in MoveToNextTab()
3043 if (TabStops[i]>CursorX) in MoveToNextTab()
3044 MoveCursor(TabStops[i],CursorY); in MoveToNextTab()
3065 if (TabStops[i] == CursorX) in ClearTabStop()
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/user/
H A Dtext.rst141 The tab stops for a paragraph or style are contained in a |TabStops| object
147 <docx.text.tabstops.TabStops object at 0x106b802d8>
149 A new tab stop is added using the :meth:`~.TabStops.add_tab_stop` method::
169 Existing tab stops are accessed using sequence semantics on |TabStops|::
174 More details are available in the |TabStops| and |TabStop| API documentation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_para.cpp34 {XFA_Attribute::TabStops, XFA_AttributeType::CData, nullptr},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_para.cpp34 {XFA_Attribute::TabStops, XFA_AttributeType::CData, nullptr},
/dports/editors/libreoffice/libreoffice-7.2.6.2/oovbaapi/ooo/vba/word/
H A DXParagraphFormat.idl49 [attribute] any TabStops;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oovbaapi/ooo/vba/word/
H A DXParagraphFormat.idl49 [attribute] any TabStops;
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/src/term/
H A Dmod.rs235 tabs: TabStops,
299 let tabs = TabStops::new(grid.columns()); in new()
1465 self.tabs = TabStops::new(self.columns()); in reset_state()
1774 struct TabStops { struct
1778 impl TabStops { implementation
1780 fn new(columns: usize) -> TabStops { in new() argument
1781 TabStops { tabs: (0..columns).map(|i| i % INITIAL_TABSTOPS == 0).collect() } in new()
1804 impl Index<Column> for TabStops { implementation
1812 impl IndexMut<Column> for TabStops { implementation
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dstyle.py168 def TabStops(**args): function

123456