Home
last modified time | relevance | path

Searched refs:find_args (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/openmw/openmw-openmw-0.47.0/cmake/
H A DFindFFmpeg.cmake77 # fill 'hashmap' named find_args
78 hashmap_set(find_args AVCODEC libavcodec avcodec libavcodec/avcodec.h)
79 hashmap_set(find_args AVFORMAT libavformat avformat libavformat/avformat.h)
80 hashmap_set(find_args AVDEVICE libavdevice avdevice libavdevice/avdevice.h)
81 hashmap_set(find_args AVUTIL libavutil avutil libavutil/avutil.h)
82 hashmap_set(find_args SWSCALE libswscale swscale libswscale/swscale.h)
83 hashmap_set(find_args POSTPROC libpostproc postproc libpostproc/postprocess.h)
84 hashmap_set(find_args SWRESAMPLE libswresample swresample libswresample/swresample.h)
85 hashmap_set(find_args AVRESAMPLE libavresample avresample libavresample/avresample.h)
89 hashmap_exists(find_args ${_component} _known_component)
[all …]
/dports/chinese/aterm/aterm-1.0.1/scripts/
H A Dslidshow22 find_args=""
114 find_args="-follow"
118 find_args="$find_args${nl}-maxdepth${nl}1"
126 opts=`find "$@" $find_args $tmp | sort | uniq`
/dports/x11/aterm/aterm-1.0.1/scripts/
H A Dslidshow22 find_args=""
114 find_args="-follow"
118 find_args="$find_args${nl}-maxdepth${nl}1"
126 opts=`find "$@" $find_args $tmp | sort | uniq`
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devscripts/
H A Dlicensecheck.pl254 my @find_args = ();
257 push @find_args, qw(-not ( -path */LayoutTests/* -prune ) );
258 push @find_args, qw(-not ( -path */out/Debug/* -prune ) );
259 push @find_args, qw(-not ( -path */out/Release/* -prune ) );
260 push @find_args, qw(-not ( -path .git* -prune ) );
261 push @find_args, qw(-not ( -path .svn* -prune ) );
263 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
264 push @find_args, qw(-follow -type f -print);
270 open FIND, '-|', 'find', $file, @find_args
H A Dlicensecheck.pl.vanilla252 my @find_args = ();
255 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
256 push @find_args, qw(-follow -type f -print);
262 open FIND, '-|', 'find', $file, @find_args
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/tracing/third_party/devscripts/
H A Dlicensecheck.pl254 my @find_args = ();
257 push @find_args, qw(-not ( -path */LayoutTests/* -prune ) );
258 push @find_args, qw(-not ( -path */out/Debug/* -prune ) );
259 push @find_args, qw(-not ( -path */out/Release/* -prune ) );
260 push @find_args, qw(-not ( -path .git* -prune ) );
261 push @find_args, qw(-not ( -path .svn* -prune ) );
263 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
264 push @find_args, qw(-follow -type f -print);
270 open FIND, '-|', 'find', $file, @find_args
H A Dlicensecheck.pl.vanilla252 my @find_args = ();
255 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
256 push @find_args, qw(-follow -type f -print);
262 open FIND, '-|', 'find', $file, @find_args
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devscripts/
H A Dlicensecheck.pl254 my @find_args = ();
257 push @find_args, qw(-not ( -path */LayoutTests/* -prune ) );
258 push @find_args, qw(-not ( -path */out/Debug/* -prune ) );
259 push @find_args, qw(-not ( -path */out/Release/* -prune ) );
260 push @find_args, qw(-not ( -path .git* -prune ) );
261 push @find_args, qw(-not ( -path .svn* -prune ) );
263 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
264 push @find_args, qw(-follow -type f -print);
270 open FIND, '-|', 'find', $file, @find_args
H A Dlicensecheck.pl.vanilla252 my @find_args = ();
255 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
256 push @find_args, qw(-follow -type f -print);
262 open FIND, '-|', 'find', $file, @find_args
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/tracing/third_party/devscripts/
H A Dlicensecheck.pl254 my @find_args = ();
257 push @find_args, qw(-not ( -path */LayoutTests/* -prune ) );
258 push @find_args, qw(-not ( -path */out/Debug/* -prune ) );
259 push @find_args, qw(-not ( -path */out/Release/* -prune ) );
260 push @find_args, qw(-not ( -path .git* -prune ) );
261 push @find_args, qw(-not ( -path .svn* -prune ) );
263 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
264 push @find_args, qw(-follow -type f -print);
270 open FIND, '-|', 'find', $file, @find_args
H A Dlicensecheck.pl.vanilla252 my @find_args = ();
255 push @find_args, qw(-maxdepth 1) unless $opt_recursive;
256 push @find_args, qw(-follow -type f -print);
262 open FIND, '-|', 'find', $file, @find_args
/dports/math/oleo/oleo-1.99.16/src/
H A Dstub.c43 find_args (struct command_arg ** argv_out, int argc, struct command_frame * frame) in find_args() function
66 find_args (&argv, 1, frame); \
76 find_args (argv, 2, frame); \
89 find_args (argv, 3, frame); \
102 find_args (argv, 4, frame); \
116 find_args (argv, 5, frame); \
143 find_args (argv, 10, frame);
/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/
H A Dcall_invocation_tester.py74 found = declarations.call_invocation.find_args(temp)
76 found = declarations.call_invocation.find_args(temp, found[1] + 1)
79 found = declarations.call_invocation.find_args(temp)
81 found = declarations.call_invocation.find_args(temp, found[1] + 1)
/dports/shells/fish/fish-3.3.1/tests/checks/
H A Dcheck-all-fish-files.fish6 set -l find_args
8 set find_args -newer $timestamp_file
11 for file in (find $__fish_data_dir/ -name "*.fish" $find_args 2>/dev/null; or find $__fish_data_dir…
/dports/net/py-python-glanceclient/python-glanceclient-3.5.0/glanceclient/v1/apiclient/
H A Dutils.py34 def find_resource(manager, name_or_id, **find_args): argument
70 return manager.find(human_id=name_or_id, **find_args)
79 kwargs.update(find_args)
/dports/net/py-python-ceilometerclient/python-ceilometerclient-2.9.0/ceilometerclient/apiclient/
H A Dutils.py35 def find_resource(manager, name_or_id, **find_args): argument
74 return manager.find(human_id=name_or_id, **find_args)
83 kwargs.update(find_args)
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dcommit.c460 struct find_data find_args; in commit() local
465 find_args.argc = 0; in commit()
467 find_args.ignlist = NULL; in commit()
483 if (find_args.argc == 0) in commit()
499 find_args.argc = 0; in commit()
502 find_args.argv = xnmalloc (find_args.argc, sizeof (char **)); in commit()
503 find_args.argc = 0; in commit()
504 walklist (find_args.ulist, copy_ulist, &find_args); in commit()
602 send_files (find_args.argc, find_args.argv, local, 0, in commit()
610 send_file_names (find_args.argc, find_args.argv, 0); in commit()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/declarations/
H A Dcall_invocation.py65 def find_args(text, start=None): function
73 return __THE_PARSER.find_args(text, start)
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/declarations/
H A Dcall_invocation.py65 def find_args(text, start=None): function
73 return __THE_PARSER.find_args(text, start)
/dports/devel/p5-CPANPLUS/CPANPLUS-0.9912/lib/CPANPLUS/Internals/
H A DSearch.pm289 my %find_args = ( follow_skip => 2 );
295 $find_args{'follow_fast'} = 1 unless ON_WIN32;
326 { %find_args,
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dadsorption.py448 find_args=None, argument
473 find_args = find_args or {}
474 for coords in self.find_adsorption_sites(**find_args)["all"]:
493 find_args=None, argument
513 find_args = find_args or {}
520 find_args=find_args,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/database/partitioning/
H A Ddetached_partition_dropper_spec.rb144 expect(locked).to receive(:find_by).and_wrap_original do |find_meth, *find_args|
146 Postgresql::DetachedPartition.where(*find_args).delete_all
147 find_meth.call(*find_args)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/parser/
H A Dpatcher.py166 found1 = call_invocation.find_args(dv)
169 found2 = call_invocation.find_args(dv, found1[1] + 1)
180 found1 = call_invocation.find_args(dv)
181 found2 = call_invocation.find_args(dv, found1[1] + 1)
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dlicensecheck.pl365 my @find_args = ();
368 push @find_args, qw(-maxdepth 1) unless $OPT{'recursive'};
369 push @find_args, qw(-follow -type f -print);
375 open my $FIND, '-|', 'find', $file, @find_args
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dlicensecheck.pl365 my @find_args = ();
368 push @find_args, qw(-maxdepth 1) unless $OPT{'recursive'};
369 push @find_args, qw(-follow -type f -print);
375 open my $FIND, '-|', 'find', $file, @find_args

123