Searched +refs:history +refs:get (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebHistory.cpp72 CFDictionaryAddValue(dictionary.get(), key.get(), arrayItem.get());
75 result->setDictionary(dictionary.get());
247 return sharedHistoryStorage().get();
251 /* [retval][out] */ IWebHistory** history)
253 *history = sharedHistory();
254 if (*history)
255 (*history)->AddRef();
260 /* [in] */ IWebHistory* history)
250 optionalSharedHistory( IWebHistory** history) argument
259 setOptionalSharedHistory( IWebHistory* history) argument
[all...]
/macosx-10.10.1/vim-55/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...]
H A Dlftp.vim31 \ cls command debug du echo exit fg find get
32 \ get1 glob help history jobs kill lcd lftp
54 \ cls-d[efault] cs[h-history]
60 \ save-c[wd-history] save-r[l-history]
113 \ parallel-t[ransfer-count] use-p[get-n]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DConsolePrompt.js73 get element()
78 get delegate()
93 get text()
105 get history()
111 set history(history)
113 this._history = history instanceof Array ? history.slice(0, WebInspector.ConsolePrompt.MaximumHistorySize) : [{}];
118 get focuse
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c59 * with which to populate the account, history, branch, and teller tables
131 int accounts, branches, seed, tellers, history; local
136 accounts = branches = history = tellers = 0;
171 case 's': /* Number of history records */
172 if ((history = atoi(optarg)) <= 0)
199 history = history == 0 ? HISTORY : history;
204 (long)tellers, (long)history);
210 accounts, branches, history, teller
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.cpp135 uint32_t CEList::get(int32_t index) const function in class:CEList
222 const UnicodeString *StringList::get(int32_t index) const function in class:StringList
377 ceToCharsStartingWith->put(ceList->get(0), st, status);
392 ceToCharsStartingWith->put(ceList->get(0), st, status);
505 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const
510 if (history[offset] >= 0) {
511 return history[offset];
514 uint32_t ce = ceList->get(offset);
523 const UnicodeString *string = strings->get(s);
540 rlength = minLengthInChars(ceList, roffset, history);
639 int32_t *history = NEW_ARRAY(int32_t, clength); local
[all...]
H A Dcolldata.h89 uint32_t get(int32_t index) const;
169 const UnicodeString *get(int32_t index) const;
277 * limit the amount of recursion, a "history" list is used to record
280 * in the history list is used.
284 * @param history - the history list. Must be at least as long as
289 int32_t minLengthInChars(const CEList *ces, int32_t offset, int32_t *history) const;
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp60 // with which to populate the account, history, branch, and teller tables
119 int accounts, branches, tellers, history; local
125 accounts = branches = history = tellers = 0;
173 // Number of history records
174 if ((history = atoi(argv[++i])) <= 0)
196 history = history == 0 ? HISTORY : history;
202 << (long)history << " History\n";
214 app.populate(accounts, branches, history, teller
272 populate(int accounts, int branches, int history, int tellers) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtmm.el62 (let ((menu-bar (tmm-get-keybind [menu-bar]))
85 (setq visible (plist-get
151 *) via history mechanism from minibuffer;
164 tmm-km-list out history history-len tmm-table-undef tmm-c-prompt
176 (and (listp elt) (tmm-get-keymap elt not-menu))))
194 ;; and initial history position.
207 (plist-get
213 (setq history
220 (setq history
[all...]
H A Dsubr.el126 Then evaluate RESULT to get return value, default nil.
149 inclusive, to COUNT, exclusive. Then evaluate RESULT to get
597 If you don't specify OLDMAP, you can usually get the same results
716 (get obj 'event-symbol-elements))
719 (get (car obj) 'event-symbol-elements))))
734 (cdr (get type 'event-symbol-elements))
763 (car (get event 'event-symbol-elements))
767 ;; cause `downcase' to get an error.
878 `posn-col-row' can be used to get approximate values.
1170 (let ((ordering (get lis
[all...]
H A Dterm.el43 ;;; the benefits you get but, as usual, YMMV
64 ;;; With this enhanced ansi-term.el you will get a reliable mechanism of
71 ;;; otherwise the file should get loaded straight away.
93 ;;; If, instead of 'term', you call 'ansi-term', you get multiple term
297 ;;; # get it in various ways, for example by typing
366 ;; m-p term-previous-input Cycle backwards in input history
380 ;; c-c c-h term-dynamic-list-input-ring List input history
423 ;; For the input history mechanism:
424 (defvar term-input-ring-size 32 "Size of input history ring.")
433 ;;; term-get
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp160 LOG_ERROR("Failed to get downloadDelegate from WebView");
168 download.adoptRef(WebDownload::createInstance(documentLoader->mainResourceLoader()->handle(), request, response, downloadDelegate.get()));
185 resourceLoadDelegate->identifierForInitialRequest(webView, webURLRequest.get(), getWebDataSource(loader), identifier);
214 if (SUCCEEDED(resourceLoadDelegate->didReceiveAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader))))
231 resourceLoadDelegate->didCancelAuthenticationChallenge(webView, identifier, webChallenge.get(), getWebDataSource(loader));
245 if (FAILED(resourceLoadDelegate->willSendRequest(webView, identifier, webURLRequest.get(), webURLRedirectResponse.get(), getWebDataSource(loader), &newWebURLRequest)))
271 resourceLoadDelegate->didReceiveResponse(webView, identifier, webURLResponse.get(), getWebDataSource(loader));
302 resourceLoadDelegate->didFailLoadingWithError(webView, identifier, webError.get(), getWebDataSource(loader));
318 if (SUCCEEDED(resourceLoadDelegatePrivate->shouldCacheResponse(webView, identifier, urlResponse.get(), dat
746 WebHistory* history = WebHistory::sharedHistory(); local
759 WebHistory* history = WebHistory::sharedHistory(); local
[all...]
H A DWebChromeClient.cpp209 HRESULT hr = delegatePrivate->createWebViewWithRequest(m_webView, request.get(), createWindowFeaturesPropertyBag(features).get(), &newWebView);
212 return core(newWebView.get());
223 if (FAILED(delegate->createModalDialog(m_webView, request.get(), &newWebView)))
225 } else if (FAILED(delegate->createWebViewWithRequest(m_webView, request.get(), &newWebView)))
228 return newWebView ? core(newWebView.get()) : 0;
540 uiDelegate->mouseDidMoveOverElement(m_webView, element.get(), modifierFlags);
571 uiDelegatePrivate3->didPressMissingPluginButton(e.get());
594 uiDelegatePrivate->exceededDatabaseQuota(m_webView, kit(frame), origin.get(), BString(databaseIdentifier));
646 WebHistory* history local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/
H A DTpcbExample.java24 // with which to populate the account, history, branch, and teller tables
76 int accounts, branches, tellers, history; field in class:TpcbExample
79 int accounts, int branches, int tellers, int history,
86 this.history = history;
117 // history records, and tellers given to the constructor.
235 dbp = dbenv.openDatabase(null, "history", null, config);
238 errExit(e7, "Create of history file failed");
246 errExit(e8, "Close of history file failed");
284 for (i = 1; i <= history;
78 TpcbExample(File home, int accounts, int branches, int tellers, int history, int cachesize, boolean noSync) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DJavaScriptLogViewController.js40 this._prompt.history = this._promptHistorySetting.value;
72 get prompt()
77 get topConsoleGroup()
82 get currentConsoleGroup()
193 this._promptHistorySetting.value = this.prompt.history;
H A DCodeMirrorCompletionController.js87 get delegate()
208 get _currentReplacementText()
305 var history = this._codeMirror.getHistory();
307 // We don't expect a undone history. But if there is one clear it. If could lead to undefined behavior.
308 console.assert(!history.undone.length);
309 history.undone = [];
311 // Pop the last item from the done history.
312 console.assert(history.done.length);
313 history.done.pop();
315 this._codeMirror.setHistory(history);
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.mm176 return _userObject.get();
229 [self.superview addSubview:_interactionViewsContainerView.get()];
236 [self addGestureRecognizer:_touchEventGestureRecognizer.get()];
242 [self addGestureRecognizer:_singleTapGestureRecognizer.get()];
247 [self addGestureRecognizer:_doubleTapGestureRecognizer.get()];
248 [_singleTapGestureRecognizer requireOtherGestureToFail:_doubleTapGestureRecognizer.get()];
254 [self addGestureRecognizer:_twoFingerDoubleTapGestureRecognizer.get()];
259 [self addGestureRecognizer:_highlightLongPressGestureRecognizer.get()];
264 [self addGestureRecognizer:_longPressGestureRecognizer.get()];
269 // FIXME: This should be called when we get notifie
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm31 // Terrible hack; lets us get at the WebFrame private structure.
193 [m_webFrame.get() _clearCoreFrame];
199 return [m_webFrame.get() webView] != nil;
220 WebView* webView = getWebView(m_webFrame.get());
221 bool isMainFrame = [webView mainFrame] == m_webFrame.get();
222 Frame* coreFrame = core(m_webFrame.get());
242 if (!([[m_webFrame.get() _dataSource] _isDocumentHTML])) {
257 WebView *webView = getWebView(m_webFrame.get());
259 [webView removePluginInstanceViewsFor:(m_webFrame.get())];
265 CallFrameLoadDelegate(implementations->didRemoveFrameFromHierarchyFunc, webView, @selector(webView:didRemoveFrameFromHierarchy:), m_webFrame.get());
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DWebHistory.mm212 NSMutableArray *entriesForDate = _entriesByDate->get(dateKey).get();
252 NSMutableArray *entriesForDate = it->value.get();
315 LOG(History, "Updating global history entry %@", entry);
316 // Remove the item from date caches before changing its last visited date. Otherwise we might get duplicate entries
323 LOG(History, "Adding new global history entry for %@", url);
385 // We keep a reference to the entries for rebuilding the history after the notification.
399 // Next, we rebuild the history, restore the states, and notify the clients.
402 for (WebHistoryItem *entry in (entryArrays[dayIndex]).get())
497 return _entriesByDate->get(dateKe
[all...]
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dscutil.c34 * - added command line history & editing
98 { "get", required_argument, NULL, 0 },
213 history(src->h, &ev, H_ENTER, buf);
339 SCPrint(TRUE, stderr, CFSTR(" or: %s --get pref\n"), command);
341 SCPrint(TRUE, stderr, CFSTR(" or: %s --get filename path key \n"), command);
402 char *get = NULL; local
456 } else if (strcmp(longopts[opti].name, "get") == 0) {
457 get = optarg;
570 if (get) {
572 if (findPref(get) <
[all...]
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dmain.c98 void get(int, char **);
167 { "get", rhelp, get },
519 get(argc, argv) function
529 strcpy(line, "get ");
748 history(hist, &he, H_SETSIZE, 100);
749 el_set(el, EL_HIST, history, hist);
762 history(hist, &he, H_ENTER, bp);
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp26 tellers(TELLERS), history(HISTORY), fast_mode(1), verbose(0),
75 // history records, and tellers.
182 "db_create of history db failed.");
186 if ((err = dbp->open(dbp, NULL, "history", NULL, DB_RECNO,
189 "Create of history file failed. error: %s.",
194 populateHistory(dbp, history, accounts, branches, tellers);
197 "Close of history file failed. error: %s.",
263 "Failure initializing history file: %s.",
329 if ((err = hdb->open(hdb, NULL, "history", NULL, DB_UNKNOWN,
332 "Open of history fil
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-util.el55 (autoload 'gnus-get-buffer-window "gnus-win")
94 (defalias 'gnus-netrc-get 'netrc-get)
110 (,w (gnus-get-buffer-window ,buf 'visible)))
146 (funcall (if (stringp buffer) 'get-buffer 'buffer-name)
164 (if (eq (get 'make-local-hook 'byte-compile)
269 (while (get-text-property (point) prop)
441 (defmacro gnus-date-get-time (date)
448 (or (get-text-property 0 'gnus-time d)
462 (gnus-time-iso8601 (gnus-date-get
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Ddoctor.el59 (defvar history) (defvar howareyoulst) (defvar howdyflag) function
135 (make-local-variable 'history)
136 (setq history nil)
195 (do you get drunk often \?)
205 (why should (doc// subj) get (doc// obj) \?)
369 ((doc$ please) get your mind out of the gutter \.)
381 ((doc$ describe)(doc$ something) about your sexual history \.)
418 (setq remlst '( (earlier you said (doc$ history) \?)
419 (you mentioned that (doc$ history) \?)
420 ((doc$ whysay)(doc$ history) \
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp152 webPage->send(Messages::WebPageProxy::DidRemoveFrameFromHierarchy(m_frame->frameID(), InjectedBundleUserMessageEncoder(userData.get())));
296 webPage->send(Messages::WebPageProxy::DidReceiveServerRedirectForProvisionalLoadForFrame(m_frame->frameID(), documentLoader.navigationID(), url, InjectedBundleUserMessageEncoder(userData.get())));
332 webPage->send(Messages::WebPageProxy::DidSameDocumentNavigationForFrame(m_frame->frameID(), documentLoader.navigationID(), SameDocumentNavigationAnchorNavigation, m_frame->coreFrame()->document()->url().string(), InjectedBundleUserMessageEncoder(userData.get())));
348 webPage->send(Messages::WebPageProxy::DidSameDocumentNavigationForFrame(m_frame->frameID(), documentLoader.navigationID(), SameDocumentNavigationSessionStatePush, m_frame->coreFrame()->document()->url().string(), InjectedBundleUserMessageEncoder(userData.get())));
364 webPage->send(Messages::WebPageProxy::DidSameDocumentNavigationForFrame(m_frame->frameID(), documentLoader.navigationID(), SameDocumentNavigationSessionStateReplace, m_frame->coreFrame()->document()->url().string(), InjectedBundleUserMessageEncoder(userData.get())));
380 webPage->send(Messages::WebPageProxy::DidSameDocumentNavigationForFrame(m_frame->frameID(), documentLoader.navigationID(), SameDocumentNavigationSessionStatePop, m_frame->coreFrame()->document()->url().string(), InjectedBundleUserMessageEncoder(userData.get())));
418 webPage->send(Messages::WebPageProxy::DidStartProvisionalLoadForFrame(m_frame->frameID(), provisionalLoader.navigationID(), url, unreachableURL, InjectedBundleUserMessageEncoder(userData.get())));
434 webPage->send(Messages::WebPageProxy::DidReceiveTitleForFrame(m_frame->frameID(), title.string(), InjectedBundleUserMessageEncoder(userData.get())));
458 webPage->send(Messages::WebPageProxy::DidCommitLoadForFrame(m_frame->frameID(), documentLoader.navigationID(), documentLoader.response().mimeType(), m_frameHasCustomContentProvider, static_cast<uint32_t>(m_frame->coreFrame()->loader().loadType()), CertificateInfo(documentLoader.response()), InjectedBundleUserMessageEncoder(userData.get())));
478 webPage->send(Messages::WebPageProxy::DidFailProvisionalLoadForFrame(m_frame->frameID(), navigationID, error, InjectedBundleUserMessageEncoder(userData.get())));
[all...]

Completed in 584 milliseconds

123