Home
last modified time | relevance | path

Searched refs:content (Results 326 – 350 of 1767) sorted by relevance

1...<<11121314151617181920>>...71

/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php81 $content = [];
85 $content[] = $line;
98 $content[] = $line;
107 'content' => implode("\n", $content),
/plugin/subnumberlist/
H A Dstyle.css21 content: counter(subnumberlist-counter1) ". ";
34 content: counter(subnumberlist-counter1) "." counter(subnumberlist-counter2) ". ";
47content: counter(subnumberlist-counter1) "." counter(subnumberlist-counter2) "." counter(subnumber…
60content: counter(subnumberlist-counter1) "." counter(subnumberlist-counter2) "." counter(subnumber…
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php186 * @param string $content
189 function writeElement($name, $content = null) { argument
192 if (!is_null($content)) {
193 $this->write($content);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php186 * @param string $content
189 function writeElement($name, $content = null) { argument
192 if (!is_null($content)) {
193 $this->write($content);
/plugin/farmsync/
H A Dstyle.less31 justify-content: space-around;
94 content: '!';
101 content: '✓';
132 content: '!';
139 content: '✓';
/plugin/syntaxhighlighter4/
H A Dsyntax.php89 list($attr, $content) = preg_split('/>/u', $match, 2);
102 return array($this->syntax, $attr, $content);
125 list($this->syntax, $attr, $content) = $data;
129 …s="brush: '.strtolower($attr.$highlight).'"'.$title.'>'.$renderer->_xmlEntities($content).'</pre>';
131 $renderer->file($content);
/plugin/dbquery/syntax/
H A Dquery.php165 * @param string $content
169 protected function cellFormat($content, Doku_Renderer $R) argument
172 if (preg_match('/^\[\[(https?:\/\/[^|\]]+)(|.*?)?]]$/', $content, $m)) {
181 if (preg_match('/^\[\[([^|\]]+)(|.*?)?]]$/', $content, $m)) {
189 $R->cdata($content);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php33 $content_size = count($this->content);
62 $this->content[$start_index]->out_of_flow()) {
70 $this->content[$start_index]->get_min_width($context);
76 $item =& $this->content[$i];
255 $content = $this->get_first_data();
256 if (is_null($content)) {
259 return $content->baseline;
267 $size = count($this->content);
H A Dbox.legend.php42 for ($i=0; $i<count($parent->content); $i++) {
43 if ($parent->content[$i]->uid != $this->uid) {
44 $parent->content[$i]->offset(0, -$height/2);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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 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 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";
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy-medium.css21 align-content: flex-start;
31 height: fit-content;
38 #main-content {
H A Dlanding.hbs11 <main id="main-content">
12 {{{ main-content-html }}}
16 {{!-- Railbar at the end to paint over the footer. It happens when a page without a lot of content is shown such as a slot --}}
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocketPost.php92 $content = $params->toQueryString();
97 $request .= "Content-length: " . strlen($content) . "\r\n";
99 $request .= $content . "\r\n\r\n";
/plugin/mikioplugin/syntax/
H A Dtabgroup.php38 $content = '';
52 $content .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-pane' . ($first ? ' mikiop-show' : '') . '"><p>' . $tab['content'] . '</p></div>';
57 $renderer->doc .= $bar . '</ul><div class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-content">' . $content . '</div>';
/plugin/konsole/
H A Dstyle.css29 box-sizing: content-box;
35 box-sizing: content-box;
58 box-sizing: content-box;
117 box-sizing: content-box;
122 box-sizing: content-box;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php70 * @param string $content
72 private function setPhpContent($content) argument
74 file_put_contents($this->filename, $content);
259 public function parseIniSection($content) argument
261 return parent::parseIniSection($content);
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js471 var content = data.content;
477 content = 'data:image/jpeg;base64,' + content;
481 content = 'data:image/gif;base64,' + content;
491 content = xml;
495 content = 'data:image/png;base64,' + content;
500 content = Base64.decode(content);
622 content: data property in GitHubClient.writeFile.entity
793 content.style.overflow = 'hidden';
794 content.style.height = '304px';
799 content.appendChild(hd);
[all …]
/plugin/bez/mdl/
H A DTask_comment.php8 protected $id, $task_id, $author, $create_date, $last_modification_date, $content, $content_html;
15 'create_date', 'last_modification_date', 'content', 'content_html');
35 'content' => array(array('length', 10000), 'NOT NULL')
54 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
65 $this->acl->grant('content', BEZ_PERMISSION_CHANGE);
89 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
90 $tpl->set('content', $html);
94 $content = $this->model->action->bez_tpl_include('mail/task_comment', true);
96 $this->task->mail_notify($content, false, $info['img']);
/plugin/userhomepage/
H A Daction.php411 $content = io_readFile($this->public_page_template, false);
413 $content = io_readFile($type, false);
416 if ($content == NULL) {
418 $content = " ";
421 $content = str_replace('@TARGETPRIVATEPAGE@', $this->helper->getPrivateID(), $content);
422 …$content = str_replace('@TARGETPRIVATENS@', cleanID(str_replace(':'.$conf['start'], '', $this->hel…
423 $content = str_replace('@TARGETPUBLICPAGE@', $this->helper->getPublicID(), $content);
424 …$content = str_replace('@TARGETPUBLICNS@', cleanID(str_replace(':'.$conf['start'], '', $this->help…
427 $data = array('tpl' => $content, 'id' => $this->private_page);
429 $content = parsePageTemplate($data);
[all …]
/plugin/linksenhanced/
H A Dstyle.css2 content: '';
14 content: '';
26 content: '';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DClassCommentSniff.php107 $content = $tokens[($tag + 2)]['content'];
108 if ((strstr($content, 'Release:') === false)) {
110 $data = array($content);
/plugin/copypage/images/
H A DREADME.md18 ## content-copy.svg
20 `content-copy.svg` is from Google Material Design Icons licenced under [Apache License 2.0](https:/…
22 Downloaded from https://materialdesignicons.com/icon/content-copy.
/plugin/combo/syntax/
H A Dmath.php36 * because we manage self the content and we call self the parser
112 list($content) = $data;
133 $renderer->doc .= $renderer->_xmlEntities($content) . DOKU_LF;
175 $renderer->mathjax_content($content);

1...<<11121314151617181920>>...71