Home
last modified time | relevance | path

Searched refs:_byte_order (Results 1 – 25 of 48) sorted by relevance

12

/dports/finance/weberp/webERP/Classes/PHPExcel/Writer/Excel5/
H A DBIFFwriter.php76 private static $_byte_order; variable in PHPExcel_Writer_Excel5_BIFFwriter
115 if (!isset(self::$_byte_order)) {
127 self::$_byte_order = $byte_order;
130 return self::$_byte_order;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmconst.h442 ByteOrder _byte_order; member
451 _byte_order = LittleEndian; in bo()
456 _byte_order = BigEndian; in bo()
459 _byte_order = LittleEndian; in bo()
464 static ByteOrder byte_order() { return _bo._byte_order; } in byte_order()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmconst.h442 ByteOrder _byte_order; member
451 _byte_order = LittleEndian; in bo()
456 _byte_order = BigEndian; in bo()
459 _byte_order = LittleEndian; in bo()
464 static ByteOrder byte_order() { return _bo._byte_order; } in byte_order()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/image/
H A Dhelpers.py23 self._byte_order = (
50 fmt = '<L' if self._byte_order is LITTLE_ENDIAN else '>L'
58 fmt = b'<H' if self._byte_order is LITTLE_ENDIAN else b'>H'
/dports/www/tikiwiki/tiki-21.2/lib/sheet/excel/writer/
H A Dbiffwriter.php64 var $_byte_order; variable in Spreadsheet_Excel_Writer_BIFFwriter
92 $this->_byte_order = '';
122 $this->_byte_order = $byte_order;
H A Dworksheet.php1444 if ($this->_byte_order) // if it's Big Endian
2565 if ($this->_byte_order) // if it's Big Endian
2692 if ($this->_byte_order) // if it's Big Endian
2714 if ($this->_byte_order) // if it's Big Endian
2736 if ($this->_byte_order) // if it's Big Endian
2758 if ($this->_byte_order) // if it's Big Endian
H A Dparser.php140 var $_byte_order; variable in Spreadsheet_Excel_Writer_Parser
175 $this->_byte_order = $byte_order; // Little Endian or Big Endian
614 if ($this->_byte_order) { // if it's Big Endian
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/PEAR/Spreadsheet/Excel/Writer/
H A DBIFFwriter.php66 var $_byte_order; variable in Spreadsheet_Excel_Writer_BIFFwriter
100 $this->_byte_order = '';
133 $this->_byte_order = $byte_order;
H A DParser.php146 var $_byte_order; variable in Spreadsheet_Excel_Writer_Parser
181 $this->_byte_order = $byte_order; // Little Endian or Big Endian
615 if ($this->_byte_order) { // if it's Big Endian
/dports/www/limesurvey/limesurvey/application/third_party/pear/Spreadsheet/Excel/Writer/
H A DBIFFwriter.php68 public $_byte_order; variable in Spreadsheet_Excel_Writer_BIFFwriter
108 $this->_byte_order = '';
137 $this->_byte_order = $byte_order;
H A DParser.php148 public $_byte_order; variable in Spreadsheet_Excel_Writer_Parser
183 $this->_byte_order = $byte_order; // Little Endian or Big Endian
611 if ($this->_byte_order) { // if it's Big Endian
/dports/textproc/pear-Spreadsheet_Excel_Writer/Spreadsheet_Excel_Writer-0.9.4/Spreadsheet/Excel/Writer/
H A DBIFFwriter.php68 public $_byte_order; variable in Spreadsheet_Excel_Writer_BIFFwriter
108 $this->_byte_order = '';
137 $this->_byte_order = $byte_order;
H A DParser.php148 public $_byte_order; variable in Spreadsheet_Excel_Writer_Parser
183 $this->_byte_order = $byte_order; // Little Endian or Big Endian
611 if ($this->_byte_order) { // if it's Big Endian
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessage_1_0.java60 Message_1_0(int _magic, boolean _byte_order, byte _message_type, in Message_1_0() argument
64 byte_order = _byte_order; in Message_1_0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessage_1_0.java60 Message_1_0(int _magic, boolean _byte_order, byte _message_type, in Message_1_0() argument
64 byte_order = _byte_order; in Message_1_0()
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DBIFFwriter.pm48 _byte_order => '',
92 $self->{_byte_order} = $byte_order;
H A DFormula.pm56 _byte_order => $_[1],
515 $num = reverse $num if $self->{_byte_order};
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgcluster/
H A Dosgcluster.cpp54 _byte_order = SWAP_BYTES_COMPARE; in CameraPacket()
79 unsigned int _byte_order; member in CameraPacket
366 writeUInt(cameraPacket._byte_order); in write()
385 cameraPacket._byte_order = readUInt(); in read()
386 if (cameraPacket._byte_order != SWAP_BYTES_COMPARE) in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgcluster/
H A Dosgcluster.cpp54 _byte_order = SWAP_BYTES_COMPARE; in CameraPacket()
79 unsigned int _byte_order; member in CameraPacket
366 writeUInt(cameraPacket._byte_order); in write()
385 cameraPacket._byte_order = readUInt(); in read()
386 if (cameraPacket._byte_order != SWAP_BYTES_COMPARE) in read()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A DCluster.h121 _byte_order = SWAP_BYTES_COMPARE; in CameraPacket()
146 unsigned int _byte_order; variable
H A DCluster.cpp195 writeUInt(cameraPacket._byte_order); in write()
214 cameraPacket._byte_order = readUInt(); in read()
215 if (cameraPacket._byte_order != CameraPacket::SWAP_BYTES_COMPARE) in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A DCluster.h122 _byte_order = SWAP_BYTES_COMPARE; in CameraPacket()
147 unsigned int _byte_order; variable
H A DCluster.cpp197 writeUInt(cameraPacket._byte_order); in write()
216 cameraPacket._byte_order = readUInt(); in read()
217 if (cameraPacket._byte_order != CameraPacket::SWAP_BYTES_COMPARE) in read()
/dports/devel/py-dtfabric/dtfabric-20200621/dtfabric/runtime/
H A Ddata_maps.py542 self._byte_order = data_type_definition.byte_order
560 if self._byte_order == definitions.BYTE_ORDER_BIG_ENDIAN:
562 elif self._byte_order == definitions.BYTE_ORDER_LITTLE_ENDIAN:
593 if self._byte_order == definitions.BYTE_ORDER_BIG_ENDIAN:
596 elif self._byte_order == definitions.BYTE_ORDER_LITTLE_ENDIAN:
/dports/finance/frontaccounting/frontaccounting/reporting/includes/
H A DWorkbook.php513 var $_byte_order; variable in Spreadsheet_Excel_Writer_BIFFwriter
541 $this->_byte_order = '';
569 $this->_byte_order = $byte_order;
1952 var $_byte_order; variable in Spreadsheet_Excel_Writer_Parser
2415 if ($this->_byte_order) { // if it's Big Endian
4805 if ($this->_byte_order) { // if it's Big Endian
5941 if ($this->_byte_order) { // if it's Big Endian
6065 if ($this->_byte_order) { // if it's Big Endian
6086 if ($this->_byte_order) { // if it's Big Endian
6107 if ($this->_byte_order) { // if it's Big Endian
[all …]

12