Home
last modified time | relevance | path

Searched refs:results (Results 351 – 375 of 377) sorted by path

1...<<111213141516

/plugin/tagging/action/
H A Dsearch.php149 // allTagsByPage will be accessed by individual search results in SEARCH_RESULT_FULLPAGE event
173 * If tags are found in query, the results are filtered,
174 * or, with an empty query, tag search results are returned.
210 * Add tag links to all search results
269 $results = '<div class="search_quickresult">';
270 $results .= '<h2>' . $this->getLang('search_suggestions') .'</h2>';
271 $results .= '<ul class="search_quickhits">';
274 $results .= '<li><div class="li">';
275 $results .= $this->getSettingsLink('#' . $tag, 'q', '#' . $tag);
276 $results
[all...]
/plugin/tcycle/
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/timetrack/
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/tline/
H A DCHANGES.txt76 "true" or "false" for XML and SPARCL. Otherwise results are indeterminate.
/plugin/toggle/
H A DLICENSE456 work results from an entity transaction, each party to that
/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/tuxquote/
H A Dquotes.txt1115 …nhood. This results in certain characteristically masculine, by which I mean stupid, behavioral pa…
1561 Humor results when society says you can't scratch certain things in public, but they itch in public…
2495 There is no economy in going to bed early to save candles if the results be twins. <BR> -- Chinese …
3378 Negative expectations yield negative results, Positive expectations yield negative results. <BR> --…
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php28 $results = explode(PHP_EOL, $result);
29 foreach ($results as $item) {
/plugin/usecounter/
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/wavedrom/
H A DLICENSE456 work results from an entity transaction, each party to that
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js350 }return results
3133 var Sizzle=function(selector,context,results,seed){results=results||[]; argument
3171 }return results
3176 i<results.length;
3177 i++){if(results[i]===results[i-1]){results.splice(i--,1)
3347 if(results){results.push.apply(results,array);
3348 return results
3404 results[i];
3405 i++){if(results[i].nodeType===1){tmp.push(results[i])
3406 }}results=tmp
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1263 * Update: Caching results for principal lookups. This should cut down queries
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php189 $results = $this->calendarQuery(
217 if ($results) {
219 return $calendar['uri'] . '/' . $results[0];
/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/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php543 $results = [];
545 … $results[] = $this->validateParamFilters($vProperties, $filter['param-filters'], $filter['test']);
552 … $results[] = $this->validateTextMatches($texts, $filter['text-matches'], $filter['test']);
555 if (count($results) === 1) {
556 $success = $results[0];
559 $success = $results[0] || $results[1];
561 $success = $results[0] && $results[1];
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php777 $results = $principalCollection->searchPrincipals($searchProperties, $test);
778 foreach ($results as $result) {
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md90 * #339: Fixed a few `validate()` results when repair is off. (@PHPGangsta)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp213 ' This is the function that sends the results of the uploading process.
/plugin/xcom/lang/en/
H A Dfunctions.txt6results will include a column containing a hash of the raw wiki contents of each page found. The '…
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…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js4912 value: function fillFormula(range, formula, results) {
4926 if (typeof results === 'function') {
4927 getResult = results;
4928 } else if (Array.isArray(results)) {
4929 if (Array.isArray(results[0])) {
4931 return results[row - top][col - left];
5563 var results = [];
5565 results.push(callback(cell));
5567 return results;
51857 }).then(function addFiles(results) {
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1128 }).then(function addFiles(results) { argument
1129 var zipEntries = results.shift();
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs25730 …nsole.error("Codepage tables are not loaded. Non-ASCII characters may not give expected results");
/plugin/yql/
H A Dplugin.info.txt6 desc A plugin for embedding results of the Yahoo! YQL query API.
H A Dsyntax.php157 if (is_null($json_result->query->results)) {
162 if (!isset($json_result->query->results->$item_name)) {
168 foreach ($json_result->query->results->$item_name as $item) {

1...<<111213141516