Home
last modified time | relevance | path

Searched +refs:clear +refs:visible +refs:line (Results 1 – 25 of 31538) sorted by relevance

12345678910>>...1262

/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/plot/
H A Dmulticursor.py177 self._ciddraw = self.canvas.mpl_connect('draw_event', self.clear)
184 def clear(self, event): member in MultiCursor
208 visible = visible and line.axes == event.inaxes
212 line.set_visible(visible)
217 visible = visible and line.axes == event.inaxes
220 line.set_visible(self.visible)
309 def clear(self, event): member in MultiCursor2
332 visible = True or line.axes == event.inaxes
334 line.set_visible(visible)
337 visible = line.axes == event.inaxes
[all …]
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/text/
H A Dcaret.py130 self.visible = True
153 self.visible = True
155 def _set_visible(self, visible): argument
156 self._visible = visible
191 self._next_attributes.clear()
318 self._next_attributes.clear()
334 self._next_attributes.clear()
362 self._next_attributes.clear()
379 self._next_attributes.clear()
488 self._next_attributes.clear()
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/text/
H A Dcaret.py130 self.visible = True
153 self.visible = True
155 def _set_visible(self, visible): argument
156 self._visible = visible
191 self._next_attributes.clear()
318 self._next_attributes.clear()
334 self._next_attributes.clear()
362 self._next_attributes.clear()
379 self._next_attributes.clear()
488 self._next_attributes.clear()
[all …]
/dports/graphics/animorph/animorph-0.3/src/
H A DFaceGroup.cpp73 clear (); in fromStream()
87 data.facesIndexes.clear(); in fromStream()
94 data.visible = true; in fromStream()
105 (*this)[name].visible = !((*this)[name].visible); in toggleVisible()
146 bool visible = (*facegroup_it).second.visible; in createStreamVisibilities() local
148 if(visible) in createStreamVisibilities()
158 char line[MAX_LINE]; in fromStreamVisibilities() local
161 if(sscanf(buffer, "nv,%s", line) == 1) in fromStreamVisibilities()
165 (*this)[line].visible = false; in fromStreamVisibilities()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/
H A Dconsole.cpp102 void Console::clear() { in clear() function in GEO::Console
103 buf_.clear(); in clear()
104 line_offsets_.clear(); in clear()
269 void Console::draw(bool* visible, bool with_window) { in draw() argument
270 if(!*visible) { in draw()
274 ImGui::Begin("Console", visible); in draw()
282 *visible = false; in draw()
287 clear(); in draw()
337 line[0] == '[' && in draw()
338 line[2] == ']' && in draw()
[all …]
H A Dtext_editor.cpp53 TextEditor::TextEditor(bool* visible) : visible_(visible) { in TextEditor() argument
104 std::string line; in load() local
105 while(std::getline(in,line)) { in load()
106 text += line; in load()
120 void TextEditor::clear() { in clear() function in GEO::TextEditor
/dports/misc/broot/broot-1.7.0/website/broot_theme/css/
H A Dbootstrap-custom.min.css1line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root…
/dports/devel/rpclib/rpclib-2.2.1/doc/rpclib-cinder/css/
H A Dbootstrap-custom.css67 line-height: 0;
99 line-height: normal;
273 line-height: 1.1;
278 line-height: 1;
318 line-height: 1.4;
471 line-height: 1.25;
1729 line-height: 1;
2517 line-height: 1;
3409 line-height: 1;
3470 line-height: 1;
[all …]
H A Dbootstrap-custom.min.css1line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root…
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/cursespp/
H A DScrollAdapterBase.cpp88 target.clear(); in GetVisibleItems()
121 std::deque<EntryPtr> visible; in DrawPage() local
131 topIndex = GetVisibleItems(scrollable, index, visible); in DrawPage()
133 for (size_t e = 0; e < visible.size(); e++) { in DrawPage()
134 EntryPtr entry = visible.at(e); in DrawPage()
152 std::string line = entry->GetLine(i); in DrawPage() local
153 size_t len = u8cols(line); in DrawPage()
160 line += std::string(remain, ' '); in DrawPage()
165 checked_wprintw(window, "%s", line.c_str()); in DrawPage()
176 result.visibleEntryCount = visible.size(); in DrawPage()
/dports/textproc/libcss/libcss-0.9.1/test/data/select/
H A Dtests1.dat37 clear: none
70 line-height: normal
151 clear: none
184 line-height: normal
269 clear: none
388 clear: none
507 clear: none
626 clear: none
735 clear: none
845 clear: none
[all …]
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DGUITextArea.cpp159 visible=visible && this->visible; in handleEvents()
170 if(enabled&&visible){ in handleEvents()
235 for (int line = start; line <= end; line++) { in handleEvents() local
803 if(!visible||!draw) in render()
873 for(int line=scrollBar->value;line<(int)linesCache.size();line++){ in render() local
1000 lines.clear(); in setString()
1001 linesCache.clear(); in setString()
1038 linesCache.clear(); in setStringArray()
1042 lines.clear(); in setStringArray()
1060 hyperlinks.clear(); in extractHyperlinks()
[all …]
/dports/games/viruskiller/viruskiller-1.03/src/
H A DCEngine.cpp54 defineList.clear(); in Engine()
72 defineList.clear(); in destroy()
77 char line[50]; in addKeyEvent() local
88 if ((line[size] >= 97) && (line[size] <= 122)) in addKeyEvent()
384 localeList.clear(); in freeLocaleInfo()
433 widgetList.clear(); in deleteWidgets()
534 widget->visible = show; in showWidgetGroup()
571 widget->visible = show; in showWidget()
651 if ((highlightedWidget->enabled) && (highlightedWidget->visible)) in highlightWidget()
672 if ((highlightedWidget->enabled) && (highlightedWidget->visible)) in highlightWidget()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Interface/
H A Dedit_repaint.cpp88 ren->line (x1, y1, x2, y2-pixel); in draw_cursor()
102 ren->clear (r->x1, r->y1, max (r->x1, eb->x1), r->y2); in draw_surround()
103 ren->clear (min (r->x2, eb->x2), r->y1, r->x2, r->y2); in draw_surround()
105 ren->clear (r->x1, r->y1, r->x2, max (r->y1, eb->y1)); in draw_surround()
106 ren->clear (r->x1, min (r->y2, eb->y2), r->x2, r->y2); in draw_surround()
116 ren->line (r->x1, y, r->x2, y); in draw_context()
123 rectangles visible (thicken (r, 2 * ren->pixel, 2 * ren->pixel)); in draw_selection() local
131 ren->draw_selection (alt_selection_rects[i] & visible); in draw_selection()
133 ren->draw_rectangles (alt_selection_rects[i] & visible); in draw_selection()
140 ren->draw_selection (selection_rects & visible); in draw_selection()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DFileViewer.java113 public FileViewer(final String label, final boolean visible) in FileViewer() argument
115 this(label, visible, true, false); in FileViewer()
203 clear(); in FileViewer()
269 if(visible) in FileViewer()
292 protected void clear() in clear() method in FileViewer
305 String line; in appendFile() local
307 while((line = buffered_reader.readLine()) != null) in appendFile()
309 appendString(line + "\n"); in appendFile()
325 String line; in readFile() local
327 while((line = buffered_reader.readLine()) != null) in readFile()
[all …]
/dports/x11/swaylock/swaylock-1.5/completions/bash/
H A Dswaylock45 --indicator-idle-visible
49 --inside-clear-color
57 --line-caps-lock-color
58 --line-clear-color
59 --line-color
60 --line-uses-inside
61 --line-uses-ring
62 --line-ver-color
63 --line-wrong-color
66 --ring-clear-color
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/private/
H A Dtracing.rkt28 tracing:add-line
34 tracing:add-line
98 (define tracing-visible? #f)
99 (define/public (set-tracing-visible? v?) (set! tracing-visible? v?))
100 (define/public (get-tracing-visible?) tracing-visible?)
102 (define/augment (clear-annotations)
104 (inner (void) clear-annotations))
158 (send show-tracing-text delete line-start line-end #f)
175 (define tracing-visible? #f)
181 [(eq? tracing-visible? (send new get-tracing-visible?))
[all …]
/dports/x11/swaylock-effects/swaylock-effects-1.6-3/completions/bash/
H A Dswaylock45 --indicator-idle-visible
51 --inside-clear-color
59 --line-caps-lock-color
60 --line-clear-color
61 --line-color
62 --line-uses-inside
63 --line-uses-ring
64 --line-ver-color
65 --line-wrong-color
68 --ring-clear-color
[all …]
/dports/www/limesurvey/limesurvey/assets/packages/bootstrap/plugins/multiselect/css/
H A Dbootstrap-3.0.0.min.css9line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{bord…
/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/resources/hbase-webapps/static/css/
H A Dbootstrap.css605 clear: left;
619 clear: both;
627 clear: both;
762 clear: both;
772 clear: both;
787 clear: both;
797 clear: both;
1970 clear: both;
1980 clear: both;
3260 clear: both;
[all …]
H A Dbootstrap.min.css9line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root…
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/resources/hbase-webapps/static/css/
H A Dbootstrap.css605 clear: left;
619 clear: both;
627 clear: both;
762 clear: both;
772 clear: both;
787 clear: both;
797 clear: both;
1970 clear: both;
1980 clear: both;
3260 clear: both;
[all …]
H A Dbootstrap.min.css9line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root…
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/py_lib/seqan/dox/tpl/lib/bootstrap/css/
H A Dbootstrap.css513 clear: left;
532 clear: both;
544 clear: both;
661 clear: both;
673 clear: both;
689 clear: both;
701 clear: both;
1786 clear: both;
1798 clear: both;
2812 clear: both;
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/py_lib/seqan/dox/tpl/lib/bootstrap-multiselect/css/
H A Dbootstrap-3.0.0.css605 clear: left;
619 clear: both;
627 clear: both;
762 clear: both;
772 clear: both;
787 clear: both;
797 clear: both;
1970 clear: both;
1980 clear: both;
3260 clear: both;
[all …]

12345678910>>...1262