Searched +refs:add +refs:menu +refs:item +refs:count (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css108 .toolbar-item {
119 body:not(.show-toolbar-icons) .toolbar-item {
123 body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable {
127 body.dock-to-bottom:not(.show-toolbar-icons) .toolbar-item.toggleable.toggled-on {
131 body.show-toolbar-icons .toolbar-item.toggleable {
136 body.show-toolbar-icons.dock-to-bottom .toolbar-item.toggleable {
141 .toolbar-item.toggleable.toggled-on {
171 .toolbar-item:active .toolbar-icon {
175 body.dock-to-bottom .toolbar-item:active .toolbar-icon {
188 .toolbar-item
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim61 syn keyword ProgressReserved accum[ulate] active-window add alias all alter ambig[uous] analyz[e] and any apply as asc[ending] assign at attr[-space]
63 syn keyword ProgressReserved center[ed] character check chr clear clipboard col colon color col[umn] column-lab[el] col[umns] compiler connected control count-of
74 syn keyword ProgressReserved last last-even[t] last-key last-of lastkey ldbname leave library like line-count[er] listi[ng] locked lookup machine-class
131 syn keyword ProgressOperator <= <> >= abs[olute] accelerator across add-first add-last advise alert-box allow-replication ansi-only anywhere append appl-alert[-boxes] application as-cursor ask-overwrite
138 syn keyword ProgressOperator connect constrained contents context context-pop[up] control-containe[r] c[ontrol-form] convert-to-offse[t] convert count cpcase cpcoll cpint[ernal] cplog
141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
149 syn keyword ProgressOperator get-string get-tab-item get-text-height get-text-height-char[s] get-text-height-pixe[ls] get-text-width get-text-width-c[hars] get-text-width-pixel[s] get-unsigned-short
154 syn keyword ProgressOperator is-row-selected is-selected item items-per-row join-by-sqldb keep-frame-z-ord[er] keep-messages keep-tab-order key keyword-all label-bgc[olor] label-dc[olor] label-fgc[olor]
159 syn keyword ProgressOperator max-width[-chars] max-width-p[ixels] maximize max[imum] memory menu men
[all...]
H A Dbaan.vim894 syn match baan4glh "choice\.add\.set:"
1116 syn keyword baanBshell sha.add.data
1251 syn keyword baanBshell change.bar.item.attr
1252 syn keyword baanBshell destroy.bar.item
1266 syn keyword baanBshell add.arg
1267 syn keyword baanBshell add.ref.arg
1347 syn keyword baanBshell bms.add.mask
1416 syn keyword baanBshell menu.control
1419 syn keyword baanBshell create.menu
1420 syn keyword baanBshell refresh.bar.menu
[all...]
H A Dpine.vim83 syn keyword pineConfig kblock-passwd-count
149 syn keyword pineConfig selectable-item-background-color
150 syn keyword pineConfig selectable-item-foreground-color
194 syn keyword pineOption alternate-compose-menu
288 syn keyword pineOption ldap-result-to-addrbook-add
329 syn keyword pineOption selectable-item-nobold
355 " For version 5.8 and later: only when an item doesn't have highlighting yet
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup205 $Global{'mainWindow'}->configure(-menu => $Global{'menubar'} = $Global{'mainWindow'}->Menu);
287 $Global{p2} = $Global{nb}->add('SEARCH',-label => 'SEARCH');
293 $Global{p3} = $Global{nb}->add('SEARCH DISPLAY',-label => 'SEARCH DISPLAY');
298 $Global{p4} = $Global{nb}->add('SCHEMA',-label => 'SCHEMA DATA');
303 $Global{p5} = $Global{nb}->add('CREATE ENTRY',-label => 'CREATE ENTRY');
308 $Global{p1} = $Global{nb}->add('INFO',-label => 'INFO');
904 #$Global{'searchHList'}->add($LDAP_SEARCH_BASE, -text=>$LDAP_SEARCH_BASE);
1082 # Create get Filter selection menu button.
1556 $Global{'olist'}->add($_, -text=>$_); # do the base.
1570 $Global{'olist'}->add(
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp278 static void PopupMenuPositionFunc(GtkMenu* menu, gint *x, gint *y, gboolean *pushIn, gpointer userData) argument
286 gtk_widget_size_request(GTK_WIDGET(menu), &menuSize);
288 gtk_widget_get_preferred_size(GTK_WIDGET(menu), &menuSize, NULL);
311 static void contextMenuItemActivated(GtkMenuItem* item, ContextMenuController* controller) argument
313 ContextMenuItem contextItem(item);
317 static void contextMenuConnectActivate(GtkMenuItem* item, ContextMenuController* controller) argument
319 if (GTK_IS_SEPARATOR_MENU_ITEM(item))
322 if (GtkWidget* menu = gtk_menu_item_get_submenu(item)) {
323 gtk_container_foreach(GTK_CONTAINER(menu), (GtkCallbac
738 int count = priv->clickCounter.clickCountForGdkButtonEvent(widget, event); local
1211 webkit_web_view_real_move_cursor(WebKitWebView* webView, GtkMovementStep step, gint count) argument
4080 webkit_web_view_go_to_back_forward_item(WebKitWebView* webView, WebKitWebHistoryItem* item) argument
5064 webkit_web_view_move_cursor(WebKitWebView* webView, GtkMovementStep step, gint count) argument
5422 ContextMenu* menu = core(webView)->contextMenuController()->contextMenu(); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebHTMLView.mm149 - (BOOL)validateMenuItem:(NSMenuItem *)item;
175 WebCore::ContextMenuItem item(WebCore::ActionType, static_cast<WebCore::ContextMenuAction>([sender tag]), [sender title]);
176 _menuController->contextMenuItemSelected(&item);
179 - (BOOL)validateMenuItem:(NSMenuItem *)item
181 WebCore::ContextMenuItem coreItem(item);
719 @"applet", @"basefont", @"center", @"dir", @"font", @"isindex", @"menu", @"s", @"strike", @"u",
1081 unsigned count = [descendantWebHTMLViews count];
1082 for (unsigned i = 0; i < count; ++i)
1104 unsigned count
[all...]
H A DWebView.mm381 - (BOOL)validateUserInterfaceItemWithoutDelegate:(id <NSValidatedUserInterfaceItem>)item;
1234 // to distinguish between using defaultMenuItems or the delegate really returning nil to say "no context menu".
1242 unsigned count = [menuItems count];
1243 if (!count)
1246 NSMenu *menu = [[NSMenu alloc] init];
1247 for (unsigned i = 0; i < count; i++)
1248 [menu addItem:[menuItems objectAtIndex:i]];
1250 return [menu autorelease];
1287 // If this item i
[all...]
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp276 Ewk_Menu menu; member in struct:_Ewk_View_Private_Data::__anon5537
281 size_t count; member in struct:_Ewk_View_Private_Data::__anon5538
456 if (priv->repaints.allocated == priv->repaints.count)
458 else if (!priv->repaints.count && priv->repaints.allocated > ewkViewRepaintsSizeInitial)
466 Eina_Rectangle* rect = priv->repaints.array + priv->repaints.count;
467 priv->repaints.count++;
474 DBG("add repaint %d, %d+%dx%d", x, y, width, height);
479 priv->repaints.count = 0;
941 _parent_sc.add(ewkView);
1290 if (EINA_UNLIKELY(!_parent_sc.add))
2743 ewk_view_repaints_pop(Ewk_View_Private_Data* priv, size_t* count) argument
3745 Ewk_Menu_Item* item = new Ewk_Menu_Item; local
3777 Ewk_Menu_Item* item = static_cast<Ewk_Menu_Item*>(itemv); local
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim1444 if has("gui") && has("menu") && has("gui_running") && &go =~ 'm' && g:netrw_menu
1445 " update the Buffers menu
2034 " call Dfunc("s:NetrwBookHistHandler(chg=".a:chg." curdir<".a:curdir.">) cnt=".v:count." histcnt=".g:netrw_dirhist_cnt." histmax=".g:netrw_dirhistmax)
2044 call add(g:netrw_bookmarklist,a:curdir)
2051 " call Decho("(user: <".v:count."mb>) change to the bookmarked directory")
2052 if exists("g:netrw_bookmarklist[v:count-1]")
2053 exe "e ".fnameescape(g:netrw_bookmarklist[v:count-1])
2055 echomsg "Sorry, bookmark#".v:count." doesn't exist!"
2153 " delete the v:count'th bookmark
2154 " call Decho("delete bookmark#".v:count
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1032 HistoryItem* item = WebBackForwardListProxy::itemForID(backForwardItemID); local
1033 ASSERT(item);
1034 if (!item)
1037 m_page->goToItem(item, FrameLoadTypeForward);
1044 HistoryItem* item = WebBackForwardListProxy::itemForID(backForwardItemID); local
1045 ASSERT(item);
1046 if (!item)
1049 m_page->goToItem(item, FrameLoadTypeBack);
1056 HistoryItem* item = WebBackForwardListProxy::itemForID(backForwardItemID); local
1057 ASSERT(item);
1906 RefPtr<HistoryItem> item = HistoryItem::decodeBackForwardTree(webItem->url(), webItem->title(), webItem->originalURL(), decoder); local
2858 setActivePopupMenu(WebPopupMenu* menu) argument
3030 didSelectItemFromActiveContextMenu(const WebContextMenuItemData& item) argument
3579 drawPagesToPDF(uint64_t frameID, const PrintInfo& printInfo, uint32_t first, uint32_t count, uint64_t callbackID) argument
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim29 " TODO: Maybe I should add a menu so that people will actually use some of
103 " Use default behavior if called with a count.
104 if v:count
105 exe "normal! " . v:count . "%"
599 " or viewed using the menu items below.
631 " move the cursor and return "", unless a count is given, in which case
788 " s:foo becomes (current syntax item) =~ foo
789 " S:foo becomes (current syntax item) !~ foo
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32fns.c95 affects whether "tapping" the key opens the Start menu). */
99 only affects whether "tapping" the key opens the Start menu). */
273 /* The delay (milliseconds) before a menu is freed after WM_EXITMENULOOP
483 /* replace existing entry in w32-color-map or add new entry. */
1187 /* not already mapped, so add to list and recreate Windows palette */
1296 /* not already mapped, so add to list */
1418 int count;
1435 count = x_catch_errors (FRAME_W32_DISPLAY (f));
1500 x_uncatch_errors (FRAME_W32_DISPLAY (f), count);
1746 /* Right now, menu bar
1412 int count; local
2605 deferred_msg * item; local
2678 deferred_msg * item; local
3120 int add; local
3500 HMENU menu = (HMENU) lParam; local
4152 int count = SPECPDL_INDEX (); variable
7195 int count = SPECPDL_INDEX (); local
7532 int count = SPECPDL_INDEX (); variable
7753 int count; variable
7856 int count = SPECPDL_INDEX (); variable
8232 Lisp_Object item = Fmemq (Qnil, w32_grabbed_keys); variable
8260 Lisp_Object item; variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el84 (sexp :menu-tag "other" t)))
91 (sexp :menu-tag "other" t)))
149 (sexp :menu-tag "on" t)))
176 (sexp :menu-tag "all" t)))
186 :type '(radio (function-item gnus-gather-threads-by-subject)
187 (function-item gnus-gather-threads-by-references)
211 (sexp :menu-tag "on" t)))
323 (sexp :menu-tag "first" t)))
360 (sexp :menu-tag "on" t)))
402 (sexp :menu
[all...]
/macosx-10.9.5/vim-53/src/
H A Deval.c43 * In a hashtab item "hi_key" points to "di_key" in a dictitem.
44 * This avoids adding a pointer to the hashtab item.
67 * "tv" points to the (first) list item value
68 * "li" points to the (first) list item
70 * For an existing Dict item:
73 * "tv" points to the dict item value
75 * For a non-existing Dict item:
79 * "newkey" is the key for the new item.
85 typval_T *ll_tv; /* Typeval of item being used. If "newkey"
86 isn't NULL it's the Dict to which to add
1919 listitem_T *item; local
3179 listitem_T *item; local
5353 listitem_T *item; local
5397 dictitem_T *item; local
5727 listitem_T *item; local
5846 listitem_T *item; local
6057 listitem_T *item; local
6353 listitem_T *item; local
6403 listitem_T *item; local
6521 listitem_T *item; local
7053 dictitem_T *item; local
7087 dictitem_T *item; local
7269 dictitem_T *item; local
8994 listitem_T *item; local
9902 listitem_T *item; local
10110 int count = 1; local
12546 listitem_T *item; local
12846 listitem_T *item; local
14687 listitem_T *item, *item2; local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex101 % Margin to add to right of even pages, to left of odd pages.
121 % Dimensions to add cropmarks at corners Added by P. A. MacKay, 12 Nov. 1986
398 % max (\topskip - \ht (first item), 0). If that height is large,
480 % Don't add any leading before our big empty box, but allow a page
638 \let\item = \relax
646 % Also ignore @ifinfo, @ifhtml, @html, @menu, and @direntry text.
651 \def\menu{\doignore{menu}}
1421 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
1427 % margin between end of table item an
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex189 % Margin to add to right of even pages, to left of odd pages.
256 % add check for \lastpenalty to plain's definitions. If the last thing
272 % Dimensions to add cropmarks at corners.
667 % max (\topskip - \ht (first item), 0). If that height is large,
673 % does not have much material. In this case, it's better to add an
1059 % to a command which sets the catcodes (such as @item or @section).
1283 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1285 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1287 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1288 \def\numsubsubsecentry##1##2##3##4{% count i
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex189 % Margin to add to right of even pages, to left of odd pages.
256 % add check for \lastpenalty to plain's definitions. If the last thing
272 % Dimensions to add cropmarks at corners.
667 % max (\topskip - \ht (first item), 0). If that height is large,
673 % does not have much material. In this case, it's better to add an
1059 % to a command which sets the catcodes (such as @item or @section).
1283 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1285 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1287 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1288 \def\numsubsubsecentry##1##2##3##4{% count i
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex186 % Margin to add to right of even pages, to left of odd pages.
253 % add check for \lastpenalty to plain's definitions. If the last thing
269 % Dimensions to add cropmarks at corners.
664 % max (\topskip - \ht (first item), 0). If that height is large,
670 % does not have much material. In this case, it's better to add an
1056 % to a command which sets the catcodes (such as @item or @section).
1275 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1277 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1279 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1280 \def\numsubsubsecentry##1##2##3##4{% count i
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex150 % Margin to add to right of even pages, to left of odd pages.
176 % add check for \lastpenalty to plain's definitions. If the last thing
192 % Dimensions to add cropmarks at corners.
538 % max (\topskip - \ht (first item), 0). If that height is large,
1008 \pdfoutline goto name{\pdfmkpgn{##3}}count-\expnumber{chap##2}{##1}}
1013 \pdfoutline goto name{\pdfmkpgn{##4}}count-\expnumber{sec##2.##3}{##1}}
1017 \pdfoutline goto name{\pdfmkpgn{##5}}count-\expnumber{subsec##2.##3.##4}{##1}}
1813 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
1819 % margin between end of table item and start of table text.
1825 % Note @table, @vtable, and @vtable define @item,
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex147 % Margin to add to right of even pages, to left of odd pages.
179 % Dimensions to add cropmarks at corners.
525 % max (\topskip - \ht (first item), 0). If that height is large,
963 \pdfoutline goto name{\pdfmkpgn{##3}}count-\expnumber{chap##2}{##1}}
967 \pdfoutline goto name{\pdfmkpgn{##4}}count-\expnumber{sec##2.##3}{##1}}
971 \pdfoutline goto name{\pdfmkpgn{##5}}count-\expnumber{subsec##2.##3.##4}{##1}}
1735 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
1741 % margin between end of table item and start of table text.
1747 % Note @table, @vtable, and @vtable define @item, @itemx, etc., with
1750 % to index the item nam
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex171 % Margin to add to right of even pages, to left of odd pages.
203 % add check for \lastpenalty to plain's definitions. If the last thing
219 % Dimensions to add cropmarks at corners.
557 % max (\topskip - \ht (first item), 0). If that height is large,
563 % does not have much material. In this case, it's better to add an
922 % argument to a command which set the catcodes (such as @item or @section).
1065 \pdfoutline goto name{\pdfmkpgn{##3}}count-\expnumber{chap##2}{##1}}
1067 \pdfoutline goto name{\pdfmkpgn{##4}}count-\expnumber{sec##2.##3}{##1}}
1069 \pdfoutline goto name{\pdfmkpgn{##5}}count-\expnumber{subsec##2.##3.##4}{##1}}
1907 % Tables -- @table, @ftable, @vtable, @item(
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex147 % Margin to add to right of even pages, to left of odd pages.
179 % Dimensions to add cropmarks at corners.
524 % max (\topskip - \ht (first item), 0). If that height is large,
923 \pdfoutline goto name{\pdfmkpgn{##3}}count-\expnumber{chap##2}{##1}}
927 \pdfoutline goto name{\pdfmkpgn{##4}}count-\expnumber{sec##2.##3}{##1}}
931 \pdfoutline goto name{\pdfmkpgn{##5}}count-\expnumber{subsec##2.##3.##4}{##1}}
1691 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
1697 % margin between end of table item and start of table text.
1703 % Note @table, @vtable, and @vtable define @item, @itemx, etc., with
1706 % to index the item nam
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex191 % Margin to add to right of even pages, to left of odd pages.
258 % add check for \lastpenalty to plain's definitions. If the last thing
274 % Dimensions to add cropmarks at corners.
687 % max (\topskip - \ht (first item), 0). If that height is large,
693 % does not have much material. In this case, it's better to add an
1079 % to a command which sets the catcodes (such as @item or @section).
1418 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1420 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1422 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1423 \def\numsubsubsecentry##1##2##3##4{% count i
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex191 % Margin to add to right of even pages, to left of odd pages.
258 % add check for \lastpenalty to plain's definitions. If the last thing
274 % Dimensions to add cropmarks at corners.
687 % max (\topskip - \ht (first item), 0). If that height is large,
693 % does not have much material. In this case, it's better to add an
1079 % to a command which sets the catcodes (such as @item or @section).
1418 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
1420 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
1422 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
1423 \def\numsubsubsecentry##1##2##3##4{% count i
[all...]

Completed in 551 milliseconds