Searched refs:send (Results 126 - 150 of 705) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/tests/apple/
H A Dcheck-apple-ad.in72 send foobar\n
123 send ${pw}\n
125 send ${pw}\n
142 send ${pw}\n
144 send ${pw}\n
162 send ${pw}\n
164 send ${pw}\n
H A Dcheck-apple-server.in106 send ${pw}\n
108 send ${pw}\n
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCDataChannel.cpp128 void RTCDataChannel::send(const String& data, ExceptionCode& ec) function in class:WebCore::RTCDataChannel
140 void RTCDataChannel::send(PassRefPtr<ArrayBuffer> prpData, ExceptionCode& ec) function in class:WebCore::RTCDataChannel
161 void RTCDataChannel::send(PassRefPtr<ArrayBufferView> data, ExceptionCode& ec) function in class:WebCore::RTCDataChannel
164 send(arrayBuffer.release(), ec);
167 void RTCDataChannel::send(PassRefPtr<Blob> data, ExceptionCode& ec) function in class:WebCore::RTCDataChannel
/macosx-10.9.5/ruby-104/ruby/test/digest/
H A Dtest_digest_extend.rb101 obj = digester.send(m)
105 obj = digester.send(m)
107 obj = digester.send(m, "baz")
118 obj = digester.send(m) # digest! always resets the org digester.
121 obj = digester.send(m)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Dactive_record.rb205 model_class.send(method, *args).to_activerecord_proxies
224 @record = self.record_class.send(:new) unless @record
238 @record = record_class.send(:new, attributes)
295 @record.send(key.to_s.to_sym).to_activerecord_proxies
303 return (data.nil? ? klass.alloc.init : klass.alloc.send(method.to_sym, data))
305 send(filter[:call], @record[key.to_s])
322 if @record.send(key.to_s.to_sym).length < value.to_a.length
324 return true if (@record.send(key.to_s.to_sym) << value.to_a.last.to_activerecord)
365 #return @record.send(m)
370 return @record.send(sy
[all...]
/macosx-10.9.5/ruby-104/ruby/test/net/ftp/
H A Dtest_ftp.rb41 host, port = ftp.send(:parse227, "227 Entering Passive Mode (192,168,0,1,12,34)")
45 ftp.send(:parse227, "500 Syntax error")
48 ftp.send(:parse227, "227 Entering Passive Mode")
51 ftp.send(:parse227, "227 Entering Passive Mode (192,168,0,1,12,34,56)")
54 ftp.send(:parse227, "227 Entering Passive Mode (192,168,0,1)")
57 ftp.send(:parse227, "227 ) foo bar (")
63 host, port = ftp.send(:parse228, "228 Entering Long Passive Mode (4,4,192,168,0,1,2,12,34)")
66 host, port = ftp.send(:parse228, "228 Entering Long Passive Mode (6,16,16,128,0,0,0,0,0,0,0,8,8,0,32,12,65,122,2,12,34)")
70 ftp.send(:parse228, "500 Syntax error")
73 ftp.send(
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWorkerThreadableWebSocketChannel.cpp87 ThreadableWebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const String& message) function in class:WebCore::WorkerThreadableWebSocketChannel
91 return m_bridge->send(message);
94 ThreadableWebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const ArrayBuffer& binaryData, unsigned byteOffset, unsigned byteLength) function in class:WebCore::WorkerThreadableWebSocketChannel
98 return m_bridge->send(binaryData, byteOffset, byteLength);
101 ThreadableWebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const Blob& binaryData) function in class:WebCore::WorkerThreadableWebSocketChannel
105 return m_bridge->send(binaryData);
177 void WorkerThreadableWebSocketChannel::Peer::send(const String& message) function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
182 ThreadableWebSocketChannel::SendResult sendRequestResult = m_mainWebSocketChannel->send(message);
186 void WorkerThreadableWebSocketChannel::Peer::send(const ArrayBuffer& binaryData) function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
191 ThreadableWebSocketChannel::SendResult sendRequestResult = m_mainWebSocketChannel->send(binaryDat
195 void WorkerThreadableWebSocketChannel::Peer::send(const Blob& binaryData) function in class:WebCore::WorkerThreadableWebSocketChannel::Peer
477 ThreadableWebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(const String& message) function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
491 ThreadableWebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(const ArrayBuffer& binaryData, unsigned byteOffset, unsigned byteLength) function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
509 ThreadableWebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(const Blob& binaryData) function in class:WebCore::WorkerThreadableWebSocketChannel::Bridge
[all...]
H A DWebSocket.h75 void send(const String& message, ExceptionCode&);
76 void send(ArrayBuffer*, ExceptionCode&);
77 void send(ArrayBufferView*, ExceptionCode&);
78 void send(Blob*, ExceptionCode&);
H A DWebSocketChannel.h68 bool send(const char* data, int length);
74 virtual ThreadableWebSocketChannel::SendResult send(const String& message) OVERRIDE;
75 virtual ThreadableWebSocketChannel::SendResult send(const ArrayBuffer&, unsigned byteOffset, unsigned byteLength) OVERRIDE;
76 virtual ThreadableWebSocketChannel::SendResult send(const Blob&) OVERRIDE;
141 // It is allowed to send a Blob as a binary frame if hybi-10 protocol is in use. Sending a Blob
181 // If you are going to send a hybi-10 frame, you need to use the outgoing frame queue
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequest.h94 void send(ExceptionCode&);
95 void send(Document*, ExceptionCode&);
96 void send(const String&, ExceptionCode&);
97 void send(Blob*, ExceptionCode&);
98 void send(DOMFormData*, ExceptionCode&);
99 void send(ArrayBuffer*, ExceptionCode&);
100 void send(ArrayBufferView*, ExceptionCode&);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dpathexp.c62 char *send; local
68 send = string + strlen (string);
104 ADVANCE_CHAR_P (string, send - string);
107 ADVANCE_CHAR_P (string, send - string);
191 char *temp, *s, *t, *send; local
195 send = string + slen;
219 COPY_CHAR_P (t, s, send);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsocks++4.cpp47 request.send(me, "nobody");
77 request.send(me, "nobody");
101 void Message::send(Socket &s, const char *userid) function in class:Security::IPPlusPlus::Socks4::Message
H A Dsocks++4.h73 void send(Socket &s, const char *userid);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsocks++4.cpp47 request.send(me, "nobody");
77 request.send(me, "nobody");
101 void Message::send(Socket &s, const char *userid) function in class:Security::IPPlusPlus::Socks4::Message
H A Dsocks++4.h73 void send(Socket &s, const char *userid);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/
H A DAuthenticationManager.cpp81 m_process->send(Messages::WebPageProxy::DidReceiveAuthenticationChallenge(frame->frameID(), authenticationChallenge, establishIdentifierForChallenge(authenticationChallenge)), frame->page()->pageID());
90 m_process->send(Messages::NetworkProcessProxy::DidReceiveAuthenticationChallenge(pageID, frameID, authenticationChallenge, establishIdentifierForChallenge(authenticationChallenge)));
96 download->send(Messages::DownloadProxy::DidReceiveAuthenticationChallenge(authenticationChallenge, establishIdentifierForChallenge(authenticationChallenge)));
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dgethostbyaddr114 send $name\r
167 send "set query=ptr\r"
169 send "$d.$c.$b.$a.in-addr.arpa\r"
227 send "whois\r"
230 send "net $a.$b.$c\r"
236 send "net $a.$b\r"
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/
H A Dtests.sh89 send
106 send
112 send
114 send
120 send
122 send
129 send
159 send
174 send
270 send
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dcheck_zone137 my $ans = $res->send($addr, "A", $class);
148 my $ans = $res->send($rr->nsdname, "A", $class);
159 my $ans = $res->send($rr->exchange, "A", $class);
170 my $ans = $res->send($rr->cname, "A", $class);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A DSOSTestTransport.c45 transport->t.send = SOSTestTransportQueue;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DGeolocationPermissionRequestManagerProxy.cpp67 m_page->process()->send(Messages::WebPage::DidReceiveGeolocationPermissionDecision(geolocationID, allowed), m_page->pageID());
H A DVisitedLinkProvider.cpp178 process->send(Messages::WebProcess::VisitedLinkStateChanged(addedVisitedLinks), 0);
180 process->send(Messages::WebProcess::AllVisitedLinkStateChanged(), 0);
190 process->send(Messages::WebProcess::SetVisitedLinkTable(handle), 0);
191 process->send(Messages::WebProcess::AllVisitedLinkStateChanged(), 0);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Network/
H A DNetworkProcessProxy.cpp95 connection()->send(Messages::NetworkProcess::CreateNetworkConnectionToWebProcess(), 0, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
108 // The network process must have crashed or exited, send any pending sync replies we might have.
113 reply->send(CoreIPC::Attachment(0, MACH_MSG_TYPE_MOVE_SEND));
163 reply->send(CoreIPC::Attachment(connectionIdentifier.port(), MACH_MSG_TYPE_MOVE_SEND));
188 connection()->send(Messages::NetworkProcess::CreateNetworkConnectionToWebProcess(), 0);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DNotificationPermissionRequestManagerProxy.cpp67 m_page->process()->send(Messages::WebPage::DidReceiveNotificationPermissionDecision(notificationID, allow), m_page->pageID());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebDatabaseManager.cpp101 m_process->send(Messages::WebDatabaseManagerProxy::DidGetDatabasesByOrigin(originAndDatabasesVector, callbackID), 0);
114 m_process->send(Messages::WebDatabaseManagerProxy::DidGetDatabaseOrigins(identifiers, callbackID), 0);
156 m_process->send(Messages::WebDatabaseManagerProxy::DidModifyOrigin(origin->databaseIdentifier()), 0);
162 m_process->send(Messages::WebDatabaseManagerProxy::DidModifyDatabase(origin->databaseIdentifier(), databaseIdentifier), 0);

Completed in 415 milliseconds

1234567891011>>