Home
last modified time | relevance | path

Searched refs:content (Results 101 – 125 of 1767) sorted by last modified time

12345678910>>...71

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php5568 public function bidiReorder(&$chunkorder, &$content, &$cOTLdata, $blockdir) argument
5574 $numchunks = count($content);
5659 $content = [];
5671 $content[$nc] = '';
5675 $content[$nc] .= UtfString::code2utf($carac['uni']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php990 $content = '';
992 $content = $this->mpdf->textbuffer[0][0];
996 $content .= $this->mpdf->textbuffer[$i][0];
1005 $objattr['CONTENT'] = htmlspecialchars($content);
1015 $objattr['CONTENT'] = $content;
1073 //Print content
1084 if (0 !== strpos($this->mpdf->textbuffer[count($this->mpdf->textbuffer) - 1][0], "\xbb\xa4\xac")) { // not special content
1085 // Right trim last content and adjust OTLdata
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php291 } elseif (isset($file['content'])) {
292 $fileContent = $file['content'];
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php234 * Get the raw content stream.
252 foreach ($contents->value as $content) {
253 $content = PdfType::resolve($content, $this->parser);
254 if (!($content instanceof PdfStream)) {
257 $result[] = $content->getUnfilteredStream();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php22 * @param string $content
26 public static function createByString($content, $maxMemory = 2097152) argument
29 \fwrite($h, $content);
/plugin/dw2pdf/
H A Dcomposer.lock7 "content-hash": "7b00711d12ac1ef73bc21f9046c21eea",
H A Dstyle.css10 content: url(pagetools-pdfexport-sprite.png);
H A Daction.php12 * dw2Pdf Plugin: Conversion from dokuwiki content to pdf.
14 * Export html content to pdf, for different url parameter configurations
509 // following content is on a correct odd/even page
732 $content = $raw;
735 $evdata = ['id' => $id, 'replace' => &$replace, 'content' => &$content];
738 $content = str_replace(array_keys($replace), array_values($replace), $raw);
745 $content = preg_replace_callback(
748 $content
751 return $content;
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md15 * Improve debugging of remote content issues (@ribeirobreno)
31 * Added `curlExecutionTimeout` configuration variable allowing to `CURLOPT_TIMEOUT` when fetching remote content
66 * Write PDF content with *Writer service classes
79 * Allow passing file content or file path to `SetAssociatedFiles` (#558)
157 - Image type guessing from content separated to its own class
318 - Tables - if using packTableData, and borders-collapse, wider border is overwriting content of adjacent cell
751 - Rotated cell - error if text-rotate set on a table cell, but no text content in cell
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php689 $content = (int) $formatInformationArray[$formatInformationValue][$i];
691 $this->matrix[$this->formatInformationX1[$i]][$this->formatInformationY1[$i]] = $content * 255;
692 $this->matrix[$this->formatInformationX2[$i + 1]][$this->formatInformationY2[$i + 1]] = $content * 255;
/plugin/hidden/
H A Dstyle.css38 content:"";
/plugin/combo/ComboStrap/
H A DJson.php53 $content = FileSystems::getContent($path);
54 return self::createFromString($content);
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);
H A DArrayUtility.php15 * @param string $content - [Optional] - append to this variable if given
16 * @return string - an array as an HTML list or $content if given as variable
18 public static function formatAsHtmlList(array $toPrint, &$content = ""): string argument
25 $content .= '<ul>';
28 $content .= '<li>' . $key . ' : ';
29 self::formatAsHtmlList($value, $content);
30 $content .= '</li>';
36 $content .= '<li>' . $key . ' : ' . $stringValue . '</li>';
39 $content .= '</ul>';
40 return $content;
[all...]
H A DMarkupFileSystem.php79 public function setContent(Path $path, string $content) argument
82 FileSystems::setContent($path->toLocalPath(), $content);
H A DMarkupPath.php553 * The content / markup that should be parsed by the parser
580 * Save the content with the {@link ChangeLog}
581 * @param string $content
588 function setContentWithLog(string $content, string $summary = "Default"): MarkupPath argument
594 saveWikiText($path->getWikiId(), $content, $summary);
H A DCall.php174 * @param string|null $content - the parsed content
179 public static function createComboCall($tagName, $state, array $attribute = array(), string $rawContext = null, string $content = null, string $payload = null, int $position = null, string $syntaxComponentName = null): Call argument
209 $content
386 * @return mixed the matched content from the {@link DokuWiki_Syntax_Plugin::handle}
507 * Unmatched are content (ie text node in XML/HTML) and have
767 * matched content
878 function setCapturedContent($content)
883 $this->call[1][0] = $content;
886 LogUtility::msg("Setting the captured content o
876 setCapturedContent($content) global() argument
[all...]
/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);
H A Dheadingwiki.php84 * because we manage self the content and we call self the parser
162 $content = "";
164 $content .= $actualCall->getCapturedContent();
166 LogUtility::msg("The number of `=` character for a wiki heading is not the same before ($levelFromStartTag) and after ($levelFromMatch) the content ($content).", LogUtility::LVL_MSG_INFO, HeadingTag::CANONICAL);
H A Dhighlightmd.php67 * because we manage self the content and we call self the parser
113 $content = substr($match, 1);
116 PluginUtility::PAYLOAD => $content,
/plugin/combo/vendor/carica/phpcss/
H A Dcomposer.lock7 "content-hash": "7d7558a3b0b335a98568b52f34ddab8e",
/plugin/combo/action/
H A Dmetafacebook.php97 // happens in test with document without content
253 foreach ($facebookMeta as $property => $content) {
254 $event->data['meta'][] = array("property" => $property, "content" => $content);
H A Dmetatwitter.php135 // happens in test with document without content
201 foreach ($twitterMeta as $key => $content) {
202 $event->data['meta'][] = array("name" => $key, "content" => $content);
/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/vendor/carica/phpcss/src/PhpCss/Parser/
H A DText.php35 $string .= $token->content;
38 $string .= substr($token->content, 1);

12345678910>>...71