Home
last modified time | relevance | path

Searched refs:content (Results 351 – 375 of 1767) sorted by relevance

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DControlSignatureSniff.php115 $content = $phpcsFile->getTokensAsString(($closer + 1), ($opener - $closer - 1));
117 if ($content !== ' ') {
119 if (trim($content) === '') {
120 $found = strlen($content);
122 $found = '"'.str_replace($phpcsFile->eolChar, '\n', $content).'"';
131 if (trim($content) === '') {
/plugin/do/syntax/
H A Ddo.php77 $content = trim(substr($match, 3, -1));
80 if (preg_match('/\b(\d\d\d\d-\d\d-\d\d)\b/', $content, $grep)) {
82 $content = trim(str_replace($data['task']['date'], '', $content));
86 if ($content !== '') {
87 $data['task']['users'] = explode(',', $content);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php148 $content = [];
154 $content = $this->parseInline(implode("\n", $firstPar));
157 $content = array_merge($content, $this->parseBlocks($itemLines));
159 $block['items'][$itemId] = $content;
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php35 * @return string - textual content
46 LogUtility::error("This mime content ($mime) is not text based (for the path $path). We can't return a text.");
50 LogUtility::error("The mime is unknown for the path ($path). Trying to returning the content as text.");
52 $content = @file_get_contents($path->toAbsolutePath()->toAbsoluteId());
53 if ($content === false) {
57 return $content;
218 public function setContent(Path $path, string $content) argument
230 io_saveFile($file, $content, false);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.parse.atrules.php36 …$content =& $pipeline->_page_at_rules[CSS_PAGE_SELECTOR_ALL][0]->margin_boxes[CSS_MARGIN_BOX_SELEC…
37 $this->assertNotNull($content);
38 $this->assertEqual($content->render(new CSSCounterCollection()), "TEXT");
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_blocks.test13 {% block content %}content{% endblock %}
24 {{ block('content') is defined ? 'ok' : 'ko' }}
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php56 $content = @file_get_contents(
60 if (false === $content && !$this->ignoreErrors) {
64 $this->doLoad($content, $additionalFilter);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColonSpacingSniff.php95 $content = $tokens[($stackPtr + 1)]['content'];
96 if (strpos($content, $phpcsFile->eolChar) === false) {
97 $length = strlen($content);
/plugin/combo/resources/theme/default/components/css/
H A Doutline.css3 /* The content will go outside of the parent
4 The border will stop to the end of the content */
6 /* The content may become so long that it goes outside the parent
/plugin/ifauthex/_test/
H A Dtest_visible_first_header.txt3 Hidden content.
7 Not hidden content.
H A Dtest_hidden_first_header.txt3 Hidden content.
7 Not hidden content.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Scope.txt
H A DAttr.IDPrefixLocal.txt
/plugin/popupviewer/
H A Dstyle.css13 content: '';
57 #popupviewer > .controls > .content.isImage > a {
61 #popupviewer > .controls > .content.isImage img {
65 #popupviewer > .controls > .content {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php21 var $content; variable in FetcherUrl
61 return new FetchedDataURL($this->content,
230 $this->content = '';
308 $this->content = "";
313 $this->content = @file_get_contents($normalized_path);
403 $this->content = @file_get_contents($this->url);
430 $this->content = @file_get_contents($this->url);
445 $this->content = @file_get_contents($this->url);
/plugin/advrack/
H A Djquery.qtip.js317 content = opts.content;
319 if(invalidOpt(content) || content.jquery || content.done) {
320 content = opts.content = {
321 text: (text = invalidContent(content) ? FALSE : content)
341 if(content && once) { api.set('content.text', content); }
355 content.button = content.title.button;
356 content.title = content.title.text;
605 if(content === FALSE || (!content && content !== '')) { return FALSE; }
608 if(content.jquery && content.length > 0) {
638 this._update(content, this.elements.content, reposition);
[all …]
/plugin/odt/ODT/css/
H A Dcssimportnew.php207 $content = '';
220 $this->type = $content;
221 if ($content != '*') {
230 $this->id = $content;
255 $content = '';
258 $content .= $sign;
264 if (!empty($content)) {
267 $this->type = $content;
268 if ($content != '*') {
273 $this->classes[] = $content;
[all …]
/plugin/htmlabstract/
H A Dsyntax.php148 …$content = '</p><ul class="rss">'."\n"; // need to close the <p> opened by DW before plugin handl…
149 …$content.= '<!-- preview produced with HtmlAbstract - http://dokuwiki.org/plugin:htmlabstract --> …
165 $content .= $item;
167 $content .= '</ul><p>';
168 return $content;
/plugin/latexcaption/
H A Dstyle.less5 justify-content: center;
6 width: fit-content;
7 width: -moz-fit-content;
16 justify-content: center;
51 justify-content: space-evenly;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js1 …:[[/[^<\-]+/,"comment.content"],[/-->/,{token:"comment",next:"@pop"}],[/<!--/,"comment.content.inv…
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php69 * @param string $content
74 public function embedded($content, $state, $pos) argument
77 $this->callWriter->writeCall(['raw', [$content], $pos]);
/plugin/botbouncer/
H A Daction.php54 $content = $_POST['fullname'];
59 $content = ''; ##@@TODO find some field to pass on here
80 'content' => $content,
/plugin/mobiletable/
H A Dstyle.css2 content: "desktop";
8 content: "mobile";
/plugin/vbsso/views/
H A Dadmin.getmenutext.tpl1 <img src="[[content-0]]lib/plugins/[[content-1]]/assets/images/icon.png"
/plugin/miniblog/syntax/
H A Dentry.php73 … list($head, $content) = plugin_load('helper', 'miniblog_entry')->entry_content($entry['id']);
79 $renderer->doc .= html_secedit($content, false); // no section edit button
96 … list($head, $content) = plugin_load('helper', 'miniblog_entry')->entry_content($entry['id']);
101 $renderer->doc .= html_secedit($content, false); // no section edit button

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