Home
last modified time | relevance | path

Searched refs:results (Results 301 – 325 of 377) sorted by path

1...<<111213141516

/plugin/semanticdata/phpSesame/
H A DresultFormats.php31 foreach($this->xml->results->result as $result)
75 foreach($this->xml->results->result as $result)
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md2499 Creates an object composed of keys generated from the results of running
2741 mapped results.
2772 mapped results up to `depth` times.
2966 *(Array)*: Returns the array of results.
6909 floating-point values which can produce unexpected results.
8751 results in a method chain sequence.
9557 3. `[limit]` *(number)*: The length to truncate results to.
10699 and returns their results.
10866 floating-point values which can produce unexpected results.
11117 Invokes the iteratee `n` times, returning an array of the results of
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js4210 assert.deepEqual(results, ['c', 'c', 'c']);
4311 results = [debounced('a'), debounced('b')];
4313 assert.deepEqual(results, ['a', 'a']);
4317 assert.deepEqual(results, ['c', 'c']);
19814 var results = [
22733 results = [throttled('a'), throttled('b')];
22735 assert.deepEqual(results, ['a', 'a']);
22739 assert.notEqual(results[0], 'a');
22742 assert.notEqual(results[1], 'd');
22956 assert.deepEqual(results, ['a', 'a', 'a']);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js941 results = [],
973 results[ri] = {
980 return results;
991 results = [],
12664 results = results || [];
12672 return results;
12758 results.push.apply( results, checkSet );
12781 return results;
12791 if ( results[i] === results[i-1] ) {
12798 return results;
[all …]
/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/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/sequencediagram/bower_components/snap.svg/
H A DREADME.md46 * The results will be built into the release folder.
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …eate","result","MAX_ARRAY_INDEX","pow","each","forEach","map","collect","results","reduce","foldl"…
H A Dunderscore.js169 results = Array(length); variable
172 results[index] = iteratee(obj[currentKey], currentKey, obj);
174 return results;
224 var results = []; variable
227 if (predicate(value, index, list)) results.push(value);
229 return results;
965 results = {},
969 results[currentKey] = iteratee(obj[currentKey], currentKey, obj);
971 return results;
/plugin/settingstree/
H A Dhelper.php259 $results['error'] = false;
260 $results['msg'] = $this->getLang('changes_saved');
261 $results['success'] = true;
263 $results['error'] = true;
265 $results['success'] = false;
273 $results['error'] = false;
274 $results['values'] = $level->getAllValues();
276 $results['success'] = true;
279 $results['error'] = true;
280 $results['msg'] = $this->getLang('invalid_values');
[all …]
/plugin/sha3sum/
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/showinitpage/
H A Dgpl-3.0.md452 work results from an entity transaction, each party to that
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.hackernews.js53 var item = data.results[0];
/plugin/solr/lang/en/
H A Dsearchpage.txt1 ====== Search results ======
/plugin/spatialhelper/
H A Daction.php205 $results = [];
209 $results = $helper->findNearbyLatLon($INPUT->param('lat'), $INPUT->param('lon'));
211 $results = $helper->findNearby($INPUT->str('geohash'));
213 $results = ['error' => hsc($this->getLang('invalidinput'))];
221 $this->printJSON($results);
226 $this->printHTML($results, $showMedia);
/plugin/sphinxsearch-was/
H A DINSTALL34 4. To have your search results up-to-date, setup a cron job to
80 the search results.
H A DPageMapper.php70 $results = array();
72 $results[$crc] = $pages[$crc];
74 return $results;
H A DSphinxSearch.php151 $results = array();
153 $results[$crc] = array(
163 return $results;
H A Dchangelog3 * Moved "Matching pagenames" to the top of the search and made the search results full width.
39 * Added grouping search results by page with nested subsections
42 * Added namespaces list in sidebar of search results
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 DINSTALL22 4. To have your search results up-to-date, setup cronjob to
H A DPageMapper.php71 $results = array();
73 $results[$crc] = $pages[$crc];
75 return $results;
H A DSphinxSearch.php150 $results = array();
152 $results[$crc] = array(
162 return $results;
H A Dchangelog29 * Added grouping search results by page with nested subsections
32 * Added namespaces list in sidebar of search results
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;

1...<<111213141516