Home
last modified time | relevance | path

Searched refs:withdrawn (Results 1 – 25 of 1753) sorted by relevance

12345678910>>...71

/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/rustsec/src/database/
H A Dquery.rs39 withdrawn: Option<bool>, field
62 .withdrawn(false) in crate_scope()
120 pub fn withdrawn(mut self, setting: bool) -> Self { in withdrawn() method
121 self.withdrawn = Some(setting); in withdrawn()
182 if let Some(withdrawn) = self.withdrawn { in matches()
183 if withdrawn != advisory.metadata.withdrawn.is_some() { in matches()
/dports/net/mrtparse/mrtparse-2.0.0/examples/
H A Dmrt2bgpdump83 self.withdrawn = []
143 for withdrawn in self.withdrawn:
146 self.print_line(withdrawn, '')
218 for withdrawn in m['bgp_message']['withdrawn_routes']:
219 self.withdrawn.append(
221 withdrawn['prefix'], withdrawn['prefix_length']
273 for withdrawn in attr['value']['withdrawn_routes']:
274 self.withdrawn.append(
276 withdrawn['prefix'], withdrawn['prefix_length']
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/data/
H A Dsrfi-data.scm29 (status withdrawn)
107 (status withdrawn)
136 (status withdrawn)
180 (status withdrawn)
215 (status withdrawn)
285 (status withdrawn)
293 (status withdrawn)
356 (status withdrawn)
444 (status withdrawn)
462 (status withdrawn)
[all …]
/dports/net/p5-Net-BGP/Net-BGP-0.17/t/
H A D30-Update.t46 ok($clone->withdrawn->[0] eq '127.0.0.0/8','Accessor: Withdrawn');
47 $clone->withdrawn->[0] = '127.0.0.0/16';
48 ok($clone->withdrawn->[0] eq '127.0.0.0/16','Accessor: Withdrawn reference');
49 $clone->withdrawn(['127.0.0.0/8']);
50 ok($clone->withdrawn->[0] eq '127.0.0.0/8','Accessor: Withdrawn modifyer');
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/bgp/message/update/
H A D__init__.py86 withdrawn = data[2 : len_withdrawn + 2]
88 if len(withdrawn) != len_withdrawn:
103 return withdrawn, attributes, announced
229 withdrawn, _attributes, announced = cls.split(data)
231 if not withdrawn:
249 while withdrawn:
250 nlri, left = NLRI.unpack_nlri(AFI.ipv4, SAFI.unicast, withdrawn, IN.WITHDRAWN, addpath)
252 withdrawn = left
/dports/mail/bbmail/bbmail-0.9.3/src/
H A Dmain.h31 bool isWithdrawn(void) { return withdrawn; } in isWithdrawn()
32 void setWithdrawn(bool _withdrawn) { withdrawn = _withdrawn; } in setWithdrawn()
56 bool withdrawn;
/dports/x11-wm/bbpager/bbpager-0.4.7/src/
H A Dmain.h31 bool isWithdrawn(void) { return withdrawn; } in isWithdrawn()
32 void setWithdrawn(bool _withdrawn) { withdrawn = _withdrawn; } in setWithdrawn()
58 bool withdrawn;
/dports/sysutils/asmem/asmem-1.12/
H A Dasmem.c27 int withdrawn = 0; variable
40 withdrawn = 0; in defaults()
95 withdrawn=1; in parsecmdline()
178 withdrawn, in main()
/dports/www/crp/CRP/Chair/
H A DModifyPaper.php32 if (!IsSet($_REQUEST[withdrawn])) {
33 $_REQUEST[withdrawn] = 0;
128 $_REQUEST[withdrawn]=$row[4];
198 <?php if ($_REQUEST[withdrawn]) echo "CHECKED"?> Yes
/dports/x11-wm/fluxter/fluxter-0.2.0/
H A Dresource.cc196 if (bbtool->withdrawn) in SizeAndPosition()
205 if (!bbtool->withdrawn) in SizeAndPosition()
212 if (!bbtool->withdrawn) in SizeAndPosition()
222 if (!bbtool->withdrawn) in SizeAndPosition()
229 if (!bbtool->withdrawn) in SizeAndPosition()
H A DBasewindow.cc49 withdrawn=options->withdrawn; in Basewindow()
/dports/x11-clocks/bbdate/bbdate-0.2.4/
H A Dresource.cc113 if (!(bbtool->withdrawn)) in SizeAndPosition()
119 bbtool->withdrawn = True; in SizeAndPosition()
121 bbtool->withdrawn = False; in SizeAndPosition()
124 bbtool->withdrawn = False; in SizeAndPosition()
138 bbtool->shape = bbtool->withdrawn; in SizeAndPosition()
/dports/www/crp/CRP/Assistant/
H A DAssistantListPapers.php157 $withdrawn = "\nWITHDRAWN "; variable
159 $withdrawn = "\n(" . $row['LENGTH(PaperStorage.paper)'] variable
177 $Conf->linkWithPaperId($title . $withdrawn . $finalized, $link, $paperId);
/dports/www/crp/CRP/Author/
H A Dcopy_authorviewpaper18 . " PaperStorage.mimetype, Paper.withdrawn, Paper.collaborators "
36 $withdrawn = $row[$i++];
39 if ($withdrawn) {
H A DModifyPaper.php33 $withdrawn=$row[1]; variable
35 if ($withdrawn) {
116 $withdrawn=$row[4]; variable
H A DAuthorViewPaper.php36 $withdrawn = $row[$i++]; variable
39 if ($withdrawn) {
H A DPaperActions.php58 $withdrawn=$row[$i++]; variable
81 if ( $withdrawn ) {
/dports/net/exabgp4/exabgp-4.2.13/qa/sbin/
H A Dbgp131 withdrawn = bytearray([_ for _ in body[2 : 2 + len_w]])
135 if not withdrawn and not announced:
144 while withdrawn:
145 cdr, withdrawn = withdrawn[0], withdrawn[1:]
149 r[index], withdrawn = withdrawn[0], withdrawn[1:]
/dports/sysutils/ascpu/ascpu-1.11/
H A Dascpu.c35 int withdrawn = 0; variable
64 withdrawn = 0; in defaults()
126 withdrawn=1; in parsecmdline()
241 withdrawn, in main()
/dports/www/crp/CRP/Reviewer/
H A DRequestedReviewsFromIndex.inc18 $result=$Conf->qe("SELECT Paper.paperId, Paper.title, Paper.withdrawn FROM Paper, ReviewRequest "
24 if ( !$row['withdrawn']) {
57 $result=$Conf->qe("SELECT Paper.paperId, Paper.title, Paper.withdrawn "
70 if ( !$row['withdrawn']) {
/dports/www/crp/CRP/PC/
H A DShowAbstract.php34 $withdrawn=$row[3]; variable
36 if ( $withdrawn ) {
/dports/devel/aegis/aegis-4.25.D510/lib/
H A Ddeu.sh77 Subject: Project ${project}$aliases: Change $change: withdrawn from review
81 It has been withdrawn for further development.
/dports/net-im/tkabber/tkabber-1.1.2/ifacetk/
H A Dsystray.tcl129 if {[cequal [wmstate .] withdrawn]} return
148 if {![cequal [wmstate .] withdrawn]} return
170 withdrawn {
189 withdrawn -
/dports/x11/bbappconf/bbappconf-0.0.2/
H A DBasewindow.cc49 withdrawn=options->withdrawn; in Basewindow()
/dports/net/p5-Net-BGP/Net-BGP-0.17/lib/Net/BGP/
H A DUpdate.pm106 $this->withdrawn(shift);
163 sub withdrawn subroutine
184 foreach my $prefix (@{$this->withdrawn})
725 my ($buffer, $withdrawn, $path_attr, $nlri);
728 $withdrawn = $this->_encode_prefix_list($this->{_withdrawn});
729 $buffer = pack('n', length($withdrawn)) . $withdrawn;

12345678910>>...71