Home
last modified time | relevance | path

Searched refs:content (Results 51 – 75 of 1767) sorted by relevance

12345678910>>...71

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DPhpParser.php49 $content = $this->getFileContent($filename, $class->getStartLine());
51 if (null === $content) {
56 … $content = preg_replace('/^.*?(\bnamespace\s+' . $namespace . '\s*[;{].*)$/s', '\\1', $content);
57 $tokenizer = new TokenParser('<?php ' . $content);
78 $content = '';
86 $content .= $file->fgets();
89 return $content;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data.file.class.php3 var $content; variable in FetchedDataFile
6 function FetchedDataFile($content, $path) { argument
7 $this->content = $content;
14 $encoding = $this->_detect_encoding_using_meta($this->content);
28 return $this->content;
32 $this->content = $data;
H A Dbox.table.section.php35 $last_row =& $this->content[count($this->content)-1];
40 if (count($this->content) > 0) {
41 if (count($this->content[count($this->content)-1]->content) == 0) {
42 array_pop($this->content);
47 $this->content[] =& $item;
H A Dfilter.pre.footnotes.class.php15 for ($i=0; $i<count($tree->content); $i++) {
20 if (!is_a($tree->content[$i], 'TextBox')) {
21 if ($tree->content[$i]->get_css_property(CSS_POSITION) == POSITION_FOOTNOTE) {
22 $tree->content[$i]->setCSSProperty(CSS_POSITION, POSITION_STATIC);
24 $note_call =& BoxNoteCall::create($tree->content[$i], $pipeline);
25 $tree->content[$i] =& $note_call;
29 $this->process($tree->content[$i], $data, $pipeline);
H A Dot.class.php259 $content = fread($filehandle, 4*4);
440 $content = fread($filehandle, 6*2);
623 $content = fread($filehandle, 2);
724 $content = fread($filehandle, 6*2);
734 $content = fread($filehandle, 2);
740 $content = fread($filehandle, 2);
743 $content = fread($filehandle, 2);
749 $content = fread($filehandle, 2);
755 $content = fread($filehandle, 2);
761 $content = fread($filehandle, 2);
[all …]
H A Dfetched_data.url.class.php3 var $content; variable in FetchedDataURL
10 $encoding = $this->_detect_encoding_using_meta($this->content);
29 function FetchedDataURL($content, $headers, $url) { argument
30 $this->content = $content;
52 return $this->content;
56 $this->content = $data;
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css59 .dmn-icon-up:before { content: '\e800'; } /* '' */
60 .dmn-icon-down:before { content: '\e801'; } /* '' */
62 .dmn-icon-plus:before { content: '\e803'; } /* '' */
64 .dmn-icon-info:before { content: '\e805'; } /* '' */
65 .dmn-icon-left:before { content: '\e806'; } /* '' */
70 .dmn-icon-copy:before { content: '\e80b'; } /* '' */
72 .dmn-icon-undo:before { content: '\e80d'; } /* '' */
73 .dmn-icon-redo:before { content: '\e80e'; } /* '' */
74 .dmn-icon-menu:before { content: '\e80f'; } /* '' */
88 .dmn-icon-drag:before { content: '\e81d'; } /* '' */
[all …]
/plugin/pirate/
H A Drenderer.php33 function _array_apply_regexp($patterns,$content) { argument
39 $content = preg_replace($keys,$values,$content);
41 return $content;
44 function pirate_filter($content) { argument
139 $content = $this->_array_apply_regexp($patterns,$content);
141 return $content;
/plugin/combo/ComboStrap/
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...]
/plugin/mundart/
H A Dindex.php3 $content = "DokuWiki ist eine freie Wiki-Software, die anfangs zur einfachen Dokumentation von Proj… variable
9 echo $content;
14 echo $test->sachse_filter($content);
17 echo $test->schwabe_filter($content);
20 echo $test->ghetto_filter($content);
23 echo $test->leet_filter($content);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DLowercaseClassKeywordsSniff.php69 $content = $tokens[$stackPtr]['content'];
70 if ($content !== strtolower($content)) {
73 strtoupper($content),
74 strtolower($content),
75 $content,
80 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DLowercaseDeclarationSniff.php70 $content = $tokens[$stackPtr]['content'];
71 if ($content !== strtolower($content)) {
74 strtoupper($content),
75 strtolower($content),
76 $content,
81 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php328 $content = $tokens[($tag + 2)]['content'];
343 $content,
370 $content = $tokens[($tag + 2)]['content'];
381 $data = array($content);
396 $content,
441 $content,
568 if (strstr($content, 'CVS:') === false
569 && strstr($content, 'SVN:') === false
570 && strstr($content, 'GIT:') === false
571 && strstr($content, 'HG:') === false
[all …]
/plugin/bibtex4dw/
H A Dscript.js52 var content = jQuery(jQuery(this)).html();
54 if (content === null){
58 // strip the leading content anchors and their comma separators
59 content = content.replace(/(^.*<span>)+\s*/gi, '');
62 content = content.replace(/\bid=(['"])([^"']+)\1/gi,'id="insitu__$2');
64 // now put the content into the wrapper
65 dw_bibtex.insituPopup(this, 'insitu__bibtex').html(content).show();
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.note-call.width.php37 $content = $p->content[0];
40 foreach ($content->content as $text) {
70 $content = $p->content[2];
73 foreach ($content->content as $text) {
H A Dtest.css.parse.php23 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
25 $this->assertEqual($content->render($counters), "Sample;Text");
33 $content =& $collection->getPropertyValue(CSS_CONTENT);
35 $this->assertEqual($content->render($counters), "TEXT");
44 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
60 $content =& $collection->getPropertyValue(CSS_HTML2PS_HTML_CONTENT);
62 $this->assertEqual($content->render($counters), "Sample;Text");
85 $this->assertEqual($content->render($counters), "Sample;Text");
108 $this->assertEqual($content->render($counters), "Sample;Text");
133 $this->assertEqual($content->render($counters), "Sample;Text");
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php100 $content = $tokens[$i]['orig_content'];
102 $content = $tokens[$i]['content'];
108 …if ($tokens[$i]['code'] === T_INLINE_HTML && preg_match('`^(\s*)(\S.*)`s', $content, $matches) > 0…
110 $content = $matches[1];
118 $hasSpaces = strpos($content, ' ');
119 $hasTabs = strpos($content, "\t");
132 if ($tokens[$i]['code'] === T_DOC_COMMENT_WHITESPACE && $content === ' ') {
141 $trimmed = str_replace(' ', '', $content);
142 $numSpaces = (strlen($content) - strlen($trimmed));
144 $tabAfterSpaces = strpos($content, "\t", $hasSpaces);
H A DDisallowTabIndentSniff.php87 $content = $tokens[$i]['orig_content'];
89 $content = $tokens[$i]['content'];
92 if ($content === '') {
96 if ($tokens[$i]['code'] === T_DOC_COMMENT_WHITESPACE && $content === ' ') {
103 if ($content[0] === "\t") {
106 } else if ($content[0] === ' ') {
107 if (strpos($content, "\t") !== false) {
118 if (strpos($content, "\t") !== false) {
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DLine.php27 private $content; variable in SebastianBergmann\\Diff\\Line
31 * @param string $content
33 public function __construct($type = self::UNCHANGED, $content = '') argument
36 $this->content = $content;
44 return $this->content;
/plugin/pagelist/
H A Dhelper.php533 $content = '<a href="' . wl($id) . '" class="' . $class . '" title="' . $id . '">' . $title . '</a>';
534 $this->doc .= $content;
658 $content = '<a href="' . wl($id) . $section . '" class="' . $class . '" title="' . $id . '" data-wiki-id="' . $id . '">' . $title . '</a>';
660 $content = '<ul><li>' . $content . '</li></ul>';
662 return $this->printCell('page', $content);
700 $content = userlink($login_name);
702 $content = editorinfo($login_name);
704 return $content;
743 $content
712 printCell($class, $content) global() argument
[all...]
/plugin/popupviewer/
H A Dscript.js16 var content = null; variable
36 content.current = $();
42 append(content).
53 content.empty();
69 content.animate({
81 content.empty();
90 content.css({
148 if ( content && !content.is(':empty') ) {
350 …return content.current.attr('href') || content.current.attr('src') || content.current.attr('action…
429 content.css({
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php28 private string $content;
36 public function __construct(string $content, int $lineOffset = 0)
38 if (! \mb_check_encoding($content, 'UTF-8')) {
43 if (\substr($content, 0, 3) === "\xEF\xBB\xBF") {
44 $content = \substr($content, 3);
47 $this->content = $content;
53 return $this->content;
86 $lines = \preg_split('/\r\n|\n|\r/', $this->content);
22 private $content; global() variable in League\\CommonMark\\Input\\MarkdownInput
27 __construct(string $content) global() argument
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DLowercaseFunctionKeywordsSniff.php65 $content = $tokens[$stackPtr]['content'];
66 if ($content !== strtolower($content)) {
69 strtoupper($content),
70 strtolower($content),
71 $content,
/plugin/htmlmetatags/syntax/
H A Dsyntax.php109 $content = trim ( preg_replace ( "/\((.*?)\)\s*$/", "\\1", $mt [1] ) );
113 $content = ml ( $content, '', true, '&amp;', true );
116 if (! empty ( $content )) {
119 $renderer->meta ["htmlmetatags"] [$name] .= ', ' . $content;
121 $renderer->meta ["htmlmetatags"] [$name] .= $content;
124 $renderer->meta ["htmlmetatags"] [$name] .= $content;
126 $renderer->meta ["htmlmetatags"] [$name] = $content;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php69 $content = 'thisisthebody';
78 $this->request->setBody($content);
92 $content = 'thisisthebody';
106 $this->request->setBody($content);
120 $content = 'thisisthebody';
134 $this->request->setBody($content);
148 $content = 'thisisthebody';
163 $this->request->setBody($content);
165 $this->request->setBody($content);
179 $content = 'thisisthebody';
[all …]

12345678910>>...71