Home
last modified time | relevance | path

Searched refs:content (Results 76 – 100 of 1767) sorted by relevance

12345678910>>...71

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php18 * @property-read string $content
93 * Token string content
98 * Token string content length
112 * @param string $content
115 public function __construct(int $type = 0, string $content = '', int $position = -1) { argument
117 $this->_content = $content;
118 $this->_length = strlen($content);
133 case 'content' :
152 case 'content' :
178 ' @'.$this->position.' '.$this->quoteContent($this->content);
197 quoteContent(string $content) global() argument
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DLowercasePHPFunctionsSniff.php119 $content = $tokens[$stackPtr]['content'];
120 if (isset($this->_builtInFunctions[strtolower($content)]) === false) {
124 if ($content !== strtolower($content)) {
127 strtolower($content),
128 $content,
133 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
/plugin/gtime/gtlib/asn1/cms/
H A DCMSContentInfo.php43 private $content; variable in CMSContentInfo
89 $content = new CMSSignedData();
90 $content->decode($tag->getObject());
92 $this->content = $content;
119 $tag->setObject($this->content);
133 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DConfigFile.php25 public $content; variable in Google\\Service\\DeploymentManager\\ConfigFile
30 public function setContent($content) argument
32 $this->content = $content;
39 return $this->content;
H A DImportFile.php25 public $content; variable in Google\\Service\\DeploymentManager\\ImportFile
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteRef.php26 private ?string $content = null; variable in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef
31 public function __construct(ReferenceInterface $reference, ?string $content = null, array $data = [])
36 $this->content = $content;
55 return $this->content;
33 __construct(ReferenceInterface $reference, string $content = null, array $data = []) global() argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php63 $content = ob_get_contents();
66 echo $content;
239 $content = trim($node->nodeValue);
240 $content = htmlspecialchars($content);
243 $content = str_replace('&lt;em&gt;', '<em>', $content);
244 $content = str_replace('&lt;/em&gt;', '</em>', $content);
246 echo " <p class=\"text\">$content</p>".PHP_EOL;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.post.positioned.class.php12 for ($i=0; $i<count($tree->content); $i++) {
13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
17 $this->_context->add_absolute_positioned($tree->content[$i]);
19 $this->_context->add_fixed_positioned($tree->content[$i]);
22 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.post.postponed.class.php12 for ($i=0; $i<count($tree->content); $i++) {
13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
17 $this->_driver->postpone($tree->content[$i]);
19 $this->_driver->postpone($tree->content[$i]);
22 $this->process($tree->content[$i], $data, $pipeline);
H A Dbox.inline.control.php49 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
50 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
53 $text =& $this->content[0];
75 if (count($ibox->content) == 0) {
78 for ($i=0, $size = count($ibox->content); $i<$size; $i++) {
79 $this->append_child($ibox->content[$i]);
87 $this->default_baseline = $this->content[0]->baseline + $this->get_extra_top();
88 $this->baseline = $this->content[0]->baseline + $this->get_extra_top();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DJS.php306 $content = PHP_CodeSniffer::prepareForOutput($char);
353 echo "\t=> Added token T_STRING ($content)".PHP_EOL;
542 echo "\t=> Added token $value ($content)".PHP_EOL;
561 echo "\t=> Added token T_STRING ($content)".PHP_EOL;
610 echo "\t=> Added token $value ($content)".PHP_EOL;
707 $content = PHP_CodeSniffer::prepareForOutput($buffer);
708 echo "\t=> Added token T_WHITESPACE ($content)".PHP_EOL;
1009 $content = '';
1011 $content .= $chars[$x];
1017 'content' => $content,
[all …]
/plugin/toctweak/action/
H A Drendertoc.php229 $content = substr($event->data, $offset);
231 $content = $event->data;
236 $content = self::TOC_HERE.$content;
241 $content= preg_replace($search, $replace, $content, 1, $count);
244 $content = self::TOC_HERE.$content;
253 $content = str_replace(self::TOC_HERE, $html_toc, $content, $count);
258 $event->data = substr($event->data, 0, $offset).$content;
260 $event->data = $content;
/plugin/odt/ODT/
H A DODTUtility.php81 $content = str_replace ($match, $link, $content);
99 $content = str_replace ($match, $link, $content);
110 $content = str_replace ($match, $name, $content);
112 $content = str_replace ($match, $text, $content);
154 if ( empty($content) || ctype_space ($content) ) {
1025 $content = '';
1032 $content = str_replace("\n",'<text:line-break/>',$content);
1034 $content = str_replace("\n",'',$content);
1039 $content = str_replace("\t",'<text:tab/>',$content);
1041 $content = str_replace("\t",'',$content);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php46 $content = $this->generateSource();
47 file_put_contents($key, $content);
68 $content = $this->generateSource();
73 $this->cache->write($key, $content);
77 $this->assertSame(file_get_contents($key), $content);
91 $content = $this->generateSource();
99 $this->cache->write($key, $content);
113 $content = $this->generateSource();
123 $this->cache->write($key, $content);
133 $content = $this->generateSource();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1RawDocument.php25 public $content; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1RawDocument
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ExportTestCasesResponse.php25 public $content; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ExportTestCasesResponse
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
H A DGoogleCloudDialogflowCxV3ImportTestCasesRequest.php25 public $content; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ImportTestCasesRequest
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
H A DGoogleCloudDialogflowCxV3beta1ExportTestCasesResponse.php25 public $content; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ExportTestCasesResponse
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DTextSpan.php29 public $content; variable in Google\\Service\\CloudNaturalLanguage\\TextSpan
48 public function setContent($content) argument
50 $this->content = $content;
57 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DContentMatcher.php25 public $content; variable in Google\\Service\\Monitoring\\ContentMatcher
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
H A DDocumentation.php25 public $content; variable in Google\\Service\\Monitoring\\Documentation
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFileContentBuffer.php25 public $content; variable in Google\\Service\\Compute\\FileContentBuffer
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
H A DRecognitionAudio.php25 public $content; variable in Google\\Service\\Speech\\RecognitionAudio
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DTextSpan.php29 public $content; variable in Google\\Service\\CloudHealthcare\\TextSpan
48 public function setContent($content) argument
50 $this->content = $content;
57 return $this->content;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DAsset.php25 public $content; variable in Google\\Service\\DisplayVideo\\Asset
34 public function setContent($content) argument
36 $this->content = $content;
43 return $this->content;

12345678910>>...71