Home
last modified time | relevance | path

Searched refs:result (Results 201 – 225 of 1997) sorted by last modified time

12345678910>>...80

/plugin/slacknotifier/
H A Daction.php146 $result = $http->post($url, ['payload' => json_encode($payload)]);
147 if ($result !== 'ok') {
150 'result' => $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…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css935 .djs-search-result {
944 color: var(--search-result-highlight-color);
947 .djs-search-result-primary {
951 .djs-search-result-secondary {
956 .djs-search-result:hover {
957 background: var(--search-result-selected-color);
960 .djs-search-result-selected {
961 background: var(--search-result-selected-color);
964 .djs-search-result-selected:hover {
965 background: var(--search-result-selected-color);
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css935 .djs-search-result {
944 color: var(--search-result-highlight-color);
947 .djs-search-result-primary {
951 .djs-search-result-secondary {
956 .djs-search-result:hover {
957 background: var(--search-result-selected-color);
960 .djs-search-result-selected {
961 background: var(--search-result-selected-color);
964 .djs-search-result-selected:hover {
965 background: var(--search-result-selected-color);
[all …]
/plugin/katex/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/bbcodeextensions/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/confightmlok/
H A DLICENSE192 Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
/plugin/randomtables/
H A Dscript.js50 // update the result
51 targetDiv.append('<div>' + prefix + response.result + '<button class="delete">del</button></div>');
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php47 $result = $table->rollOnce();
50 $result = $fn($result);
53 return $result;
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php17 $result = [];
20 $result[] = $this->proceessResult($this->options[$this->pickOne()]);
23 return $result;
49 $result = [];
52 while (count($result) < $times) {
56 $result[] = $this->proceessResult($this->options[$pick]);
61 return $result;
64 private function proceessResult(string $result) { argument
66 if (false !== strpos($result, '[')) {
67 $result
[all...]
H A DDokuwikiJsonTable.php14 return sprintf('%d-%d: %s', $item->min, $item->max, $item->result);
H A DManager.php18 $result = $table->rollOnce();
19 return preg_replace_callback('/{{roll on:\s*([A-Za-z0-9_]+)\s*}}/i', [$this, 'embedResult'], $result);
36 $result = $this->db->query('SELECT * FROM rtables WHERE id=? LIMIT 1', $name);
37 $row = $this->db->res_fetch_assoc($result);
/plugin/oauth/
H A Dauth.php191 $result = parent::getLang($id);
192 if ($result) return $result;
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php91 $result = array();
94 $result[] = $fileinfo;
97 return $result;
H A DZip.php77 $result = array();
80 $result[] = $fileinfo;
83 return $result;
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php41 $result = $this->smtp->setServer("localhost", "25", null);
44 $this->assertSame($this->smtp, $result);
49 $result = $this->smtp->setAuth('none', 'none');
53 $this->assertSame($this->smtp, $result);
/plugin/smtp/
H A Daction.php93 $event->result = $ok;
/plugin/htmlokalt/
H A DLICENSE192 …dditional obligations are imposed on any author or copyright holder as a result of your choosing t…
/plugin/statistics/inc/
H A DBrowscap.php126 * Flag to enable only lowercase indexes in the result.
699 $result = substr(str_replace($search, $replace, $pattern), 2, -2);
705 $num_pos = strpos($result, '(\d)');
706 $result = substr_replace($result, $one_match, $num_pos, 4);
710 return $result;
916 // Caches the result
H A DStatisticsLogger.class.php246 $result = $this->hlp->runSQL($sql);
247 if($result[0]['ip']) return;
H A DStatisticsQuery.class.php21 $result = $this->hlp->runSQL($sql);
23 if(is_array($result)) foreach($result as $row) {
38 $result = $this->hlp->runSQL($sql);
40 $data['users'] = max($result[0]['users'] - 1, 0); // subtract empty user
41 $data['sessions'] = $result[0]['sessions'];
42 $data['pageviews'] = $result[0]['views'];
43 $data['visitors'] = $result[0]['visitors'];
51 $result = $this->hlp->runSQL($sql);
52 $data['bouncerate'] = $result[
[all...]
/plugin/statistics/
H A Dhelper.php103 $result = mysqli_query($link, $sql_string);
104 if($result === false) {
113 if($result !== true) {
114 for($i = 0; $i < mysqli_num_rows($result); $i++) {
115 $temparray = mysqli_fetch_assoc($result);
118 mysqli_free_result($result);
H A Daction.php179 $result = $hlp->runSQL($sql);
180 if(is_null($result)) {
187 foreach($result as $row) {
H A Dadmin.php255 $result = $this->hlp->Query()->aggregate($this->tlimit);
259 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
265 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
278 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 15);
279 $this->html_resulttable($result);
286 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 15);
287 $this->html_resulttable($result);
294 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 15);
295 $this->html_resulttable($result);
311 $result
478 html_resulttable($result, $header = '', $pager = 0) global() argument
[all...]

12345678910>>...80