Home
last modified time | relevance | path

Searched refs:_get_header (Results 1 – 25 of 40) sorted by relevance

12

/dports/textproc/py-tablib/tablib-3.1.0/src/tablib/formats/
H A D_jira.py22 header = cls._get_header(dataset.headers) if dataset.headers else ''
31 def _get_header(cls, headers): member in JIRAFormat
/dports/devel/p5-Devel-RingBuffer/Devel-RingBuffer-0.31/lib/Devel/RingBuffer/
H A DRing.pm149 my ($pid, $tid, $slot, $depth) = _get_header($ringaddr);
223 return _get_header($_[0]->[RINGBUF_RING_ADDR]);
456 my @hdr = _get_header($_[0]->[RINGBUF_RING_ADDR]);
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/code_creators/
H A Dinclude.py31 def _get_header(self): member in include_t
35 header = property( _get_header, _set_header )
/dports/lang/perl5.30/perl-5.30.3/cpan/Memoize/Memoize/
H A DExpire.pm78 my ($last_access, $expire_time, $num_uses_left) = _get_header($item);
117 sub _get_header { subroutine
/dports/lang/perl5.32/perl-5.32.1/cpan/Memoize/Memoize/
H A DExpire.pm78 my ($last_access, $expire_time, $num_uses_left) = _get_header($item);
117 sub _get_header { subroutine
/dports/lang/perl5.34/perl-5.34.0/cpan/Memoize/Memoize/
H A DExpire.pm78 my ($last_access, $expire_time, $num_uses_left) = _get_header($item);
117 sub _get_header { subroutine
/dports/devel/p5-Memoize/Memoize-1.03/Memoize/
H A DExpire.pm78 my ($last_access, $expire_time, $num_uses_left) = _get_header($item);
117 sub _get_header { subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Memoize/Memoize/
H A DExpire.pm78 my ($last_access, $expire_time, $num_uses_left) = _get_header($item);
117 sub _get_header { subroutine
/dports/mail/notmuch/notmuch-0.34.2/bindings/python/notmuch/
H A Dmessage.py103 _get_header = nmlib.notmuch_message_get_header variable in Message
104 _get_header.argtypes = [NotmuchMessageP, c_char_p]
105 _get_header.restype = c_char_p
263 header = Message._get_header(self._msg, _str(header))
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python/notmuch/
H A Dmessage.py103 _get_header = nmlib.notmuch_message_get_header variable in Message
104 _get_header.argtypes = [NotmuchMessageP, c_char_p]
105 _get_header.restype = c_char_p
263 header = Message._get_header(self._msg, _str(header))
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/python/notmuch/
H A Dmessage.py103 _get_header = nmlib.notmuch_message_get_header variable in Message
104 _get_header.argtypes = [NotmuchMessageP, c_char_p]
105 _get_header.restype = c_char_p
263 header = Message._get_header(self._msg, _str(header))
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/python/notmuch/
H A Dmessage.py103 _get_header = nmlib.notmuch_message_get_header variable in Message
104 _get_header.argtypes = [NotmuchMessageP, c_char_p]
105 _get_header.restype = c_char_p
263 header = Message._get_header(self._msg, _str(header))
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/python/notmuch/
H A Dmessage.py103 _get_header = nmlib.notmuch_message_get_header variable in Message
104 _get_header.argtypes = [NotmuchMessageP, c_char_p]
105 _get_header.restype = c_char_p
263 header = Message._get_header(self._msg, _str(header))
/dports/multimedia/py-soco/SoCo-0.25.2/soco/plugins/
H A Dwimp.py74 def _get_header(soap_action): function
255 headers = _get_header("search")
308 headers = _get_header("get_metadata")
/dports/math/py-Diofant/Diofant-0.13.0/diofant/utilities/
H A Dcodegen.py724 code_lines = ''.join(self._get_header() + [code_lines])
778 def _get_header(self): member in CCodeGen
934 print(''.join(self._get_header()), file=f)
979 def _get_header(self): member in FCodeGen
1159 print(''.join(self._get_header()), file=f)
1280 def _get_header(self): member in OctaveCodeGen
1386 code_lines.append(''.join(self._get_header()))
/dports/german/BBBike/BBBike-3.18/lib/GD/
H A DConvert.pm170 my($bufp, $is_gd2, $is_truecolor, $no_colors) = _get_header(\$gd);
221 my($bufp, $is_gd2, $is_truecolor, $no_colors) = _get_header(\$gd);
291 sub _get_header { subroutine
/dports/deskutils/egroupware/egroupware/api/src/Framework/
H A DMinimal.php71 $this->tpl->set_var($this->_get_header($extra));
/dports/mail/py-mailnag/mailnag-2.2.0/Mailnag/daemon/
H A Dmails.py72 sender, subject, datetime, msgid = self._get_header(msg)
112 def _get_header(self, msg_dict): member in MailCollector
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A DPDBParser.py121 self.header, coords_trailer = self._get_header(header_coords_trailer)
125 def _get_header(self, header_coords_trailer): member in PDBParser
H A DMMCIFParser.py63 self._structure_builder.set_header(self._get_header())
88 def _get_header(self): member in MMCIFParser
/dports/math/py-sympy/sympy-1.9/sympy/utilities/
H A Dcodegen.py841 code_lines = ''.join(self._get_header() + [code_lines])
886 def _get_header(self): member in CCodeGen
1059 print(''.join(self._get_header()), file=f)
1106 def _get_header(self): member in FCodeGen
1290 print(''.join(self._get_header()), file=f)
1411 def _get_header(self): member in JuliaCodeGen
1619 def _get_header(self): member in OctaveCodeGen
1728 code_lines.append(''.join(self._get_header()))
1851 def _get_header(self): member in RustCodeGen
/dports/net/py-ripe.atlas.tools/ripe.atlas.tools-2.3.0/ripe/atlas/tools/commands/
H A Dmeasurement_search.py146 print(self._get_header())
H A Dbase.py248 def _get_header(self): member in TabularFieldsMixin
/dports/biology/p5-Bio-MAGETAB/Bio-MAGETAB-1.31/lib/Bio/MAGETAB/Util/Writer/
H A DSDRF.pm136 return ( $self->_get_table(), $self->_get_header() );
297 my $header = $self->_get_header();
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/
H A Dscf.pm148 $creator->{header} = $self->_get_header($buffer);
399 sub _get_header { subroutine

12