Home
last modified time | relevance | path

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

12345678910>>...105

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php131 * @param WebDriverBy $by The locator used to find the element.
134 public static function presenceOfElementLocated(WebDriverBy $by) argument
137 function (WebDriver $driver) use ($by) {
139 return $driver->findElement($by);
150 * @param WebDriverBy $by The locator used to find the element.
153 public static function presenceOfAllElementsLocatedBy(WebDriverBy $by) argument
156 function (WebDriver $driver) use ($by) {
157 $elements = $driver->findElements($by);
168 * @param WebDriverBy $by The locator used to find the element.
171 public static function visibilityOfElementLocated(WebDriverBy $by) argument
[all …]
/plugin/elasticsearch/vendor/react/promise/
DCHANGELOG.md11 (#256 by @clue)
16 (#237 by @nhedger)
19 (#233 by @WyriHaximus and #241 by @clue)
22 (#226 by @nhedger)
25 (#215 and #217 by @SimonFrings and #241 by @clue)
30 (#198 by @cdosoftei and @SimonFrings)
39 (#195 by @bzikarsky)
49 (#174, #183, #186, and #201 by @SimonFrings and #211 by @clue)
54 (#143 and #165 by @clue)
67 (#168 by @smscr and @jsor)
[all …]
/plugin/pagequery/
Dreadme.md7 …one method of listing your wiki pages, by name, title, a-z index, by date, by year, month, day, by
9by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displa…
12 * Create all sorts of indexes for your wiki: A-Z, recent, created by, authored by, start pages
16 * Search by page name using //regular expressions//
17 * Sort lists by A-Z, by name, by year, by month, by day, by author, and many other options
21 …* OR create a great blog-like start page, where links are followed by a neat snippet of the page c…
25 … syntax to learn. However it does bring a little something new to the mix by providing powerful s…
31 * Listing all pages created by a certain user
33 Here's an example of all the pages in a namespace listed by date modified, and grouped by year and …
55 For example, if you want to list all the pages in a certain namespace by A-Z, the following should …
[all …]
/plugin/statdisplay/helper/
Dgraph.php102 * @param string $by either day or hour
105 private function monthby($by, $date = '') argument
116 $keys = array_keys((array)$data['hits'][$by]);
120 $pages[] = $data['page'][$by][$idx]['count'];
121 $media[] = $data['media'][$by][$idx]['count'];
122 $hits[] = $data['hits'][$by][$idx]['count'];
123 $visitors[] = $data['hits'][$by][$idx]['visitor'];
126 $title = sprintf($this->getLang('t_' . $by), $date);
144 * @param string $by either day or hour
147 private function trafficby($by, $date = '') argument
[all …]
/plugin/godiag/
Dsyntax.php409 function draw_hoshi($im, $bx, $by) { argument
410 $coords=$this->get_coords($bx, $by);
414 function draw_white($im, $bx, $by) { argument
415 $coords=$this->get_coords($bx, $by);
420 function draw_black($im, $bx, $by) { argument
421 $coords=$this->get_coords($bx, $by);
425 function draw_white_circle($im, $bx, $by) { argument
426 $coords=$this->get_coords($bx, $by);
427 $this->draw_white($im, $bx, $by);
432 function draw_black_circle($im, $bx, $by) { argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Ddivisibleby.test2 Twig supports the "divisible by" operator
4 {{ 8 is divisible by(2) ? 'OK' }}
5 {{ 8 is not divisible by(3) ? 'OK' }}
6 {{ 8 is divisible by (2) ? 'OK' }}
9 by
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
Dwith_filters.test9 ( var is escaped by |escape_and_nl2br, line-breaks are added,
14 ( var is escaped by |escape_and_nl2br, line-breaks are added,
19 ( var is escaped by |escape_and_nl2br, line-breaks are added,
20 the output is explicitly escaped by |escape )
24 ( var is upper-cased by |upper,
29 ( var is escaped by |escape_and_nl2br, line-breaks are added,
30 the output is upper-cased by |upper,
35 ( var is upper cased by upper,
36 the output is escaped by |escape_and_nl2br, line-breaks are added,
70 ( var is escaped by |escape_and_nl2br, line-breaks are added,
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
Ddivisibleby.rst1 ``divisible by``
5 The ``divisible by`` test was added in Twig 1.14.2 as an alias for
8 ``divisible by`` checks if a variable is divisible by a number:
12 {% if loop.index is divisible by(3) %}
/plugin/s5reloaded/
DREADME3 by Eric Meyer
5 S5 reloaded version by Christian Effenberger
9 by Martin Hense and Eric Eggert
11 "dokuwiki" theme based on work by Anika Henke
15 Scriptaculous was developed by Thomas Fuchs, http://script.aculo.us.
17 Presentacular was developed by Jose Manuel Caicedo, http://cavorite.com/.
/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
DMSFT_events.csv2 2014-06-05,A,Analyst opinion change,Upgrade by FBR Capital from Mkt Perform to Outperform
14 2012-12-14,A,Analyst opinion change,Initiated by BMO Capital Markets
17 2012-08-20,A,Analyst opinion change,Initiated by Longbow
19 2012-07-20,A,Analyst opinion change,Initiated by Griffin Securities
21 2012-04-20,A,Analyst opinion change,Initiated by MKM Partners
24 2011-12-06,A,Analyst opinion change,Initiated by Barclays Capital
29 2011-02-17,A,Analyst opinion change,Initiated by Collins Stewart
33 2010-10-25,A,Analyst opinion change,Downgrade by FBR Capital from Outperform to Mkt Perform
34 2010-09-13,A,Analyst opinion change,Initiated by Standpoint Research
37 2010-05-27,A,Analyst opinion change,Upgrade by FBR Capital from Mkt Perform to Outperform
[all …]
/plugin/pdfjs/pdfjs/web/locale/lo/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
27 # will be replaced by a number representing the currently visible page,
70 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
72 # will be replaced by the PDF file size in megabytes, respectively in bytes.
74 # will be replaced by the creation/modification date, and time, of the PDF file.
84 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
87 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
93 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
107 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
[all …]
/plugin/pdfjs/pdfjs/web/locale/tsz/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
18 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 # will be replaced by a number representing the currently visible page,
32 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
34 # will be replaced by the PDF file size in megabytes, respectively in bytes.
36 # will be replaced by the creation/modification date, and time, of the PDF file.
38 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
46 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
48 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
55 # replaced by the PDF.JS version and build ID.
[all …]
/plugin/pdfjs/pdfjs/web/locale/mn/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
18 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 # will be replaced by a number representing the currently visible page,
34 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
36 # will be replaced by the PDF file size in megabytes, respectively in bytes.
39 # will be replaced by the creation/modification date, and time, of the PDF file.
41 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
49 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
51 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
62 # replaced by the PDF.JS version and build ID.
[all …]
/plugin/pdfjs/pdfjs/web/locale/ta-LK/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
18 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 # will be replaced by a number representing the currently visible page,
33 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
35 # will be replaced by the PDF file size in megabytes, respectively in bytes.
37 # will be replaced by the creation/modification date, and time, of the PDF file.
39 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
47 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
49 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
58 # replaced by the PDF.JS version and build ID.
[all …]
/plugin/pdfjs/pdfjs/web/locale/meh/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
18 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 # will be replaced by a number representing the currently visible page,
31 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
33 # will be replaced by the PDF file size in megabytes, respectively in bytes.
35 # will be replaced by the creation/modification date, and time, of the PDF file.
37 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
45 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
47 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
54 # replaced by the PDF.JS version and build ID.
[all …]
/plugin/pdfjs/pdfjs/web/locale/mk/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
22 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
25 # will be replaced by a number representing the currently visible page,
56 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
58 # will be replaced by the PDF file size in megabytes, respectively in bytes.
60 # will be replaced by the creation/modification date, and time, of the PDF file.
62 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
65 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
70 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
85 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
[all …]
/plugin/pdfjs/pdfjs/web/locale/rw/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
18 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 # will be replaced by a number representing the currently visible page,
33 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
35 # will be replaced by the PDF file size in megabytes, respectively in bytes.
38 # will be replaced by the creation/modification date, and time, of the PDF file.
40 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
48 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
50 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
60 # replaced by the PDF.JS version and build ID.
[all …]
/plugin/pdfjs/pdfjs/web/locale/ur/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
27 # will be replaced by a number representing the currently visible page,
72 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 # will be replaced by the PDF file size in megabytes, respectively in bytes.
84 # will be replaced by the creation/modification date, and time, of the PDF file.
99 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
103 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
112 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
132 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
[all …]
/plugin/pdfjs/pdfjs/web/locale/tn/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
18 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 # will be replaced by a number representing the currently visible page,
34 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
36 # will be replaced by the PDF file size in megabytes, respectively in bytes.
39 # will be replaced by the creation/modification date, and time, of the PDF file.
41 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
49 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
51 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
62 # replaced by the PDF.JS version and build ID.
[all …]
/plugin/pdfjs/pdfjs/web/locale/zam/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
18 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
21 # will be replaced by a number representing the currently visible page,
41 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
44 # will be replaced by the PDF file size in megabytes, respectively in bytes.
47 # will be replaced by the creation/modification date, and time, of the PDF file.
50 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
61 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
63 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
71 # replaced by the PDF.JS version and build ID.
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php91 * @param WebDriverBy $by
95 public function findElement(WebDriverBy $by) argument
99 $by,
105 $element = $this->newElement($this->element->findElement($by));
113 $by,
122 * @param WebDriverBy $by
126 public function findElements(WebDriverBy $by) argument
130 $by,
137 foreach ($this->element->findElements($by) as $element) {
146 $by,
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
DCHANGELOG.md8 * The C extension now supports PHP 8. Pull request by John Boehr.
20 by Remi Collet. GitHub #79.
30 PR by Remi Collet. GitHub #75.
32 displays the extension version and the libmaxminddb version. PR by
35 available to get libmaxmindb build info. PR by Remi Collet.
38 Previously, large integers would overflow. Reported by Remi Collet.
51 by Benoît Burnichon. GitHub #61.
61 Reported and fixed by venyii. GitHub #52 & #54.
73 datafiles. Reported by Eric Teubert. GitHub #42.
80 that they are not part of the Composer release. Pull request by Michele
[all …]
/plugin/pdfjs/pdfjs/web/locale/kn/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
27 # will be replaced by a number representing the currently visible page,
76 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
79 # will be replaced by the PDF file size in megabytes, respectively in bytes.
88 # will be replaced by the creation/modification date, and time, of the PDF file.
98 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
101 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
106 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
125 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
[all …]
/plugin/pdfjs/pdfjs/web/locale/my/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
27 # will be replaced by a number representing the currently visible page,
72 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
75 # will be replaced by the PDF file size in megabytes, respectively in bytes.
84 # will be replaced by the creation/modification date, and time, of the PDF file.
91 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
94 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
101 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
122 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
[all …]
/plugin/pdfjs/pdfjs/web/locale/si/
Dviewer.properties9 # Unless required by applicable law or agreed to in writing, software
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
26 # will be replaced by a number representing the currently visible page,
71 # will be replaced by the PDF file size in kilobytes, respectively in bytes.
74 # will be replaced by the PDF file size in megabytes, respectively in bytes.
83 # will be replaced by the creation/modification date, and time, of the PDF file.
97 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
101 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
112 # LOCALIZATION NOTE (print_progress_percent): "{{progress}}" will be replaced by
131 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
[all …]

12345678910>>...105