Home
last modified time | relevance | path

Searched refs:content (Results 151 – 175 of 1767) sorted by path

12345678910>>...71

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMailHandler.php50 * @param string $content formatted email body to be sent
55 abstract protected function send(string $content, array $records): void; argument
H A DMandrillHandler.php53 protected function send(string $content, array $records): void argument
56 if ($this->isHtmlBody($content)) {
61 $message->setBody($content, $mime);
H A DNativeMailerHandler.php114 protected function send(string $content, array $records): void argument
116 …$contentType = $this->getContentType() ?: ($this->isHtmlBody($content) ? 'text/html' : 'text/plain…
119 $content = wordwrap($content, $this->maxColumnWidth);
136 mail($to, $subject, $content, $headers, $parameters);
H A DPushoverHandler.php141 $content = $this->buildContent($record);
143 return $this->buildHeader($content) . $content;
190 private function buildHeader(string $content): string argument
195 $header .= "Content-Length: " . strlen($content) . "\r\n";
H A DSendGridHandler.php77 protected function send(string $content, array $records): void argument
89 if ($this->isHtmlBody($content)) {
90 $message['html'] = $content;
92 $message['text'] = $content;
H A DSlackHandler.php112 $content = $this->buildContent($record);
114 return $this->buildHeader($content) . $content;
148 private function buildHeader(string $content): string argument
153 $header .= "Content-Length: " . strlen($content) . "\r\n";
H A DSwiftMailerHandler.php52 protected function send(string $content, array $records): void argument
54 $this->mailer->send($this->buildMessage($content, $records));
70 * @param string $content formatted email body to be sent
76 protected function buildMessage(string $content, array $records): Swift_Message argument
83 $message = ($this->messageTemplate)($content, $records);
97 if ($this->isHtmlBody($content)) {
101 $message->setBody($content, $mime);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php323 'content' => $content,
1161 * @param string $content
1164 public static function decodeOID($content) argument
1173 $len = strlen($content);
1175 if (ord($content[$len - 1]) & 0x80) {
1181 $temp = ord($content[$pos++]);
1272 * @param string $content
1296 $content = $prefix . $content;
1301 if ($content[strlen($content) - 1] == 'Z') {
1302 $content = substr($content, 0, -1) . '+0000';
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2403 $content = '';
2455 $content .= $temp;
2494 $content = substr($content, 0, $length);
2514 return isset($content) ? $content : true;
/plugin/authmantis/
H A DLICENSE.md166 content, constitutes a covered work. This License acknowledges your
/plugin/autogroup/
H A DLICENSE161 content, constitutes a covered work. This License acknowledges your
/plugin/autolink4/
H A Dplugin.info.txt6 desc Automatically link a user-defined set of terms, without editing page content.
/plugin/autotabber/
H A DLICENSE141 origin of the Work and reproducing the content of the NOTICE file.
/plugin/autotooltip/
H A Dhelper.php31 'content' => 'string',
45 'content (optional)' => 'string',
59 * @param string $content - The on-page content. May contain newlines.
60 * @param string $tooltip - The tooltip content. Newlines will be rendered as line breaks.
67 public function forText($content, $tooltip, $title='', $preTitle = '', $classes = '', $textClasses = '') {
88 if (strstr($content, '<a ') === FALSE) {
105 $content .
120 * @param string $content - The on-page content
66 forText($content, $tooltip, $title = '', $preTitle = '', $classes = '', $textClasses = '') global() argument
125 forWikilink($id, $content = null, $preTitle = '', $classes = '', $textClasses = '') global() argument
[all...]
H A Dsyntax.php80 $data['content'] = $parts[1];
85 // <autott class1 class2><content></content><tip></tip><title></title><pageid></pageid></autott>
87 $content = [];
90 preg_match('/<content>([\s\S]+)<\/content>/', $inner, $content);
94 if (count($content) >= 1 || count($pageid) >= 1) {
95 $data['content'] = count($content) >
[all...]
/plugin/avatar/
H A DREADME
H A Dplugin.info.txt
/plugin/badbehaviour/
H A Dbadbehavior.readme15 content management system free of link spam. Bad Behavior is a PHP-based
29 completely different, unique way. Instead of merely looking at the content of
/plugin/barcode/
H A DCOPYING161 content, constitutes a covered work. This License acknowledges your
/plugin/barcodes/
H A Dcomposer.lock7 "content-hash": "4c5ab20fc90c3793f2575730e2e5174f",
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE161 content, constitutes a covered work. This License acknowledges your
/plugin/batchedit/
H A Dinterface.css4 .ui-widget.ui-widget-content.be-tooltip {
/plugin/bbcodeextensions/
H A DChangeLog24 * Fixes missing license content on LICENSE.
H A DLICENSE161 content, constitutes a covered work. This License acknowledges your
/plugin/bez/ctl/
H A Dtasks.php96 if (isset($filters['content'])) {
97 $content = preg_replace('/\s/', '%', $filters['content']); variable
98 $db_filters['content'] = array('LIKE', "%$content%");

12345678910>>...71