Home
last modified time | relevance | path

Searched refs:result (Results 1751 – 1775 of 1997) sorted by path

1...<<71727374757677787980

/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/structgroupby/syntax/
H A Done.php70 $result = $search->execute();
71 foreach ($result as $rownum => $row) {
/plugin/structnotification/action/
H A Dnotification.php109 $result = $search->execute();
113 for ($i=0; $i<count($result); $i++) {
114 $values = $result[$i];
/plugin/structodt/
H A Dhelper.php240 $result = $search->execute();
241 return $result;
263 $result = $search->execute();
264 return $result[0];
/plugin/structpublish/meta/
H A DAssignments.php269 $result = array();
274 if (!isset($result[$pid])) {
275 $result[$pid] = array();
277 $result[$pid][$user][$status] = (bool) $row['assigned'];
280 return $result;
/plugin/structrowcolor/
H A Dstruct.php89 $result = $searchConfig->execute();
90 foreach ($result as $rownum => $row) {
/plugin/styler/syntax/
H A Dverse.php127 … $result = preg_replace("/\b([A-H][#]?[m]?[75]?)\b/m", "<span>\\1</span>", $data[0]);
128 $renderer->doc .= htmlspecialchars($result);
/plugin/subjectindex/inc/
H A Dcommon.php71 $result = array($path, $pid );
73 $result = array(null, null);
75 return $result;
84 $result = $this->current($get_section);
85 return $result;
/plugin/subjectindex/plugins/
H A DEntryVerse.php76 $result = '';
81 $result = $this->verses[$this->book_index[$book][$chapter] + $verse];
83 return $result;
H A Dbible_verses.txt1030 And the result was that as her soul was going out (because she died) she called his name Ben-o'ni; …
1227 And the plenty once in the land will not be known as a result of that famine afterward, because it …
5721 It is not in the heavens, so as to result in saying, 'Who will ascend for us into the heavens and g…
17020 The result of humility [and] the fear of Jehovah is riches and glory and life.
24299 For he cured many, with the result that all those who had grievous diseases were falling upon him t…
28022 if truly God is one, who will declare circumcised people righteous as a result of faith and uncircu…
28025 If, for instance, Abraham were declared righteous as a result of works, he would have ground for bo…
28049 Therefore, now that we have been declared righteous as a result of faith, let us enjoy peace with G…
28066 …through one trespass the result to men of all sorts was condemnation, likewise also through one ac…
29168 For our part we by spirit are eagerly waiting for the hoped-for righteousness as a result of faith.
[all …]
/plugin/submgr/
H A Daction.php57 if (!$event->result) return;
/plugin/supa/helper/
H A Dhelper.php22 $result = array();
23 $result[] = array(
30 return $result;
/plugin/svgimg2/
H A Dhelper.php26 $result = array();
27 return $result;
/plugin/swfobject/
H A Dsyntax.php234 $result = ''; // we store the final result here
244 $result .= $s{$i};
282 $result .= substr($s,$i,$j+1);
298 $result .= substr($s,$i,$j+1);
313 $result .= substr($s,$i,$j+1);
328 $lch = substr($result,-1);
339 $result .= $ch;
343 return trim($result);
/plugin/swiftmail/Swift/Plugin/VerboseSending/
H A DAbstractView.php25 abstract public function paintResult($address, $result); argument
H A DDefaultView.php34 public function paintResult($address, $result) argument
37 $color = $result ? "#51c45f" : "#d67d71";
38 $result_text = $result ? "PASS" : "FAIL";
/plugin/swiftmail/
H A Daction.php135 $event->result = $ok;
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js47 {var result=document.createElement(name);result.highlighter=this;return result;}
73 {var lines=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos…
82 result+=ProcessLine(lines[i],tabSize)+'\n';return result;}
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js247 var result = document.createElement(name);
248 result.highlighter = this;
249 return result;
340 var result = '';
381 result += ProcessLine(lines[i], tabSize) + '\n';
383 return result;
/plugin/syntaxhighlighter3/
H A DREADME.md100 Expected result:
154 Expected result:
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee42 result = {}
46 result[varName] = readFile file
48 result
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushBash.js27 result = []
30result.push(new constructor(match.here_doc, match.index + match[0].indexOf(match.here_doc), 'strin…
33 result.push(new constructor(match.full_tag, match.index, 'preprocessor'));
36result.push(new constructor(match.end_tag, match.index + match[0].lastIndexOf(match.end_tag), 'pre…
37 return result;
H A DshBrushXml.js29 result = []
43 result.push(new constructor(attributes.name, match.index + attributes.index, 'color1'));
44result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].index…
50 result.push(
54 return result;
H A DshCore.js1529 result = []
1692 return result;
1835 return result;
1846 return result == null ? value : result;
1929 result = null
2010 result = {},
2108 result = '0' + result;
2347 result = []
2514 result
2567 return toBoolean(result == null ? defaultValue : result);
[all …]
H A DshLegacy.js59 result = null,

1...<<71727374757677787980