/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | TextFormat.php | 47 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 D | TextStyle.php | 49 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 D | TextStyle.php | 53 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 D | StrikethroughDelimiterProcessor.php | 52 $strikethrough = new Strikethrough(\str_repeat('~', $delimiterUse)); 57 $strikethrough->appendChild($tmp); 61 $opener->insertAfter($strikethrough);
|
/plugin/codemirror/dist/modes/ |
H A D | markdown.min.js | 1 …strikethrough===undefined)c.strikethrough=false;if(c.emoji===undefined)c.emoji=false;if(c.fencedCo… property in AnonymousFunction75f14acc0200.g
|
H A D | markdown.min.js.map | 1 …strikethrough","emoji","fencedCodeBlockHighlighting","fencedCodeBlockDefaultMode","xml","tokenType…
|
H A D | gfm.min.js | 1 …return"link"}a.next();return null},blankLine:f};var h={taskLists:true,strikethrough:true,emoji:tru… property in AnonymousFunction1eba7ec30200.h
|
H A D | gfm.min.js.map | 1 …strikethrough","emoji","attr","name","overlayMode","getMode","defineMIME"],"mappings":"CAGA,SAAUA,…
|
H A D | tiddlywiki.min.js.map | 1 …strikethrough and mdash handling\n if (ch == \"-\" && stream.eat(\"-\")) {\n // if striket…
|
/plugin/adhoctags/images/ |
H A D | format-strikethrough-variant.svg | 1 <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 D | type-strikethrough.svg | 1 <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 D | script.js | 48 param = $chk.data(), // contains: index, pageid, date, strikethrough 73 if (param.strikethrough && !$spanTodoinnertext.parent().is("del")) {
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | README.md | 304 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 D | dia_i18n.txt | 712 strikethrough=strikethrough
|
H A D | dia_ru.txt | 712 strikethrough=Перечеркивание
|
H A D | dia_bg.txt | 712 strikethrough=Зачертаване
|
H A D | dia_el.txt | 712 strikethrough=Διακριτή διαγραφή
|
H A D | dia_zh.txt | 712 strikethrough=删除线
|
H A D | dia_uk.txt | 712 strikethrough=Strikethrough
|
H A D | dia_fa.txt | 712 strikethrough=Strikethrough
|
H A D | dia_ja.txt | 712 strikethrough=取り消し線
|
H A D | dia_he.txt | 712 strikethrough=Strikethrough
|
H A D | dia_ko.txt | 712 strikethrough=Strikethrough
|
H A D | dia_th.txt | 712 strikethrough=Strikethrough
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | CHANGELOG.md | 307 - 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
|