Home
last modified time | relevance | path

Searched refs:first (Results 126 – 150 of 1078) sorted by relevance

12345678910>>...44

/plugin/dw2pdf/tpl/default/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
/plugin/edittable/lib/
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/sketchcanvas/phplib/
H A Dimage.php229 // We determine the number of segments here by first measuring
292 // We determine the number of segments here by first measuring
343 $first = $pts[0]; variable
346 if(isset($first2["cx"]) && isset($first2["cy"]) && ($first2["cx"] !== $first["x"] || $first2["cy"] !== $first["y"]))
348 else if(isset($first2["dx"]) && isset($first2["dy"]) && ($first2["dx"] !== $first["x"] || $first2["dy"] !== $first["y"]))
352 $a[] = array($first["x"], $first["y"]);
/plugin/table2csv/
H A DREADME.md4 Create a csv file from the first table on a dokuwiki page
16 …cifying a start marker of any text on the page the plugin will select the first table following th…
19 Select this to export the first table into a csv file.
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md19 until the first panel open up,
22 it's not loaded until the first menu open up,
23 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/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/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md72 * first stable release
76 * first beta release
/plugin/authsqlite/
H A Dauth.php143 * @param int $first index of first user to be returned
148 public function retrieveUsers($first = 0, $limit = 0, $filter = array()) { argument
156 if($first) $sql .= " OFFSET $first";
/plugin/langdelete/
H A Dscript.js35 $elt.parents("li").first().addClass('enabled');
38 $elt.parents("li").first().removeClass('enabled');
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md79 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
80 echo $func->first()->getHost(); // "default"
81 echo $func->first()->getUser(); // "KEY"
111 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
112 echo $func->first()->getHost(); // "127.0.0.1"
117 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
118 echo $func->first()->getHost(); // "127.0.0.1"
/plugin/extlist/css/
H A D_description.less13 >dt:first-child {
56 &:first-child {
/plugin/pubmed2020/tests/
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/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md27 until the first panel open up,
30 it's not loaded until the first menu open up,
31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md29 until the first panel open up,
32 it's not loaded until the first menu open up,
33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php184 $first = true;
192 if (!$first) {
195 $first = false;
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md29 until the first panel open up,
32 it's not loaded until the first menu open up,
33 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md27 until the first panel open up,
30 it's not loaded until the first menu open up,
31 - **dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
/plugin/addnewpage/
H A Dsyntax.php287 $first = true;
290 $p = ($first ? ' selected="selected"' : '');
291 $first = false;
/plugin/translationbuddy/
H A Dsyntax.php153 $first = true;
156 if ($first) {
157 $first = false;
/plugin/jsonrpc/
H A Djsonrpc.php591 public function pageVersions($id, $first,$num=null) { argument
605 $revisions = getRevisions($id, $first, $num+1);
607 if(count($revisions)==0 && $first!=0) {
608 $first=0;
609 $revisions = getRevisions($id, $first, $num+1);
612 if(count($revisions)>0 && $first==0) {
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css362 .summary td:first-child {
370 #packages.summary td:first-child, #namespaces.summary td:first-child, .inherited.summary td:first-child, .used.summary td:first-child {
586 #rightInner.medium #navigation ul:first-child + ul {
604 #rightInner.small #navigation ul:first-child {
/plugin/extendpage/
H A DREADME.md18 in the first column with a page to be used as extension in the third column.
24 The syntax for the first column follows the same behavior as the [assignments in
/plugin/csv/_test/csv/
H A Dc-q-q-comma_in_quotes.csv1 first,last,address,city,zip
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js4 var combineFn = function( first, second ) { argument
6 first = first || Popcorn.nop;
11 first.apply( this, arguments );
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java42 private ScreenShot first; field in ScreenRecorder.Fragment
45 return first.getFramesPerSecond(); in getActualFps()
79 if (first==null) { in runInternal()
80 first = screenShot; in runInternal()

12345678910>>...44