Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 25 of 213) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
DOriginUri.php25 public $dash; variable in Google\\Service\\Transcoder\\OriginUri
34 public function setDash($dash) argument
36 $this->dash = $dash;
43 return $this->dash;
/plugin/numberedheadings/
Daction.php43 unset($dash, $level, $number, $title, $format);
46 if (!isset($dash)) { // not numbered headings
62 if ($dash > 1) {
72 } elseif ($dash > 2 || $number === '' && $title === '' && $tier == 1) {
Dsyntax.php92 $dash = strspn($text, '-'); // count dash marker to check '-' or '--'
93 $text = substr($text, $dash);
128 if ($dash > 1 && substr($title, 0, 1) == '[' && substr($title, -1) == ']') {
137 if ($dash == 1) {
/plugin/extlist/css/
D_bullets.less14 ul.extlist.dash,
84 dl.dash > dd::before,
85 ul.dash > li::before {
87 content: '—'; // U+2014 em dash
/plugin/tline/timeline_js/
Dtimeline-api.js207 var dash = locale.indexOf("-");
208 if (dash > 0 && tryExactLocale(locale.substr(0, dash))) {
209 return locale.substr(0, dash);
/plugin/eventline/timeline_js/
Dtimeline-api.js207 var dash = locale.indexOf("-");
208 if (dash > 0 && tryExactLocale(locale.substr(0, dash))) {
209 return locale.substr(0, dash);
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.border.edge.class.php272 $viewport->dash($this->width->getPoints()*4, $this->width->getPoints()*5);
279 $viewport->dash(1,0);
285 $viewport->dash($this->width->getPoints(), $this->width->getPoints()*2);
292 $viewport->dash(1,0);
/plugin/indexmenu/images/shiki_brave.png/
Dinfo.txt1 author=Andreas Neuhold <office [at] hd [dash] recording [dot] at>
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Ddash.svg1 <svg class="bi bi-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="htt…
H A Ddash-circle-fill.svg1 <svg class="bi bi-dash-circle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
H A Ddash-square-fill.svg1 <svg class="bi bi-dash-square-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
H A Dperson-dash-fill.svg1 <svg class="bi bi-person-dash-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
H A Ddash-circle.svg1 <svg class="bi bi-dash-circle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
H A Dbookmark-dash.svg1 <svg class="bi bi-bookmark-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" x…
H A Ddash-square.svg1 <svg class="bi bi-dash-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
H A Dperson-dash.svg1 <svg class="bi bi-person-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xml…
H A Dbag-dash.svg1 <svg class="bi bi-bag-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns=…
H A Dcart-dash.svg1 <svg class="bi bi-cart-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
/plugin/diagramsnet/lib/js/diagramly/
DInit.js90 var dash = lang.indexOf('-');
92 if (dash >= 0)
94 lang = lang.substring(0, dash);
/plugin/alphaindex/
Dplugin.info.txt3 email takashi [at] natural [dash] design [dot] net
/plugin/upload/
Dplugin.info.txt3 email christian [at] chrmoll [dot] de, fhaefner [at] informatik [dot] tu [dash] cottbus [dot] de
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/
Dde.js11 …ollen",semiColon:"Semikolon",equalSign:"Gleichheitszeichen",comma:"Komma",dash:"Bindestrich",perio… property
Dfa.js11 …:"Scroll Lock",semiColon:"Semicolon",equalSign:"علامت تساوی",comma:"کاما",dash:"خط تیره",period:"د… property
Dzh.js8 …12",numLock:"Num Lock",scrollLock:"Scroll Lock",semiColon:"分號",equalSign:"等號",comma:"逗號",dash:"虛線", property
Dpt.js11 …k",semiColon:"Ponto e vírgula",equalSign:"Sinald e igual",comma:"Vírgula",dash:"Cardinal",period:"… property

123456789