Home
last modified time | relevance | path

Searched refs:count_only (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/japanese/gawk/gawk-3.0.6/awklib/eg/prog/
H A Degrep.awk16 count_only++
54 if (! no_print && count_only)
72 if (no_print && ! count_only)
75 if (filenames_only && ! count_only) {
80 if (do_filenames && ! count_only)
82 else if (! count_only)
/dports/biology/iolib/io_lib-io_lib-1-14-10/progs/
H A Dsrf_list.c52 int count_only; member
78 if (!opts->count_only) { in list_file()
151 opts.count_only = 0; in main()
161 opts.count_only = 1; in main()
179 if (opts.count_only) in main()
192 if (opts.count_only) in main()
/dports/mail/mailutils/mailutils-3.13/frm/
H A Dfrom.c19 int count_only; variable
26 mu_c_bool, &count_only },
56 if (count_only) in from_select()
115 if (count_only) in main()
/dports/biology/py-biopython/biopython-1.79/Scripts/
H A Dquery_pubmed.py46 count_only = False variable
51 count_only = True variable
60 if count_only:
69 if count_only:
/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dfunction.like.php37 $count_only = false;
39 $count_only = $params['count_only'];
57 $smarty->assign('count_only', $count_only);
/dports/devel/boost-docs/boost_1_72_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/databases/percona57-server/boost_1_59_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/databases/percona57-client/boost_1_59_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/devel/boost-libs/boost_1_72_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/devel/hyperscan/boost_1_75_0/libs/regex/example/grep/
H A Dgrep.cpp29 bool count_only; variable
58 if(!match_found && !count_only && (file_count > 1)) in process_stream()
63 if(!count_only) in process_stream()
78 if(count_only && match_found) in process_stream()
170 count_only = true; in main()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/exodus/
H A DIoex_Internals.h383 int put_metadata(const std::vector<NodeBlock> &nodeblocks, bool count_only = false);
384 int put_metadata(const std::vector<EdgeBlock> &blocks, bool count_only = false);
385 int put_metadata(const std::vector<FaceBlock> &blocks, bool count_only = false);
386 int put_metadata(const std::vector<ElemBlock> &blocks, bool count_only = false);
388 int put_metadata(const std::vector<NodeSet> &nodesets, bool count_only = false);
389 int put_metadata(const std::vector<EdgeSet> &edgesets, bool count_only = false);
390 int put_metadata(const std::vector<FaceSet> &facesets, bool count_only = false);
391 int put_metadata(const std::vector<ElemSet> &elemsets, bool count_only = false);
393 int put_metadata(const std::vector<SideSet> &sidesets, bool count_only = false);
/dports/lang/gawk/gawk-5.1.1/awklib/eg/prog/
H A Degrep.awk25 count_only++
66 if (! no_print && count_only) {
88 if (! count_only) {
/dports/devel/regexx/regexx-0.98.1/pcre/
H A Dpcregrep.c29 static BOOL count_only = FALSE; variable
85 if (count_only) count++; in pcregrep()
106 if (count_only) in pcregrep()
157 case 'c': count_only = TRUE; break; in main()
/dports/net/tinyfugue/tf-50b8/src/pcre-2.08/
H A Dpgrep.c26 static BOOL count_only = FALSE; variable
82 if (count_only) count++; in pgrep()
103 if (count_only) in pgrep()
154 case 'c': count_only = TRUE; break; in main()
/dports/devel/py-cabby/cabby-0.1.20/cabby/
H A Dclient11.py187 def subscribe(self, collection_name, count_only=False, inbox_service=None, argument
222 response_type = const.RT_COUNT_ONLY if count_only else const.RT_FULL
339 count_only=False): argument
364 if count_only:
421 count_only=True
481 count_only=False
/dports/editors/ssed/sed-3.62/pcre/
H A Dpcregrep.c45 static BOOL count_only = FALSE; variable
84 if (count_only)
109 if (count_only)
178 count_only = TRUE;
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dproject_and_lift.h84 bool count_only; variable
129 void compute(bool do_all_points = true, bool lifting_float = false, bool count_only = false);
159 count_only = Original.count_only; in ProjectAndLift()
/dports/mail/horde-turba/turba-4.2.25/lib/Driver/
H A DFacebook.php79 * @param boolean $count_only Only return the count of matching items.
83 … function _search(array $criteria, array $fields, array $blobFields = array(), $count_only = false) argument
95 return $count_only ? count($values) : $values;
108 return $count_only ? count($results) : $results;
H A DShare.php221 * @param boolean $count_only Only return the count of matching entries,
227 … function _search(array $criteria, array $fields, array $blobFields = array(), $count_only = false) argument
229 return $this->_driver->_search($criteria, $fields, $blobFields, $count_only);
/dports/math/libmesh/libmesh-1.6.2/doc/citations/
H A Dcreate_website.sh18 count_only=false
24 count_only=true
/dports/devel/py-cabby/cabby-0.1.20/cabby/cli/
H A Dsubscriptions.py41 count_only=args.count_only,

123456789