Home
last modified time | relevance | path

Searched refs:result (Results 176 – 200 of 1997) sorted by path

12345678910>>...80

/plugin/badbehaviour/
H A Daction.php83 function bb2_db_num_rows($result) { return ($result === FALSE) ? 0 : count($result); } argument
85 function bb2_db_rows($result) { return $result; } argument
/plugin/badbehaviour/bad-behavior/
H A Dblackhole.inc.php38 $result = gethostbynamel($find . "." . $dnsbl . ".");
39 if (!empty($result)) {
41 $result = @array_diff($result, $bb2_blackhole_exceptions[$dnsbl]);
42 if (!empty($result)) {
60 $result = gethostbynamel($settings['httpbl_key'].".${find}.dnsbl.httpbl.org.");
61 if (!empty($result)) {
62 $ip = explode('.', $result[0]);
H A Dcore.inc.php90 function bb2_test($settings, $package, $result) argument
93 if ($result == 1) {
96 if ($result !== FALSE) {
97 bb2_banned($settings, $package, $result);
/plugin/barcode/
H A DCOPYING586 author or copyright holder as a result of your choosing to follow a
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/batchedit/
H A Dengine.php318 $result = FALSE;
322 $result = TRUE;
327 return $result;
334 $result = FALSE;
338 $result = TRUE;
343 return $result;
350 $result = FALSE;
354 $result = TRUE;
359 return $result;
H A Djs.cookie.js29 var result = {};
33 result[key] = attributes[key];
36 return result;
41 var result;
63 result = JSON.stringify(value);
64 if (/^[\{\[]/.test(result)) {
65 value = result;
98 result = {};
102 // in case there are no cookies at all. Also prevents odd result when
129 result
[all...]
/plugin/bbcodeextensions/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/bez/action/
H A Dmigration.php38 $event->result = call_user_func(array($this, "migration$to"), $event->data);
/plugin/bez/mdl/
H A DThread_commentFactory.php138 $result = $r->fetchAll();
139 foreach ($result as $row) {
H A DValidator.php53 $result = call_user_func_array(array($this, $validator), $args);
54 return array($result, $method);
76 list($result, $code) = $this->validate_one($value, $method, $args, $null);
77 if ($result === false) {
115 $result = $this->check_against_val_method($value, $method, $args);
116 if ($result === false) {
/plugin/bez/struct/
H A DBezType.php143 $result = array();
152 $result[] = array(
158 return $result;
/plugin/bible/
H A Dsyntax.php97 $result = preg_match("/^.*?(\d*?\s*?\w+) (\d+):(\d+)(-(\d+))*$/", $inputVerse, $matches);
98 if ($result){
138 $result = preg_match("/^.*?(\d+:\d+)\.(.*?)$/", $line, $matches);
139 if ($result){
/plugin/bibtex/OSBib/format/
H A DREADME.txt120 … a browser. This is useful when the bibliography to be displayed is the result of a SQL search. …
/plugin/blog/
H A Dhelper.php20 $result = array();
21 $result[] = array(
29 $result[] = array(
35 return $result;
48 $result = array();
103 $result[$key] = array(
116 if ($this->getConf('sortorder') == 'ascending') ksort($result);
117 else krsort($result);
119 if (is_numeric($num)) $result = array_slice($result,
[all...]
/plugin/blogtng/action/
H A Dpagedata.php39 $data = $event->result; //newly rendered data is here.
86 $event->result['current']['subject'] = [];
87 unset($event->result['persistent']['subject']);
93 …$event->result['current']['subject'] = array_unique(array_merge((array)$data['current']['subject']…
95 $event->result['current']['subject'] = $taghelper->getTags();
/plugin/blogtng/helper/
H A Dcomments.php57 $result = $this->sqlitehelper->getDB()->res2arr($resid);
59 return new Comment($result[0]);
H A Dentry.php79 $result = $this->sqlitehelper->getDB()->res2arr($resid);
80 $this->entry = $result[0];
213 $result = $this->sqlitehelper->getDB()->query(
227 if(!$result) {
933 $result = $this->sqlitehelper->getDB()->res2arr($res);
934 $related[$type] = $result[0];
/plugin/bookcreator/_test/
H A DSyntaxTest.php41 $result = $syntaxComponent->handle(
48 self::assertEquals( $expectedData, $result );
/plugin/bookcreator/script/
H A Dnspicker.js12 result: null, property in bc_nspicker
57 bc_nspicker.result = jQuery('#bc__nspicker_result')[0];
60 jQuery(bc_nspicker.result).css('position', 'relative');
72 jQuery(bc_nspicker.result).on('click', 'a', bc_nspicker.onResultClick);
121 * @param num int result div to return
126 return jQuery(bc_nspicker.result).find('div').eq(num);
130 * Select the given result
152 var yDiff = childPos + $obj.outerHeight() - jQuery(bc_nspicker.result).innerHeight();
156 jQuery(bc_nspicker.result)[0].scrollTop += childPos;
160 jQuery(bc_nspicker.result)[
[all...]
/plugin/bookcreator/syntax/
H A Dbookmanager.php167 $result = $this->getlist($order, $num);
168 if(sizeof($result) > 0) {
176 $form->addHTML($this->showlist($result, $bookmanager));
370 $result = array();
378 search($result, $conf['datadir'], 'search_allpages', $opts, $tt);
380 if(sizeof($result) > 0) {
383 usort($result, array($this, '_datesort'));
385 usort($result, array($this, '_titlesort'));
388 if($limit != 0) $result = array_slice($result,
470 showlist($result, $isbookmanager = false) global() argument
[all...]
/plugin/bookmarkfile/
H A Dsyntax.php73 $result = array();
74 $result['separators'] = $separators;
83 $result['bookmarks'] = $bookmarks;
91 $result['bookmarks'] = $bookmarks;
93 $result['message'] = $this->getLang('json_failed');
96 $result['message'] = $this->getLang('err_format');
100 $result['message'] = $this->getLang('err_nofile');
103 if (!empty($folder) && !empty($result['bookmarks'])) {
104 $result['bookmarks'] = $this->findBookmarksFolder($result['bookmarks'], $folder);
107 return $result;
/plugin/botbouncer/lib/
H A Dbotbouncer.php563 $result = curl_exec($curl);
570 return $result;
581 $result = curl_exec($ch);
582 return $result;
/plugin/bpmnio/script/
H A Dbpmnio_render.js7 const result = await viewer.importXML(xml);
8 const { warnings } = result;
82 const result = await editor.saveXML(options);
83 const { xml } = result;
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md214 * `FIX`: submit direct editing result on drilldown ([#1609](https://github.com/bpmn-io/bpmn-js/issu…

12345678910>>...80