Searched refs:history (Results 1 - 25 of 207) sorted by relevance

123456789

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DrevisionHistory.css29 .outline-disclosure.revision-history-drawer {
34 .outline-disclosure.revision-history-drawer ol {
40 .outline-disclosure.revision-history-drawer > ol {
44 .outline-disclosure.revision-history-drawer li {
51 .outline-disclosure.revision-history-drawer li.parent {
55 .revision-history-link {
62 .revision-history-link-row {
66 .outline-disclosure.revision-history-drawer .revision-history-line {
71 .revision-history
[all...]
H A DRevisionHistoryView.js39 this.element.addStyleClass("revision-history-drawer");
52 if (uiSourceCode.history.length)
99 var revisionCount = uiSourceCode.history.length;
101 var revision = uiSourceCode.history[i];
102 var historyItem = new WebInspector.RevisionHistoryTreeElement(revision, uiSourceCode.history[i - 1], i !== revisionCount - 1);
110 var revertToOriginal = linkItem.listItemElement.createChild("span", "revision-history-link revision-history-link-row");
114 var clearHistoryElement = uiSourceCodeItem.listItemElement.createChild("span", "revision-history-link");
137 var historyLength = uiSourceCode.history.length;
138 var historyItem = new WebInspector.RevisionHistoryTreeElement(uiSourceCode.history[historyLengt
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_history.h34 * @brief The history (back-forward list) associated with a given ewk_view.
36 * Changing the history affects immediately the view, changing the
39 * When ewk_view is navigated or uris are set, history automatically
40 * updates. That's why no direct access to history structure is
53 * Clear the current history, if there is any.
55 * @param history which history instance to modify.
59 EAPI Eina_Bool ewk_history_clear(Ewk_History *history);
62 * Go forward in history one item, if possible.
64 * @param history whic
[all...]
H A Dewk_history.cpp42 #define EWK_HISTORY_CORE_GET_OR_RETURN(history, core_, ...) \
43 if (!(history)) { \
44 CRITICAL("history is NULL."); \
47 if (!(history)->core) { \
48 CRITICAL("history->core is NULL."); \
51 if (!(history)->core->enabled()) { \
52 ERR("history->core is disabled!."); \
55 WebCore::BackForwardListImpl* core_ = (history)->core
93 Eina_Bool ewk_history_clear(Ewk_History* history) argument
95 EWK_HISTORY_CORE_GET_OR_RETURN(history, cor
108 ewk_history_forward(Ewk_History* history) argument
117 ewk_history_back(Ewk_History* history) argument
126 ewk_history_history_item_add(Ewk_History* history, const Ewk_History_Item* item) argument
134 ewk_history_history_item_set(Ewk_History* history, const Ewk_History_Item* item) argument
142 ewk_history_history_item_back_get(const Ewk_History* history) argument
148 ewk_history_history_item_current_get(const Ewk_History* history) argument
157 ewk_history_history_item_forward_get(const Ewk_History* history) argument
163 ewk_history_history_item_nth_get(const Ewk_History* history, int index) argument
169 ewk_history_history_item_contains(const Ewk_History* history, const Ewk_History_Item* item) argument
176 ewk_history_forward_list_get(const Ewk_History* history) argument
185 ewk_history_forward_list_get_with_limit(const Ewk_History* history, int limit) argument
193 ewk_history_forward_list_length(const Ewk_History* history) argument
199 ewk_history_back_list_get(const Ewk_History* history) argument
208 ewk_history_back_list_get_with_limit(const Ewk_History* history, int limit) argument
216 ewk_history_back_list_length(const Ewk_History* history) argument
222 ewk_history_limit_get(Ewk_History* history) argument
228 ewk_history_limit_set(const Ewk_History* history, int limit) argument
392 Ewk_History* history; local
411 ewk_history_free(Ewk_History* history) argument
[all...]
H A Dewk_history_private.h32 Ewk_History* ewk_history_new(WebCore::BackForwardListImpl* history);
33 void ewk_history_free(Ewk_History* history);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dchistory.el1 ;;; chistory.el --- list command history
29 ;; This really has nothing to do with list-command-history per se, but
37 "List command history."
45 command history is offered. The form is placed in the minibuffer for
52 (let ((history command-history)
55 (while (and history (not what))
56 (setq temp (car history))
59 (setq what (car history))
60 (setq history (cd
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPopStateEvent.cpp55 PopStateEvent::PopStateEvent(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtr<History> history) argument
58 , m_history(history)
71 PassRefPtr<PopStateEvent> PopStateEvent::create(PassRefPtr<SerializedScriptValue> serializedState, PassRefPtr<History> history) argument
73 return adoptRef(new PopStateEvent(serializedState, history));
H A DPopStateEvent.h53 History* history() const { return m_history.get(); } function in class:WebCore::PopStateEvent
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSPopStateEventCustom.cpp59 History* history = event->history();
60 if (!history || !event->serializedState())
64 // event, but there is a history object, so first we need to see if the state object has been
65 // deserialized through the history object already.
66 // The current history state object might've changed in the meantime, so we need to take care
67 // of using the correct one, and always share the same deserialization with history.state.
69 bool isSameState = history->isSameAsCurrentState(event->serializedState().get());
73 JSHistory* jsHistory = jsCast<JSHistory*>(toJS(exec, globalObject(), history).asCell());
/macosx-10.9.5/WebKit-7537.78.2/qt/docs/webkitsnippets/
H A Dqtwebkit_qwebview_snippet.cpp6 view->page()->history();
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_chat.c101 if (state->history) {
102 argv_free(state->history);
103 state->history = 0;
117 if (state->history == 0)
118 state->history = argv_alloc(10);
120 argv_add(state->history, line, (char *) 0);
248 if (state->history == 0)
249 msg_panic("%s: no conversation history", myname);
281 argv_terminate(state->history);
282 for (cpp = state->history
[all...]
/macosx-10.9.5/misc_cmds-32/calendar/calendars/
H A Dcalendar.world13 #include <calendar.history>
/macosx-10.9.5/bc-21/bc/bc/
H A Dbcdefs.h53 #include <readline/history.h>
181 #define HISTORY_SIZE(n) history(hist, &histev, H_SETSIZE, n)
182 #define UNLIMIT_HISTORY history(hist, &histev, H_SETSIZE, INT_MAX)
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/examples/
H A Dtc1.c146 hist = history_init(); /* Init the builtin history */
148 history(hist, &ev, H_SETSIZE, 100);
159 /* Tell editline to use this history interface */
160 el_set(el, EL_HIST, history, hist);
170 * of previous and next history.
220 * moved around in history.
222 if (history(hist, &ev, H_SET, lastevent) == -1)
224 history(hist, &ev, H_ADD , buf);
226 history(hist, &ev, H_ENTER, buf);
231 history(his
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_chat.c152 session->history = 0;
159 if (session->history) {
160 argv_free(session->history);
161 session->history = 0;
172 if (session->history == 0)
173 session->history = argv_alloc(10);
175 argv_add(session->history, line, (char *) 0);
443 if (session->history == 0)
444 msg_panic("%s: no conversation history", myname);
482 argv_terminate(session->history);
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dknight.c74 static cell history[BDEPTH * BWIDTH + 1]; /* choice history */ variable
314 oldy = history[movecount - 1].y;
315 oldx = history[movecount - 1].x;
417 int rdif = iabs(row - history[movecount - 1].y);
418 int cdif = iabs(column - history[movecount - 1].x);
457 int review = 0; /* review history */
480 memset(history, 0, sizeof(history));
481 history[
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dreadline.c178 * generic function for moving around history
186 if (history(h, &ev, op) != 0)
236 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
239 el_set(e, EL_HIST, history, h);
353 history(h, &ev, H_GETSIZE);
360 * history functions
365 * history expansion functions
441 if (history(h, &ev, H_FIRST) != 0)
499 if (history(h, &ev, H_CURR) != 0) {
518 history(
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebHistory.idl27 @discussion Notifications sent when history is modified.
70 @abstract Returns a shared WebHistory instance initialized with the default history file.
74 HRESULT optionalSharedHistory([out, retval] IWebHistory** history);
78 @param history The history to use for the global WebHistory.
79 + (void)setOptionalSharedHistory:(WebHistory *)history;
81 HRESULT setOptionalSharedHistory([in] IWebHistory* history);
109 or more history items, ordered from most recent to oldest.
110 @result Returns an array of NSCalendarDates for which history items exist in the WebHistory.
132 @param URL The URL of the history ite
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Dntp_lineedit.c15 # include <readline/history.h>
97 history(ntp_hist, &hev, H_SETSIZE, 128);
99 el_set(ntp_el, EL_HIST, history, ntp_hist);
189 history(ntp_hist, &hev, H_ENTER, cline);
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dreadline.c185 * generic function for moving around history
193 if (history(h, &ev, op) != 0)
230 static const char _dothistory[] = "/.history";
310 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
313 el_set(e, EL_HIST, history, h);
428 history(h, &ev, H_GETSIZE);
435 * history functions
440 * history expansion functions
516 if (history(h, &ev, H_FIRST) != 0)
574 if (history(
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebhistory.cpp43 \brief The QWebHistoryItem class represents one item in the history of a QWebPage
47 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
50 The following table shows the properties of the page held by the history item, and
60 \row \li userData() \li The user specific data that was stored with the history item.
67 \sa QWebHistory, QWebPage::history(), QWebHistoryInterface
71 Constructs a history item from \a other. The new item and \a other
81 Assigns the \a other history item to this. This item and \a other
92 Destroys the history item.
99 Returns the original URL associated with the history item.
112 Returns the URL associated with the history ite
492 operator <<(QDataStream& target, const QWebHistory& history) argument
518 operator >>(QDataStream& source, QWebHistory& history) argument
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dreadline.vim73 \ match-hidden-files history-preserve-point
84 \ accept-line previous-history
85 \ next-history beginning-of-history
86 \ end-of-history reverse-search-history
87 \ forward-search-history
88 \ non-incremental-reverse-search-history
89 \ non-incremental-forward-search-history
90 \ history
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DHistory.cpp70 if (HistoryItem* historyItem = m_frame->loader()->history()->currentItem())
151 m_frame->loader()->history()->pushState(data, title, fullURL.string());
153 m_frame->loader()->history()->replaceState(data, title, fullURL.string());
/macosx-10.9.5/libedit-39/src/
H A Dreadline.c187 * generic function for moving around history
195 if (history(h, &ev, op) != 0)
242 (void)snprintf(path, sizeof(path), "%s/.history", p->pw_dir);
309 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
312 el_set(e, EL_HIST, history, h);
432 history(h, &ev, H_GETSIZE);
439 * history functions
444 * history expansion functions
520 if (history(h, &ev, H_FIRST) != 0)
578 if (history(
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.h43 int history; member in class:TpcbExample

Completed in 312 milliseconds

123456789