Home
last modified time | relevance | path

Searched refs:results (Results 176 – 200 of 377) sorted by relevance

12345678910>>...16

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php709 function _showFailures(&$results, &$area) argument
712 foreach (array_reverse($results, true) as $result) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js185 results = Array(length); variable
188 results[index] = iteratee(obj[currentKey], currentKey, obj);
190 return results;
235 var results = []; variable
238 if (predicate(value, index, list)) results.push(value);
240 return results;
1002 results = {};
1005 results[currentKey] = iteratee(obj[currentKey], currentKey, obj);
1007 return results;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist6 // unserialization of child process results in the parent process.
/plugin/scrollticker/
H A Dstyle.css31 …float: left; /* important: display inline gives incorrect results when you check for elem's width …
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md41 * Vastly improved memory efficiency and performance in general (especially on large search results).
44 * Add a range retrieval helper class to make it easier to work with ranged results from Active Directory.
/plugin/pagequery/
H A Dstyle.css190 div.dokuwiki .pagequery p.no-results {
195 div.dokuwiki .pagequery p.no-results span {
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js694 var results = [];
707 results = [];
717 results.push(entry);
719 if (i == tmp.length - 1 && results.length == max)
730 results = [];
738 var len = results.length;
953 results = (results != null) ? results : [];
959 if (results.length == 0 && page == 1)
969 for (var i = 0; i < results.length; i++)
1005 }))(results[i]);
[all …]
/plugin/sphinxsearch-was/
H A DINSTALL34 4. To have your search results up-to-date, setup a cron job to
80 the search results.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php693 $results = [];
695 $results[] = $this->getFreeBusyForEmail($attendee, $startRange, $endRange, $vObject);
708 foreach ($results as $result) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php834 $results = [];
836 $results[] = $this->getFreeBusyForEmail($attendee, $startRange, $endRange, $vObject);
849 foreach ($results as $result) {
/plugin/dw2pdf/
H A DREADME18 but results are checked into the plugin repository. Similar to what we do
/plugin/airtable/
H A DREADME.md49 used to filter the results
65 Any table query that results in one record will also be rendered as a 'record'.
/plugin/passpolicy/
H A Dhelper.php521 $results = explode("\n", $list);
522 foreach ($results as $result) {
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css65 --popup-no-results-color: var(--color-grey-225-10-55);
605 .djs-popup-results {
723 .djs-popup-no-results {
725 color: var(--popup-no-results-color);
925 .djs-search-results {
931 .djs-search-results:hover {
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css65 --popup-no-results-color: var(--color-grey-225-10-55);
605 .djs-popup-results {
723 .djs-popup-no-results {
725 color: var(--popup-no-results-color);
925 .djs-search-results {
931 .djs-search-results:hover {
/plugin/semanticdata/
H A DREADME8 … way, metadata that is automatically inferred by the triple store is included in the query results.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc5 cluster. A retry is only performed if the operation results in a "hard"
/plugin/orgchart/
H A DREADME53 * class 'includelinks' results in link to a staff member's page being included
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2567 var results = {},
2577 results[linesToHighlight[i]] = true;
2578 }return results;
2603 results = [],
2637 results.push(line);
2640 return results.join('\n');
3444 results = [],
3451 results = results.concat(matches);
3473 results[j].brushName = brushClass.brushName;
3474 }return results;
[all …]
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md46 * The results will be built into the release folder.
/plugin/plantuml/
H A DREADME.markdown43 and results in:
/plugin/quickstats/lang/en/
H A Dquery.txt19 …- ** Page:** This will accept any whole or part of a page name and will return results for all ma…
38 In the case of output for page queries, there are two results for **accesses**. The one which appe…
/plugin/xcom/lang/en/
H A Dhowto.txt17 …* Above the status bar is the output window where the results of the query are displayed. They op…
35 …- ''HTML view'' is used to display wiki pages and to display query results that can be convenient…
56 The results of these queries are formatted as tables in which the first column is an action link. I…
H A Dfunctions.txt6results will include a column containing a hash of the raw wiki contents of each page found. The '…
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js906 var results = regex.exec( url );
907 return ( results == null ) ? "" : results[1];

12345678910>>...16