Home
last modified time | relevance | path

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

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A 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/
H A 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) {
H A 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) == ']') {
135 $data = compact('dash', 'level', 'number', 'title', 'format');
137 if ($dash == 1) {
/plugin/extlist/css/
H A D_bullets.less14 ul.extlist.dash,
84 dl.dash > dd::before,
85 ul.dash > li::before {
87 content: '—'; // U+2014 em dash
/plugin/eventline/timeline_js/
H A Dtimeline-api.js207 var dash = locale.indexOf("-");
208 if (dash > 0 && tryExactLocale(locale.substr(0, dash))) {
209 return locale.substr(0, dash);
/plugin/tline/timeline_js/
H A Dtimeline-api.js207 var dash = locale.indexOf("-");
208 if (dash > 0 && tryExactLocale(locale.substr(0, dash))) {
209 return locale.substr(0, dash);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml6 dash. These lists are called sequences.
18 dash. These lists are called sequences.
30 dash. These lists are called sequences.
42 dash, followed by an indented list.
161 dash as a shortcut.
171 The dash in a sequence counts as indentation, so
/plugin/html2pdf/html2pdf/html2ps/
H A 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/
H A 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="http://www.w3.org/2000/svg">
H A Ddash-circle-fill.svg1 <svg class="bi bi-dash-circle-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Ddash-square-fill.svg1 <svg class="bi bi-dash-square-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-dash-fill.svg1 <svg class="bi bi-person-dash-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dbookmark-dash.svg1 <svg class="bi bi-bookmark-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Ddash-circle.svg1 <svg class="bi bi-dash-circle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Ddash-square.svg1 <svg class="bi bi-dash-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dperson-dash.svg1 <svg class="bi bi-person-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dbag-dash.svg1 <svg class="bi bi-bag-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dcart-dash.svg1 <svg class="bi bi-cart-dash" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/diagramsnet/lib/js/diagramly/
H A DInit.js90 var dash = lang.indexOf('-');
92 if (dash >= 0)
94 lang = lang.substring(0, dash);
/plugin/alphaindex/
H A Dplugin.info.txt3 email takashi [at] natural [dash] design [dot] net
/plugin/upload/
H A 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/
H A Daf.js10 …Rolvergrendel",semiColon:"Kommapunt",equalSign:"Isgelykaan",comma:"Komma",dash:"Koppelteken",perio…
H A Dar.js10 …:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"فاصلة",dash:"Dash",period:"نقطة…
H A Daz.js10 …,semiColon:"Nöqtəli verqül",equalSign:"Barəbərlik işarəsi",comma:"Vergül",dash:"Defis",period:"Nöq…

123456789