Home
last modified time | relevance | path

Searched refs:first (Results 226 – 250 of 1078) sorted by relevance

12345678910>>...44

/plugin/openid/Auth/OpenID/
H A DParse.php351 $first = $matches[0];
352 return Auth_OpenID::arrayGet($first, 'href', null);
/plugin/interwikiformatting/
H A DREADME.md32 … The text that the anchor symbol (#) will be replaced by unless it is the first or last character …
33 …the common path separator symbol (/) will be replaced by unless it is the first or last character …
35 …in this list will still be capitalized if they are the first or last word of the title, the first
/plugin/imagereference/
H A Dscript.js51 $imgcaption.find('span.undercaption a').first().before(': ' + title);
/plugin/datatemplate/
H A DREADME.md10 …n anymore the plugin, so I adopt it ;-) Thanks a lot to him to have built first steps and accepted…
/plugin/filelisting/
H A Dstyle.less32 td:first-child {
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dconvert.jst5 * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last
/plugin/orgapp/
H A DREADME.md15 The chart can be defined either directly in the Wiki page or in an external file. In the first case…
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php97 public function first() function in Nyholm\\Dsn\\Configuration\\DsnFunction
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md516 To capitalize the first letter
680 In Handlebars JS v1.1, data variables `@first` and `@last` were added for the #each helper. Due to the these variables
696 {{#each data}}{{#if @first}}FIRST: {{/if}}{{this}}<br>{{/each}}
708 {{#each data}}{{@first}}: {{this}}<br>{{/each}}
718 {{#each data}}{{#each this}}outer: {{@../first}},inner: {{@first}};{{/each}}{{/each}}
735 {{#each objects}}{{@first}}, {{@last}}, {{@index}}, {{@unknown}}{{/each}}
740 $object->{'@first'} = 'apple';
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.css135 .dmn-decision-table-container th:not(:first-child),
136 .dmn-decision-table-container td:not(:first-child) {
145 .dmn-decision-table-container thead th:first-child {
150 .dmn-decision-table-container tfoot td:first-child {
154 .dmn-decision-table-container tbody td:first-child,
155 .dmn-decision-table-container tfoot td:first-child {
166 .dmn-decision-table-container thead th:first-child,
167 .dmn-decision-table-container tbody td:first-child {
181 .dmn-decision-table-container tbody tr:first-child td {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowedProperties.txt
/plugin/bureaucracy-au/script/
H A Dfieldsets.js66 .has(":first-child:contains('" + fname + "')").first()
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst24 method calls, be sure that they are all defined first:
/plugin/bureaucracyau/script/
H A Dfieldsets.js66 .has(":first-child:contains('" + fname + "')").first()
/plugin/htmlokay/lang/en/
H A Dselection.txt8 **Note:** first select the namespace; then highlight your selections and click ''Save''.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test7 * {{ loop.first }}
/plugin/pubmed2020/
H A DREADME.md10 - Eric Maeker improved this first plugins (without integrating new Ikuo code) from 2016 to 2019
/plugin/randomtables/
H A Dstyle.css41 table.randomtable tr td:first-of-type {
/plugin/combo/resources/theme/default/components/css/
H A Dresend.css18 .form-resend label::first-letter {
/plugin/bureaucracy/script/
H A Dfieldsets.js66 .has(":first-child:contains('" + fname + "')").first()
/plugin/timetrack/
H A Dscript.js89 $input_next = $input.closest('tr').next().find('input').first();
162 …jQuery('#timetrack-form input[data-date="'+new Date().toISOString().slice(0, 10)+'"]').first().sel…
/plugin/data-au/
H A Dstyle.css18 *:first-child+html div.dataauplugin_entry dl dd {
23 *:first-child+html div.dataauplugin_entry dt {
/plugin/fedauth/classes/
H A Dfa_providerlist.class.php217 $first = reset($src);
218 return $first == $id;
/plugin/abc2/abc-libraries/abc2svg/
H A Dchord-1.js8 abc2svg.chord=function(first,voice_tb,cfmt){var chnm,i,k,vch,s,gchon,C=abc2svg.C,trans=48+(cfmt.chord.trans?cfmt.chord.trans*12:0) argument
68 s=first
/plugin/tablelayout/script/
H A Dscript.js51 $table.find('tr').first().before($searchSortRow);
53 $lastHeaderRow = $table.find('tr').slice(numHeaderRows - 1).first();

12345678910>>...44