Searched refs:identifier (Results 426 - 450 of 682) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDetailsSidebarPanel.js86 this._lastSelectedSectionSetting = new WebInspector.Setting("last-selected-style-details-panel", this._rulesStyleDetailsPanel.navigationItem.identifier);
215 this._lastSelectedSectionSetting.value = selectedNavigationItem.identifier;
H A DSidebar.js244 if (this._sidebarPanels[i].identifier === sidebarPanelOrIdentifierOrIndex) {
258 this.selectedSidebarPanel = event.target.selectedNavigationItem ? event.target.selectedNavigationItem.identifier : null;
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DUniqueIDBDatabaseBackingStoreSQLite.h54 static PassRefPtr<UniqueIDBDatabaseBackingStore> create(const UniqueIDBDatabaseIdentifier& identifier, const String& databaseDirectory) argument
56 return adoptRef(new UniqueIDBDatabaseBackingStoreSQLite(identifier, databaseDirectory));
H A DUniqueIDBDatabaseBackingStoreSQLite.cpp63 UniqueIDBDatabaseBackingStoreSQLite::UniqueIDBDatabaseBackingStoreSQLite(const UniqueIDBDatabaseIdentifier& identifier, const String& databaseDirectory) argument
64 : m_identifier(identifier)
338 LOG_ERROR("Attempt to establish transaction identifier that already exists");
636 m_cursors.set(cursor->identifier(), cursor);
937 m_cursors.set(cursor->identifier(), cursor);
1006 m_cursors.set(cursor->identifier(), cursor);
1193 m_cursors.set(cursor->identifier(), cursor);
1220 m_cursors.set(cursor->identifier(), cursor);
1221 cursorID = cursor->identifier().id();
1323 ASSERT(m_cursors.contains(cursor->identifier()));
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DWebEventFactory.cpp227 uint32_t identifier = GPOINTER_TO_UINT(gdk_event_get_event_sequence(event)); local
235 WebPlatformTouchPoint touchPoint(identifier, state, IntPoint(xRoot, yRoot), IntPoint(x, y));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Databases/IndexedDB/
H A DWebIDBFactoryBackend.cpp185 void WebIDBFactoryBackend::removeIDBDatabaseBackend(const String& identifier) argument
187 sharedDatabaseBackendMap().remove(identifier);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py41 return getattr(item, col.identifier())
44 assert col.identifier() == "value"
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py168 name = aCol.identifier()
183 name = aCol.identifier()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py183 if theColumn.identifier() == "page":
186 elif theColumn.identifier() == 'section':
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py41 return getattr(item, col.identifier())
44 assert col.identifier() == "value"
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-PreferencePanes/Examples/EnvironmentPrefs/
H A DShellEnv.py168 name = aCol.identifier()
183 name = aCol.identifier()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py183 if theColumn.identifier() == "page":
186 elif theColumn.identifier() == 'section':
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PythonBrowser/
H A DPythonBrowserModel.py41 return getattr(item, col.identifier())
44 assert col.identifier() == "value"
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-PreferencePanes-2.5.1/Examples/EnvironmentPrefs/
H A DShellEnv.py168 name = aCol.identifier()
183 name = aCol.identifier()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py183 if theColumn.identifier() == "page":
186 elif theColumn.identifier() == 'section':
/macosx-10.10/vim-55/runtime/colors/
H A Dron.vim17 hi identifier guifg=cyan gui=NONE
/macosx-10.10/vim-55/src/
H A DMake_w16.mak183 -w-sig ; identifier' declared but never used
185 -wuse ; 'identifier' declared but never used
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDBlockStorageDriver.cpp539 OSString *identifier = OSString::withCString("com.apple.iokit.IOCDStorageFamily"); local
542 if (dictionary && identifier && resourceFile) {
543 dictionary->setObject("CFBundleIdentifier", identifier);
552 if (identifier) {
553 identifier->release();
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Ddigest.c206 if (digest->initReply.identifier == NULL)
208 return *digest->initReply.identifier;
216 if (digest->request.identifier) {
217 krb5_set_error_message(context, EINVAL, N_("identifier already set", ""));
220 digest->request.identifier = calloc(1, sizeof(*digest->request.identifier));
221 if (digest->request.identifier == NULL) {
225 *digest->request.identifier = strdup(id);
226 if (*digest->request.identifier == NULL) {
228 free(digest->request.identifier);
[all...]
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/mac/
H A DConnectionMac.mm148 void Connection::platformInitialize(Identifier identifier)
156 m_receivePort = identifier.port;
160 m_sendPort = identifier.port;
166 m_xpcConnection = identifier.xpcConnection;
576 IPC::Connection::Identifier Connection::identifier() const
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkService.c124 return FALSE; // if not the same service identifier
1732 SCNetworkServiceSetExternalID(SCNetworkServiceRef service, CFStringRef identifierDomain, CFStringRef identifier) argument
1745 if (identifier != NULL && !isA_CFString(identifier)) {
1757 if (isA_CFDictionary(service_dictionary) || ((service_dictionary == NULL) && (identifier != NULL))) {
1769 if (identifier != NULL) {
1770 CFDictionarySetValue(new_service_dictionary, prefixed_domain, identifier);
1779 if (identifier != NULL) {
1786 CFDictionarySetValue(service_private->externalIDs, prefixed_domain, identifier);
1807 CFStringRef identifier local
[all...]
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferences.cpp151 WebPreferences* WebPreferences::getInstanceForIdentifier(BSTR identifier) argument
153 if (!identifier)
156 WTF::String identifierString(identifier, SysStringLen(identifier));
163 void WebPreferences::setInstance(WebPreferences* instance, BSTR identifier) argument
165 if (!identifier || !instance)
167 WTF::String identifierString(identifier, SysStringLen(identifier));
173 void WebPreferences::removeReferenceForIdentifier(BSTR identifier) argument
175 if (!identifier || webPreferencesInstance
590 HRESULT STDMETHODCALLTYPE WebPreferences::identifier( function in class:WebPreferences
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.cpp50 // according to the breakpoint action identifier assigned by the frontend. A breakpoint may
56 return makeString(objectGroup, String::number(action.identifier));
228 // Specifying an identifier is optional. They are used to correlate probe samples
230 int identifier = 0; local
231 object->getNumber(ASCIILiteral("id"), &identifier);
236 result->append(ScriptBreakpointAction(type, identifier, data));
665 .setProbeId(action.identifier)
695 for (const String& identifier : breakpointIdentifiers)
696 removeBreakpoint(&dummyError, identifier);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl582 # the object identifier tag is 0x06
589 foreach identifier $oid {
590 if {$identifier < 0} {
614 foreach identifier [lrange $oid 2 end] {
616 if {$identifier < 128} {
617 set subidentifier [list $identifier]
622 while {($identifier / $d) >= 128} {
626 set remainder $identifier
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Ddigest.c376 unsigned char server_nonce[16], identifier; local
378 CCRandomCopyBytes(kCCRandomDefault, &identifier, sizeof(identifier));
430 r.u.initReply.identifier =
431 malloc(sizeof(*r.u.initReply.identifier));
432 if (r.u.initReply.identifier == NULL) {
438 asprintf(r.u.initReply.identifier, "%02X", identifier & 0xff);
439 if (*r.u.initReply.identifier == NULL) {
446 r.u.initReply.identifier
[all...]

Completed in 591 milliseconds

<<11121314151617181920>>