Home
last modified time | relevance | path

Searched refs:strikethrough (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTextFormat.php47 public $strikethrough; variable in Google\\Service\\Sheets\\TextFormat
154 public function setStrikethrough($strikethrough) argument
156 $this->strikethrough = $strikethrough;
163 return $this->strikethrough;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTextStyle.php49 public $strikethrough; variable in Google\\Service\\Docs\\TextStyle
172 public function setStrikethrough($strikethrough) argument
174 $this->strikethrough = $strikethrough;
181 return $this->strikethrough;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTextStyle.php53 public $strikethrough; variable in Google\\Service\\Slides\\TextStyle
190 public function setStrikethrough($strikethrough) argument
192 $this->strikethrough = $strikethrough;
199 return $this->strikethrough;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughDelimiterProcessor.php52 $strikethrough = new Strikethrough(\str_repeat('~', $delimiterUse));
57 $strikethrough->appendChild($tmp);
61 $opener->insertAfter($strikethrough);
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js1strikethrough===undefined)c.strikethrough=false;if(c.emoji===undefined)c.emoji=false;if(c.fencedCo… property in AnonymousFunction75f14acc0200.g
H A Dmarkdown.min.js.map1strikethrough","emoji","fencedCodeBlockHighlighting","fencedCodeBlockDefaultMode","xml","tokenType…
H A Dgfm.min.js1 …return"link"}a.next();return null},blankLine:f};var h={taskLists:true,strikethrough:true,emoji:tru… property in AnonymousFunction1eba7ec30200.h
H A Dgfm.min.js.map1strikethrough","emoji","attr","name","overlayMode","getMode","defineMIME"],"mappings":"CAGA,SAAUA,…
H A Dtiddlywiki.min.js.map1strikethrough and mdash handling\n if (ch == \"-\" && stream.eat(\"-\")) {\n // if striket…
/plugin/adhoctags/images/
H A Dformat-strikethrough-variant.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="80%" height="80%" viewBox="0 0 24 24"><title>format-strikethrough-variant</title><path d="M23,12V14H18.61C19.61,16.14 19.56,22 12.38,22C4.05,22.05 4.37,15.5 4.37,15 (…)
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dtype-strikethrough.svg1 <svg class="bi bi-type-strikethrough" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/todo/
H A Dscript.js48 param = $chk.data(), // contains: index, pageid, date, strikethrough
73 if (param.strikethrough && !$spanTodoinnertext.parent().is("del")) {
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md304 As an example, we will add support for the [strikethrough][] feature of github flavored markdown:
306 [strikethrough]: https://help.github.com/articles/github-flavored-markdown#strikethrough "Strikethr…
318 // check whether the marker really represents a strikethrough (i.e. there is a closing ~~)
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt712 strikethrough=strikethrough
H A Ddia_ru.txt712 strikethrough=Перечеркивание
H A Ddia_bg.txt712 strikethrough=Зачертаване
H A Ddia_el.txt712 strikethrough=Διακριτή διαγραφή
H A Ddia_zh.txt712 strikethrough=删除线
H A Ddia_uk.txt712 strikethrough=Strikethrough
H A Ddia_fa.txt712 strikethrough=Strikethrough
H A Ddia_ja.txt712 strikethrough=取り消し線
H A Ddia_he.txt712 strikethrough=Strikethrough
H A Ddia_ko.txt712 strikethrough=Strikethrough
H A Ddia_th.txt712 strikethrough=Strikethrough
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md307 - fix for underline/strikethrough/overline so that line position(s) are based correctly on font-size/font in nested situations
374 - underline and strikethrough now use the parent inline block baseline/fontsize/color for child inline elements *** change in behaviour

1234