Home
last modified time | relevance | path

Searched refs:content (Results 276 – 300 of 1767) sorted by relevance

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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 DFirePHPHandler.php130 protected function sendHeader(string $header, string $content): void argument
133 header(sprintf('%s: %s', $header, $content));
158 foreach ($this->getInitHeaders() as $header => $content) {
159 $this->sendHeader($header, $content);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dmultiple.test4 {% extends "layout.twig" %}{% block content %}{{ parent() }}index {% endblock %}
6 {% extends "base.twig" %}{% block content %}{{ parent() }}layout {% endblock %}
8 {% block content %}base {% endblock %}
H A Dconditional.test6 {% block content %}{{ parent() }}FOO{% endblock %}
8 {% block content %}FOO{% endblock %}
10 {% block content %}BAR{% endblock %}
H A Dmultiple_dynamic.test10 {% extends foo~'_parent.twig' %}{% block content %}{{ parent() }} parent{% endblock %}
12 {% block content %}1{% endblock %}
14 {% block content %}2{% endblock %}
H A Dparent_isolation.test5 {% block content %}{% include "included.twig" %}{% endblock %}
10 {% block content %}Included Content{% endblock %}
12 {% block content %}Default Content{% endblock %}
/plugin/sortablejs/
H A Dscreen.css2 content: " \25B4\25BE"
6 content: " \25BE"
10 content: " \25B4"
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.min.php20 $content_size = count($box->content);
47 $box->content[$start_index]->out_of_flow()) {
55 $box->content[$start_index]->get_min_width($context);
61 $item =& $box->content[$i];
/plugin/webcomponent/syntax/
H A Dmath.php124 $content = $data[0];
128 $renderer->doc .= $renderer->_xmlEntities($content);
133 $renderer->doc .= $renderer->_xmlEntities($content);
138 $renderer->mathjax_content($content);
/plugin/bootswrapper/syntax/
H A Dpopover.php97 $content = hsc(p_render('xhtml', p_get_instructions($content), $info));
116 if ($content) {
117 $html5_data[] = 'data-content="' . $content . '"';
/plugin/combo/syntax/
H A Dcomment.php29 private static function shouldPrint($content): bool argument
36 $normalizedContent = trim($content);
77 * because we manage self the content and we call self the parser
142 $content = $data[PluginUtility::PAYLOAD] ?? null;
143 $print = self::shouldPrint($content);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php109 if ($content === $arrayEnd) {
187 $content = $tokens[($nextArrow - 1)]['content'];
189 $data = array($content);
200 $content,
214 $data = array($content);
225 $content,
261 $data = array($content);
272 $content,
288 $content,
445 $content,
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css169 content: '';
291 background-clip: content-box;
902 content: " ";
1326 content: url(images/findbarButton-next.png);
1333 content: url(images/toolbarButton-pageUp.png);
1361 content: url(images/toolbarButton-print.png);
1419 content: '';
1660 background-clip: content-box;
1782 content: url(images/treeitem-expanded.png);
1787 content: url(images/treeitem-collapsed.png);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Ddeep.test6 {{ block('content') }}
12 {% block content 'foo' %}
15 {% block content 'bar' %}
H A Dmultiple.test7 {{ block('content') }}
11 {% block content 'foo' %}
14 {% block content 'bar' %}
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-GCP.js30 this.addPalette('gcpCards', 'GCP / Cards', false, mxUtils.bind(this, function(content) argument
34 content.appendChild(fns[i](content));
H A DSidebar-EIP.js90 … Construction', 'EIP / Message Construction', expand || false, mxUtils.bind(this, function(content) argument
94 content.appendChild(fns[i](content));
133 …eipMessage Routing', 'EIP / Message Routing', expand || false, mxUtils.bind(this, function(content) argument
137 content.appendChild(fns[i](content));
193 …saging Channels', 'EIP / Messaging Channels', expand || false, mxUtils.bind(this, function(content) argument
197 content.appendChild(fns[i](content));
327 …essaging Systems', 'EIP / Messaging Systems', expand || false, mxUtils.bind(this, function(content) argument
331 content.appendChild(fns[i](content));
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveComment.js1 DriveComment = function(file, id, content, modifiedDate, createdDate, isResolved, user, pCommentId) argument
3 DrawioComment.call(this, file, id, content, modifiedDate, createdDate, isResolved, user);
12 var body = {'content': reply.content}; property in DriveComment.addReply.body
37 this.content = newContent;
H A DDrawioComment.js2 DrawioComment = function(file, id, content, modifiedDate, createdDate, isResolved, user) argument
11 this.content = content;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DStringAsset.php29 * @param string $content The content of the asset
34 … public function __construct($content, $filters = array(), $sourceRoot = null, $sourcePath = null) argument
36 $this->string = $content;
H A DAssetCollection.php30 private $content; variable in Assetic\\Asset\\AssetCollection
143 $this->content = implode("\n", $parts);
159 return $this->content;
162 public function setContent($content) argument
164 $this->content = $content;
/plugin/stylingpages/
H A Daction.php94 $content = $instruction[1][0];
97 $contents[$file] .= $content; // multiple blocks with the same file are appended
99 $contents[$file] = $content;
125 foreach ($contents as $file => $content) {
141 @fwrite($fh, $content);
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js103 function createMarkdownSlide( content, options ) { argument
107 var notesMatch = content.split( new RegExp( options.notesSeparator, 'mgi' ) );
110 content = notesMatch[0] + '<aside class="notes">' + marked(notesMatch[1].trim()) + '</aside>';
115 content = content.replace( /<\/script>/g, SCRIPT_END_PLACEHOLDER );
117 return '<script type="text/template">' + content + '</script>';
136 content,
152 content = markdown.substring( lastIndex, matches.index );
156 sectionStack.push( content );
160 sectionStack[sectionStack.length-1].push( content );
/plugin/projects/lib/
H A Dproject_file.php56 public function content($project_path) { function in ProjectFile
99 $this->set_content($project->path(), $file->content());
107 return $this->content($project_path) == $file->content();
110 private function set_content($project_path, $content) { argument
111 file_put_contents($this->path($project_path), $content);
117 $this->set_content($project_path, $file->content());
193 protected function log($working_path, $content) { argument
195 file_put_contents($log, $content);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php70 public function setContent(ItemContent $content) argument
72 $this->content = $content;
79 return $this->content;

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