Home
last modified time | relevance | path

Searched refs:message (Results 1551 – 1575 of 1663) sorted by last modified time

1...<<61626364656667

/plugin/html2pdf/html2pdf/html2ps/
H A Dlogger.php9 /* public */ function log($message) { argument
10 error_log($message);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php44 $message = nl2br($check->getMessage());
50 <div class="message">${message}</div>
121 function setMessage($message) { argument
122 $this->_message = $message;
622 $message = "";
630 …$message .= "Font ".$fullname." is missing. You will not be able to generate PDF files with this f…
636 $message .= "Font ".$fullname." is present and readable.\n";
640 $this->setMessage($message);
661 $message = "";
675 $message .= "Font ".$fullname." is present and readable.\n";
[all …]
/plugin/redirect2/
H A Dsyntax.php62 $message = '<div class="notify">'.sprintf($this->getLang('redirect_to'), $link).'</div>';
64 return array($page, $message);
/plugin/mantis/lib/
H A Dclass.wsdl.php21 var $message = array(); variable in wsdl
319 $this->message[$pos] = array('cdata' => '');
545 if (isset($this->message[$pos]['cdata'])) {
546 $this->message[$pos]['cdata'] .= $data;
1863 'message' => $name . 'Request',
1869 'message' => $name . 'Response',
H A Dchangelog204 - soap_parser: standardize parsing error message
210 - wsdl: standardize parsing error message
211 - xmlschema: standardize parsing error message
464 - soap_transport_http: change cURL message
H A Dnusoap.php1111 var $message = array(); variable in nusoap_xmlschema
6463 var $message = array(); variable in nusoap_parser
6769 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
6773message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
6777message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
6779 $this->message[$pos]['xattrs']['!'] = $this->message[$pos]['cdata'];
6783 $this->message[$pos]['result'] = $this->message[$pos]['xattrs'];
6787 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
6790message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos][…
6794message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$paren…
[all …]
H A Dclass.nusoap_base.php671 * @return string the message
H A Dclass.soap_parser.php31 var $message = array(); variable in nusoap_parser
337 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
341message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
345message[$pos]['xattrs']['!'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$…
347 $this->message[$pos]['xattrs']['!'] = $this->message[$pos]['cdata'];
351 $this->message[$pos]['result'] = $this->message[$pos]['xattrs'];
355 if (isset($this->message[$pos]['nil']) && $this->message[$pos]['nil']) {
358message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$pos][…
362message[$pos]['result'] = $this->decodeSimple($this->message[$pos]['cdata'], $this->message[$paren…
364 $this->message[$pos]['result'] = $this->message[$pos]['cdata'];
[all …]
H A Dclass.xmlschema.php43 var $message = array(); variable in nusoap_xmlschema
183 $this->message[$pos] = array('cdata' => '');
512 $this->message[$pos]['cdata'] .= $data;
/plugin/hipchat/
H A Daction.php71 $message = new rcrowe\Hippy\Message(!$minor, rcrowe\Hippy\Message::BACKGROUND_GREEN);
72 $message->setHtml($say);
73 $hippy->send($message);
H A Dcomposer.lock144 "message",
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php476 function &raiseError($message = null, argument
485 if (is_object($message)) {
486 $code = $message->getCode();
487 $userinfo = $message->getUserInfo();
488 $error_class = $message->getType();
489 $message->error_message_prefix = '';
490 $message = $message->getMessage();
806 var $message = ''; variable in PEAR_Error
813 * @param string $message message
836 $this->message = $message;
[all …]
/plugin/rigrr/
H A Dscript.js21 txt += "Error description: " + err.message + "\n\n";
/plugin/txt2tags/
H A Dconfig.t2t11 % dokuwiki like in some settings or message. We turn it into H2.
/plugin/sphinxsearch/
H A Dsphinxapi.php1147 $message = substr ( $response, $p, $len ); $p += $len;
1151 $result["warning"] = $message;
1154 $result["error"] = $message;
/plugin/xslfo/
H A Daction.php172 $admin_msg .= "$error->message (line $error->line column $error->column)<br />";
/plugin/git/
H A Dplugin.info.txt6 …amongst other things to commit changes locally while asking for a commit message and push to the (…
/plugin/git/lib/
H A DGit.php386 public function commit($message = "blank") { argument
400 $cmd = "commit -a -m \"".$message."\"";
620 * @param string $message
623 public function add_tag($tag, $message = null) argument
625 if ($message === null) {
626 $message = $tag;
628 return $this->run("tag -a $tag -m $message");
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentResizer.java237 String message = "Minimum size cannot be less than drag insets"; in validateMinimumAndInsets() local
238 throw new IllegalArgumentException(message); in validateMinimumAndInsets()
H A DWavFileException.java12 public WavFileException(String message) in WavFileException() argument
14 super(message); in WavFileException()
17 public WavFileException(String message, Throwable cause) in WavFileException() argument
19 super(message, cause); in WavFileException()
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jar ... http/io/ org/apache/http/message/ org/apache/http/entity/ org ...
H A Dhttpmime-4.0.1.jar ... Object implements org.apache.james.mime4j.message.Body org.apache.james.mime4j. ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... io/ org/apache/james/mime4j/message/ org/apache/james/mime4j/field ...

1...<<61626364656667