Home
last modified time | relevance | path

Searched refs:object_file (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_media/controllers/
H A Dfolder.php98 $object_file = new JObject(array('filepath' => $fullPath));
100 if (is_file($object_file->filepath))
108 $errors = $object_file->getErrors();
114 $ret &= JFile::delete($object_file->filepath);
120 elseif (is_dir($object_file->filepath))
127 $folderPath = substr($object_file->filepath, strlen(COM_MEDIA_BASE));
139 $errors = $object_file->getErrors();
145 $ret &= !JFolder::delete($object_file->filepath);
212 $object_file = new JObject(array('filepath' => $path));
225 if (JFolder::create($object_file->filepath))
[all …]
H A Dfile.php183 $object_file = new JObject($file);
194 if (!JFile::upload($object_file->tmp_name, $object_file->filepath))
311 $object_file = new JObject(array('filepath' => $fullPath));
313 if (is_file($object_file->filepath))
321 $errors = $object_file->getErrors();
327 $ret &= JFile::delete($object_file->filepath);
330 $dispatcher->trigger('onContentAfterDelete', array('com_media.file', &$object_file));
333 elseif (is_dir($object_file->filepath))
340 $folderPath = substr($object_file->filepath, strlen(COM_MEDIA_BASE));
352 $errors = $object_file->getErrors();
[all …]
H A Dfile.json.php122 $object_file = new JObject($file);
123 $object_file->filepath = $filepath;
124 …$result = $dispatcher->trigger('onContentBeforeSave', array('com_media.file', &$object_file, true)…
132 …'Errors before save: ' . $object_file->filepath . ' : ' . implode(', ', $object_file->getErrors()),
153 if (JFile::exists($object_file->filepath))
158 …JLog::add('File exists: ' . $object_file->filepath . ' by user_id ' . $user->id, JLog::INFO, 'uplo…
181 …JLog::add('Create not permitted: ' . $object_file->filepath . ' by user_id ' . $user->id, JLog::IN…
199 if (!JFile::upload($object_file->tmp_name, $object_file->filepath))
204 JLog::add('Error on upload: ' . $object_file->filepath, JLog::INFO, 'upload');
224 $dispatcher->trigger('onContentAfterSave', array('com_media.file', &$object_file, true));
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-CBuilder/t/
H A D03-cplusplus.t17 my ($source_file, $object_file, $lib_file);
41 $object_file = $b->object_file($source_file);
44 is $object_file, $b->compile(source => $source_file, 'C++' => 1);
46 $lib_file = $b->lib_file($object_file, module_name => 'cplust');
49 my ($lib, @temps) = $b->link(objects => $object_file,
55 for ($source_file, $object_file, $lib_file) {
H A D01-basic.t17 my ($source_file, $object_file, $lib_file);
42 $object_file = $b->object_file($source_file);
45 is $object_file, $b->compile(source => $source_file);
47 $lib_file = $b->lib_file($object_file, module_name => 'basict');
50 my ($lib, @temps) = $b->link(objects => $object_file,
56 for ($source_file, $object_file, $lib_file) {
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
43 eval { $object_file = $b->compile(source => $source_file) };
45 ok -e $object_file, "found object file";
50 unless -e $object_file;
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
74 for ($source_file, $object_file, $exe_file) {
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-CBuilder/t/
H A D03-cplusplus.t17 my ($source_file, $object_file, $lib_file);
41 $object_file = $b->object_file($source_file);
44 is $object_file, $b->compile(source => $source_file, 'C++' => 1);
46 $lib_file = $b->lib_file($object_file, module_name => 'cplust');
49 my ($lib, @temps) = $b->link(objects => $object_file,
55 for ($source_file, $object_file, $lib_file) {
H A D01-basic.t17 my ($source_file, $object_file, $lib_file);
42 $object_file = $b->object_file($source_file);
45 is $object_file, $b->compile(source => $source_file);
47 $lib_file = $b->lib_file($object_file, module_name => 'basict');
50 my ($lib, @temps) = $b->link(objects => $object_file,
56 for ($source_file, $object_file, $lib_file) {
H A D02-link.t17 my ($source_file, $object_file, $exe_file);
43 eval { $object_file = $b->compile(source => $source_file) };
45 ok -e $object_file, "found object file";
50 unless -e $object_file;
53 eval { ($exe_file, @temps) = $b->link_executable(objects => $object_file) };
74 for ($source_file, $object_file, $exe_file) {
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-CBuilder/t/
H A D03-cplusplus.t17 my ($source_file, $object_file, $lib_file);
41 $object_file = $b->object_file($source_file);
44 is $object_file, $b->compile(source => $source_file, 'C++' => 1);
46 $lib_file = $b->lib_file($object_file, module_name => 'cplust');
49 my ($lib, @temps) = $b->link(objects => $object_file,
55 for ($source_file, $object_file, $lib_file) {
H A D01-basic.t17 my ($source_file, $object_file, $lib_file);
42 $object_file = $b->object_file($source_file);
45 is $object_file, $b->compile(source => $source_file);
47 $lib_file = $b->lib_file($object_file, module_name => 'basict');
50 my ($lib, @temps) = $b->link(objects => $object_file,
56 for ($source_file, $object_file, $lib_file) {
/dports/devel/p5-ExtUtils-CBuilder/ExtUtils-CBuilder-0.280236/t/
H A D03-cplusplus.t17 my ($source_file, $object_file, $lib_file);
41 $object_file = $b->object_file($source_file);
44 is $object_file, $b->compile(source => $source_file, 'C++' => 1);
46 $lib_file = $b->lib_file($object_file, module_name => 'cplust');
49 my ($lib, @temps) = $b->link(objects => $object_file,
55 for ($source_file, $object_file, $lib_file) {
H A D01-basic.t17 my ($source_file, $object_file, $lib_file);
42 $object_file = $b->object_file($source_file);
45 is $object_file, $b->compile(source => $source_file);
47 $lib_file = $b->lib_file($object_file, module_name => 'basict');
50 my ($lib, @temps) = $b->link(objects => $object_file,
56 for ($source_file, $object_file, $lib_file) {
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-CBuilder/t/
H A D03-cplusplus.t17 my ($source_file, $object_file, $lib_file);
41 $object_file = $b->object_file($source_file);
44 is $object_file, $b->compile(source => $source_file, 'C++' => 1);
46 $lib_file = $b->lib_file($object_file, module_name => 'cplust');
49 my ($lib, @temps) = $b->link(objects => $object_file,
55 for ($source_file, $object_file, $lib_file) {
H A D01-basic.t17 my ($source_file, $object_file, $lib_file);
42 $object_file = $b->object_file($source_file);
45 is $object_file, $b->compile(source => $source_file);
47 $lib_file = $b->lib_file($object_file, module_name => 'basict');
50 my ($lib, @temps) = $b->link(objects => $object_file,
56 for ($source_file, $object_file, $lib_file) {
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/tests/functional/object/v1/
H A Dtest_object.py41 def _test_object(self, object_file): argument
57 (self.CONTAINER_NAME, object_file))
66 (self.CONTAINER_NAME, object_file))
72 (self.CONTAINER_NAME, object_file, tmp_file))
76 (self.CONTAINER_NAME, object_file))
80 (self.CONTAINER_NAME, object_file))
84 (self.CONTAINER_NAME, object_file))
88 (self.CONTAINER_NAME, object_file))
/dports/converters/p5-JSON-MaybeXS/JSON-MaybeXS-1.004003/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/devel/p5-Package-Stash/Package-Stash-0.39/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/devel/p5-List-SomeUtils/List-SomeUtils-0.58/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/devel/p5-Class-C3/Class-C3-0.35/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/devel/p5-Class-Accessor-Grouped/Class-Accessor-Grouped-0.10014/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/devel/p5-Ref-Util/Ref-Util-0.204/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/textproc/p5-YAML-Syck/YAML-Syck-1.34/inc/ExtUtils/
H A DHasCompiler.pm83 my $object_file = $abs_basename.$_o;
88 …ush @commands, qq{$cc $ccflags $cccdlflags $optimize /I "$incdir" /c $source_name /Fo$object_file};
89 …push @commands, qq{$ld $object_file $lddlflags $libperl $perllibs /out:$loadable_object /def:$abs_…
98 …ommands, qq{$cc $ccflags $optimize /include=($incdirs) $cccdlflags $source_name /obj=$object_file};
99 …push @commands, qq{$ld $ldflags $lddlflags=$loadable_object $object_file,$abs_basename.opt/OPTIONS…
117 …push @commands, qq{$cc $ccflags $optimize "-I$incdir" $cccdlflags -c $source_name -o $object_file};
118 push @commands, qq{$ld $object_file -o $loadable_object $lddlflags @extra};
171 my $object_file = "$abs_basename$_o";
180 push @commands, qq{$cc $ccflags $optimize "-I$incdir" -c $source_name -o $object_file};
181 push @commands, qq{$my_ar cr $static_library $object_file};
/dports/www/p5-Mason/Mason-2.24/lib/Mason/
H A DInterp.pm241 $object_file = $self->_object_file_for_path($path);
242 @object_stat = stat $object_file;
272 touch_file($object_file);
410 if ( defined $object_file && !-f $object_file ) {
411 my ($dirname) = dirname($object_file);
416 rmtree($object_file) if ( -d $object_file );
439 $compc, $parent_compc, $object_file );
452 method write_object_file ($object_file, $object_contents) {
453 write_file( $object_file, $object_contents );
664 method _extract_flags_from_object_file ($object_file) {
[all …]

12345678910>>...19