Searched refs:getbool (Results 1 – 4 of 4) sorted by relevance
/third_party/node/tools/inspector_protocol/jinja2/ |
D | ext.py | 579 def getbool(options, key, default=False): function 583 silent = getbool(options, 'silent', True) 593 getbool(options, 'trim_blocks', TRIM_BLOCKS), 594 getbool(options, 'lstrip_blocks', LSTRIP_BLOCKS), 596 getbool(options, 'keep_trailing_newline', KEEP_TRAILING_NEWLINE), 602 if getbool(options, 'trimmed'): 604 if getbool(options, 'newstyle_gettext'):
|
/third_party/skia/third_party/externals/jinja2/ |
D | ext.py | 656 def getbool(options, key, default=False): function 659 silent = getbool(options, "silent", True) 669 getbool(options, "trim_blocks", TRIM_BLOCKS), 670 getbool(options, "lstrip_blocks", LSTRIP_BLOCKS), 672 getbool(options, "keep_trailing_newline", KEEP_TRAILING_NEWLINE), 678 if getbool(options, "trimmed"): 680 if getbool(options, "newstyle_gettext"):
|
/third_party/jinja2/ |
D | ext.py | 656 def getbool(options, key, default=False): function 659 silent = getbool(options, "silent", True) 669 getbool(options, "trim_blocks", TRIM_BLOCKS), 670 getbool(options, "lstrip_blocks", LSTRIP_BLOCKS), 672 getbool(options, "keep_trailing_newline", KEEP_TRAILING_NEWLINE), 678 if getbool(options, "trimmed"): 680 if getbool(options, "newstyle_gettext"):
|
/third_party/giflib/ |
D | giftool.c | 46 bool getbool(char *from) in getbool() function 146 top->flag = getbool(optarg); in main() 195 top->flag = getbool(optarg); in main()
|