Home
last modified time | relevance | path

Searched refs:ret (Results 176 – 200 of 351) sorted by last modified time

12345678910>>...15

/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php152 if (!$ret) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php123 $ret = $this->checkForConfiguration($n, $target, $withLoop);
124 if (null !== $ret) {
125 return $ret;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php34 …$ret = $tester->execute(['filename' => $filename], ['verbosity' => OutputInterface::VERBOSITY_VERB…
36 $this->assertEquals(0, $ret, 'Returns 0 in case of success');
46 …$ret = $tester->execute(['filename' => [$filename1, $filename2]], ['verbosity' => OutputInterface:…
48 $this->assertEquals(0, $ret, 'Returns 0 in case of success');
60 $ret = $tester->execute(['filename' => $filename], ['decorated' => false]);
62 $this->assertEquals(1, $ret, 'Returns 1 in case of error');
71 …$ret = $this->createCommandTester()->execute(['filename' => $this->createFile($yaml)], ['verbosity…
72 $this->assertSame(0, $ret, 'lint:yaml exits with code 0 in case of success');
81 $this->assertSame(0, $ret, 'lint:yaml exits with code 0 in case of success');
90 $this->assertSame(1, $ret, 'lint:yaml exits with code 1 in case of error');
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php671 $ret = $object->$method();
673 $ret = \call_user_func_array([$object, $method], $arguments);
695 return '' === $ret ? '' : new Markup($ret, $this->env->getCharset());
698 return $ret;
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php869 $ret = $this->getCurrentLineIndentation() > $currentIndentation;
875 return $ret;
976 …$ret = $this->getCurrentLineIndentation() === $currentIndentation && $this->isStringUnIndentedColl…
982 return $ret;
1010 if (false === $ret = preg_match($pattern, $subject, $matches, $flags, $offset)) {
1034 return $ret;
/plugin/sha3sum/
H A Dsyntax.php33 $ret = urlencode(substr($match,7,-2)); // trim {{SHA3> from start and }} from end
34 return $ret;
/plugin/likeit/
H A Dscript.js24 ret = ajaxedit_parse(data);
25 if (ajaxedit_checkResponse(ret)) {
26 if(ret.list && ret.count) {
27 $container.find('.plugin_likeit.list').html(ret.list);
28 $container.find('.plugin_likeit.count').html(ret.count);
/plugin/timetrack/
H A Dhelper.php1005 $ret = array(
1017 $ret['start'] = $dto->format('Y-m-d');
1019 $ret['end'] = $dto->format('Y-m-d');
1020 return $ret;
/plugin/inlineedit/
H A Dscript.js29 var ret = ajaxedit_parse(data);
30 ajaxedit_checkResponse(ret);
32 $self.html(ret.text);
/plugin/pageimage/
H A Dhelper.php46 $ret = '';
58 $ret .= '<a href="'.wl($id).'">';
61 $ret .= ' class="media'.$align.'"';
66 $ret .= ' style="';
68 $ret .= ' width:'.hsc($width);
70 $ret .= ' max-width:200px;';
74 $ret .= ' height:'.hsc($height);
76 $ret .= '" ';
77 $ret .= ' />';
78 $ret .= '</a>';
[all …]
/plugin/datepicker/
H A Dscript.js104 ret = ajaxedit_parse(data);
105 ajaxedit_checkResponse(ret);
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc741 DlgFileBrowserSearchInfo: "Saisissez une partie ou l'entièreté d'un nom",
/plugin/rowmove/
H A Dscript.js82 var ret = ajaxedit_parse(data);
83 ajaxedit_checkResponse(ret);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php370 $ret = array();
384 $ret[] = "<ul ".(!$opts['js']&&!$opts['navigation']?"style=\"display: none\""
392 $ret[] = "<ul>";
397 $ret[] = "</ul>";
401 $ret[] = "</li>";
403 return join("\n",$ret);
431 $ret = true;
435 if ($opts['level']!=0 && $lvl >= $opts['level']) $ret=false;
436 if ($opts['nons']) return $ret;
534 ,'open' => $ret );
[all …]
/plugin/fullindex/
H A Daction.php264 $ret = '';
272 $ret .= html_wikilink(':'.$item['id'].":", $name);
275 if(preg_match('#wikilink2#', $ret)) {
277 $ret = '<span>'.noNS($item['id']).'</span>';
283 $ret .= html_wikilink(':'.$item['id']);
285 $ret .= html_wikilink(':'.$item['id'], $name);
288 return $ret;
/plugin/database/
H A Ddatabase.php255 return $ret;
589 $ret='';
640 return $ret;
652 return $ret;
692 return $ret;
712 return $ret;
843 return $ret;
858 $ret = '';
885 return $ret;
2013 $ret='';
[all …]
/plugin/qrcode2/
H A Dsyntax.php56 $ret = urlencode(substr($match,9,-2)); //strip {{QRCODE> from start and }} from end
57 return $ret;
/plugin/swiftmail/Swift/Cache/
H A DOutputStream.php55 $ret = "";
57 $ret .= $bytes;
58 return $ret;
H A DDisk.php106 $ret = fread($this->open[$key], $size);
107 if ($ret !== false)
109 return $ret;
H A DJointOutputStream.php55 $ret = $this->streams[$this->pointer]->read($size);
56 if ($ret !== false)
58 return $ret;
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php207 $ret = "";
216 …$line . " of a sendmail SMTP response. The response so far was:<br />[" . $ret . "]. It appears t…
218 $ret .= trim($tmp) . "\r\n";
222 return $ret = substr($ret, 0, -2);
/plugin/swiftmail/Swift/
H A DFile.php140 $ret = fgets($this->handle);
142 else $ret = false;
146 return $ret;
155 $ret = "";
157 while (false !== $chunk = $this->read(8192, false)) $ret .= $chunk;
159 return $ret;
173 $ret = fread($this->handle, $bytes);
175 else $ret = false;
179 return $ret;
/plugin/swiftmail/lang/sv/
H A Dintro.txt5 Fyll i mottagarnas e-postadresser i formuläret nedan.
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php44 $ret = implode("\n", $this->entries);
45 if (!$return_only) echo $ret;
46 else return $ret;
/plugin/swiftmail/Swift/Message/
H A DHeaders.php495 $ret = "";
517 $ret .= $append;
522 $ret .= ";";
539 $ret .= $append;
549 $ret .= $append;
554 return $ret;
565 $ret = "";
569 $ret .= ltrim($name, ".") . ": " . $this->getEncoded($name) . $this->LE;
571 return trim($ret);

12345678910>>...15