Lines Matching +full:null +full:- +full:delimited

40     The print-out of the resulting var dictionary is:
288 headers[0][0]: content-length
291 headers[1][0]: x-xss-protection
301 [content-length]: 559
302 [x-xss-protection]: 1; mode=block
304 Another example containing a sub-list (see process_indent description below):
313 …Note that the 2 qualifications for containing a sub-list are met: 1) 'Additional Device Support' h…
328 …process_indent This indicates that indented sub-dictionaries and sub-lists are to…
329 … processed as such. An entry may have a sub-dict or sub-list if 1) It has
354 parent_indent = len(key_value_list[0]) - len(key_value_list[0].lstrip())
359 indent = len(entry) - len(entry.lstrip())
370 # If delim is found anywhere in the sub_list, we'll process as a sub-dictionary.
387 # If delim is found anywhere in the sub_list, we'll process as a sub-dictionary.
433 # Create key_var_list and remove null entries.
443 Sections in the output are delimited by blank lines.
464 Access Available : call-in / callback
493 [access_available]: call-in / callback
501 … Sections are delimited by one or more blank lines (i.e. line feeds). (See
522 -------- ------------ ------------------ ------------------------
529 - An 8 character field
530 - 3 spaces
531 - A 12 character field
532 - One space
533 - An 18 character field
534 - One space
535 - A 24 character field
544 # descriptors[0]: --------
547 # descriptors[3]: ------------
548 # descriptors[4]: ------------------
549 # descriptors[5]: ------------------------
577 …The first entry in report_list must be a header line consisting of column names delimited by white…
588 rl[0]: Filesystem 1K-blocks Used Available Use% Mounted on
597 [1k-blocks]: 247120
604 [1k-blocks]: 247120
611 …there is never any data in field 7 so things work out nicely. A caller could do some pre-processi…
621 -------- ------------ ------------------ ------------------------
645 if re.match(r"^-[ -]*$", report_list[1]):
649 pad_format_string = "%-" + str(field_desc_len) + "s"
692 Filesystem 1K-blocks Used Available Use% Mounted on
701 [1k-blocks]: 247120
708 [1k-blocks]: 247120
715 - Process the output of a ps command.
716 - Process the output of an ls command (the caller would need to supply column names)
843 The selection process is directed only at the first-level entries of the structure.
893 results, include only NON-matching entries in the results.
922 resulting sub-dictionaries.