Lines Matching refs:options

852 	nameref options=$2
858 if [[ "${options.filepattern.accept}" != "" ]] && \
859 [[ "${node.filename}" != ${options.filepattern.accept} ]] ; then
862 if [[ "${options.filepattern.reject}" != "" ]] && \
863 [[ "${node.filename}" == ${options.filepattern.reject} ]] ; then
877 if [[ "${options.commentpattern.accept}" != "" ]] && \
878 [[ "$s" == ${options.commentpattern.accept} ]] ; then
881 if [[ "${options.commentpattern.reject}" != "" ]] && \
882 [[ "$s" == ${options.commentpattern.reject} ]] ; then
910 nameref options=$2
918 if [[ "${options.filepattern.accept}" != "" ]] && \
919 [[ "${node.filename}" != ${options.filepattern.accept} ]] ; then
922 if [[ "${options.filepattern.reject}" != "" ]] && \
923 [[ "${node.filename}" == ${options.filepattern.reject} ]] ; then
937 if [[ "${options.commentpattern.accept}" != "" ]] && \
938 [[ "$s" == ${options.commentpattern.accept} ]] ; then
941 if [[ "${options.commentpattern.reject}" != "" ]] && \
942 [[ "$s" == ${options.commentpattern.reject} ]] ; then
996 compound options=(
1005 S) options.max_filesize_for_scan="${OPTARG}" ;;
1006 N) options.max_num_comments="${OPTARG}" ;;
1019 extract_comments scan.records "$i" ${options.max_num_comments} ${options.max_filesize_for_scan} || true
1039 compound options=(
1058 c) options.commentpattern.accept="${OPTARG}" ;;
1059 C) options.commentpattern.reject="${OPTARG}" ;;
1060 D) options.database="${OPTARG}" ;;
1061 l) options.filepattern.accept="${OPTARG}" ;;
1062 L) options.filepattern.reject="${OPTARG}" ;;
1063 S) options.print_stats=true ;;
1064 +S) options.print_stats=false ;;
1065 Z) options.zapduplicates=true ;;
1066 +Z) options.zapduplicates=false ;;
1077 if [[ "${options.database}" == ~(El)(http|https)://.* ]] ; then
1081 cat_url "${options.database}" >"${database}"
1084 database="${options.database}"
1119 if "${options.zapduplicates}" ; then
1120 print_comments_duplicates_compressed scan.records options
1122 print_comments_plain scan.records options
1127 if "${options.print_stats}" ; then
1150 filters (see options below) to be applied on the database]
1195 [crawl|getcomments] options