Home
last modified time | relevance | path

Searched refs:dash (Results 1 – 25 of 212) 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/diagramsnet/lib/js/diagramly/
DInit.js90 var dash = lang.indexOf('-');
92 if (dash >= 0)
94 lang = lang.substring(0, dash);
/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/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/
Dsl.js11 …Lock:"Scroll Lock",semiColon:"Podpičje",equalSign:"Enačaj",comma:"Vejica",dash:"Vezaj",period:"Pik… property
Dpt-br.js12 …croll Lock",semiColon:"Ponto-e-vírgula",equalSign:"Igual",comma:"Vírgula",dash:"Hífen",period:"Pon… property
Dru.js11 scrollLock:"Scroll Lock",semiColon:"Точка с запятой",equalSign:"Равно",comma:"Запятая",dash:"Тире",… property
Dko.js10 …roll Lock 키",semiColon:"세미콜론(;) 키",equalSign:"등호(\x3d) 키",comma:"쉼표(,) 키",dash:"대시(-) 키",period:"온… property

123456789