Home
last modified time | relevance | path

Searched refs:result (Results 276 – 300 of 1997) sorted by last modified time

1...<<11121314151617181920>>...80

/plugin/imgpaste/
H A Daction.php63 $result = media_save(
74 if (is_array($result)) $this->fail(500, $result[0]);
81 'id' => $result,
84 'url' => ml($result),
H A Dscript.js18 uploadData(event.target.result);
/plugin/odtsupport/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
H A DREADME.md2 …odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT result.
H A Ddokuwiki_plugin_page.wiki4 …odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT result.
59 //Example:// <code>{{hash>TEST}}</code> will result in the following output: a96df14f8b5ccb567eede4…
81 … an underscore, this one will be allowed). E.g.: "last_change date" will result in a field named "…
96 //Example:// <code>{{pagehashtofield>pagecode}}</code> will result in an ODT field with the name "p…
116 <code>{{serverurl>\subfolder:My <PAGEHASH4> subfolder}}</code> will result in a link to the followi…
122 …tion option allows to specify that only the first occurence of them will result in setting a field…
H A Dplugin.info.txt6 …odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT result.
/plugin/usecounter/
H A Dhelper.php27 $result = [];
28 $result[] = [
35 $result[] = [
43 $result[] = [
47 return $result;
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/snow/
H A DCONTRIBUTING.md12 Removing the copyright notice will result in your pull request being rejected.
H A Dsnowstorm.js108 var result = testDiv.style[prop];
109 return (result !== undefined ? prop : null);
/plugin/structgantt/meta/
H A DGantt.php131 foreach ($this->result as $row) {
228 foreach ($this->result as $row) {
29 protected $result; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
/plugin/authdrupal8/
H A Dauth.php82 $result = $this->_queryDB($sql);
83 if($result !== false && count($result) == 1) {
84 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
183 $result = $this->_queryDB($sql);
184 if($result !== false && count($result)) {
185 $info = $result[0];
209 $result
[all...]
/plugin/twofactoraltemail/
H A Daction.php99 $result = $mail->send();
100 if (!$result) throw new \Exception($this->getLang('codesentfail'));
/plugin/edittable/lib/
H A Dhandsontable.full.js1718 result = result[name];
5414 result = shiftSeparators(result, separator);
5441 result = shiftSeparators(result, separator);
5442 result = popSeparators(result, separator);
5443 result = removeDuplicatedSeparators(result);
13842 if (result === BREAK || result === RETURN) return result;
13845 if (result === BREAK || result === RETURN) return result;
21905 if (unhandled && result.e) throw result.v;
22066 if (result.e) reject(result.v);
22079 if (result.e) reject(result.v);
[all …]
/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/pubmed2020/site/
H A Ddescription.txt36 ======Examples (code followed by a screenshot of the result)======
/plugin/pubmed2020/tests/
H A DPM15924077.nbib15 the elderly population. Cognitive impairment, as a result of Alzheimer's disease or
H A DPM15924077.ris16 …roblems which concern the elderly population. Cognitive impairment, as a result of Alzheimer's dis…
/plugin/captcha/
H A Daction.php142 $event->result = false; // login fail
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php369 $result = array();
413 $result[] = new TextExpression($extracts[$i], $this);
416 return $result;
797 $result = imagecreate(max($width, 1), max($height, 1));
798 $white = $this->getBackColor($result);
799 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
804 return $result;
828 $result = imagecreate(max($width, 1), max($height, 1));
829 $black = $this->getFontColor($result);
830 $white = $this->getBackColor($result);
[all …]
H A DMathExpression.php309 $white = $this->helper->getBackColor($result);
318 $this->image = $result;
337 $black = $this->helper->getFontColor($result);
338 $white = $this->helper->getBackColor($result);
344 $this->image = $result;
379 $this->image = $result;
414 $this->image = $result;
440 imagesetthickness($result, 1);
443 $this->image = $result;
474 imagesetthickness($result, 1);
[all …]
/plugin/advanced/lang/en/config/
H A Duserscript.txt10 [[doku>config:compress]] is enabled) and cache the result. It also instructs browsers to cache the …
/plugin/firenews/
H A Dsyntax.php212 $result = $sqlite->query("SELECT * FROM {$tablename} ORDER BY news_id DESC");
215 if ($result != NULL || $result != false) {
217 foreach ($result as $value) {
238 $result = $sqlite->query("SELECT * FROM {$tablename}
248 if ($result != NULL || $result != false) {
254 foreach ($result as $value) {
406 $result = preg_replace_callback($pattern,
413 return $result;
/plugin/s5/ui/default/
H A Dslides.js62 var result = "";
66 result += nodeValue(children[i]);
70 result = node.nodeValue;
72 return(result);
/plugin/s5/ui/dokuwiki/
H A Dslides.js62 var result = "";
66 result += nodeValue(children[i]);
70 result = node.nodeValue;
72 return(result);

1...<<11121314151617181920>>...80