Searched refs:fields (Results 1 - 11 of 11) sorted by relevance
/pkg/src/util/log-scripts/ |
H A D | translate.py | 17 # 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 D | driver.py | 17 # 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 D | query_parser.py | 17 # 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 D | t_pkg_history.py | 17 # 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 D | t_pkg_depotd.py | 17 # 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 D | pkg.bat | 17 rem fields enclosed by brackets "[]" replaced with your own identifying
|
H A D | pkg.depotd.bat | 17 rem fields enclosed by brackets "[]" replaced with your own identifying
|
H A D | pkgrecv.bat | 17 rem fields enclosed by brackets "[]" replaced with your own identifying
|
H A D | pkgsend.bat | 17 rem fields enclosed by brackets "[]" replaced with your own identifying
|
/pkg/src/modules/client/linkedimage/ |
H A D | zone.py | 17 # fields enclosed by brackets "[]" replaced with your own identifying 427 fields = [ 435 fields[:7]
|
/pkg/src/modules/client/ |
H A D | api.py | 17 # 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