Home
last modified time | relevance | path

Searched refs:heading (Results 51 – 75 of 210) sorted by relevance

123456789

/plugin/condition/
H A DREADME.md9 …r for now), use of parenthesis is allowed, negation is achieved by using heading ! (ex !foo=bar or…
/plugin/godiag/
H A Dsyntax.php215 $heading=$matches[2];
237 $this->dgm['title'] = $heading;
238 $heading = htmlspecialchars($heading);
341 'heading' => $heading,
/plugin/xml/
H A Drenderer.php591 $heading = p_get_first_heading($id);
592 if ($heading) {
593 return $this->_xmlEntities($heading);
/plugin/table2csv/
H A DREADME.md16 …rt marker. The startmarker cannot be part of the table such as a column heading or caption. Repla…
/plugin/bootswrapper/
H A Dall.css17 .bs-wrap-accordion .panel-heading a {
/plugin/nroff/
H A Drenderer.php1068 $heading = p_get_first_heading($id,true);
1069 if ($heading) {
1070 return $this->_xmlEntities($heading);
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6heading:/^ *(#{1,6}) *([^\n]+?) *(?:#+ *)?(?:\n+|$)/,nptable:f,blockquote:/^( {0,3}> ?(paragraph|[… method in r
/plugin/dokucrypt2/
H A DREADME.md46 * 2017-11-08: Fixed an issue with the heading buttons 'PATCH 1' required (above). Added plugin info text file.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md29 - `heading_permalink/apply_id_to_heading` - When `true`, the `id` attribute will be applied to the heading element itself instead of the `<a>` tag
30 - `heading_permalink/heading_class` - class to apply to the heading element
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less601 .fc-unthemed .fc-list-heading td {
609 .fc-unthemed .fc-list-heading td {
1229 .fc-list-heading {
1232 .fc-list-heading td {
1235 .fc-ltr .fc-list-heading-main {
1238 .fc-ltr .fc-list-heading-alt {
1241 .fc-rtl .fc-list-heading-main {
1244 .fc-rtl .fc-list-heading-alt {
/plugin/odp/
H A Drenderer.php1210 $heading = p_get_first_heading($id);
1211 if ($heading) {
1212 return $this->_xmlEntities($heading);
/plugin/showif/
H A Dsyntax.php.alternative.version37 'Shows text only if all of some conditions are true. Basic markup will be shown, but heading-markup…
/plugin/odt/renderer/
H A Dpage.php670 $this->document->heading($text, $level);
1515 $heading = p_get_first_heading($id);
1516 if ($heading) {
1517 return $this->_xmlEntities($heading);
/plugin/revealjs/css/print/
H A Dpaper.css54 /* SECTION 4: Set heading font face, sizes, and color.
/plugin/pageredirect/
H A DChangeLog.md51 - display pagename if heading is undefined. [#15], [#9], [#13]
/plugin/bootswrapper/exe/help/
H A Dpanel.txt9 ===== Panel with heading =====
/plugin/odt/
H A Dexample.css156 /* Table heading
H A DChangeLog.txt10 to the corresponding heading.
/plugin/dokutexit/
H A Dlatex.php1431 $heading = p_get_first_heading($id);
1432 if ($heading) {
1433 return $this->_latexEntities($heading);
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1113 var ok_callback = jQuery.proxy(function (data, heading) {
1174 if(heading && oDokuWiki_FCKEditorInstance.useheading == 'y') {
1175 var tmp = heading;
1414 jQuery.when(useHeading(wikiIdFromUrl(data.url.url)).then(function (heading) {
1415 ok_callback(data, heading);
/plugin/combo/
H A Ddeleted.files172 syntax/heading.php
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1593 dbg: function(text, heading) {
1600 if(heading) {
1601 heading = '<b>'+heading+"</b>\n";
1603 HTMLParser_DEBUG += heading + text + "\n__________\n";
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1595 dbg: function(text, heading) {
1602 if (heading) {
1603 heading = '<b>' + heading + "</b>\n";
1605 HTMLParser_DEBUG += heading + text + "\n__________\n";
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1heading',\n 'head-lines',\n 'help-id',\n 'help-request',\n 'hextobin',\n 'hide',\n …
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt375 heading=heading

123456789