Searched refs:items (Results 226 - 250 of 1090) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DContextMenuClientGtk.cpp77 GOwnPtr<GList> items(gtk_container_get_children(GTK_CONTAINER(menu)));
81 for (iter = items.get(), i = 0; iter; iter = g_list_next(iter), ++i) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.cpp155 const Vector<WebContextMenuItemData> &items = contextMenu->items(); local
156 size_t arrayLength = items.size();
159 itemNames[i] = WKStringCreateWithUTF8CString(items[i].title().utf8().data());
174 const Vector<WebContextMenuItemData>& items = contextMenu->items(); local
175 size_t arrayLength = items.size();
180 menuArray->append(WebContextMenuItem::create(items[i]).get());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebContextMenu.cpp96 const Vector<ContextMenuItem>& coreItems = menu->items();
108 Vector<WebContextMenuItemData> WebContextMenu::items() const function in class:WebKit::WebContextMenu
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dhtml2text.el228 (defun html2text-clean-list-items (p1 p2 list-type)
231 (items 0))
233 (setq items (1+ items)))
235 (while (< item-nr items)
245 (let ((items 0)
248 (setq items (1+ items)))
250 (while (< item-nr items)
284 (html2text-clean-list-items p
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dtest_case.rb106 # Shortcut for RDoc::Markup::List.new with +type+ and +items+
108 def list type = nil, *items
109 @RM::List.new type, *items
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dbind.tcl48 {1. Samples of all the different types of items that can be created in canvas widgets.} d1
54 {3. Anchoring and justification modes for text items.} d3
57 {4. An editor for arrow-head shapes for line items.} d4
71 $w.text tag bind d1 <1> {source [file join $tk_library demos items.tcl]}
/macosx-10.9.5/vim-53/runtime/syntax/
H A Desmtprc.vim6 " For version 5.x: Clear all syntax items
H A Dobjcpp.vim7 " For version 5.x: Clear all syntax items
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassWriter.java134 * The type of CONSTANT_Class constant pool items.
139 * The type of CONSTANT_Fieldref constant pool items.
144 * The type of CONSTANT_Methodref constant pool items.
149 * The type of CONSTANT_InterfaceMethodref constant pool items.
154 * The type of CONSTANT_String constant pool items.
159 * The type of CONSTANT_Integer constant pool items.
164 * The type of CONSTANT_Float constant pool items.
169 * The type of CONSTANT_Long constant pool items.
174 * The type of CONSTANT_Double constant pool items.
179 * The type of CONSTANT_NameAndType constant pool items
211 Item[] items; field in class:ClassWriter
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_stats.rb48 The following items are not documented:
104 The following items are not documented:
181 The following items are not documented:
249 The following items are not documented:
270 The following items are not documented:
294 The following items are not documented:
321 The following items are not documented:
371 The following items are not documented:
405 The following items are not documented:
472 The following items ar
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_request.c372 DPRINTF(3, ("request: flushing packet, %d items\n", nitems));
829 register int items; local
835 items = INFO_NITEMS(inpkt->err_nitems);
840 while (items-- > 0 && ip != 0) {
961 register int items; local
969 items = INFO_NITEMS(inpkt->err_nitems);
973 while (items-- > 0 && ip != 0) {
1331 int items; local
1342 items = INFO_NITEMS(inpkt->err_nitems);
1349 while (items
1548 register int items; local
1839 register int items; local
2080 int items; local
2206 register int items; local
2634 register int items; local
2700 register int items; local
2774 register int items; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkConfig.c104 int numOptions; /* The number of items in the options
1370 (savePtr != NULL) ? &lastSavePtr->items[lastSavePtr->numItems]
1442 optionPtr = savePtr->items[i].optionPtr;
1473 = savePtr->items[i].valuePtr;
1479 = *((int *) &savePtr->items[i].internalForm);
1484 = *((int *) &savePtr->items[i].internalForm);
1489 = *((double *) &savePtr->items[i].internalForm);
1494 = *((char **) &savePtr->items[i].internalForm);
1499 = *((int *) &savePtr->items[i].internalForm);
1504 = *((XColor **) &savePtr->items[
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dlistformatter.h96 * @param items An array of strings to be combined and formatted.
97 * @param n_items Length of the array items.
100 * @return Formatted string combining the elements of items, appended to appendTo.
103 UnicodeString& format(const UnicodeString items[], int32_t n_items,
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthdb.h54 int32_t authdb_set_key_value(authdb_connection_t, const char * table, auth_items_t items);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecItemPriv.h27 Security items (certificates, identities, keys, and keychain items.)
47 @constant kSecClassAppleSharePassword Specifies AppleShare password items.
174 which represents an alias. For certificate items, the alias is either
260 certificates, keys, identities, or passwords in the provided items
262 @param items An array containing items of type SecKeychainItemRef,
263 SecKeyRef, SecCertificateRef, or SecIdentityRef. All items in the
266 unique names for the supplied items. You are responsible for releasing
271 be unique across the set of provided items
[all...]
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dxdr_auth.c61 return sec_xdr_array(xdrs, (uint8_t **)&objp->items, (u_int *)&objp->count, ~0, sizeof(AuthorizationItem), (xdrproc_t)xdr_AuthorizationItem);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecItemPriv.h27 Security items (certificates, identities, keys, and keychain items.)
47 @constant kSecClassAppleSharePassword Specifies AppleShare password items.
174 which represents an alias. For certificate items, the alias is either
260 certificates, keys, identities, or passwords in the provided items
262 @param items An array containing items of type SecKeychainItemRef,
263 SecKeyRef, SecCertificateRef, or SecIdentityRef. All items in the
266 unique names for the supplied items. You are responsible for releasing
271 be unique across the set of provided items
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecItemPriv.h27 Security items (certificates, identities, keys, and keychain items.)
47 @constant kSecClassAppleSharePassword Specifies AppleShare password items.
174 which represents an alias. For certificate items, the alias is either
260 certificates, keys, identities, or passwords in the provided items
262 @param items An array containing items of type SecKeychainItemRef,
263 SecKeyRef, SecCertificateRef, or SecIdentityRef. All items in the
266 unique names for the supplied items. You are responsible for releasing
271 be unique across the set of provided items
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dxdr_auth.c61 return sec_xdr_array(xdrs, (uint8_t **)&objp->items, (u_int *)&objp->count, ~0, sizeof(AuthorizationItem), (xdrproc_t)xdr_AuthorizationItem);
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecItemPriv.h27 Security items (certificates, identities, keys, and keychain items.)
43 @constant kSecClassAppleSharePassword Specifies AppleShare password items.
171 which represents an alias. For certificate items, the alias is either
267 synchronizable items unless we are explicitly deleting or updating a
271 synchronizable items.
294 certificates, keys, identities, or passwords in the provided items
296 @param items An array containing items of type SecKeychainItemRef,
297 SecKeyRef, SecCertificateRef, or SecIdentityRef. All items i
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmediaControlsQtFullscreen.css27 -webkit-align-items: center;
43 -webkit-align-items: center;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormDataList.h72 const Vector<Item>& items() const { return m_items; } function in class:WebCore::FormDataList
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSuggestBox.js261 * @param {!Array.<string>} items
265 _updateItems: function(items, selectedIndex, userEnteredText)
267 this._length = items.length;
270 for (var i = 0; i < items.length; ++i) {
271 var item = items[i];
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContextMenuItem.cpp73 m_subMenuItems = subMenu->items();
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageAreaSync.h86 void sync(bool clearItems, const HashMap<String, String>& items);

Completed in 165 milliseconds

1234567891011>>