Home
last modified time | relevance | path

Searched refs:lastresult (Results 1 – 25 of 70) sorted by relevance

123

/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DFTP.cpp97 wxStringTokenizer lastresult(GetLastResult(),wxT(" ")); in GetFileSize() local
98 if (lastresult.CountTokens() == 2) in GetFileSize()
101 if (!lastresult.GetNextToken().ToLong(&statuscode)) in GetFileSize()
171 if (lastresult.CountTokens() == 9) in GetFileSize()
173 wxLogDebug(lastresult.GetNextToken()); in GetFileSize()
174 wxLogDebug(lastresult.GetNextToken()); in GetFileSize()
175 wxLogDebug(lastresult.GetNextToken()); in GetFileSize()
176 wxLogDebug(lastresult.GetNextToken()); in GetFileSize()
191 if (lastresult.CountTokens() == 4) in GetFileSize()
193 lastresult.GetNextToken(); in GetFileSize()
[all …]
/dports/net-im/p5-Jabber-Lite/Jabber-Lite-0.8.1/t/
H A D02parsegood.t26 my ( $tobj, $lastresult, $pending ) = $jobj->create_and_parse( $curobj );
29 ( $lastresult, $pending ) = $tobj->parse_more( $pending );
30 if( $lastresult == -2 ){
37 if( $lastresult == 1 ){
41 print "# End of loop - $lastresult\n";
44 print "# $curobj returned $lastresult $gotinvalid X\n";
46 if( $lastresult > 0 && ! $gotinvalid ){
H A D01parsebad.t26 my ( $tobj, $lastresult, $pending ) = $jobj->create_and_parse( $curobj );
29 ( $lastresult, $pending ) = $tobj->parse_more( $pending );
30 if( $lastresult == -2 ){
36 my $throwout = $jobj->get_latest() if( $lastresult == 1 );
40 print "# $curobj returned $lastresult $gotinvalid X\n";
45 }elsif( $lastresult != 1 ){
/dports/graphics/gphoto2/gphoto2-2.5.26/tests/
H A Dtestcamera.pl24 my @lastresult = ();
34 @lastresult = ();
43 push @lastresult, $_;
47 die "camera crashed?" if (grep /No camera found/, @lastresult);
48 die "camera crashed?" if (grep /No such device/, @lastresult);
157 my @abilities = @lastresult;
169 my @allconfig = @lastresult;
181 foreach (@lastresult) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cron/class/
H A Dcronjob.class.php81 public $lastresult; variable in Cronjob
150 if (isset($this->lastresult)) $this->lastresult = trim($this->lastresult);
368 $this->lastresult = $obj->lastresult;
503 $line->lastresult = $obj->lastresult;
558 if (isset($this->lastresult)) $this->lastresult = trim($this->lastresult);
789 $this->lastresult = '';
981 $this->lastresult = '';
1004 $this->lastresult = -1;
1018 $this->lastresult = -1;
1027 $this->lastresult = -1;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/cron/class/
H A Dcronjob.class.php113 public $lastresult; variable in Cronjob
236 $this->lastresult = trim($this->lastresult);
470 $this->lastresult = $obj->lastresult;
609 $line->lastresult = $obj->lastresult;
687 $this->lastresult = trim($this->lastresult);
930 $this->lastresult = '';
1123 $this->lastresult = '';
1146 $this->lastresult = -1;
1431 } elseif ($lastresult) {
1448 if ($this->lastresult) {
[all …]
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dt-mapstrings.c44 const char *lastresult; in test_map_static_macro_string() member
73 if (!tests[testno].lastresult) in test_map_static_macro_string()
74 tests[testno].lastresult = result; in test_map_static_macro_string()
85 if (result != tests[testno].lastresult) in test_map_static_macro_string()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/rdoff/
H A Drdlib.c65 static int lastresult = -1; in rdl_verify() local
67 if (lastresult != -1 && !strcmp(filename, lastverified)) in rdl_verify()
68 return lastresult; in rdl_verify()
74 return (rdl_error = lastresult = 1); in rdl_verify()
101 return rdl_error = lastresult = 2; in rdl_verify()
104 return rdl_error = lastresult = 3; in rdl_verify()
111 return lastresult = 0; /* library in correct format */ in rdl_verify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/rdoff/
H A Drdlib.c64 static int lastresult = -1; in rdl_verify() local
66 if (lastresult != -1 && !strcmp(filename, lastverified)) in rdl_verify()
67 return lastresult; in rdl_verify()
73 return (rdl_error = lastresult = 1); in rdl_verify()
100 return rdl_error = lastresult = 2; in rdl_verify()
103 return rdl_error = lastresult = 3; in rdl_verify()
110 return lastresult = 0; /* library in correct format */ in rdl_verify()
/dports/devel/nasm/nasm-2.15.05/rdoff/
H A Drdlib.c64 static int lastresult = -1; in rdl_verify() local
66 if (lastresult != -1 && !strcmp(filename, lastverified)) in rdl_verify()
67 return lastresult; in rdl_verify()
73 return (rdl_error = lastresult = 1); in rdl_verify()
100 return rdl_error = lastresult = 2; in rdl_verify()
103 return rdl_error = lastresult = 3; in rdl_verify()
110 return lastresult = 0; /* library in correct format */ in rdl_verify()
/dports/misc/nut/nut-20.1/
H A Dutil.c100 float lastresult = *result; in get_qty() local
102 if ( lastresult <= 0 ) lastresult = 1; in get_qty()
117 else if (strchr(buff,'d') != NULL || strchr(buff,'D') != NULL) { screen(); *result = lastresult; } in get_qty()
118 …(strchr(buff,'p') != NULL || strchr(buff,'P') != NULL) { screen_previous(); *result = lastresult; } in get_qty()
173 float lastresult = *result; in get_select() local
174 if ( lastresult <= 0 ) lastresult = 1; in get_select()
/dports/games/tycho/tycho/
H A Dpspace.c10 return paddr==0 ? p->lastresult : p->mem[paddr]; in pspace_get()
18 p->lastresult = val; in pspace_set()
27 p->lastresult = 0; in pspace_clear()
/dports/games/tycho/species/
H A Dpspace.c10 return paddr==0 ? p->lastresult : p->mem[paddr]; in pspace_get()
18 p->lastresult = val; in pspace_set()
27 p->lastresult = 0; in pspace_clear()
/dports/games/species/tycho/
H A Dpspace.c10 return paddr==0 ? p->lastresult : p->mem[paddr]; in pspace_get()
18 p->lastresult = val; in pspace_set()
27 p->lastresult = 0; in pspace_clear()
/dports/games/species/species/
H A Dpspace.c10 return paddr==0 ? p->lastresult : p->mem[paddr]; in pspace_get()
18 p->lastresult = val; in pspace_set()
27 p->lastresult = 0; in pspace_clear()
/dports/games/exhaust/exhaust-1.9.2/
H A Dpspace.c10 return paddr==0 ? p->lastresult : p->mem[paddr]; in pspace_get()
18 p->lastresult = val; in pspace_set()
27 p->lastresult = 0; in pspace_clear()
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dpspace.c10 return paddr==0 ? p->lastresult : p->mem[paddr]; in pspace_get()
18 p->lastresult = val; in pspace_set()
27 p->lastresult = 0; in pspace_clear()
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dpspace.c10 return paddr==0 ? p->lastresult : p->mem[paddr]; in pspace_get()
18 p->lastresult = val; in pspace_set()
27 p->lastresult = 0; in pspace_clear()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/agent/
H A DpgaJob.h97 return lastresult; in GetLastresult()
101 lastresult = s; in iSetLastresult()
159 wxString lastresult, jobclass, currentAgent, hostAgent; variable
/dports/net/py-impacket/impacket-0.9.17/impacket/examples/ntlmrelayx/clients/
H A Dhttprelayclient.py42 self.lastresult = None
94 self.lastresult = res.read()
114 self.lastresult = None
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cron/
H A Dlist.php155 if ($object->lastresult >= 0) setEventMessages($langs->trans("JobFinished"), null, 'mesgs');
439 $object->lastresult = $obj->lastresult;
523 if ($obj->lastresult != '') {
524 if (empty($obj->lastresult)) print $obj->lastresult;
525 else print '<span class="error">'.dol_trunc($obj->lastresult).'</div>';
H A Dcard.php117 if ($object->lastresult > 0) setEventMessages($langs->trans("JobFinished"), null, 'warnings');
685 if ($object->lastresult) print '<span class="error">';
686 print $object->lastresult;
687 if ($object->lastresult) print '</span>';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/cron/
H A Dlist.php163 if ($object->lastresult >= 0) {
491 $object->lastresult = $obj->lastresult;
592 if ($obj->lastresult != '') {
593 if (empty($obj->lastresult)) {
594 print $obj->lastresult;
596 print '<span class="error">'.dol_trunc($obj->lastresult).'</div>';
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_emailcollector_emailcollector.sql33 lastresult varchar(255), field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_emailcollector_emailcollector.sql33 lastresult varchar(255), field

123