| /plugin/latexcaption/ |
| D | README.md | 10 https://github.com/tillbiskup/dokuwiki-caption 17 - Add option to change caption tag syntax. 18 - Code easy to expand to caption label more tags if needed. 21 …e bootstrap3 template. Please note that the `<caption></caption>` syntax conflicts with bootstraps… 32 …- Currently supported blocks to caption are: `figure`, `subfigure`, `table`, `subtable`, `codebloc… 38 <caption>Subfig caption1</caption> 42 <caption>Subfig caption2</caption> 44 <caption>Main caption</caption> 57 Example with centering and caption number only: 62 <caption></caption> [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
| D | VideoItem.php | 25 public $caption; variable in Google\\Service\\Forms\\VideoItem 32 public function setCaption($caption) argument 34 $this->caption = $caption; 41 return $this->caption;
|
| /plugin/mediatooltip/ |
| D | script.js | 10 var caption = jQuery( this ).parent().attr('data-caption'); 15 if(caption) { 16 var ar = place_caption(caption.split('::'), this); 17 caption = ""; ; 69 if(caption && !captionpos.match(/tooltip/)) { 70 caption = ""; 72 output = caption ? (title + '<br />' + caption): title;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
| D | WindowsQuickFixEngineeringPackage.php | 25 public $caption; variable in Google\\Service\\CloudAsset\\WindowsQuickFixEngineeringPackage 42 public function setCaption($caption) argument 44 $this->caption = $caption; 51 return $this->caption;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | InventoryWindowsQuickFixEngineeringPackage.php | 25 public $caption; variable in Google\\Service\\OSConfig\\InventoryWindowsQuickFixEngineeringPackage 42 public function setCaption($caption) argument 44 $this->caption = $caption; 51 return $this->caption;
|
| /plugin/bootswrapper/exe/help/ |
| D | carousel.txt | 32 <caption> 35 </caption> 45 <caption> 48 </caption> 52 <caption> 55 </caption> 59 <caption> 62 </caption>
|
| D | thumbnail.txt | 47 <caption> 51 </caption> 63 <caption> 67 </caption> 73 <caption> 77 </caption> 83 <caption> 87 </caption> 93 <caption> 97 </caption>
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| D | VideoContentDetails.php | 25 public $caption; variable in Google\\Service\\YouTube\\VideoContentDetails 60 public function setCaption($caption) argument 62 $this->caption = $caption; 69 return $this->caption;
|
| /plugin/progrecss/ |
| D | syntax.php | 152 $caption= $data['caption']; 171 if (!empty($caption)) $renderer->doc .= $this->_render_caption($caption); 178 if (!empty ($caption) ) { 179 $renderer->doc .= ' | '. $caption; 203 function _render_caption($caption) { argument 205 $wt .= p_render('xhtml', p_get_instructions($caption), $info);
|
| D | style.css | 18 * existing links, and the caption is shown in small size font. 67 .progrecss_default .caption { 83 * The caption is shown as a popup under the gauge when it is focused. 88 * "rounded" or IE displaying the caption below the gauge 122 .progrecss_gauge .caption { 126 .progrecss_gauge:hover .caption { 187 .progrecss_inline .caption { 193 .progrecss_inline:hover .caption {
|
| /plugin/popupviewer/ |
| D | action.php | 99 $caption = hsc(tpl_img_getTag('IPTC.Caption')); 102 if ( !empty($caption) ) { $caption = "<div class=\"text\"><p>$caption</p></div>"; } 103 $data = preg_replace("%(\n|\r)%", '', nl2br($title.$caption));
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/ |
| D | Table.php | 74 $caption = false; 108 if ($caption !== false) break; 109 $caption = $node; 172 if ($caption !== false) { 173 $ret[] = $caption;
|
| /plugin/caption/ |
| D | plugin.info.txt | 1 base caption 5 name caption plugin 7 url https://www.dokuwiki.org/plugin:caption
|
| D | README.md | 1 # caption Plugin for DokuWiki 6 http://till-biskup.de/de/software/dokuwiki/caption 9 lib/plugins/caption/ - if the folder is called different it
|
| /plugin/barcode/api/inigma/ |
| D | barcode.inc | 25 $caption = $p['caption']; 27 if ($caption) { 28 $resultStr .= $this->addParam($first, 'c=' . $caption);
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbarfontsizecombo.js | 62 var caption = fontParts[1] || font ; 66 style.Label = caption ; 68 styles[ caption ] = style ;
|
| D | fcktoolbarfontscombo.js | 60 var caption = fontParts[1] || font ; 65 style.Label = caption ; 67 styles[ caption ] = style ;
|
| D | fcktoolbarstylecombo.js | 79 var caption = style.GetType() == FCK_STYLE_OBJECT ? 83 var item = targetSpecialCombo.AddItem( styleName, caption ) ; 164 function FCKToolbarStyleCombo_BuildPreview( style, caption ) argument 194 html.push( '>', caption, '</', elementName, '>' ) ;
|
| /plugin/latexcaption/syntax/ |
| D | reference.php | 74 …$caption = $caption_count[$label] ? $caption_count[$label] : $INFO['meta']['plugin']['latexcaption… 78 if (!$caption && $this->getConf('mathjaxref')) { 99 if ($caption) { 100 list($type, $num, $parnum) = $caption;
|
| /plugin/sqlraw/ |
| D | test2.php | 10 function table2csv($rawHTML,$filename,$repeatContent, $caption) { argument 31 if ($rowPos!=0 || $caption==0) { 53 if ($i!=0 || $caption==0) 63 if ($rowPos!=0 || $caption==0) {
|
| D | syntax.php | 71 $caption = $this->_propertyRaw('caption', $match); 73 …artMarker' => $startMarker, 'tableNumber' => $tableNumber, 'caption' => $caption, 'fixTable' => $f… 122 $this->caption = $data['caption']; 124 $this->caption = 0; 163 … $this->tableNumber, $debugfile, $disallow, $use, $restrictNames, $this->caption, $this->fixTable); 284 …source, $startMarker, $tableNumber, $dbfile, $disallow, $use, $restrictNames, $caption, $fixTable){ argument 326 …$url), $startMarker, $tableNumber, $dbfile, $disallow, $use, $restrictNames, $caption, $fixTable); 415 …rker, $tableNumber, $dbfile, $specialChars, $specialReplace, $restrictNames, $caption, $fixTable) { argument 462 $mdTable = table2csv($table,'tom.csv',false, $caption); 479 if ($row_index!=0 || $caption==0) { [all …]
|
| /plugin/nsexport/action/ |
| D | export.php | 85 $caption = hsc($this->getLang('link')); 86 return tpl_link(wl($ID, array('do' => 'nsexport')), $caption, 88 'title="' . $caption . '"', $return);
|
| /plugin/galleryv1.5/ |
| D | script.js | 290 var caption = document.createElement('span'); 291 caption.id = 'gallery__lightboxCaption'; 292 with (caption.style) { 297 box.appendChild(caption); 373 var caption = document.getElementById('gallery__lightboxCaption'); 374 if (!caption) return; 375 if (caption.innerHTML.length == 0 || !enable) { 376 caption.style.display = 'none'; 379 with (caption.style) { 407 var caption = document.getElementById('gallery__lightboxCaption'); [all …]
|
| /plugin/imagereference/ |
| D | style.css | 8 /* table caption */ 32 /* ggb caption */ 46 /* ggb caption */ 51 /* image caption */
|
| /plugin/docimporter/ |
| D | SyntaxConverter.php | 231 $caption = ''; 262 $caption = $part; 271 if ($caption != '') { 272 $converted .= '|' . $caption;
|