Home
last modified time | relevance | path

Searched refs:class (Results 1926 – 1950 of 2173) sorted by path

1...<<71727374757677787980>>...87

/plugin/refnotes/
H A Drendering.php11 class refnotes_renderer_mock {
22 abstract class refnotes_renderer_base {
67 class refnotes_renderer extends refnotes_renderer_base {
152 class refnotes_renderer_data {
241 class refnotes_basic_renderer extends refnotes_renderer_base {
315 $html = '<div class="' . $this->renderNoteClass() . '">' . DOKU_LF;
387 $class = $this->renderReferenceClass();
394 $html .= '<a href="#' . $noteName . '" name="' . $referenceName . '" class="' . $class . '">';
417 $xmlOdt .= '<text:note text:id="refnote' . $refId . '" text:note-class
[all...]
/plugin/repo/
H A Dsyntax.php253 $class = 'idx_dir';
256 $class = 'wikilink1';
259 return '<a href="'.wl($ID, 'repo='.$item['path']).'" class="'.$class.'">'.$title.'</a>';
/plugin/revealjs/
H A DREADME.md48 <div class= "plugin_include_content ..." ...> ...</div>
334 - On a slideshow the content is wrapped into `<aside class="notes">` and invisible (only shown on s…
H A Dchangelog.md51 - On a slideshow the content is wrapped into `<aside class="notes">`
H A Drenderer.php298 $class = 'table';
307 $class .= ' '.$this->startSectionEdit($pos, $sectionEditStartData);
358 $class = 'class="col'.$this->_counter['cell_counter']++;
360 $class .= ' '.$align.'align';
362 $class .= '"';
389 $class = 'class="col'.$this->_counter['cell_counter']++;
391 $class .= ' '.$align.'align';
393 $class .= '"';
471 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
472 $class = 'mediafile mf_'.$class;
[all …]
/plugin/revealjs/lib/css/
H A Dmonokai.css26 .hljs-class .hljs-title {
H A Dzenburn.css47 .hljs-selector-class,
/plugin/rplus/
H A Drenderer.php236 $class = 'table';
243 $class .= ' ' . $this->startSectionEdit($pos, $sectionEditStartData);
249 …$this->doc .= '<div class="' . $class . ' ' . $bootResponsiveClass . '"><table class="inline ' . $…
346 $class = $INPUT->str('page');
347 if (!empty($class)) {
351 if (in_array($class, $pluginlist)) {
354 $plugin = plugin_load('admin', $class);
/plugin/rssticker/
H A Dstyle.css25 div.dokuwiki div.rsstitle{ /*shared class for all title elements in an RSS feed*/
29 div.dokuwiki div.rssdate{ /*shared class for all date elements in an RSS feed*/
34 div.dokuwiki div.rssdescription{ /*shared class for all description elements in an RSS feed*/
37 div.dokuwiki div.rsshead{ /*shared class for all title elements in an RSS feed*/
/plugin/s5/ui/default/
H A Dpretty.css85 li:after {content: " [" attr(class) "]"; color: #F88;}
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css517 li:after {content: " [" attr(class) "]"; color: #F88;}
/plugin/schedule/
H A Dschedules.class.php892 $class = 'day showBubbleOnFocus';
909 $class .= ' '.$eventClass;
910 $class .= ' op_'.($nbEvent < 2 ? $nbEvent : 3);
913 $class .= ' empty';
921 $class .= ' weekend';
928 …$line .= '<td class="'.$class.'"'.$js.'>'.$over.$bubble.'<a href="'.$url.'">'.$dayRank.'</a></td>';
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedClasses.txt
H A DAttr.ClassUseCDATA.txt
H A DAttr.ForbiddenClasses.txt
H A DAutoFormat.Custom.txt
H A DFilter.ExtractStyleBlocks.TidyImpl.txt
H A DFilter.ExtractStyleBlocks.txt
H A DHTML.AllowedAttributes.txt
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/searchformgoto/
H A DCOPYING303 typical or common use of that class of product, regardless of the status
/plugin/sectiontoggle/
H A Dstyle.css1 [class*="header__"].st_closed::before {
6 [class*="header__"].st_opened::before {
H A Dtemplates.ini14 type = class
54 type = class
58 type = class
62 type = class
66 type = class
74 type = class

1...<<71727374757677787980>>...87