Home
last modified time | relevance | path

Searched refs:result (Results 1401 – 1425 of 1997) sorted by relevance

1...<<51525354555657585960>>...80

/plugin/sphinxsearch/
H A Daction.php132 $result = $search->search($start, $this->getConf('maxresults'));
140 if(!$result){
/plugin/alphaindex/
H A Dsyntax.php230 if(eregi($pattern, $pageName, $result)) {
232 $pageNameArticle = ucfirst(trim($result[0]));
/plugin/combo/syntax/
H A Dminimap.php57 * and to return the result for use in the renderer
58 * This result is always cached until the page is modified.
89 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
90 if ($result != 0) {
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js770 result = null;
773 result = api.prev();
775 result = api.next();
778 if (result) {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dview.js37 var result = myView.$('a b');
39 assert.strictEqual(result[0].innerHTML, 'test');
40 assert.ok(result.length === +result.length);
/plugin/combo/ComboStrap/
H A DCallStack.php367 $result = reset($this->callStack);
368 if ($result === false) {
630 $result = $this->next();
631 if ($result === false) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php249 $result = '';
252 $result .= ", '\"'";
254 $result .= ', "'.$part.'"';
257 return 'concat('.substr($result, 7).')';
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js402 var defaults = _.result(this, 'defaults');
699 _.result(this, 'urlRoot') ||
700 _.result(this.collection, 'url') ||
1322 events || (events = _.result(this, 'events'));
1370 var attrs = _.extend({}, _.result(this, 'attributes'));
1371 if (this.id) attrs.id = _.result(this, 'id');
1372 if (this.className) attrs['class'] = _.result(this, 'className');
1373 this.setElement(this._createElement(_.result(this, 'tagName')));
1376 this.setElement(_.result(this, 'el'));
1420 params.url = _.result(model, 'url') || urlError();
[all …]
/plugin/processing/
H A Dscript.js83 return result;
98 return result;
859 return result;
11781 stack.push(result); result = item;
11813 return result;
11907 return result;
11934 return result.substring(0, result.length - 2) + ")";
12082 return result;
12107 return result.substring(0, result.length - 2);
12339 return result;
[all …]
/plugin/regex_template/
H A Daction.php74 $event->result=$tpl;
/plugin/indexmenu2/
H A Daction.php82 $event->result = false;
/plugin/imgpaste/
H A Dscript.js18 uploadData(event.target.result);
/plugin/structacl/
H A Daction.php77 $event->result = AUTH_UPLOAD;
/plugin/smtp/
H A Daction.php93 $event->result = $ok;
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php218 $result['data'] = $pms;
220 $result['count'] = $pmnum;
221 return $result;
/plugin/openid/Auth/OpenID/
H A DFileStore.php423 $result = @fopen($filename, 'x');
425 if ($result === false) {
428 fclose($result);
/plugin/structat/action/
H A Dcache.php96 $event->result = false;
/plugin/twofactorsmsappliance/
H A Dhelper.php112 $result = file_get_contents($url);
/plugin/quizlib/
H A Dstyle.css37 #quizlib-result {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1result = '';\n for (var i = 0; i < count; i++) {\n result += s;\n }\n return resul…
/plugin/bpmnioeditor/
H A Dstyle.css71 --search-result-border-color: var(--color-aaaaaa);
775 .djs-search-result {
784 color: var(--search-result-highlight-color);
787 .djs-search-result-primary {
791 .djs-search-result-secondary {
796 .djs-search-result:hover {
797 background: var(--search-result-selected-color);
800 .djs-search-result-selected {
801 background: var(--search-result-selected-color);
804 .djs-search-result-selected:hover {
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php92 list($result) = $this->decode($pointer);
94 return [$result, $offset];
/plugin/botbouncer/lib/
H A Dbotbouncer.php563 $result = curl_exec($curl);
570 return $result;
581 $result = curl_exec($ch);
582 return $result;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c264 MMDB_lookup_result_s result = in get_record() local
283 *prefix_len = result.netmask; in get_record()
291 if (!result.found_entry) { in get_record()
297 int status = MMDB_get_entry_data_list(&result.entry, &entry_data_list); in get_record()
/plugin/s5/ui/default/
H A Dslides.js62 var result = "";
66 result += nodeValue(children[i]);
70 result = node.nodeValue;
72 return(result);

1...<<51525354555657585960>>...80