Home
last modified time | relevance | path

Searched refs:results (Results 126 – 150 of 377) sorted by relevance

12345678910>>...16

/plugin/pgsqlquery/
H A Dplugin.info.txt6 desc Processing query to PostgreSQL database and display results as a table.
/plugin/sqlquery/
H A Dplugin.info.txt6 desc Processing query to mysql database and display results as a table.
/plugin/translator/lang/en/
H A Dnothingtodo.txt3 Your selection has no results. This means that there is either nothing to do or an internal error o…
/plugin/yql/
H A Dplugin.info.txt6 desc A plugin for embedding results of the Yahoo! YQL query API.
/plugin/farmsync/
H A Dstyle.less61 #results {
111 // wrap around all results (can be toggled)
/plugin/randomtables/
H A Dplugin.info.txt6 desc Define Random Tables in markup and then roll to see results on the page.
/plugin/structtemplate/
H A Dplugin.info.txt6 desc Use struct data to fill in a template, as many times as there are results.
/plugin/tagfilter/script/select2/
H A DREADME.md4 Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
17 * Paging of large datasets: easy support for loading more pages when the results are scrolled to the end.
18 * Templating: support for custom rendering of results and selections.
/plugin/structcombolookup/types/
H A DNarrowingLookup.php50 $results = $search->execute();
51 foreach ($results as $result) {
/plugin/nsiconinsearch/
H A DREADME3 Show an icon for search results from certain namespaces
7 icon.png in the namespace wiki. All search results which are in the
/plugin/stopforumspam2/
H A Dplugin.info.txt6 desc Checks whether or not the user is a spammer. The investigation results can be used in many …
/plugin/livemark/
H A Dplugin.info.txt8 desc This plugin will put a watermark on your images on-the-fly and caches the results. Orginal i…
H A DREADME.md4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js264 var results = [];
265 var saveResult = function() { results.push(throttledIncr()); };
272 assert.equal(results[0], 1, 'incr was called once');
273 assert.equal(results[1], 1, 'incr was throttled');
274 assert.equal(results[2], 1, 'incr was throttled');
275 assert.equal(results[3], 2, 'incr was called twice');
276 assert.equal(results[4], 2, 'incr was throttled');
277 assert.equal(results[5], 3, 'incr was called trailing');
/plugin/searchpattern/
H A Dstyle.css15 div.dokuwiki div.sp_main table.sp_main_table{ /*the table containing the results (not the error mes…
88 div.dokuwiki div.sp_main table.sp_main_table td.sp_page{ /*the page name cells in results*/
92 div.dokuwiki div.sp_main table.sp_main_table td.sp_count{ /*the match number cells in results*/
/plugin/dwcommits/
H A Dhelper.php373 $results = $this->sqlite->query("select count(*) from git_commits");
375 $start_number = $this->res2single($results);
436 $results = $this->sqlite->query("select count(*) from git_commits");
437 $end_number = $this->res2single($results);
842 $results = $this->sqlite->query("select count(*) from git_commits");
843 $res = $this->res2single($results);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php916 $results = $this->RunQueries();
919 if (!is_array($results))
922 $this->_error = $results[0]["error"];
923 $this->_warning = $results[0]["warning"];
924 if ($results[0]["status"] == SEARCHD_ERROR)
927 return $results[0];
1094 $results = array();
1096 $results[] = array();
1097 $result = &$results[$ires];
1244 return $results;
/plugin/sphinxsearch/
H A Dsphinxapi.php952 $results = $this->RunQueries ();
955 if ( !is_array($results) )
958 $this->_error = $results[0]["error"];
959 $this->_warning = $results[0]["warning"];
960 if ( $results[0]["status"]==SEARCHD_ERROR )
963 return $results[0];
1132 $results = array ();
1135 $results[] = array();
1136 $result =& $results[$ires];
1275 return $results;
/plugin/doi/Resolver/
H A DIsbnOpenLibraryResolver.php45 if (!count($data)) throw new \Exception('No ISBN results found at Open Library.');
H A DIsbnGoogleBooksResolver.php54 if (!isset($data['items'])) throw new \Exception('No ISBN results found at Google Books.');
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php36 $results = $fb->getResult(); variable
/plugin/jquery/
H A Djquery-1.4.2.js593 var ret = results || [];
2648 results = results || [];
2656 return results;
2743 results.push.apply( results, checkSet );
2747 results.push( set[i] );
2766 return results;
2772 results.sort(sortOrder);
2776 if ( results[i] === results[i-1] ) {
2783 return results;
3493 results = tmp;
[all …]
/plugin/abortlogin/
H A DREADME.md6 ip addresses can be entered in the Config Mgr and the results will
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DisableExternalResources.txt
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.hackernews.js53 var item = data.results[0];

12345678910>>...16