Home
last modified time | relevance | path

Searched refs:content (Results 201 – 225 of 1767) sorted by relevance

12345678910>>...71

/plugin/sectiontoggle/
H A Dtemplates.ini15 name = dw-content
23 name = content
35 name = twentyfifteen__entry-content
71 name = content
75 name = page-content
/plugin/extlist/css/
H A D_numbering.less24 content: counters(item, ".") ". ";
30 content: attr(data-marker);
41 content: counters(item, ".") " ";
45 content: attr(data-marker);
62 content: attr(data-marker);
82 content: "(" attr(value) ")";
108 content: "(" counter(li) ") ";
/plugin/table2csv/
H A DgetTableData.php14 $content = str_replace($newlines, "", html_entity_decode($raw));
16 $start = strpos($content,$startMarker);
17 $content = substr($content,$start);
19 $start = strpos($content,'<table ');
20 $end = strpos($content,'</table>',$start) + 8;
21 $table = substr($content,$start,$end-$start);
/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...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Dmultiple_aliases.test4 {% use "foo.twig" with content as foo_content %}
7 {{ block('content') }}
12 {% block content 'foo' %}
15 {% block content 'bar' %}
/plugin/projects/lib/
H A Dfile_definition.php60 private $content = NULL; variable in SourceDefinition
63 public function content() { return $this->content; } function in SourceDefinition
64 public function add_content($content) { argument
65 $this->content .= $content;
/plugin/combo/ComboStrap/Tag/
H A DMermaidTag.php58 $content = $tagAttributes->getValueAndRemoveIfPresent(self::MARKUP_CONTENT_ATTRIBUTE);
67 $html .= MermaidTag::sanitize($content);
85 * The content cannot be HTML escaped
92 * @param $content
95 public static function sanitize($content) argument
98 return Sanitizer::sanitize($content, " in a mermaid language", self::CANONICAL);
129 $content = $contentCall->getCapturedContent();
130 $openingCall->setAttribute(self::MARKUP_CONTENT_ATTRIBUTE, $content);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-MSCAE.js106 content.appendChild(fns[i](content));
416 content.appendChild(fns[i](content));
525 content.appendChild(fns[i](content));
583 content.appendChild(fns[i](content));
622 content.appendChild(fns[i](content));
655 content.appendChild(fns[i](content));
694 content.appendChild(fns[i](content));
733 content.appendChild(fns[i](content));
770 content.appendChild(fns[i](content));
793 content.appendChild(fns[i](content));
[all …]
/plugin/codehighlight/cp/engines/
H A Dopera.js137 var content = snippets[i].output.replace(/</g,'&lt;');
138 content = content.replace(/>/g,'&gt;');
139 if(content.indexOf('$0')<0) content += cc;
140 else content = content.replace(/\$0/,cc);
141 content = content.replace(/\n/g,'<br>');
144 this.syntaxHighlight('snippets',pattern,content);
159 var content = complete[i].output.replace(/\$0/g,cc);
160 …parent.setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFlowdockHandler.php104 $content = $this->buildContent($record);
106 return $this->buildHeader($content) . $content;
122 private function buildHeader(string $content): string argument
127 $header .= "Content-Length: " . strlen($content) . "\r\n";
H A DFleepHookHandler.php103 $content = $this->buildContent($record);
105 return $this->buildHeader($content) . $content;
111 private function buildHeader(string $content): string argument
116 $header .= "Content-Length: " . strlen($content) . "\r\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DReview.php27 public $content; variable in Google\\Service\\Books\\Review
76 public function setContent($content) argument
78 $this->content = $content;
85 return $this->content;
/plugin/condition/
H A Dsyntax.php64 $content = '';
65 $this->_parse($match, $blocks, $content);
67 return array($blocks, $content);
202 $content = $data[1];
206 if(strpos($content, '<else>') !== false) {
207 $i = explode('<else>', $content);
208 $content = $i[0];
236 $content = $data[1];
240 if(strpos($content, '<else>') !== false) {
241 $i = explode('<else>', $content);
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php53 * @param string $content
59 string $name, string $content = '', array $attributes = [], string $contentType = 'text' argument
62 if (!empty($content)) {
66 if (trim($content) !== $content) {
68 $this->_document->createCDATASection($content)
72 $this->_document->createTextNode($content)
84 * @param string $content
86 private function appendText(string $content): void { argument
90 if (trim($content) !
[all...]
/plugin/combo/resources/theme/default/components/css/
H A Drailbar-off-canvas.css14 content: "<";
20 width: fit-content;
26 content: ">";
30 width: fit-content;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.textarea.wrap.php10 $inline_content =& $element->content[0];
23 $inline_content =& $element->content[0];
38 $inline_content =& $element->content[0];
52 $inline_content =& $element->content[0];
H A Dtest.table.top-boundary.php27 $text = $cell->content[0]->content[0];
56 $text = $cell->content[0]->content[0];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Result.php35 public $content; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Result
92 public function setContent($content) argument
94 $this->content = $content;
101 return $this->content;
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php14 abstract protected function parse($content); argument
16 public function parseOnce($content) { argument
24 return $this->parse($content);
125 $content = $block['content']."\n";
127 if ($this->isCommentOnlyXMLString($content)) {
134 $this->renderer->cdata($content);
137 $this->renderer->htmlblock($content);
144 $content = $block[1];
146 if ($this->isCommentOnlyXMLString($content)) {
153 $this->renderer->cdata($content);
[all …]
/plugin/docimporter/
H A DImportUtils.php14 $content = $matches[1];
16 $content = preg_replace("/\n/U", " ",$content);
18 $content = preg_replace("/<sub>(.*)<\/sub>/U","$1",$content);
20 $content = preg_replace("/<sup>(.*)<\/sup>/U","$1",$content);
22 return "((".$content."))";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php405 foreach ($this->_changeset as $stackPtr => $content) {
406 $success = $this->replaceToken($stackPtr, $content);
476 * @param string $content The new content of the token.
480 public function replaceToken($stackPtr, $content) argument
526 $this->_changeset[$stackPtr] = $content;
575 $this->_oldTokenValues[$stackPtr]['curr'] = $content;
580 $this->_tokens[$stackPtr] = $content;
713 * @param string $content The content to add.
717 public function addContent($stackPtr, $content) argument
729 * @param string $content The content to add.
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php61 $content = 'Hello, World!',
62 file_put_contents($filename, $content),
72 strtolower($content) . ' ' .
73 strlen($content)
/plugin/stellarium/scripts/
H A Dstellarium.js2 var content = document.getElementById(buttonId).dataset.content;
22 alert("Target "+content+" not found");
36 formBody.push("target=" + encodeURIComponent(content));
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php126 * <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
137 public static function addPrimaryColorCssRuleIfSet(?string $content): ?string argument
139 if ($content === null) {
146 $content .= <<<EOF
154 return $content;
161 $content = $loginCss->getInternalInlineAndFileContent();
163 LogUtility::internalError("The style content should be not null", Identity::CANONICAL);
164 $content = "";
166 $content = IdentityFormsHelper::addPrimaryColorCssRuleIfSet($content);
[all...]
/plugin/vbsso/views/
H A Dadmin.html2-2.option.tpl1 <option value="[[content-0]]" [[content-1]] >[[content-2]]</option>';

12345678910>>...71