Searched refs:fields (Results 1 - 11 of 11) sorted by relevance

/pkg/src/util/log-scripts/
H A Dtranslate.py17 # fields enclosed by brackets "[]" replaced with your own identifying
61 fields = line.split() variable
62 (ip, d, fullop) = (fields[0], fields[3], fields[6])
63 del fields
/pkg/src/modules/actions/
H A Ddriver.py17 # fields enclosed by brackets "[]" replaced with your own identifying
80 # If we're given three fields, assume the minor node
163 for fields in DriverAction.__gen_read_binding_file(
166 if fields[0] == self.attrs["name"]:
190 for fields in DriverAction.__gen_read_binding_file(
193 if isinstance(fields, str):
194 lines.append(fields + "\n")
197 name, alias = fields
201 lines.append("{0} \"{1}\"\n".format(*fields))
625 fields
[all...]
/pkg/src/modules/
H A Dquery_parser.py17 # fields enclosed by brackets "[]" replaced with your own identifying
119 fields = t.value.split(":")
120 assert len(fields) >= 2
121 tmp = fields[0:1]
122 for field in fields[1:]:
127 fields = tmp
128 token = fields[-1]
133 if len(fields) == 1:
137 # a FTERM, so fill in the fields and set the type to FTERM.
139 key = fields[
[all...]
/pkg/src/tests/cli/
H A Dt_pkg_history.py17 # fields enclosed by brackets "[]" replaced with your own identifying
380 fields = line.split()
381 timestamp = fields[0].strip()
382 operation = fields[1].strip()
423 fields = line.split()
424 timestamp = fields[0].strip()
425 operation = fields[1].strip()
H A Dt_pkg_depotd.py17 # fields enclosed by brackets "[]" replaced with your own identifying
275 fields = misc.force_str(line).split(":", 1)
276 attr = fields[0].strip()
280 if len(fields) == 2:
281 info_dic[attr] = fields[1].strip()
/pkg/src/scripts/
H A Dpkg.bat17 rem fields enclosed by brackets "[]" replaced with your own identifying
H A Dpkg.depotd.bat17 rem fields enclosed by brackets "[]" replaced with your own identifying
H A Dpkgrecv.bat17 rem fields enclosed by brackets "[]" replaced with your own identifying
H A Dpkgsend.bat17 rem fields enclosed by brackets "[]" replaced with your own identifying
/pkg/src/modules/client/linkedimage/
H A Dzone.py17 # fields enclosed by brackets "[]" replaced with your own identifying
427 fields = [
435 fields[:7]
/pkg/src/modules/client/
H A Dapi.py17 # fields enclosed by brackets "[]" replaced with your own identifying
4736 fields = line.split(None, 2)
4737 if len(fields) != 3:
4740 return_type = int(fields[1])
4741 query_num = int(fields[0])
4745 subfields = fields[2].split(None, 2)
4751 pfmri = fmri.PkgFmri(fields[2])

Completed in 42 milliseconds