Home
last modified time | relevance | path

Searched refs:first (Results 176 – 200 of 1078) sorted by last modified time

12345678910>>...44

/plugin/deeplautotranslate/
H A DLICENSE
/plugin/blogtng/
H A Dstyle.css99 div.dokuwiki div#blogtng__admin table td span:first-child {
/plugin/orphanmedia2/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
/plugin/do/scripts/
H A DPluginDo.js134 var $assigneeobjs = $applyto.first().find('span.plugin_do_meta_user');
136 … $assigneeobjs = $applyto.parent('td').parent().first().find('td.plugin_do_assignee');
149 var $due = $applyto.first().find('span.plugin_do_meta_date');
151 $due = $applyto.parent('td').parent().first().find('td.plugin_do_date');
266 var count = parseInt($pagestat.children().first().html(), 10),
269 oldClass = $pagestat.children().first().attr('class'),
315 .children().first()
/plugin/autoindex/
H A Dsyntax.php75 $first = PhpString::strtoupper(PhpString::substr($page['title'], 0, 1));
76 if ($first !== $last) {
82 $last = $first;
84 $renderer->header($first, 2, 0);
/plugin/odtsupport/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
H A Ddokuwiki_plugin_page.wiki71 Take the page's namespace(s) and pagename to create an MD2 hash value and output it's first 4 chara…
104 Same as //pagehashtofield//, but will only output the first 4 characters.
122 …gehashtofield', this configuration option allows to specify that only the first occurence of them …
/plugin/usecounter/
H A DLICENSE424 violation by some reasonable means, this is the first time you have
673 Public License instead of this License. But first, please read
/plugin/barcodes/vendor/composer/
H A DClassLoader.php206 $first = $prefix[0];
207 if (!isset($this->prefixesPsr0[$first][$prefix])) {
208 $this->prefixesPsr0[$first][$prefix] = (array) $paths;
213 $this->prefixesPsr0[$first][$prefix] = array_merge(
215 $this->prefixesPsr0[$first][$prefix]
218 $this->prefixesPsr0[$first][$prefix] = array_merge(
219 $this->prefixesPsr0[$first][$prefix],
502 $first = $class[0];
503 if (isset($this->prefixLengthsPsr4[$first])) {
536 if (isset($this->prefixesPsr0[$first])) {
[all …]
/plugin/authdrupal8/
H A Dpassword.inc155 // The first 12 characters of an existing hash are its setting string.
229 // have 'U' added as the first character and need an extra md5().
/plugin/docnavigation/syntax/
H A Dtoc.php186 $first = true;
194 if ($options['hidepagelink'] && $first) {
195 //mark only first heading(=title), if no pages are shown
197 $first = false;
226 // is not first page or non-existing page (so without syntax)?
/plugin/edittable/lib/
H A Dhandsontable.full.js31430 var $this = this.first(); // Use only first element from list
H A Dhandsontable.less44 .table caption + thead tr:first-child th,
45 .table caption + thead tr:first-child td,
46 .table colgroup + thead tr:first-child th,
47 .table colgroup + thead tr:first-child td,
48 .table thead:first-child tr:first-child th,
49 .table thead:first-child tr:first-child td {
199 .handsontable th:first-child.htNoFrame,
206 .handsontable th:first-child,
208 .handsontable td:first-of-type,
218 .handsontable tr:first-child th,
[all …]
/plugin/edittable/script/
H A Deditor.js23 var first = dmarray.slice(0, Math.min(startIndex, target));
33 return [].concat(first, moving, between, last);
35 return [].concat(first, between, moving, last);
/plugin/blog/syntax/
H A Dblog.php27 array_unshift($flags, 'link'); // always make the first header of a blog entry a permalink (unless nolink is set)
53 $first = $INPUT->int('first');
54 if (!is_numeric($first)) $first = 0;
90 $isMore = count($entries) > ($first + $num);
91 $entries = array_slice($entries, $first, $num);
146 if ($pagingcontrols) $renderer->doc .= $this->_browseEntriesLinks($isMore, $first, $num);
163 * @param $first
167 function _browseEntriesLinks($more, $first, argument
[all...]
/plugin/pubmed2020/
H A DREADME.md10 - Eric Maeker improved this first plugins (without integrating new Ikuo code) from 2016 to 2019
/plugin/pubmed2020/tests/
H A DPM15924077.nbib17 experience of the Multidisciplinary Falls Consultation, our aims were first, to
20 diagnosed before the consultation or not. METHODS: Data concerning the first 300
H A DPM15924077.ris16first, to evaluate the prevalence of a cognitive decline among outpatients who consult for falls, …
H A Dtest.txt60 * <nowiki>{{pmid>long:25617070}}</nowiki> (first name "de la Cruz M")
63 * <nowiki>{{pmid>long:32444080}}</nowiki> (first, check É ; second name "Maeker-Poquet B")
/plugin/captcha/
H A Dscript.js11 $box.first().val($code.text().replace(/([^A-Z])+/g, ''));
/plugin/advanced/lang/en/config/
H A Dmanifest.txt10 …efined in a manifest.local.json, it looks for some svg logos and uses the first it finds: '':wiki:…
/plugin/linksuggest/
H A Dstyle.css37 .textcomplete-dropdown.dropdown-menu li:first-child {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D179f0a3e84ff4bbac18787a018eabf89.asciidoc13 'first',
H A D3cd50a789b8e1f0ebbbc53a8d7ecf656.asciidoc15 'first',
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php79 $dsn = $func->first();

12345678910>>...44