Home
last modified time | relevance | path

Searched refs:doc (Results 326 – 350 of 1496) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/qna/syntax/
H A Dblock.php87 $renderer->doc .= '<div class="qna-' . $style . '">' . DOKU_LF;
90 $renderer->doc .= '<div class="qna-title">';
91 $renderer->doc .= '<a name="' . $data[2] . '">';
92 $renderer->doc .= $data[1] . '</a></div>' . DOKU_LF;
96 $renderer->doc .= '</div>' . DOKU_LF;
/plugin/odt/ODT/
H A DODTIndex.php107 protected static function buildIndex(ODTDocument $doc, array $toc, array $settings, $indexNo) { argument
175 $title_style = $doc->getStyleName('contents heading');
178 $doc->getCSSStylePropertiesForODT ($properties, $styleH);
184 $doc->addStyle($style_obj);
196 $doc->getCSSStylePropertiesForODT ($properties, $stylesL [$count+1]);
213 $doc->addStyle($style_obj);
227 $doc->addAutomaticStyle($style_obj_auto);
235 $doc->getCSSStylePropertiesForODT ($properties, $stylesL [$count+1]);
240 $doc->addStyle($style_obj);
309 $style_name = $doc->createPagebreakStyle(NULL, false);
/plugin/graphviz/
H A Dsyntax.php103 $R->doc .= '<img src="'.$img.'" class="media'.$data['align'].'" alt=""';
104 if($data['width']) $R->doc .= ' width="'.$data['width'].'"';
105 if($data['height']) $R->doc .= ' height="'.$data['height'].'"';
106 if($data['align'] == 'right') $R->doc .= ' align="right"';
107 if($data['align'] == 'left') $R->doc .= ' align="left"';
108 $R->doc .= '/>';
/plugin/refnotes/syntax/
H A Dnotes.php208 $doc = refnotes_renderer_core::getInstance()->renderNotes($mode, $attribute['ns'], $limit);
210 if ($doc != '') {
220 $renderer->doc .= $open;
221 $renderer->doc .= $doc;
222 $renderer->doc .= $close;
/plugin/osm/
H A Dsyntax.php103 …$renderer->doc .= '<div class="openstreetmap" style="width: '.$options['width'].'px; height: '.$op…
104 …$renderer->doc .= "<a href=\"".$this->getLinkURL($options)."\" title=\"See this map on OpenStreetM…
105 …$renderer->doc .= "<img alt=\"OpenStreetMap\" src=\"".$this->getImageURL($options)."\" />".DOKU_LF;
106 $renderer->doc .= "</a>".DOKU_LF;
107 $renderer->doc .= "<!-- ".$json->encode($markers)." -->";
108 $renderer->doc .= "</div>".DOKU_LF;
/plugin/strata/syntax/
H A Dtable.php63 if($mode == 'xhtml') { $R->doc .= '<thead>'.DOKU_LF; }
69 if($mode == 'xhtml') { $R->doc .= '<span class="strata-caption" data-field="'.hsc($f['variable']).'">'; }
71 if($mode == 'xhtml') { $R->doc .= '</span>'.DOKU_LF; }
75 if($mode == 'xhtml') { $R->doc .= '</thead>'.DOKU_LF; }
81 if($mode == 'xhtml') { $R->doc .= '<tbody class="strata-item" data-strata-order="'.($itemcount++).'">'.DOKU_LF; }
89 if($mode == 'xhtml') { $R->doc .= '</tbody>'.DOKU_LF; }
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1417 protected $doc; variable in imapmarkers\\simple_html_dom
1535 $this->doc = str_replace("\r", ' ', $this->doc);
1536 $this->doc = str_replace("\n", ' ', $this->doc);
1572 $this->load($doc, true);
1626 unset($this->doc);
1640 $this->doc = trim($str);
1656 $this->char = $this->doc[0];
1766 $this->doc,
2031 $this->doc,
2216 $this->doc,
[all …]
/plugin/dtable/
H A Dsyntax.php91 …$renderer->doc .= '<form class="dtable dynamic_form" id="dtable_'.$start_line.'_'.$id.'" action="'…
92 $renderer->doc .= '<input type="hidden" class="dtable_field" value="dtable" name="call">';
95 $renderer->doc .= '<input type="hidden" class="dtable_field" value="'.$id.'" name="id">';
101 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
104 $renderer->doc .= "</form>";
/plugin/lms/syntax/
H A Dlms.php74 $renderer->doc .= '<div class="lms-nav">';
75 $renderer->doc .= $this->prevButton();
76 $renderer->doc .= $this->toggleButton($seen);
77 $renderer->doc .= $this->nextButton();
78 $renderer->doc .= '</div>';
/plugin/tagging/
H A Dsyntax.php84 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true);
92 $renderer->doc .= $hlp->html_page_list($pids);
108 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true, $data['ns']);
113 $renderer->doc .= $hlp->tpl_tags(false);
118 $renderer->doc .= $hlp->manageTags($ns);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php9 $doc = new MockDocument();
10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
16 $doc = new MockDocument('VLIST');
17 $this->assertEquals('VLIST', $doc->name);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php9 $doc = new MockDocument();
10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
16 $doc = new MockDocument('VLIST');
17 $this->assertEquals('VLIST', $doc->name);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php9 $doc = new MockDocument();
10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
16 $doc = new MockDocument('VLIST');
17 $this->assertEquals('VLIST', $doc->name);
/plugin/sqlraw/
H A Dsimple_html_dom.php981 protected $doc; variable in simple_html_dom
1124 unset($this->doc);
1152 $this->doc = $str;
1554 return substr($this->doc, $pos, $len);
1563 return substr($this->doc, $pos, $len);
1579 $this->char = $this->doc[$pos];
1601 if ($this->doc[$pos-1]==='\\') {
1607 $this->char = $this->doc[$pos];
1628 …$this->doc = substr_replace($this->doc, $key, $matches[$i][$idx][1], strlen($matches[$i][$idx][0])…
1632 $this->size = strlen($this->doc);
[all …]
/plugin/bbcode/
H A Dcolor.php199 … $renderer->doc .= '<span style="color:'. $match. '">'; // addition #2: SVG browser colors
201 $renderer->doc .= '<span>';
206 $renderer->doc .= $renderer->_xmlEntities($match);
210 $renderer->doc .= '</span>';
/plugin/bbcodeextensions/syntax/
H A Dclassspan.php41 $renderer->doc .= <<<EOF
48 $renderer->doc .= $match;
52 $renderer->doc .= '</span><!-- bbcodeextensions_span -->';
65 $renderer->doc .= $match;
H A Dclassdiv.php37 $renderer->doc .= <<<EOF
44 $renderer->doc .= $match;
48 $renderer->doc .= '</div><!-- bbcodeextensions_div -->';
60 $renderer->doc .= $match;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D63.63.js5doc"],[/\/\*\*/,"comment.doc","@commentdocbody"],[/\/\/.*$/,"comment"],[/\/\*/,"comment","@comment…
/plugin/imagecarousel/
H A Dsyntax.php111 …$renderer->doc .= '<div class="slick '.$data['flags']['self']['position'].'" data-slick=\''.$data[…
112 $renderer->doc .= '<div>';
114 $renderer->doc .= '</div></div>';
117 $renderer->doc .= '</div>';
118 $renderer->doc .= '<div>';
/plugin/struct/meta/
H A DAggregationList.php131 $this->renderer->doc .= sprintf('<div %s>', buildAttributes($attributes)); // wrapper
133 $this->renderer->doc .= sprintf('<span class="struct_header">%s</span> ', hsc($header));
135 $this->renderer->doc .= '<div class="struct_value">';
137 $this->renderer->doc .= '<span class="struct_na">' . $this->helper->getLang('na') . '</span>';
141 $this->renderer->doc .= '</div>';
142 $this->renderer->doc .= '</div> '; // wrapper
/plugin/tagfilter/_test/
H A Dsyntax.test.php27 $doc = phpQuery::newDocument($xhtml);
29 $form = pq('form[data-plugin=tagfilter]', $doc);
67 $doc = phpQuery::newDocument($xhtml);
69 $form = pq('form[data-plugin=tagfilter]', $doc);
86 $doc = phpQuery::newDocument($xhtml);
88 $form = pq('form[data-plugin=tagfilter]', $doc);
/plugin/struct/types/
H A DMedia.php84 $R->doc .= $html;
131 $R->doc .= "<div style=\"height:{$weight}px; width:{$weight}px\">";
132 $R->doc .= "<a href='$url' class='struct_image' style='background-image:url(\"$image\")'
134 $R->doc .= "<span class='a11y'>$media_escaped</span>";
135 $R->doc .= "</a>";
136 $R->doc .= "</div>";
/plugin/filterrss/
H A Dsyntax.php260 $renderer->doc .= '<div class="filterrss_plugin">';
261 $renderer->doc .= '<a href="'.$entry['link'].'">'.$entry['title'].'</a><br>';
262 $renderer->doc .= '<span>'.date('d.m.Y',$entry['pubDate']).'</span>';
265 $renderer->doc .= '<p>'.$filterrss->bbcode_parse($entry['description']).'</p>';
268 $renderer->doc .= '<p>'.$entry['description'].'</p>';
270 $renderer->doc .= '</div>';
274 $renderer->doc .= 'Cannot load rss feed.';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php41 * @param DOMNode $doc The DOMNode object for the sniff.
47 public function processSniff(DOMNode $doc) argument
49 $this->printTitle($doc);
51 foreach ($doc->childNodes as $node) {
65 * @param DOMNode $doc The DOMNode object for the sniff.
71 protected function printTitle(DOMNode $doc) argument
73 $title = $this->getTitle($doc);
/plugin/box/
H A Dsyntax.php129 … $renderer->doc .= $this->xhtmlBoxOpen($data) . "<p class='box_title' {$this->title_colours}>";
135 … $renderer->doc .= "</p>\n<div class='box_content' {$this->content_colours}>";
137 $renderer->doc .= $this->xhtmlBoxOpen($data) .
143 $renderer->doc .= $renderer->_xmlEntities($data);
147 $renderer->doc .= "</div>\n";
150 $renderer->doc .= "<p class='box_caption' {$this->title_colours}>" .
153 $renderer->doc .= $this->xhtmlBoxClose();

1...<<11121314151617181920>>...60