Searched refs:identifier (Results 101 - 125 of 682) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslSession.h46 SSLBuffer *identifier,
/macosx-10.10/WebCore-7600.1.25/crypto/algorithms/
H A DCryptoAlgorithmSHA1.h42 virtual CryptoAlgorithmIdentifier identifier() const override;
H A DCryptoAlgorithmSHA224.h42 virtual CryptoAlgorithmIdentifier identifier() const override;
H A DCryptoAlgorithmSHA256.h42 virtual CryptoAlgorithmIdentifier identifier() const override;
H A DCryptoAlgorithmSHA384.h42 virtual CryptoAlgorithmIdentifier identifier() const override;
H A DCryptoAlgorithmSHA512.h42 virtual CryptoAlgorithmIdentifier identifier() const override;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DTouch.cpp58 Touch::Touch(Frame* frame, EventTarget* target, unsigned identifier, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force) argument
60 , m_identifier(identifier)
78 Touch::Touch(EventTarget* target, unsigned identifier, int clientX, int clientY, int screenX, int screenY, int pageX, int pageY, int radiusX, int radiusY, float rotationAngle, float force, LayoutPoint absoluteLocation) argument
80 , m_identifier(identifier)
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebResourceLoadDelegatePrivate.idl61 HRESULT shouldUseCredentialStorage([in] IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldUse);
63 HRESULT shouldCacheResponse([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLResponse* response, [in] const char* data, [in] unsigned long long length, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldCache);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_page_group.h57 EAPI Ewk_Page_Group *ewk_page_group_create(const char *identifier);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageGroup.h43 WebPageGroup(const String& identifier = String(), bool visibleToInjectedBundle = true, bool visibleToHistoryClient = true);
44 static PassRefPtr<WebPageGroup> create(const String& identifier = String(), bool visibleToInjectedBundle = true, bool visibleToHistoryClient = true);
45 static PassRef<WebPageGroup> createNonNull(const String& identifier = String(), bool visibleToInjectedBundle = true, bool visibleToHistoryClient = true);
53 const String& identifier() const { return m_data.identifer; } function in class:WebKit::WebPageGroup
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPreferencesMac.mm35 static inline NSString* makeKey(NSString *identifier, NSString *keyPrefix, NSString *key)
37 ASSERT(identifier.length);
41 return [NSString stringWithFormat:@"%@%@%@", identifier, keyPrefix, key];
104 static id debugUserDefaultsValue(NSString *identifier, NSString *keyPrefix, NSString *globalDebugKeyPrefix, NSString *key)
112 if (identifier.length)
113 object = [standardUserDefaults objectForKey:[NSString stringWithFormat:@"%@%@%@", identifier, keyPrefix, key]];
123 static void setDebugBoolValueIfInUserDefaults(const String& identifier, const String& keyPrefix, const String& globalDebugKeyPrefix, const String& key, WebPreferencesStore& store)
125 id object = debugUserDefaultsValue(identifier, keyPrefix, globalDebugKeyPrefix, key);
/macosx-10.10/bootp-298/bootplib/
H A Dbsdp.h127 bsdp_image_identifier_is_server_local(u_int32_t identifier) argument
129 return (bsdp_image_index_is_server_local(bsdp_image_index(identifier)));
133 bsdp_image_identifier_is_install(u_int32_t identifier) argument
135 if ((bsdp_image_attributes(identifier) & BSDP_IMAGE_ATTRIBUTES_INSTALL)
199 * Parse the given option into the arch and system identifier
/macosx-10.10/WebCore-7600.1.25/loader/
H A DProgressTracker.h56 void incrementProgress(unsigned long identifier, const ResourceResponse&);
57 void incrementProgress(unsigned long identifier, unsigned bytesReceived);
58 void completeProgress(unsigned long identifier);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutAttributes.cpp45 static inline void dumpSVGCharacterDataMapValue(const char* identifier, float value, bool appendSpace = true) argument
48 fprintf(stderr, "%s=x", identifier);
53 fprintf(stderr, "%s=%lf", identifier, value);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNavigationItem.js26 WebInspector.NavigationItem = function(identifier, role, label) {
29 this._identifier = identifier || null;
55 get identifier()
H A DSearchBar.js26 WebInspector.SearchBar = function(identifier, placeholder, delegate) {
27 WebInspector.NavigationItem.call(this, identifier);
41 this._searchInput.setAttribute("autosave", identifier + "-autosave");
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageGroup.cpp40 WKPageGroupRef WKPageGroupCreateWithIdentifier(WKStringRef identifier) argument
42 RefPtr<WebPageGroup> pageGroup = WebPageGroup::create(toWTFString(identifier));
48 return toCopiedAPI(toImpl(pageGroupRef)->identifier());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/UserContent/
H A DWebUserContentController.h41 static PassRefPtr<WebUserContentController> getOrCreate(uint64_t identifier);
46 uint64_t identifier() { return m_identifier; } function in class:WebKit::final
49 explicit WebUserContentController(uint64_t identifier);
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.h34 * - added image kind and made the whole 32-bit identifier the
151 BSDPImageDescriptionIdentifierIsServerLocal(CFNumberRef identifier);
156 * Returns the BSDPImageKind for the given identifier.
159 BSDPImageDescriptionIdentifierImageKind(CFNumberRef identifier);
164 * Returns whether the identifier refers to an install image or not.
167 BSDPImageDescriptionIdentifierIsInstall(CFNumberRef identifier);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorInstrumentation.h175 static void willSendRequest(Frame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse);
176 static void continueAfterPingLoader(Frame&, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse&);
177 static void markResourceAsCached(Page*, unsigned long identifier);
179 static InspectorInstrumentationCookie willReceiveResourceData(Frame*, unsigned long identifier, int length);
181 static InspectorInstrumentationCookie willReceiveResourceResponse(Frame*, unsigned long identifier, const ResourceResponse&);
182 static void didReceiveResourceResponse(const InspectorInstrumentationCookie&, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
183 static void continueAfterXFrameOptionsDenied(Frame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
184 static void continueWithPolicyDownload(Frame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
185 static void continueWithPolicyIgnore(Frame*, DocumentLoader*, unsigned long identifier, const ResourceResponse&);
186 static void didReceiveData(Frame*, unsigned long identifier, cons
1205 willSendRequest(Frame* frame, unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& redirectResponse) argument
1219 continueAfterPingLoader(Frame& frame, unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& response) argument
1233 markResourceAsCached(Page* page, unsigned long identifier) argument
1256 willReceiveResourceData(Frame* frame, unsigned long identifier, int length) argument
1281 willReceiveResourceResponse(Frame* frame, unsigned long identifier, const ResourceResponse& response) argument
1294 didReceiveResourceResponse(const InspectorInstrumentationCookie& cookie, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader) argument
1309 continueAfterXFrameOptionsDenied(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
1322 continueWithPolicyDownload(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
1335 continueWithPolicyIgnore(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
1348 didReceiveData(Frame* frame, unsigned long identifier, const char* data, int dataLength, int encodedDataLength) argument
1362 didFinishLoading(Frame* frame, DocumentLoader* loader, unsigned long identifier, double finishTime) argument
1375 didFailLoading(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceError& error) argument
1388 documentThreadableLoaderStartedLoadingForClient(ScriptExecutionContext* context, unsigned long identifier, ThreadableLoaderClient* client) argument
1429 didFinishXHRLoading(ScriptExecutionContext* context, ThreadableLoaderClient* client, unsigned long identifier, const String& sourceString, const String& url, const String& sendURL, unsigned sendLineNumber, unsigned sendColumnNumber) argument
1446 didReceiveXHRResponse(ScriptExecutionContext* context, unsigned long identifier) argument
1477 scriptImported(ScriptExecutionContext* context, unsigned long identifier, const String& sourceString) argument
1500 didReceiveScriptResponse(ScriptExecutionContext* context, unsigned long identifier) argument
1726 didCreateWebSocket(Document* document, unsigned long identifier, const URL& requestURL, const URL& documentURL, const String& protocol) argument
1740 willSendWebSocketHandshakeRequest(Document* document, unsigned long identifier, const ResourceRequest& request) argument
1752 didReceiveWebSocketHandshakeResponse(Document* document, unsigned long identifier, const ResourceResponse& response) argument
1764 didCloseWebSocket(Document* document, unsigned long identifier) argument
1774 didReceiveWebSocketFrame(Document* document, unsigned long identifier, const WebSocketFrame& frame) argument
1785 didReceiveWebSocketFrameError(Document* document, unsigned long identifier, const String& errorMessage) argument
1796 didSendWebSocketFrame(Document* document, unsigned long identifier, const WebSocketFrame& frame) argument
[all...]
H A DInspectorResourceAgent.cpp279 void InspectorResourceAgent::willSendRequest(unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& redirectResponse) argument
282 m_hiddenRequestIdentifiers.add(identifier);
286 String requestId = IdentifiersFactory::requestId(identifier);
326 void InspectorResourceAgent::markResourceAsCached(unsigned long identifier) argument
328 if (m_hiddenRequestIdentifiers.contains(identifier))
331 m_frontendDispatcher->requestServedFromCache(IdentifiersFactory::requestId(identifier));
334 void InspectorResourceAgent::didReceiveResponse(unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader) argument
336 if (m_hiddenRequestIdentifiers.contains(identifier))
339 String requestId = IdentifiersFactory::requestId(identifier);
373 didReceiveData(identifier, nullpt
381 didReceiveData(unsigned long identifier, const char* data, int dataLength, int encodedDataLength) argument
397 didFinishLoading(unsigned long identifier, DocumentLoader* loader, double finishTime) argument
424 didFailLoading(unsigned long identifier, DocumentLoader* loader, const ResourceError& error) argument
447 unsigned long identifier = loader->frame()->page()->progress().createUniqueIdentifier(); local
462 setInitialScriptContent(unsigned long identifier, const String& sourceString) argument
467 didReceiveScriptResponse(unsigned long identifier) argument
472 documentThreadableLoaderStartedLoadingForClient(unsigned long identifier, ThreadableLoaderClient* client) argument
498 didFinishXHRLoading(ThreadableLoaderClient* client, unsigned long identifier, const String& sourceString) argument
507 didReceiveXHRResponse(unsigned long identifier) argument
582 didCreateWebSocket(unsigned long identifier, const URL& requestURL) argument
587 willSendWebSocketHandshakeRequest(unsigned long identifier, const ResourceRequest& request) argument
594 didReceiveWebSocketHandshakeResponse(unsigned long identifier, const ResourceResponse& response) argument
603 didCloseWebSocket(unsigned long identifier) argument
608 didReceiveWebSocketFrame(unsigned long identifier, const WebSocketFrame& frame) argument
617 didSendWebSocketFrame(unsigned long identifier, const WebSocketFrame& frame) argument
626 didReceiveWebSocketFrameError(unsigned long identifier, const String& errorMessage) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c58 if ( ( comp->type_id.identifier.bv_val && strncmp(comp->type_id.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->type_id.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
64 if ( ( comp->value.identifier.bv_val && strncmp(comp->value.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->value.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
109 (&k->type_id)->identifier.bv_val = (&k->type_id)->id_buf;
110 (&k->type_id)->identifier.bv_len = strlen("type_id");
111 strcpy( (&k->type_id)->identifier.bv_val, "type_id");
125 (&k->value)->identifier.bv_val = (&k->value)->id_buf;
126 (&k->value)->identifier.bv_len = strlen("value");
127 strcpy( (&k->value)->identifier
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSCell.cpp97 void JSCell::put(JSCell* cell, ExecState* exec, PropertyName identifier, JSValue value, PutPropertySlot& slot) argument
100 JSValue(cell).putToPrimitive(exec, identifier, value, slot);
104 thisObject->methodTable(exec->vm())->put(thisObject, exec, identifier, value, slot);
107 void JSCell::putByIndex(JSCell* cell, ExecState* exec, unsigned identifier, JSValue value, bool shouldThrow) argument
111 JSValue(cell).putToPrimitive(exec, Identifier::from(exec, identifier), value, slot);
115 thisObject->methodTable(exec->vm())->putByIndex(thisObject, exec, identifier, value, shouldThrow);
118 bool JSCell::deleteProperty(JSCell* cell, ExecState* exec, PropertyName identifier) argument
121 return thisObject->methodTable(exec->vm())->deleteProperty(thisObject, exec, identifier);
124 bool JSCell::deletePropertyByIndex(JSCell* cell, ExecState* exec, unsigned identifier) argument
127 return thisObject->methodTable(exec->vm())->deletePropertyByIndex(thisObject, exec, identifier);
[all...]
/macosx-10.10/Security-57031.1.35/Security/Keychain/
H A DKDSecItems.m66 NSString *identifier = [aTableColumn identifier];
68 if ([@"account" isEqualToString:identifier]) {
71 if ([@"name" isEqualToString:identifier]) {
75 return [NSString stringWithFormat:@"*** c=%@ r%ld", [aTableColumn identifier], (long)rowIndex];
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dlivescript.js77 var identifier = '(?![\\d\\s])[$\\w\\xAA-\\uFFDC](?:(?!\\s)[$\\w\\xAA-\\uFFDC]|-[A-Za-z])*';
78 var indenter = RegExp('(?:[({[=:]|[-~]>|\\b(?:e(?:lse|xport)|d(?:o|efault)|t(?:ry|hen)|finally|import(?:\\s*all)?|const|var|let|new|catch(?:\\s*' + identifier + ')?))\\s*$');
112 token: 'identifier',
113 regex: identifier + '\\s*:(?![:=])'
116 regex: identifier
202 token: 'identifier',
203 regex: identifier,

Completed in 269 milliseconds

1234567891011>>