Home
last modified time | relevance | path

Searched refs:first (Results 351 – 375 of 1078) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst65 ``loop.first`` True if first iteration
H A Dextends.rst66 template, first it locates the parent. The extends tag should be the first tag
173 first template that exists will be used as a parent:
/plugin/authsplit/
H A DREADME39 being unknown. Since these effects may not be particularly intuitive at first
54 passwords. authsplit will first make sure that the PRIMARY auth plugin
105 authsplit will first check if the user is not known to the PRIMARY auth plugin
107 the user there, first. This is so that you can use DokuWiki to quickly create
128 modify in the PRIMARY auth plugin first (if that plugin reports being
142 user manager is supposed to manage DokuWiki users in the first place. Thus,
/plugin/mikioplugin/assets/
H A Dstyles.less737 .mikiop-button:not(:first-child) {
748 &:not(.mikiop-vertical) .mikiop-button:not(:first-child) {
914 &:first-child {
1137 &:first-child {
1206 &:first-child {
1263 &:first-child {
1282 &:first-child {
1401 &:not(:first-child) {
1406 &:first-child a {
1488 &:first
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js121 if(page.first)
122 page.first=false
195 if(!page&&user.img_out&&abc2svg.abc_end){this.page=page={abc:this,topmargin:38,botmargin:38,h:0,pn:0,pna:0,first:true,user_out:user.img_out}
/plugin/404manager/
H A DREADME.md54 …* choose which action you want to perform for a reader (if the first action don't find any target …
111 …* first start page : namespace1:namespace2:start (Score 5 = 2 for namespace1 + 3 for the startpage)
113 We have the same score and the redirection occur on the smallest start page : first start page.
/plugin/googleanalytics/
H A DCHANGELOG.md30 - [DPG-19] - Added this CHANGELOG.md, rewrote README.md and first official version number 1.0.0 and…
/plugin/sphinxsearch/
H A Dchangelog3 * Fixed bug when text before first section don't indexed
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php52 public function first()
55 public function first() global() function in League\\CommonMark\\Util\\ArrayCollection
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php668 $first = TRUE;
692 if($first)
713 if($first)
731 if($first)
772 $first = FALSE;
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt121 They are terminated by the first space character encountered.
176 This command has four operands, the first is a double quote delimitted string,
189 We propose the following commands for time handling The first is the command
255 The first character is either "W" (whites clock is running), "B" (blacks clock
312 remained to the first time control. If the White and BlackClock tags are absent
321 following the first move after *all* subsequent moves.
/plugin/bible/bible_douayRheims/
H A D1_Timothy.txt16 …1:16. But for this cause have I obtained mercy: that in me first Christ Jesus might shew forth all…
21 …2:1. I desire therefore, first of all, that supplications, prayers, intercessions and thanksgiving…
33 2:13. For Adam was first formed; then Eve.
45 3:10. And let these also first be proved: and so let them minister, having no crime.
71 …5:4. But if any widow have children or grandchildren, let her learn first to govern her own house …
78 5:12. Having damnation, because they have made void their first faith.
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md65 (first snapshot)
/plugin/authsmf20/
H A Dstyle.css92 span.userlink-popup > * > *:first-child {
/plugin/dokutexit/help/
H A Dtexit.txt28 ^title |Add to PDF properties & Latex document title | string | first level one header |
/plugin/codebuttonmod2/
H A DPlugin.txt34 The first button include the functionalities of codebuttonmod1 (download link by default): "''<code…
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php164 $cols = empty ( $first ) ? array () : array_keys ( $first );
/plugin/solr/
H A DREADME.md32 …ntent of the document. Search terms that occur in the first headline (the page title) or the first
/plugin/btable2/
H A Dsyntax.php72 …list($first, $second) = preg_split('#(\s|\n|\r)*<\/columns>(\s|\n|\r)*<rows>(\s|\n|\r)*#u', $optio…
75 list(, $ids) = preg_split('#(\S|\s|\n|\r)*<columns>(\s|\n|\r)*#u', $first);
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md51 In both cases you should strongly consider employing defence-in-depth measures, like [deploying a Content-Security-Policy](https://scotthelme.co.uk/content-security-policy-an-introduction/) (a browser security feature) so that your page is likely to be safe even if an attacker finds a vulnerability in one of the first lines of defence above.
74 We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js292 var $container = $(this).parents('li.help_info').first();
293 var $share = $container.parents('.social_share_privacy_area').first().parent();
348 var $share = $input.parents('.social_share_privacy_area').first().parent();
/plugin/odtsupport/
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/impressjs/tpl/dokuwiki/
H A Dimpress.css207 They cover everything what you see on first three steps of the demo.
536 first time users, then hide it and store a status in cookie or localStorage...
540 Let me explain it first, so maybe the transition magic will be more readable
547 You also can't detect in CSS if the user is a first-time visitor, so I had to
548 make an assumption that I'll only show the hint on the first step. And when
552 To summarize it - hint is shown when the user is on the first step for longer
634 ... and we will show it when the first step (with id 'bored') is active.

1...<<11121314151617181920>>...44