Home
last modified time | relevance | path

Searched +refs:history +refs:search +refs:pos (Results 176 – 200 of 3021) sorted by relevance

12345678910>>...121

/dports/editors/mp/mp-5.x-5.50/
H A Dmp_tui.mpsl45 sub mp.tui.readline(prompt, history, default, flags)
60 /* get the history stack */
61 if (history)
62 h = mp.get_history(history);
186 /* if it's not a directory, retry in search on it */
205 /* if a string was accepted, store in the history */
410 pos = org_data->seek(data[pos]);
583 y = pos;
590 r1 = mp.tui.readline(w.label, w.history, w.value,
685 if (pos[0] + pos[2] > mp.window.tx)
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/arcade/glui/
H A Dwindow.py316 State.get().history.pop()
317 c_menu = State.get().history[-1]
545 if ArcadeSettings().search():
552 if ArcadeSettings().search():
640 c_menu = State.get().history[-1]
644 State.get().history.pop()
1545 def find_item_at_coordinate(pos): argument
1550 item.x <= pos[0] <= item.x + item.w
1551 and item.y <= pos[1] <= item.y + item.h
1556 item.x <= pos[0] <= item.x + item.w
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Dmixins.py465 match = regobj.search(text, offset)
577 pos = QPoint(x, y)
578 dlg.move(self.mapToGlobal(pos))
611 text = self.get_line_at(event.pos())
618 text = self.get_line_at(event.pos())
747 if len(self.history) > 0 and self.history[-1] == command:
749 self.history.append(command)
770 self.history = []
800 start_idx = len(self.history)
806 if idx >= len(self.history) or len(self.history) == 0:
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/readline-lib/readline/
H A Dpread.rkt55 (when ((length local-history) . > . (max-history))
56 (set! local-history (take local-history (max-history)))))
58 (define (load-history)
60 (trim-local-history)
61 (for-each add-history (reverse local-history)))
63 (load-history)
66 (put-preferences '(readline-input-history) (list local-history)))
71 ;; remove duplicate (keep-blanks determines how we search)
83 (when ((history-length) . > . (max-history)) (history-delete 0) (loop)))
84 (set! local-history (cons s local-history))
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Dbuffer.py45 from .history import History, InMemoryHistory
46 from .search import SearchDirection, SearchState
236 history: Optional[History] = None,
283 self.history = InMemoryHistory() if history is None else history
863 pos = self.cursor_position
865 if pos >= 2:
866 a = self.text[pos - 2]
867 b = self.text[pos - 1]
869 self.text = self.text[: pos - 2] + b + a + self.text[pos:]
1284 text, pos = self._undo_stack.pop()
[all …]
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dgrep.py117 history = QRadioButton(_('All History'))
126 grid.addWidget(history, 1, 0)
151 history.toggled.connect(singlematch.setDisabled)
162 history.toggled.connect(self._updateFollow)
180 self.wctxradio, self.ctxradio, self.aradio = working, revision, history
240 def addHistory(self, search, incpaths, excpaths): argument
241 if search:
242 usearch = hglib.tounicode(search)
557 pos = 0
561 pos = m.end()
[all …]
/dports/math/fricas/fricas-1.3.7/contrib/emacs/
H A Dfricas.el.pamphlet625 FriCAS provides [[)history )save]] and [[)history )restore]] to save and restore
653 (defun fricas-save-history ()
688 )history )restore filename
692 (pos (point-min))
694 (goto-char pos)
996 (while (overlays-at pos)
1134 (old-pos (point)))
1141 (goto-char old-pos)))))
1148 (old-pos (point)))
1293 (let ((pos (point)))
[all …]
/dports/www/firefox/firefox-99.0/browser/components/newtab/docs/v2-system-addon/
H A Ddata_dictionary.md62 "event": "click or scroll or search or delete",
102 // "pos" is the 0-based index to record the tile's position in the Pocket section.
104 "tiles": [{"id": 10000, "pos": 0, "shim": "enuYa1j73z3RzxgTexHNxYPC/b,9JT6w5KB0CRKYEU+"}],
142 | ``card_type`` | [Optional] ("bookmark", "pocket", "trending", "pinned", "search", "s…
146 | ``search_vendor`` | [Optional] the vendor of the search shortcut, one of ("google", "ama…
147 | | ``card_type = "search"`` …
157 | ``highlight_type`` | [Optional] Either ["bookmarks", "recommendation", "history"]. …
195 | ``total_history_size`` | [Optional] The number of history items currently in the user's place…
235 …ts for the Pocket articles. Each tile object mush have a ID, optionally a "pos" property to indica…
344 * Only show search and Top Stories, `user_prefs = 1 | 4 = 5`
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/docs/v2-system-addon/
H A Ddata_dictionary.md62 "event": "click or scroll or search or delete",
102 // "pos" is the 0-based index to record the tile's position in the Pocket section.
104 "tiles": [{"id": 10000, "pos": 0, "shim": "enuYa1j73z3RzxgTexHNxYPC/b,9JT6w5KB0CRKYEU+"}],
142 | ``card_type`` | [Optional] ("bookmark", "pocket", "trending", "pinned", "search", "s…
146 | ``search_vendor`` | [Optional] the vendor of the search shortcut, one of ("google", "ama…
147 | | ``card_type = "search"`` …
157 | ``highlight_type`` | [Optional] Either ["bookmarks", "recommendation", "history"]. …
195 | ``total_history_size`` | [Optional] The number of history items currently in the user's place…
238 …ts for the Pocket articles. Each tile object mush have a ID, optionally a "pos" property to indica…
347 * Only show search and Top Stories, `user_prefs = 1 | 4 = 5`
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/docs/v2-system-addon/
H A Ddata_dictionary.md62 "event": "click or scroll or search or delete",
102 // "pos" is the 0-based index to record the tile's position in the Pocket section.
104 "tiles": [{"id": 10000, "pos": 0, "shim": "enuYa1j73z3RzxgTexHNxYPC/b,9JT6w5KB0CRKYEU+"}],
142 | ``card_type`` | [Optional] ("bookmark", "pocket", "trending", "pinned", "search", "s…
146 | ``search_vendor`` | [Optional] the vendor of the search shortcut, one of ("google", "ama…
147 | | ``card_type = "search"`` …
157 | ``highlight_type`` | [Optional] Either ["bookmarks", "recommendation", "history"]. …
195 | ``total_history_size`` | [Optional] The number of history items currently in the user's place…
238 …ts for the Pocket articles. Each tile object mush have a ID, optionally a "pos" property to indica…
347 * Only show search and Top Stories, `user_prefs = 1 | 4 = 5`
[all …]
/dports/www/midori/core-9.0/po/
H A Dgl.po157 msgstr "Erro: Non foi posíbel atopar «gdb»\n"
875 msgid "Run a web search"
1660 #. TODO: Preserve page icons of search engines and merge privacy items
1742 msgid "Add search engine"
1746 msgid "Edit search engine"
1775 msgid "The search engines couldn't be loaded. %s\n"
1780 msgid "The search engines couldn't be saved. %s"
1817 #. i18n: A panel at the bottom, to search text in pages
2515 msgid "Form history"
2558 msgid "Form history filler"
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/doc/
H A Dreadline.0375 the desired history entry. To search backward in the his-
383 the search is terminated, the history entry containing the
641 completed with a single match from the list of pos-
785 "C-R" reverse-search-history
786 "C-S" forward-search-history
835 "M-N" non-incremental-forward-search-history
836 "M-P" non-incremental-reverse-search-history
866 "C-R" reverse-search-history
867 "C-S" forward-search-history
891 "C-R" reverse-search-history
[all …]
/dports/databases/gqlplus/gqlplus-1.16/readline/doc/
H A Dreadline.0375 the desired history entry. To search backward in the his-
383 the search is terminated, the history entry containing the
641 completed with a single match from the list of pos-
785 "C-R" reverse-search-history
786 "C-S" forward-search-history
835 "M-N" non-incremental-forward-search-history
836 "M-P" non-incremental-reverse-search-history
866 "C-R" reverse-search-history
867 "C-S" forward-search-history
891 "C-R" reverse-search-history
[all …]
/dports/www/epiphany/epiphany-41.0/po/
H A Dgl.po299 "lectura. Os valores posíbeis son «sans» e «serif»."
836 msgid "Enable history sync"
1730 msgstr "Non foi posíbel mostrar este sitio web"
2012 msgstr "Non foi posíbel mostrar a axuda: %s"
2539 #: src/ephy-history-dialog.c:140 src/ephy-history-dialog.c:978
2557 "Clearing the browsing history will cause all history links to be permanently "
3275 msgid "Search history"
3699 "To determine the search address, perform a search using the search engine "
4060 #: src/search-provider/ephy-search-provider.c:214
4065 #: src/search-provider/ephy-search-provider.c:224
[all …]
/dports/www/netrik/netrik-1.16.1/doc/in/
H A Dhacking-pager.in66 command, link following, history commands, entering the command prompt, or text
67 search.
93 a text search.)
369 The "pos" parameter allows specifying some other pager position (relative to
439 The history commands all work alike:
442 history one backwards (decrementing). The page is then (re)loaded by quitting
447 correct loading of pages from history.)
449 'f' goes forward in the same manner (incrementing "pos").
451 'B' searches the history backwards, until it finds some page that is followed
454 first entry in the history, and that one is taken.
[all …]
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/predicates-1.0.7/
H A D.tags7search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
8search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
9search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
10search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
11search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
12search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
13search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
15search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
16search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
17search-input")[0]}function getSearchElement(){return document.getElementById("search")}function fo…
[all …]
/dports/textproc/p5-Tree-Suffix/Tree-Suffix-0.22/
H A DChanges1 Revision history for Tree-Suffix
59 - Fixed string() to avoid returning "<eos>" when start pos == string
68 - Added match, search aliases for find()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/docs/v2-system-addon/
H A Ddata_dictionary.md64 "event": "click or scroll or search or delete",
155 // "pos" is the 0-based index to record the tile's position in the Pocket section.
157 "tiles": [{"id": 10000, "pos": 0, "shim": "enuYa1j73z3RzxgTexHNxYPC/b,9JT6w5KB0CRKYEU+"}],
217 | ``card_type`` | [Optional] ("bookmark", "pocket", "trending", "pinned", "search", "s…
219 | ``search_vendor`` | [Optional] the vendor of the search shortcut, one of ("google", "ama…
220 | | ``card_type = "search"`` …
232 | ``highlight_type`` | [Optional] Either ["bookmarks", "recommendation", "history"]. …
262 | ``total_history_size`` | [Optional] The number of history items currently in the user's place…
308 …ts for the Pocket articles. Each tile object mush have a ID, optionally a "pos" property to indica…
401 * Only show search and Top Stories, `user_prefs = 1 | 4 = 5`
[all …]
/dports/security/py-pywinrm/pywinrm-0.4.1/winrm/vendor/requests_kerberos/
H A Dkerberos_.py107 match_obj = regex.search(authreq)
191 self.pos = None
292 _r.history.append(response)
408 if self.pos is not None:
411 response.request.body.seek(self.pos)
461 self.pos = request.body.tell()
467 self.pos = None
/dports/security/py-requests-kerberos/requests-kerberos-0.12.0/requests_kerberos/
H A Dkerberos_.py91 match_obj = regex.search(authreq)
175 self.pos = None
276 _r.history.append(response)
392 if self.pos is not None:
395 response.request.body.seek(self.pos)
445 self.pos = request.body.tell()
451 self.pos = None
/dports/www/links1/links-1.04/
H A Dview.c95 if (scr->search) mem_free(scr->search); in clear_formatted()
411 int get_range(struct f_data *f, int y, int yw, int l, struct search **s1, struct search **s2) in get_range()
423 if (*s1 - f->search < l) *s1 = f->search; in get_range()
426 if (f->search + f->nsearch - *s2 < l) *s2 = f->search + f->nsearch - l; in get_range()
438 struct search *s1, *s2; in is_in_range()
469 struct search *s1, *s2; in get_searched()
911 if (!ses->screen->vs && !list_empty(ses->history)) in draw_formatted()
2145 if (ses->history.next == &ses->history) return NULL; in current_frame()
2263 if (list_empty(ses->history)) goto quak; in send_event()
2474 if (list_empty(ses->history)) return; in save_as()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DBrowserUsageTelemetry.jsm66 // A list of known search origins.
90 history: 2,
169 let pos = KNOWN_ADDONS.indexOf(id);
170 if (pos < 0) {
171 pos = KNOWN_ADDONS.length;
174 return `addon${pos}`;
554 * true if this event was generated by a form history result.
556 * The search engine alias used in the search, if any.
591 // This search uses an internal @search keyword. Record the source as
668 // The search was not a one-off. It was a search with the default search engine.
[all …]
/dports/devel/zeal/zeal-0.6.1/src/libs/ui/
H A Dmainwindow.cpp106 stream >> *widget->history(); in restoreHistory()
113 stream << *widget->history(); in saveHistory()
267 QWebHistory *history = currentTab()->history(); local
268 QList<QWebHistoryItem> items = history->backItems(10);
280 connect(action, &QAction::triggered, [=](bool) { history->goToItem(item); });
290 QWebHistory *history = currentTab()->history(); local
291 for (const QWebHistoryItem &item: history->forwardItems(10)) {
297 connect(action, &QAction::triggered, [=](bool) { history->goToItem(item); });
382 m_application->docsetRegistry()->search(text);
462 void MainWindow::search(const Registry::SearchQuery &query) function in MainWindow
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/backends/web/qtwebkit/
H A DQtWebKitWebWidget.cpp232 void QtWebKitWebWidget::search(const QString &query, const QString &searchEngine) in search() function in Otter::QtWebKitWebWidget
1339 history.index = (history.index - 1); in triggerAction()
1384 setClickPosition(m_webView->mapFromGlobal(QCursor::pos())); in triggerAction()
1403 setClickPosition(m_webView->mapFromGlobal(QCursor::pos())); in triggerAction()
1880 m_page->history()->loadFromMap(history); in setHistory()
2322 const QWebHistory *history(m_page->history()); in getHistory() local
2772 const QWidget *widget(childAt(mouseEvent->pos())); in eventFilter()
2838 setClickPosition(mouseEvent->pos()); in eventFilter()
2839 updateHitTestResult(mouseEvent->pos()); in eventFilter()
2863 const HitTestResult hitResult(getHitTestResult(mouseEvent->pos())); in eventFilter()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/slof/fs/
H A Daccept.fs83 : add-history ( -- )
91 : history ( -- )
97 : select-history ( his -- )
170 2dup 6 pick 6 pick find-isubstr ( text-addr text-len node' path-addr path-len pos )
221 $tab-sift-words to #sift-count \ search in current node first
225 current-node @ >r 0 set-node \ now search in global words
268 history redraw-prompt full-redraw-line ;
271 dup to his-cur select-history
275 dup to his-cur select-history
406 drop add-history

12345678910>>...121