Home
last modified time | relevance | path

Searched refs:_attribs (Results 1 – 25 of 96) sorted by relevance

1234

/dports/databases/libdbi/libdbi-0.9.0/drivers/example/
H A Ddbd_example.c248 unsigned int _attribs = 0; in _translate_example_type() local
253 _attribs |= DBI_INTEGER_SIZE1; in _translate_example_type()
259 _attribs |= DBI_INTEGER_SIZE2; in _translate_example_type()
263 _attribs |= DBI_INTEGER_SIZE3; in _translate_example_type()
267 _attribs |= DBI_INTEGER_SIZE4; in _translate_example_type()
271 _attribs |= DBI_INTEGER_SIZE8; in _translate_example_type()
276 _attribs |= DBI_DECIMAL_SIZE4; in _translate_example_type()
280 _attribs |= DBI_DECIMAL_SIZE8; in _translate_example_type()
285 _attribs |= DBI_DATETIME_DATE; in _translate_example_type()
289 _attribs |= DBI_DATETIME_TIME; in _translate_example_type()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/dialogs/
H A Ddialogs_create_char.cpp36 Common::fill(&_attribs[0], &_attribs[TOTAL_ATTRIBUTES], 0); in CreateCharacterDialog()
339 Common::fill(&_attribs[0], &_attribs[TOTAL_ATTRIBUTES], 0); in rollAttributes()
362 && _attribs[PERSONALITY] >= 13 && _attribs[ENDURANCE] >= 13; in checkClass()
363 _allowedClasses[CLASS_ARCHER] = _attribs[INTELLECT] >= 13 && _attribs[ACCURACY] >= 13; in checkClass()
367 _allowedClasses[CLASS_NINJA] = _attribs[SPEED] >= 13 && _attribs[ACCURACY] >= 13; in checkClass()
369 _allowedClasses[CLASS_DRUID] = _attribs[INTELLECT] >= 15 && _attribs[PERSONALITY] >= 15; in checkClass()
370 _allowedClasses[CLASS_RANGER] = _attribs[INTELLECT] >= 12 && _attribs[PERSONALITY] >= 12 in checkClass()
371 && _attribs[ENDURANCE] >= 12 && _attribs[SPEED] >= 12; in checkClass()
412 _attribs[MIGHT], _attribs[INTELLECT], _attribs[PERSONALITY], in newCharDetails()
413 _attribs[ENDURANCE], _attribs[SPEED], _attribs[ACCURACY], _attribs[LUCK], in newCharDetails()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/dialogs/
H A Ddialogs_create_char.cpp36 Common::fill(&_attribs[0], &_attribs[TOTAL_ATTRIBUTES], 0); in CreateCharacterDialog()
334 Common::fill(&_attribs[0], &_attribs[TOTAL_ATTRIBUTES], 0); in rollAttributes()
357 && _attribs[PERSONALITY] >= 13 && _attribs[ENDURANCE] >= 13; in checkClass()
358 _allowedClasses[CLASS_ARCHER] = _attribs[INTELLECT] >= 13 && _attribs[ACCURACY] >= 13; in checkClass()
362 _allowedClasses[CLASS_NINJA] = _attribs[SPEED] >= 13 && _attribs[ACCURACY] >= 13; in checkClass()
364 _allowedClasses[CLASS_DRUID] = _attribs[INTELLECT] >= 15 && _attribs[PERSONALITY] >= 15; in checkClass()
365 _allowedClasses[CLASS_RANGER] = _attribs[INTELLECT] >= 12 && _attribs[PERSONALITY] >= 12 in checkClass()
366 && _attribs[ENDURANCE] >= 12 && _attribs[SPEED] >= 12; in checkClass()
407 _attribs[MIGHT], _attribs[INTELLECT], _attribs[PERSONALITY], in newCharDetails()
408 _attribs[ENDURANCE], _attribs[SPEED], _attribs[ACCURACY], _attribs[LUCK], in newCharDetails()
[all …]
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/msql/
H A Ddbd_msql.c367 unsigned int _attribs = 0; in _translate_msql_type() local
372 _attribs |= DBI_INTEGER_UNSIGNED; in _translate_msql_type()
376 _attribs |= DBI_INTEGER_SIZE3; in _translate_msql_type()
384 _attribs |= DBI_INTEGER_SIZE8; in _translate_msql_type()
392 _attribs |= DBI_INTEGER_SIZE1; in _translate_msql_type()
400 _attribs |= DBI_INTEGER_SIZE2; in _translate_msql_type()
405 _attribs |= DBI_INTEGER_SIZE1; in _translate_msql_type()
419 _attribs |= DBI_DATETIME_DATE; in _translate_msql_type()
423 _attribs |= DBI_DATETIME_TIME; in _translate_msql_type()
428 _attribs |= DBI_DECIMAL_SIZE4; in _translate_msql_type()
[all …]
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/firebird/
H A Dutility.c160 unsigned int _attribs = 0;
173 _attribs |= DBI_INTEGER_SIZE2;
177 _attribs |= DBI_INTEGER_SIZE4;
181 _attribs |= DBI_INTEGER_SIZE8;
185 _attribs |= DBI_DECIMAL_SIZE4;
189 _attribs |= DBI_DECIMAL_SIZE8;
193 _attribs |= DBI_DATETIME_TIME; in dbd_encoding_to_iana()
194 _attribs |= DBI_DATETIME_DATE;
198 _attribs |= DBI_DATETIME_TIME;
202 _attribs |= DBI_DATETIME_DATE;
[all …]
/dports/devel/py-wlc/wlc-1.12/wlc/
H A D__init__.py365 self._attribs = {}
395 self._attribs[key] = value
399 if attrib in self._data or attrib in self._attribs:
477 return self._attribs["repository_url"]
558 data = self.weblate.get(self._attribs["statistics_url"])
564 url = self._attribs["languages_url"]
624 self._attribs["statistics_url"], TranslationStatistics
629 return self._attribs["lock_url"]
704 data = self.weblate.get(self._attribs["statistics_url"])
715 url = self._attribs["file_url"]
[all …]
/dports/textproc/libfolia/libfolia-2.10/include/libfolia/
H A Dfolia_metadata.h60 { _attribs[a] = v; }; in add_av()
62 return _attribs; in get_avs()
65 auto const& it = _attribs.find( at ); in get_val()
66 if ( it != _attribs.end() ){ in get_val()
73 KWargs _attribs;
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/lldxf/
H A Dattributes.py206 self._attribs: Dict[str, DXFAttr] = dict()
210 self._attribs[name] = dxfattrib
215 self._attribs[dxfattrib.alias] = alias
218 return name in self._attribs
221 return self._attribs.get(key)
225 for name, attrib in self._attribs.items():
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/mysql/
H A Ddbd_mysql.c730 unsigned int _attribs = 0; in _translate_mysql_type() local
735 _attribs |= DBI_INTEGER_SIZE1; in _translate_mysql_type()
741 _attribs |= DBI_INTEGER_SIZE2; in _translate_mysql_type()
745 _attribs |= DBI_INTEGER_SIZE3; in _translate_mysql_type()
749 _attribs |= DBI_INTEGER_SIZE4; in _translate_mysql_type()
757 _attribs |= DBI_INTEGER_SIZE8; in _translate_mysql_type()
762 _attribs |= DBI_DECIMAL_SIZE4; in _translate_mysql_type()
766 _attribs |= DBI_DECIMAL_SIZE8; in _translate_mysql_type()
771 _attribs |= DBI_DATETIME_DATE; in _translate_mysql_type()
775 _attribs |= DBI_DATETIME_TIME; in _translate_mysql_type()
[all …]
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/pgsql/
H A Ddbd_pgsql.c710 unsigned int _attribs = 0; in _translate_postgresql_type() local
716 _attribs |= DBI_INTEGER_SIZE1; in _translate_postgresql_type()
720 _attribs |= DBI_INTEGER_SIZE2; in _translate_postgresql_type()
724 _attribs |= DBI_INTEGER_SIZE4; in _translate_postgresql_type()
728 _attribs |= DBI_INTEGER_SIZE8; in _translate_postgresql_type()
732 _attribs |= DBI_INTEGER_SIZE8; in _translate_postgresql_type()
738 _attribs |= DBI_DECIMAL_SIZE4; in _translate_postgresql_type()
742 _attribs |= DBI_DECIMAL_SIZE8; in _translate_postgresql_type()
757 _attribs |= DBI_DATETIME_DATE; in _translate_postgresql_type()
758 _attribs |= DBI_DATETIME_TIME; in _translate_postgresql_type()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dasxparser.c100 asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs) { in asx_parse_attribs() argument
153 *_attribs = attribs; in asx_parse_attribs()
163 char** _element,char** _body,char*** _attribs) { in asx_get_element() argument
177 *_attribs = NULL; in asx_get_element()
364 n_attrib = asx_parse_attribs(parser,attribs,_attribs); in asx_get_element()
373 *_attribs = NULL; in asx_get_element()
448 asx_parse_entryref(ASX_Parser_t* parser,char* buffer,char** _attribs) { in asx_parse_entryref() argument
458 href = asx_get_attrib("HREF",_attribs); in asx_parse_entryref()
485 asx_parse_entry(ASX_Parser_t* parser,char* buffer,char** _attribs) { in asx_parse_entry() argument
522 asx_parse_repeat(ASX_Parser_t* parser,char* buffer,char** _attribs) { in asx_parse_repeat() argument
[all …]
H A Dasxparser.h50 char** _element,char** _body,char*** _attribs);
53 asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dasxparser.c100 asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs) { in asx_parse_attribs() argument
153 *_attribs = attribs; in asx_parse_attribs()
163 char** _element,char** _body,char*** _attribs) { in asx_get_element() argument
177 *_attribs = NULL; in asx_get_element()
364 n_attrib = asx_parse_attribs(parser,attribs,_attribs); in asx_get_element()
373 *_attribs = NULL; in asx_get_element()
448 asx_parse_entryref(ASX_Parser_t* parser,char* buffer,char** _attribs) { in asx_parse_entryref() argument
458 href = asx_get_attrib("HREF",_attribs); in asx_parse_entryref()
485 asx_parse_entry(ASX_Parser_t* parser,char* buffer,char** _attribs) { in asx_parse_entry() argument
522 asx_parse_repeat(ASX_Parser_t* parser,char* buffer,char** _attribs) { in asx_parse_repeat() argument
[all …]
H A Dasxparser.h50 char** _element,char** _body,char*** _attribs);
53 asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs);
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/freetds/
H A Ddbd_freetds.c873 unsigned int _attribs = 0; in _translate_freetds_type() local
880 _attribs |= DBI_INTEGER_SIZE8; in _translate_freetds_type()
884 _attribs |= DBI_INTEGER_SIZE4; in _translate_freetds_type()
888 _attribs |= DBI_INTEGER_SIZE2; in _translate_freetds_type()
893 _attribs |= DBI_INTEGER_SIZE1; in _translate_freetds_type()
897 _attribs |= DBI_DATETIME_DATE; in _translate_freetds_type()
898 _attribs |= DBI_DATETIME_TIME; in _translate_freetds_type()
902 _attribs |= DBI_DATETIME_DATE; in _translate_freetds_type()
903 _attribs |= DBI_DATETIME_TIME; in _translate_freetds_type()
907 _attribs |= DBI_DECIMAL_SIZE4; in _translate_freetds_type()
[all …]
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/db2/
H A Ddbd_db2.c715 unsigned int _attribs = 0;
729 _attribs |= DBI_INTEGER_SIZE1;
733 _attribs |= DBI_INTEGER_SIZE4;
737 _attribs |= DBI_INTEGER_SIZE8;
741 _attribs |= DBI_INTEGER_SIZE2;
745 _attribs |= DBI_DECIMAL_SIZE4;
749 _attribs |= DBI_DECIMAL_SIZE4;
753 _attribs |= DBI_DECIMAL_SIZE8;
757 _attribs |= DBI_DATETIME_DATE;
761 _attribs = DBI_DATETIME_TIME;
[all …]
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/sqlite/
H A Ddbd_sqlite.c1150 unsigned int _attribs = 0; in _translate_sqlite_type() local
1155 _attribs |= DBI_INTEGER_SIZE1; in _translate_sqlite_type()
1161 _attribs |= DBI_INTEGER_SIZE2; in _translate_sqlite_type()
1165 _attribs |= DBI_INTEGER_SIZE3; in _translate_sqlite_type()
1169 _attribs |= DBI_INTEGER_SIZE4; in _translate_sqlite_type()
1173 _attribs |= DBI_INTEGER_SIZE8; in _translate_sqlite_type()
1178 _attribs |= DBI_DECIMAL_SIZE4; in _translate_sqlite_type()
1182 _attribs |= DBI_DECIMAL_SIZE8; in _translate_sqlite_type()
1187 _attribs |= DBI_DATETIME_DATE; in _translate_sqlite_type()
1191 _attribs |= DBI_DATETIME_TIME; in _translate_sqlite_type()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/View/Helper/
H A DHtmlPage.php53 protected $_attribs = array('classid' => self::ATTRIB_CLASSID); variable in Zend_View_Helper_HtmlPage
67 $attribs = array_merge($this->_attribs, $attribs);
H A DGravatar.php87 protected $_attribs; variable in Zend_View_Helper_Gravatar
273 return $this->_attribs;
288 $this->_attribs = $attribs;
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Form/
H A DDisplayGroup.php36 protected $_attribs = array(); variable in Zend_Form_DisplayGroup
200 $this->_attribs[$key] = $value;
241 if (!isset($this->_attribs[$key])) {
245 return $this->_attribs[$key];
255 return $this->_attribs;
266 if (array_key_exists($key, $this->_attribs)) {
267 unset($this->_attribs[$key]);
281 $this->_attribs = array();
/dports/finance/kraft/kraft-0.97/tests/
H A Dt_metaparser.cpp47 QVERIFY(tadd._attribs.size() == 2); in goodParser()
48 QVariant rr(tadd._attribs.value("RedRider")); in goodParser()
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/drivers/sqlite3/
H A Ddbd_sqlite3.c1607 unsigned int _attribs = 0; in _translate_sqlite3_type() local
1612 _attribs |= DBI_INTEGER_SIZE1; in _translate_sqlite3_type()
1618 _attribs |= DBI_INTEGER_SIZE2; in _translate_sqlite3_type()
1622 _attribs |= DBI_INTEGER_SIZE3; in _translate_sqlite3_type()
1626 _attribs |= DBI_INTEGER_SIZE4; in _translate_sqlite3_type()
1630 _attribs |= DBI_INTEGER_SIZE8; in _translate_sqlite3_type()
1635 _attribs |= DBI_DECIMAL_SIZE4; in _translate_sqlite3_type()
1639 _attribs |= DBI_DECIMAL_SIZE8; in _translate_sqlite3_type()
1644 _attribs |= DBI_DATETIME_DATE; in _translate_sqlite3_type()
1648 _attribs |= DBI_DATETIME_TIME; in _translate_sqlite3_type()
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/docwriter/
H A Ddotgraph.py287 self._attribs = attribs
293 return self._attribs[attr]
297 self._attribs.pop('label')
301 self._attribs[attr] = val
307 attribs = ['%s="%s"' % (k,v) for (k,v) in self._attribs.items()
325 self._attribs = attribs
328 return self._attribs[attr]
331 self._attribs[attr] = val
338 attribs = self._attribs.copy()
794 attribs = ['%s="%s"' % (k,v) for (k,v) in self._attribs.items()]
[all …]
/dports/math/curv/curv-0.5/libcurv/viewer/
H A DvertexLayout.cc7 VertexLayout::VertexLayout(std::vector<VertexAttrib> _attribs) : m_attribs(_attribs), m_stride(0), … in VertexLayout() argument
/dports/accessibility/caribou/caribou-0.4.21/tools/
H A Dmake_schema.py29 def _attribs(self, e): member in SchemasMaker
41 fp.write('%s<%s%s>\n' % (' '*indent*2, e.tagName, self._attribs(e)))

1234