Searched refs:message (Results 301 - 325 of 3133) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D003Layout.t32 $logger->debug("That's the message");
39 # Log the message
43 "The message is here: %m");
45 $logger->debug("That's the message");
47 is($app->buffer(), "The message is here: That's the message");
55 $logger->debug("That's the message");
57 like($app->buffer(), qr/^\[\d+\] That's the message$/);
65 $logger->debug("That's the message");
68 qr#^\d{4}/\d\d/\d\d \d\d:\d\d:\d\d> That\'s the message
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Dcmd2.c58 * following dot, otherwise, go to the next applicable message.
59 * If given as first command with no arguments, print first message.
65 struct message *mp;
76 mdot = dot - &message[0] + 1;
79 * Find the first message in the supplied
80 * message list which follows dot.
84 if (!sawcom) /* don't skip current message if first command */
93 mp = &message[*ip2 - 1];
108 * If this is the first command, select message 1.
116 * Just find the next good message afte
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DErrorPrototype.cpp107 // 5. Let msg be the result of calling the [[Get]] internal method of O with argument "message".
108 JSValue message = thisObj->get(exec, exec->propertyNames().message); local
116 if (message.isUndefined())
119 messageString = message.toString(exec)->value(exec);
126 return JSValue::encode(message.isString() ? message : jsString(exec, messageString));
/macosx-10.9.5/OpenSSH-186/openssh/contrib/
H A Dgnome-ssh-askpass1.c68 passphrase_dialog(char *message) argument
81 messages = g_strsplit(message, "\\n", 0);
157 char *message; local
163 message = argv[1];
165 message = "Enter your OpenSSH passphrase:";
168 result = passphrase_dialog(message);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DChildProcessProxy.h50 template<typename T> bool send(const T& message, uint64_t destinationID, unsigned messageSendFlags = 0);
51 template<typename U> bool sendSync(const U& message, const typename U::Reply&, uint64_t destinationID, double timeout = 1);
93 bool ChildProcessProxy::send(const T& message, uint64_t destinationID, unsigned messageSendFlags) argument
98 encoder->encode(message);
104 bool ChildProcessProxy::sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout) argument
111 return connection()->sendSync(message, reply, destinationID, timeout);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Delectric.el83 (message "Quit")
96 (message "Quit")
102 (message "Buffer is read-only")
107 (message "Beginning of Buffer")
112 (message "End of Buffer")
117 (message "Error: %s"
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCompiler.h185 // LLVM_ATTRIBUTE_DEPRECATED(decl, "message")
187 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
188 decl __attribute__((deprecated(message)))
190 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
193 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
194 __declspec(deprecated(message)) decl
196 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_package_tar_reader_entry.rb33 assert_equal 'closed Gem::Package::TarReader::Entry', e.message
36 assert_equal 'closed Gem::Package::TarReader::Entry', e.message
39 assert_equal 'closed Gem::Package::TarReader::Entry', e.message
42 assert_equal 'closed Gem::Package::TarReader::Entry', e.message
45 assert_equal 'closed Gem::Package::TarReader::Entry', e.message
71 assert_equal 'tar is corrupt, name contains null byte', e.message
H A Dtest_gem_security_policy.rb80 assert_equal 'invalid signature', e.message
94 assert_equal 'empty signing chain', e.message
106 "was not issued by #{CHILD_CERT.subject}", e.message
114 assert_equal 'missing signing chain', e.message
128 e.message
138 e.message
148 e.message
160 assert_equal 'missing signing certificate', e.message
174 assert_equal 'missing key or signature', e.message
183 "does not match the signing key", e.message
[all...]
/macosx-10.9.5/securityd-55199.3/securityd_service/securitydservicectrl/
H A Dmain.c81 xpc_object_t message = xpc_dictionary_create(NULL, NULL, 0); local
82 xpc_dictionary_set_uint64(message, SERVICE_XPC_REQUEST, action);
85 xpc_dictionary_set_data(message, SERVICE_XPC_KEY, testkey, 16);
87 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(connection, message);
103 if (message)
104 xpc_release(message);
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-junk.el45 message(s) as specified by the option `mh-junk-disposition'.
69 (message "Blacklisting message %d..." msg)
71 (message "Blacklisting message %d...done" msg)
85 refiles the message into the \"+inbox\" folder.
94 (message "Whitelisting message %d..." msg)
96 (message "Whitelisting message
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/test/unit/
H A Dassertions.rb23 #as the failure message. Otherwise, the result of calling +msg+ will be
24 #used as the message if the assertion fails.
26 #If no +msg+ is given, a default message will be used.
36 raise ArgumentError, "assertion message must be String or Proc, but #{msg.class} was given.", bt
60 #String, it will be used as the error message.
79 #The final argument may be a failure message.
108 msg = message(msg) { "Exception raised:\n<#{mu_pp(e)}>" }
122 #An optional failure message may be provided as the final argument.
131 raise error if /\Auncaught throw (.+)\z/m !~ error.message
132 msg = message(ms
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp318 struct msghdr message; local
319 memset(&message, 0, sizeof(message));
324 message.msg_controllen = CMSG_SPACE(sizeof(int) * attachmentMaxAmount);
325 OwnArrayPtr<char> attachmentDescriptorBuffer = adoptArrayPtr(new char[message.msg_controllen]);
326 memset(attachmentDescriptorBuffer.get(), 0, message.msg_controllen);
327 message.msg_control = attachmentDescriptorBuffer.get();
332 message.msg_iov = iov;
333 message.msg_iovlen = 1;
336 ssize_t bytesRead = recvmsg(socketDescriptor, &message,
481 struct msghdr message; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dws-mode.el379 "Last error message issued by a WordStar mode function.")
385 "Report error of a WordStar special function. Error message is saved
394 (message "Marker 0 set"))
400 (message "Marker 1 set"))
406 (message "Marker 2 set"))
412 (message "Marker 3 set"))
418 (message "Marker 4 set"))
424 (message "Marker 5 set"))
430 (message "Marker 6 set"))
436 (message "Marke
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockNotGrantedException.java34 /* package */ LockNotGrantedException(final String message, argument
41 super(message, DbConstants.DB_LOCK_NOTGRANTED, dbenv);
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DApacheLog.pm59 $self->{apache_log}->$method( $p{message} );
80 $handle->log( level => 'emerg', message => 'Kaboom' );
124 ( message => $log_message, level => $log_level )
126 The callbacks are expected to modify the message and then return a
127 single scalar containing that modified message. These callbacks will
129 will only be applied to a given message once.
133 =item * log_message( message => $ )
135 Sends a message to the appropriate output. Generally this shouldn't
H A DBase.pm30 my $msg = delete $p{message};
33 $msg = $cb->( message => $msg, %p );
H A DHandle.pm35 $self->{handle}->print($p{message})
57 $handle->log( level => 'emerg', message => 'I am the Lizard King!' );
102 ( message => $log_message, level => $log_level )
104 The callbacks are expected to modify the message and then return a
105 single scalar containing that modified message. These callbacks will
107 will only be applied to a given message once.
111 =item * log_message( message => $ )
113 Sends a message to the appropriate output. Generally this shouldn't
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dkkdcp.c48 CFHTTPMessageRef message = NULL; local
68 message = CFHTTPMessageCreateRequest(kCFAllocatorDefault, CFSTR("POST"), url, kCFHTTPVersion1_1);
69 if (message == NULL) {
73 CFHTTPMessageSetBody(message, bodyData);
74 CFHTTPMessageSetHeaderFieldValue(message, CFSTR("Content-Type"), CFSTR("application/octet-stream"));
76 requestStream = CFReadStreamCreateForHTTPRequest(NULL, message);
128 if (message)
129 CFRelease(message);
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dxdr_auth.h25 #include <mach/message.h>
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dxdr_auth.h25 #include <mach/message.h>
/macosx-10.9.5/WebCore-7537.78.1/Modules/encryptedmedia/
H A DMediaKeyMessageEvent.h40 RefPtr<Uint8Array> message; member in struct:WebCore::MediaKeyMessageEventInit
60 Uint8Array* message() const { return m_message.get(); } function in class:WebCore::MediaKeyMessageEvent
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechRecognitionError.h41 String message; member in struct:WebCore::SpeechRecognitionErrorInit
65 const String& message() { return m_message; } function in class:WebCore::SpeechRecognitionError
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLError.idl36 readonly attribute DOMString message;
H A DSQLException.idl38 readonly attribute DOMString message;

Completed in 237 milliseconds

<<11121314151617181920>>