Home
last modified time | relevance | path

Searched refs:_column (Results 151 – 175 of 646) sorted by relevance

12345678910>>...26

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A DASTPath.h45 _doc(doc), _line(0), _column(0) in ASTPath()
68 int _column; variable
/dports/textproc/p5-HTML-Tidy/HTML-Tidy-1.60/lib/HTML/Tidy/
H A DMessage.pm46 _column => $column,
136 sub column { my $self = shift; return $self->{_column} }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Json/src/System/Json/
H A DJavaScriptReader.cs16 private int _line = 1, _column = 0; field in System.Runtime.Serialization.Json.JavaScriptReader
157 _column = 0; in ReadChar()
166 _column++; in ReadChar()
431 … return new ArgumentException(SR.Format(SR.ArgumentException_MessageAt, msg, _line, _column)); in JsonError()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DynamicData/DynamicData/
H A DDynamicControl.cs25 private MetaColumn _column; field in System.Web.DynamicData.DynamicControl
71 return _column;
74 _column = value;
145 _column = value as MetaColumn;
/dports/textproc/p5-HTML-Tidy5/HTML-Tidy5-1.06/lib/HTML/Tidy5/
H A DMessage.pm42 _column => $column,
109 sub column { my $self = shift; return $self->{_column} }
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DElementDataGridCell.cpp48 void ElementDataGridCell::Initialise(int _column, Core::Element* _header) in Initialise() argument
50 column = _column; in Initialise()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/
H A DEdmSchemaError.cs26 private int _column = -1; field in System.Data.Metadata.Edm.EdmSchemaError
101 _column = column; in Initialize()
196 return _column;
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalasourcelocation.c35 gint _column) in vala_source_location_init() argument
40 (*self).column = _column; in vala_source_location_init()
/dports/devel/pytype/pytype-2021.9.9/pytype/pyi/
H A Dtypes.py26 self._column = column
44 self._column = getattr(node, "col_offset", None)
65 if self._column and self._text:
70 pos = indent + (self._column - 1) - (len(self._text) - len(stripped))
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/gtkutil/
H A DTreeModel.cpp149 …_selection(selection), _needle(0), _path(NULL), _model(NULL), _column(column), _searchForInt(false) in SelectionFinder()
154 _selection(""), _needle(needle), _path(NULL), _model(NULL), _column(column), _searchForInt(true) in SelectionFinder()
190 if (TreeModel::getInt(model, iter, self->_column) == self->_needle) { in forEach()
198 if (TreeModel::getString(model, iter, self->_column) == self->_selection) { in forEach()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/protobuf/
H A Dtext_format.py91 self._column = column
97 return self._column
1031 self._column = 0
1057 while len(self._current_line) <= self._column:
1066 self._column = 0
1075 self._column += length
1115 just_started = self._line == 0 and self._column == 0
1327 self._previous_column = self._column
1329 self._column += len(self.token)
1336 match = self._TOKEN.match(self._current_line, self._column)
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/KeyListOps/
H A DKeyListOpsMethods.cpp16 _column(1), in KeyListOpsMethods()
27 _column(column), in KeyListOpsMethods()
342 const string &retVal = (*_iter)->getField(_column); in getColVal()
348 const string &strVal = (*_iter)->getField(_column); in getColValNum()
355 s << _column; in getColValNum()
/dports/math/minizinc/libminizinc-2.5.5/lib/
H A Djson_parser.cpp87 Location loc(_filename, _line, _column, _line, _column); in errLocation()
98 _column += sizeof(buf); in readToken()
110 _column = 0; in readToken()
135 _column += sizeof(rest); in readToken()
145 _column += sizeof(rest); in readToken()
155 _column += sizeof(rest); in readToken()
675 _column = 0; in parse()
684 _column = 0; in parseFromString()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/query_builder/update_statement/
H A Dchangeset.rs53 _column: self.left, in as_changeset()
61 _column: Col, field
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/nodejs/jones-ndb/impl/src/ndb/
H A DColumnHandler.cpp46 const NdbDictionary::Column *_column, in init() argument
48 column = _column; in init()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/query_builder/update_statement/
H A Dchangeset.rs53 _column: self.left, in as_changeset()
61 _column: Col, field
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dsql_dbcreator.c445 t_column * _column = NULL; in load_db_layout() local
569 _column = create_column(column,value,mode,extra_cmd_escaped); in load_db_layout()
571 table_add_column(_table,_column); in load_db_layout()
572 _column = NULL; in load_db_layout()
653 char _column[1024]; in sql_dbcreator() local
737 sscanf(column->name,"%s",_column); //get column name without format infos in sql_dbcreator()
738 sprintf(query,"INSERT INTO %s (%s) VALUES (%s)",table->name,_column,column->value); in sql_dbcreator()
/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DXMLStreamParser.cpp127 _column = 0; in init()
560 _column = XML_GetCurrentColumnNumber(_parser); in nextBody()
735 p._column = XML_GetCurrentColumnNumber(p._parser); in handleStartElement()
744 p._column = XML_GetCurrentColumnNumber(p._parser); in handleStartElement()
823 p._column = XML_GetCurrentColumnNumber(p._parser); in handleEndElement()
863 p._column = XML_GetCurrentColumnNumber(p._parser); in handleCharacters()
888 p._column = XML_GetCurrentColumnNumber(p._parser); in handleCharacters()
/dports/www/tikiwiki/tiki-21.2/lib/sheet/include/org/apicnet/io/OOo/objOOo/
H A DOOoTable.php37 var $_column; variable in OOoTable
65 $this -> _column = $column;
206 if ($column < $this->_column && $row < $this->_row) {
283 for($j = 0; $j < $this->_column; $j++){
304 $tableColumnNode->setAttribute("table:number-columns-repeated", $this->_column);
/dports/lang/elixir-devel/elixir-1.13.1/lib/eex/lib/eex/
H A Dtokenizer.ex74 {:ok, _line, _column, warnings, tokens} ->
94 defp tokenize('\n' ++ t, line, _column, opts, buffer, acc) do
123 defp expr('\n' ++ t, line, _column, opts, buffer) do
181 defp tokenize_text([{_line, _column}], acc) do
203 defp trim_init([?\r, ?\n | t], line, _column, opts),
206 defp trim_init([?\n | t], line, _column, opts),
/dports/finance/electrum/Electrum-4.1.5/packages/google/protobuf/
H A Dtext_format.py93 self._column = column
99 return self._column
1259 self._column = 0
1285 while len(self._current_line) <= self._column:
1294 self._column = 0
1303 self._column += length
1343 just_started = self._line == 0 and self._column == 0
1548 self._line + 1, self._column + 1)
1556 self._previous_column = self._column
1558 self._column += len(self.token)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/protobuf/
H A Dtext_format.py93 self._column = column
99 return self._column
1250 self._column = 0
1276 while len(self._current_line) <= self._column:
1285 self._column = 0
1294 self._column += length
1334 just_started = self._line == 0 and self._column == 0
1539 self._line + 1, self._column + 1)
1547 self._previous_column = self._column
1549 self._column += len(self.token)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/google/protobuf/
H A Dtext_format.py93 self._column = column
99 return self._column
1250 self._column = 0
1276 while len(self._current_line) <= self._column:
1285 self._column = 0
1294 self._column += length
1334 just_started = self._line == 0 and self._column == 0
1539 self._line + 1, self._column + 1)
1547 self._previous_column = self._column
1549 self._column += len(self.token)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py90 self._column = column
96 return self._column
1205 self._column = 0
1231 while len(self._current_line) <= self._column:
1240 self._column = 0
1249 self._column += length
1289 just_started = self._line == 0 and self._column == 0
1494 self._line + 1, self._column + 1)
1502 self._previous_column = self._column
1504 self._column += len(self.token)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py90 self._column = column
96 return self._column
1205 self._column = 0
1231 while len(self._current_line) <= self._column:
1240 self._column = 0
1249 self._column += length
1289 just_started = self._line == 0 and self._column == 0
1494 self._line + 1, self._column + 1)
1502 self._previous_column = self._column
1504 self._column += len(self.token)
[all …]

12345678910>>...26