Home
last modified time | relevance | path

Searched refs:results (Results 176 – 200 of 377) sorted by last modified time

12345678910>>...16

/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js119 var results = [];
123 results.push(driveObjToTempDlg(resp.items[i]));
126 callback(results);
132 var results = [];
136 results.push(driveObjToTempDlg(resp.items[i]));
139 callback(results);
3740 var results = [];
3744 results.push(driveObjToTempDlg(resp.items[i]));
3747 callback(results);
3753 var results = [];
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js350 ui.sidebar.searchEntries(searchTerm, 1, 0, function(results, len, more) argument
352 if (results.length > 0)
354 var elt = results[0]();
708 for (var i = event.resultIndex; i < event.results.length; ++i)
713 '"/> ' + event.results[i][0].transcript;
714 td.style.color = (event.results[i].isFinal) ? '#235695' : 'darkGray';
717 if (event.results[i].isFinal)
721 for (var j = 0; j < event.results[i].length; j++)
723 if (App.executeVoiceCommand(event.results[i][j].transcript, recognition))
732 App.say('{1} not found', [event.results[i][0].transcript]);
/plugin/diagramsnet/lib/resources/
H A Ddia.txt508 noMoreResults=No more results
514 noResultsFor=No results for '{1}'
516 noSearchResults=No search results found
H A Ddia_am.txt508 noMoreResults=No more results
514 noResultsFor=No results for '{1}'
516 noSearchResults=No search results found
H A Ddia_gu.txt508 noMoreResults=No more results
514 noResultsFor=No results for '{1}'
516 noSearchResults=No search results found
H A Ddia_hr.txt508 noMoreResults=No more results
514 noResultsFor=No results for '{1}'
516 noSearchResults=No search results found
H A Ddia_lv.txt508 noMoreResults=No more results
514 noResultsFor=No results for '{1}'
516 noSearchResults=No search results found
H A Ddia_ml.txt508 noMoreResults=No more results
514 noResultsFor=No results for '{1}'
516 noSearchResults=No search results found
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php28 $results = explode(PHP_EOL, $result);
29 foreach ($results as $item) {
/plugin/clipboardutils/
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/airtable/
H A DLICENSE456 work results from an entity transaction, each party to that
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/addressbook/
H A DREADME.md3 Adds an addressbook functionality to DokuWiki. The search results are also displayed on the standar…
55 Contact search results are display on the search results page. In order to activate links to show o…
/plugin/plantumlparser/
H A DREADME.md27 and results in:
/plugin/googlemaps3/
H A Dscript.js82 geocoder.geocode({'address': options.lng}, function(results, status) { argument
84 attachMarker(map, options, results[0].geometry.location);
92 geocoder.geocode({'address': address}, function(results, status) { argument
94 map.setCenter(results[0].geometry.location);
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 …resolution',\n 'respecting',\n 'responsible',\n 'result',\n 'results',\n 'resumable…
H A Dbundle.js.map1results = doGreedyFAS(state.graph, state.buckets, state.zeroIdx);\n\n // Expand multi-edges\n re…
H A Deditor.worker.js.map1 …positvely matched by the function. Hence type\n // narrowing results in wrong results.\n ret…
H A Djson.worker.js.map1 …positvely matched by the function. Hence type\n // narrowing results in wrong results.\n ret…
H A D2.2.js24950 Node.prototype.collectIssues = function (results) { argument
24952 results.push.apply(results, this.issues);
H A D3.3.js.map1results. The document's title is often different from its first heading, since the first heading d…
H A D2.2.js.map1results-button\"\n },\n {\n \"name\": \"searchfie…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1results","pq","updateNeighbors","wEntry","predecessor","decrease","removeMin","runDijkstra","DEFAU…
/plugin/inseecity/
H A Dscript.js42 var results = jQuery.ui.autocomplete.filter (inseeCityName, request.term);
44 jQuery.each (results, function (i, v) {
48 results = results.slice (0, inseeCityMaxAutocomplete);
49 jQuery.each (results, function (i, v) {

12345678910>>...16