Home
last modified time | relevance | path

Searched refs:imagefilename (Results 1 – 25 of 33) sorted by relevance

12

/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/imp/
H A DGCstar.py101 imagefilename = item.getAttribute('image')
103 previoushead = imagefilename
104 while not os.path.exists(imagefilename) and previoushead:
106imagefilename = os.path.join(os.path.join(os.path.dirname(self.filename), tail), previoustail)
109 if os.path.exists(imagefilename):
110 details['poster'] = imagefilename
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/vrml/
H A Dvrml_out.h41 …textured(std::list<v<float> gl_polygon> const& triangles, char const* imagefilename, int xsize, in…
42 …textured(std::list<v<float> gl_polygon> const& triangles, char const* imagefilename, int xsize, in…
44 …textured(std::list<v<float> gl_polygon> const& triangles, char const* imagefilename, int xsize, in…
46 …id write_faces_textured(std::list<v<float> gl_polygon> const& triangles, char const* imagefilename,
H A Dvrml_out.cxx293 char const* imagefilename,
299 write_faces_textured(triangles, imagefilename, hack);
323 char const* imagefilename,
329 write_faces_textured(triangles, imagefilename, vtt);
/dports/x11/fbdesk/fbdesk-1.4.1/src/
H A DIcon.cc58 Icon::Icon(const std::string &imagefilename, in Icon() argument
61 m_image_filename(imagefilename), in Icon()
87 loadImage(imagefilename); // load file in Icon()
105 void Icon::setImage(const std::string &imagefilename) { in setImage() argument
107 if (loadImage(imagefilename)) { in setImage()
109 m_image_filename = imagefilename; in setImage()
H A DIcon.hh48 Icon(const std::string &imagefilename, const std::string &command,
55 void setImage(const std::string &imagefilename);
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_rgb_image.c112 char imagefilename[MAX_IMAGE_NAMELEN]; in write_rgb_or_fb() local
242 if ( !_dxf_BuildImageFileName(imagefilename, MAX_IMAGE_NAMELEN, in write_rgb_or_fb()
254 ( imagefilename, in write_rgb_or_fb()
262 ( imagefilename, in write_rgb_or_fb()
268 "Can't open image file (%s)", imagefilename ); in write_rgb_or_fb()
276 image_sizes.startframe, imagefilename ); in write_rgb_or_fb()
310 if ( !OutputADASD ( img, frame, imagefilename ) ) in write_rgb_or_fb()
H A Dreadimage.c99 char imagefilename[MAX_IMAGE_NAMELEN]; in m_ReadImage() local
713 } while ( ((i = open(imagefilename, O_RDONLY)) <0) in m_ReadImage()
721 if (!_dxf_BuildImageFileName(imagefilename, MAX_IMAGE_NAMELEN, basename, in m_ReadImage()
763 if ( !_dxf_BuildImageFileName(imagefilename, MAX_IMAGE_NAMELEN, in m_ReadImage()
774 fd = open(imagefilename,O_RDONLY); in m_ReadImage()
787 if ( !_dxf_BuildImageFileName(imagefilename, MAX_IMAGE_NAMELEN, in m_ReadImage()
792 "#12240", imagefilename ); in m_ReadImage()
799 image_sizes.startframe, imagefilename ); in m_ReadImage()
931 image_sizes.height, frame, imagefilename, colortype); in m_ReadImage()
934 fb_name = imagefilename; in m_ReadImage()
[all …]
H A D_postscript.c164 char imagefilename[MAX_IMAGE_NAMELEN]; in output_ps() local
231 if ( (fp = fopen (imagefilename, "w" )) == 0 ) in output_ps()
235 strcpy(imagefilename,"stdout"); in output_ps()
242 if (!put_ps_header(fp, imagefilename, frames, &page_spec) || in output_ps()
1976 char imagefilename[MAX_IMAGE_NAMELEN]; in output_miff() local
2033 if ((fp=fopen(imagefilename, "r+"))) { in output_miff()
2051 if ( (fp = fopen (imagefilename, "w+" )) == 0 ) in output_miff()
2053 "Can't open image file (%s)", imagefilename ); in output_miff()
2055 if ( (fp = fopen (imagefilename, "r+" )) == 0 ) in output_miff()
2057 "Can't open image file (%s)", imagefilename ); in output_miff()
[all …]
H A D_tiff.c421 char imagefilename[MAX_IMAGE_NAMELEN]; in _dxf_write_tiff() local
449 if (!_dxf_BuildImageFileName(imagefilename,MAX_IMAGE_NAMELEN, in _dxf_write_tiff()
480 if ( (fd = creat (imagefilename, 0666 ) ) < 0 ) in _dxf_write_tiff()
482 "Can't open image file (%s)", imagefilename ); in _dxf_write_tiff()
/dports/www/py-django_compressor/django_compressor-2.4/compressor/tests/
H A Dtest_filters.py256 imagefilename = os.path.join(settings.COMPRESS_ROOT, 'img/python.png')
260 'hash': '?' + self.hashing_func(imagefilename),
268 imagefilename = os.path.join(settings.COMPRESS_ROOT, 'img/python.png')
272 'hash': '?' + self.hashing_func(imagefilename),
293 imagefilename = os.path.join(settings.COMPRESS_ROOT, 'img/python.png')
298 'hash': '&' + self.hashing_func(imagefilename),
310 imagefilename = os.path.join(settings.COMPRESS_ROOT, 'img/python.png')
314 'hash': '?' + self.hashing_func(imagefilename),
367 imagefilename = os.path.join(settings.COMPRESS_ROOT, 'img/add with spaces.png')
374 'hash': '?' + self.hashing_func(imagefilename),
/dports/www/serendipity/Serendipity-2.3.5/templates/2k11/admin/
H A Dmedia_upload.tpl66 …<label for="imagefilename" class="uploadform_target_filename_label">{$CONST.SAVE_FILE_AS} <span>{$…
67 …<input id="imagefilename" class="uploadform_target_filename" name="serendipity[target_filename][]"…
/dports/graphics/panoglview/panoglview-0.2.2/src/
H A Dpanoframe.cpp353 wxFileName imagefilename(m_imagename);
356 imagefilename.MakeRelativeTo(projectfilename.GetPath()+wxFileName::GetPathSeparator());
358 config.Write(wxT("Panorama Image"),imagefilename.GetFullPath());
/dports/www/moodle310/moodle/auth/mnet/
H A Dauth.php332 $imagefilename = $CFG->tempdir . '/mnet-usericon-' . $localuser->id;
334 file_put_contents($imagefilename, $imagecontents);
335 … if ($newrev = process_new_icon($usercontext, 'user', 'icon', 0, $imagefilename)) {
338 unlink($imagefilename);
/dports/www/moodle311/moodle/auth/mnet/
H A Dauth.php332 $imagefilename = $CFG->tempdir . '/mnet-usericon-' . $localuser->id;
334 file_put_contents($imagefilename, $imagecontents);
335 … if ($newrev = process_new_icon($usercontext, 'user', 'icon', 0, $imagefilename)) {
338 unlink($imagefilename);
/dports/www/moodle39/moodle/auth/mnet/
H A Dauth.php338 $imagefilename = $CFG->tempdir . '/mnet-usericon-' . $localuser->id;
340 file_put_contents($imagefilename, $imagecontents);
341 … if ($newrev = process_new_icon($usercontext, 'user', 'icon', 0, $imagefilename)) {
344 unlink($imagefilename);
/dports/math/reduce/Reduce-svn5758-src/packages/support/
H A Dpslrend.red54 imagefilename!*
545 if null imagefilename!*
546 then imagefilename!* := get!-image!-path(); % -f image file argument
548 if stringp imagefilename!* % we have a valid image flename
549 then << lastentry := lastcar path!-to!-entries imagefilename!*;
671 << if null loadbasedirectory!* and not null imagefilename!*
673 then loadbasedirectory!* := basepath!-from!-imagepath imagefilename!*;
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DTrackEditor.cpp47 void loadFromImage(const char *imagefilename);
831 void loadFromImage(const char *imagefilename) in loadFromImage() argument
841 surface = IMG_Load(imagefilename); in loadFromImage()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dimagedata.h83 const std::string &imagefilename() const { in imagefilename() function
/dports/graphics/tesseract/tesseract-5.0.0/src/training/unicharset/
H A Dlstmtrainer.cpp953 tprintf("Image %s not trainable\n", trainingdata->imagefilename().c_str()); in PrepareForBackward()
961 trainingdata->imagefilename().c_str()); in PrepareForBackward()
967 trainingdata->imagefilename().c_str()); in PrepareForBackward()
999 tprintf("File %s line %d %s:\n", trainingdata->imagefilename().c_str(), in PrepareForBackward()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assSingleChoice.php243 $imagefilename = $this->getImagePath() . $data["imagefile"];
244 if (!@file_exists($imagefilename)) {
H A Dclass.assMultipleChoice.php269 $imagefilename = $this->getImagePath() . $data["imagefile"];
270 if (!@file_exists($imagefilename)) {
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assSingleChoice.php249 $imagefilename = $this->getImagePath() . $data["imagefile"];
250 if (!@file_exists($imagefilename)) {
H A Dclass.assMultipleChoice.php275 $imagefilename = $this->getImagePath() . $data["imagefile"];
276 if (!@file_exists($imagefilename)) {
/dports/misc/vxl/vxl-3.3.2/contrib/gel/octree/
H A Dmain.cxx232 …vul_arg<const char*> imagefilename( "-i", "Thresholded images", "/home/crossge/images/dino/full/th… in main() local
280 vil1_image image= vil1_load( vul_sprintf((const char *)imagefilename(), imagenumber)); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/latex-user/
H A Dmatlab_manual_image_generator.m10 % matlab_tutorial_image_generator(imagefilename) regenerates only the .png
11 % plot whose name is stored in the string variable imagefilename (you

12