Home
last modified time | relevance | path

Searched refs:content (Results 26 – 50 of 1639) sorted by relevance

12345678910>>...66

/plugin/freechat/phpfreechat/style/
H A Dcontent.css2 div.content {
10 div.content * { margin-top: 0.5em; margin-bottom: 0.5em; }
11 div.content h2 { border-bottom: 1px #444 solid; }
12 div.content h3 { text-decoration: underline; font-size: 100%; margin: 1em 0 1em 0; }
13 div.content a:link, div.content a:visited, div.content a:hover, div.content a:visited{ color: #0081…
14 div.content code { background-color: #EFE; border: 1px #444 dotted; }
15 div.content pre { padding: 1em; background-color: #EFE; border: 1px #444 dotted; }
16 div.content ul { margin-left: 3em; }
17 div.content ol { margin-left: 3em; }
18 div.content dd { margin-left: 3em; }
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php57 $content = 'Hello, World!',
58 file_put_contents($filename, $content),
68 ->isEqualTo(strtoupper($content));
76 $content = 'Hello, World!',
77 file_put_contents($filename, $content),
87 ->isEqualTo(strtoupper($content));
95 $content = 'Hello, World!',
108 ->isEqualTo(strtolower($content));
116 $content = 'Hello, World!',
137 $content = 'Hello, World!',
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.note-call.class.php22 function BoxNoteCall(&$content, &$pipeline) { argument
25 $this->_note_content =& $content;
27 $this->copy_style($content);
38 $this->_note_call_box->copy_style($content);
39 $this->_note_call_box->content[0]->copy_style($content);
41 $font = $this->_note_call_box->content[0]->get_css_property(CSS_FONT);
44 $this->_note_call_box->content[0]->setCSSProperty(CSS_FONT, $font);
57 $this->_note_marker_box->copy_style($content);
58 $this->_note_marker_box->content[0]->copy_style($content);
75 function &create(&$content, &$pipeline) { argument
[all …]
H A Dbox.container.php31 var $content; variable in GenericContainerBox
68 $this->content[$i]->destroy();
70 unset($this->content);
104 $child =& $this->content[$i];
238 $this->content[$i+1] =& $this->content[$i];
272 $this->content[] =& $box;
307 if (!is_whitespace($this->content[$i]) && !$this->content[$i]->is_null()) {
331 if (!is_whitespace($this->content[$i]) && !$this->content[$i]->is_null()) {
371 $this->content = array();
1013 $last = $this->content[$i];
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.content.php8 $element = $element0->content[1];
10 $content =& $element->getCSSProperty(CSS_CONTENT);
23 $content =& $collection->getPropertyValue(CSS_CONTENT);
54 $content =& $collection->getPropertyValue(CSS_CONTENT);
74 $content =& $collection->getPropertyValue(CSS_CONTENT);
85 $content =& $collection->getPropertyValue(CSS_CONTENT);
86 $this->assertEqual($content->render($counters), "");
96 $content =& $collection->getPropertyValue(CSS_CONTENT);
97 $this->assertEqual($content->render($counters), "");
110 $this->assertEqual($content->render($counters), "");
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css56 .bpmn-icon-trash:before { content: '\e801'; } /* '' */
88 .bpmn-icon-task:before { content: '\e821'; } /* '' */
95 .bpmn-icon-manual:before { content: '\e828'; } /* '' */
96 .bpmn-icon-receive:before { content: '\e829'; } /* '' */
104 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
118 .bpmn-icon-script:before { content: '\e83f'; } /* '' */
120 .bpmn-icon-send:before { content: '\e841'; } /* '' */
121 .bpmn-icon-service:before { content: '\e842'; } /* '' */
123 .bpmn-icon-user:before { content: '\e844'; } /* '' */
152 .bpmn-icon-lane:before { content: '\e861'; } /* '' */
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css60 .bpmn-icon-trash:before { content: '\e801'; } /* '' */
89 .bpmn-icon-task:before { content: '\e821'; } /* '' */
96 .bpmn-icon-manual:before { content: '\e828'; } /* '' */
97 .bpmn-icon-receive:before { content: '\e829'; } /* '' */
104 .bpmn-icon-bpmn-io:before { content: '\e831'; } /* '' */
118 .bpmn-icon-script:before { content: '\e83f'; } /* '' */
120 .bpmn-icon-send:before { content: '\e841'; } /* '' */
121 .bpmn-icon-service:before { content: '\e842'; } /* '' */
123 .bpmn-icon-user:before { content: '\e844'; } /* '' */
152 .bpmn-icon-lane:before { content: '\e861'; } /* '' */
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php91 $content = $openTag['content'];
93 if (trim($content) === '') {
98 if ($content === '<%') {
109 $data = array($content);
130 $content,
162 if (strpos($content, '<%=') !== false) {
168 } else if (strpos($content, '<%') !== false) {
183 * @param string $content The content of the HTML token.
194 $startPos = strpos($content, $start);
200 $snippet = substr($content, $startPos, $length);
[all …]
/plugin/gtime/gtlib/asn1/cms/
H A DCMSEncapsulatedContentInfo.php44 private $content; variable in CMSEncapsulatedContentInfo
89 $this->content = $tag->getObject()->getValue();
106 $tag->setObject(new ASN1OctetString($this->content));
126 if (empty($this->content)) {
134 $sequence = ASN1DER::decode($this->content);
136 $content = new TSPTSTInfo();
137 $content->decode($sequence);
139 return $content;
152 return $this->content;
161 public function setContent($content) { argument
[all …]
/plugin/icons/assets/font-linux/
H A Dfont-linux.css87 .fl-aosc:before { content: "\f116"; }
89 .fl-centos:before { content: "\f101"; }
90 .fl-coreos:before { content: "\f110"; }
91 .fl-debian:before { content: "\f102"; }
93 .fl-fedora:before { content: "\f103"; }
95 .fl-freebsd:before { content: "\f10f"; }
96 .fl-gentoo:before { content: "\f111"; }
99 .fl-mageia:before { content: "\f107"; }
102 .fl-redhat:before { content: "\f10a"; }
103 .fl-sabayon:before { content: "\f115"; }
[all …]
/plugin/gtime/gtlib/asn1/gt/
H A DGTVerificationRequest.php42 private $content; variable in GTVerificationRequest
83 $content = new CMSContentInfo();
84 $content->decode($object->getObjectAt(1));
86 $this->content = $content;
107 $sequence->add($this->content);
138 return $this->content;
144 * @param CMSContentInfo $content timestamp
147 public function setContent($content) { argument
148 $this->content = $content;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
H A DEmailAutolinkProcessor.php
/plugin/odt/ODT/
H A DODTFootnote.php27 $params->document->store = $params->content;
28 $params->content = '';
51 $footnote = $params->content;
52 $params->content = $params->document->store;
66 $params->content .= '<text:note text:id="ftn'.$i.'" text:note-class="footnote">';
67 … $params->content .= '<text:note-citation text:label="'.$label.'">'.$label.'</text:note-citation>';
68 $params->content .= '<text:note-body>';
69 $params->content .= $footnote;
70 $params->content .= '</text:note-body>';
71 $params->content .= '</text:note>';
[all …]
/plugin/command/ext/
H A Dabstract.php14 function getCachedData($embedding, $params, $paramHash, $content, argument
25 $content = trim($content);
27 if($len && $len < strlen($content)){
28 $content = utf8_substr($content, 0, $len).'…';
33 return '<div>'.$content.'</div>';
35 return $content;
/plugin/projects/plugins/file/
H A Dlatex_dependency.php22 private function dependency($content) { argument
23 $inputs = find_command('input', $content);
24 $includes = find_command('include', $content);
25 $graphs = find_command('includegraphics', $content, ".pdf");
26 $bibs = find_command('bibliography', $content, ".bib");
33 $uses = array_diff($this->dependency($source_file->content()),
41 function match_command($command, $content) { argument
44 $matched = preg_match_all($pattern, $content, $matches);
49 function find_command($command, $content, $file_extension = ".tex") { argument
51 $matches = match_command($command, $content);
/plugin/prosemirror/schema/
H A DNode.php18 protected $content = []; variable in dokuwiki\\plugin\\prosemirror\\schema\\Node
20 /** @var string For text nodes, this contains the node's text content. */
50 $this->content[] = $child;
123 } elseif ($this->content) {
124 $json['content'] = $this->content;
143 return !empty($this->content);
147 * Trim all whitespace from the beginning of this node's content
151 * If the first node in the content is afterwards only an empty string, then it is removed
157 $this->content[
[all...]
/plugin/vbsso/views/
H A Dadmin.html2-2.select.open.tpl2 <td><label for="[[content-0]]_[[content-1]]">[[content-2]]</label></td>
3 <td><select id="[[content-3]]_[[content-4]]" name="[[content-5]]_[[content-6]]">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php101 echo "\tProcess token $stackPtr: $type => $content".PHP_EOL;
107 $content = '<?php';
113 $content .= '?>';
117 $content .= $tokens[$stackPtr]['content'];
130 'content' => $content,
180 $content = ltrim($token['content'], '#/');
185 if ($content{0} === '0') {
186 $content = '1'.$content;
198 $content = substr($content, 1);
283 echo "\tProcess token $stackPtr: $type => $content".PHP_EOL;
[all …]
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php55 private $content; variable in GTPublicationsFile
85 $this->content = $bytes;
88 if (count($this->content) < self::HEADER_SIZE) {
93 $version = GTUtil::readShort($this->content, self::VERSION_POS);
122 if ($publicationReferenceBlockBegin >= count($this->content)) {
129 if ($signatureBlockBegin >= count($this->content)) {
155 return $this->content;
244 $id = GTUtil::readLong($this->content, $offset);
387 $bytes = array_slice($this->content, $this->signatureBlockBegin,
388 count($this->content) - $this->signatureBlockBegin);
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-GCP3.js71 content.appendChild(fns[i](content));
118 content.appendChild(fns[i](content));
174 content.appendChild(fns[i](content));
212 content.appendChild(fns[i](content));
235 content.appendChild(fns[i](content));
267 content.appendChild(fns[i](content));
329 content.appendChild(fns[i](content));
352 content.appendChild(fns[i](content));
390 content.appendChild(fns[i](content));
413 content.appendChild(fns[i](content));
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php21 protected $content; variable in Twig\\Markup
24 public function __construct($content, $charset) argument
26 $this->content = (string) $content;
32 return $this->content;
37 … \function_exists('mb_get_info') ? mb_strlen($this->content, $this->charset) : \strlen($this->cont…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseCssFilter.php26 protected function filterReferences($content, $callback, $limit = -1, &$count = 0) argument
28 return CssUtils::filterReferences($content, $callback, $limit, $count);
34 protected function filterUrls($content, $callback, $limit = -1, &$count = 0) argument
36 return CssUtils::filterUrls($content, $callback, $limit, $count);
42 …protected function filterImports($content, $callback, $limit = -1, &$count = 0, $includeUrl = true) argument
44 return CssUtils::filterImports($content, $callback, $limit, $count, $includeUrl);
50 protected function filterIEFilters($content, $callback, $limit = -1, &$count = 0) argument
52 return CssUtils::filterIEFilters($content, $callback, $limit, $count);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DShorthandSizeSniff.php92 $content = $origContent;
93 if (substr($content, -10) === '!important') {
94 $content = substr($content, 0, -10);
95 $content = trim($content);
99 $content = preg_replace('/\s+/', ' ', $content);
103 $content.' ',
119 if ($content !== trim($matched)) {
124 $expected = trim($content.' '.$values[1][1].$values[1][2]);
169 $content,
/plugin/bootswrapper/exe/help/
H A Dpopover.txt3 Add small overlays of content, like those on the iPad, to any element for housing secondary informa…
5 Popovers whose both title and content are zero-length are never displayed.
9 <popover title="Popover title" content="And here's some amazing content. It's very engaging. Right?…
12 <popover title="Popover title" content="And here's some amazing content. It's very engaging. Right?…
19 <popover placement="right" content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
22 <popover placement="top" content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">
54 <popover trigger="focus" title="Dismissible popover" content="And here's some amazing content. It's…
57 <popover trigger="focus" title="Dismissible popover" content="And here's some amazing content. It's…
62 <popover html="true" title="**Dismissible** popover" content="And here's some amazing content. \\ *…
65 <popover html="true" title="**Dismissible** popover" content="And here's some amazing content. \\ *…
[all …]

12345678910>>...66