Home
last modified time | relevance | path

Searched refs:thumbpath (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dthumbnail_tools.py84 thumbpath = self._path_to_thumbpath(filepath)
85 pixbuf = image_tools.load_pixbuf(thumbpath)
109 thumbpath = self._path_to_thumbpath(filepath)
110 if os.path.isfile(thumbpath):
112 os.remove(thumbpath)
203 directory = os.path.dirname(thumbpath)
206 if os.path.isfile(thumbpath):
207 os.remove(thumbpath)
215 os.chmod(thumbpath, 0o600)
231 if os.path.isfile(thumbpath):
[all …]
/dports/graphics/gegl/gegl-0.4.34/bin/
H A Dui-viewer.c285 char *thumbpath = ui_get_thumb_path (upath); in draw_thumb_bar() local
289 access (thumbpath, F_OK) == 0 && in draw_thumb_bar()
290 mrg_query_image (mrg, thumbpath, &w, &h)) in draw_thumb_bar()
307 wdim * (1.0-padding*2), hdim *(1.0-padding*2), opacity, thumbpath, NULL, NULL); in draw_thumb_bar()
312 if (access (thumbpath, F_OK) != 0) // only queue if does not exist, in draw_thumb_bar()
319 g_free (thumbpath); in draw_thumb_bar()
332 char *thumbpath = ui_get_thumb_path (upath); in draw_thumb_bar() local
336 access (thumbpath, F_OK) == 0 && in draw_thumb_bar()
337 mrg_query_image (mrg, thumbpath, &w, &h)) in draw_thumb_bar()
359 if (access (thumbpath, F_OK) != 0) // only queue if does not exist, in draw_thumb_bar()
[all …]
H A Dui-collection.c416 gchar *thumbpath = ui_get_thumb_path (path); in ui_collection() local
421 if (g_file_test (thumbpath, G_FILE_TEST_IS_REGULAR)) in ui_collection()
424 lstat (thumbpath, &thumb_stat_buf); in ui_collection()
432 unlink (thumbpath); in ui_collection()
433 mrg_forget_image (mrg, thumbpath); in ui_collection()
439 access (thumbpath, F_OK) == 0 && //XXX: query image should suffice in ui_collection()
440 mrg_query_image (mrg, thumbpath, &w, &h)) in ui_collection()
463 wdim * (1.0-padding*2), hdim *(1.0-padding*2), 1.0, thumbpath, NULL, NULL); in ui_collection()
469 if (!g_file_test (thumbpath, G_FILE_TEST_IS_REGULAR)) in ui_collection()
474 g_free (thumbpath); in ui_collection()
H A Dui-core.c754 char *thumbpath; member
761 if (item->thumbpath) in thumb_queue_item_free()
762 g_free (item->thumbpath); in thumb_queue_item_free()
1168 if (access (item->thumbpath, F_OK) == -1) in renderer_task()
1505 gchar *thumbpath; in cmd_thumb() local
1507 thumbpath = ui_get_thumb_path (o->path); in cmd_thumb()
1510 if (g_file_test (thumbpath, G_FILE_TEST_EXISTS)) in cmd_thumb()
1527 "path", thumbpath, in cmd_thumb()
1563 g_free (thumbpath); in cmd_thumb()
2090 if (!strcmp (item->thumbpath, thumbpath)) in queue_thumb()
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DuVideoRec.pas235 var thumbpath: shortstring;
238 thumbpath:= '/VideoThumbnails/' + RecPrefix;
239 AddFileLog('Saving thumbnail ' + thumbpath);
241 MakeScreenshot(thumbpath, k, 0);
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DuVideoRec.pas235 var thumbpath: shortstring;
238 thumbpath:= '/VideoThumbnails/' + RecPrefix;
239 AddFileLog('Saving thumbnail ' + thumbpath);
241 MakeScreenshot(thumbpath, k, 0);
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assSingleChoice.php171 $thumbpath = $path . $this->getThumbPrefix() . $file;
185 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbSize());
804 $thumbpath = $imagepath . $this->getThumbPrefix() . $image_filename;
805 @unlink($thumbpath);
H A Dclass.assMultipleChoice.php199 $thumbpath = $path . $this->getThumbPrefix() . $file;
213 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbSize());
834 $thumbpath = $imagepath . $this->getThumbPrefix() . $image_filename;
835 @unlink($thumbpath);
H A Dclass.assMatchingQuestion.php1032 $thumbpath = $imagepath . $this->getThumbPrefix() . $savename;
1033 … ilUtil::convertImage($imagepath . $savename, $thumbpath, "JPEG", $this->getThumbGeometry());
1333 $thumbpath = $path . $this->getThumbPrefix() . $file;
1347 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbGeometry());
H A Dclass.assKprimChoice.php578 $thumbpath = $path . $this->getThumbPrefix() . $file;
592 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbSize());
H A Dclass.assOrderingQuestion.php1114 $thumbpath = $path . $this->getThumbPrefix() . $file;
1128 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbGeometry());
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assSingleChoice.php171 $thumbpath = $path . $this->getThumbPrefix() . $file;
185 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbSize());
809 $thumbpath = $imagepath . $this->getThumbPrefix() . $image_filename;
810 @unlink($thumbpath);
H A Dclass.assMultipleChoice.php199 $thumbpath = $path . $this->getThumbPrefix() . $file;
213 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbSize());
840 $thumbpath = $imagepath . $this->getThumbPrefix() . $image_filename;
841 @unlink($thumbpath);
H A Dclass.assMatchingQuestion.php1038 $thumbpath = $imagepath . $this->getThumbPrefix() . $savename;
1039 … ilUtil::convertImage($imagepath . $savename, $thumbpath, "JPEG", $this->getThumbGeometry());
1339 $thumbpath = $path . $this->getThumbPrefix() . $file;
1353 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbGeometry());
H A Dclass.assKprimChoice.php584 $thumbpath = $path . $this->getThumbPrefix() . $file;
598 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbSize());
H A Dclass.assOrderingQuestion.php1120 $thumbpath = $path . $this->getThumbPrefix() . $file;
1134 ilUtil::convertImage($filename, $thumbpath, $ext, $this->getThumbGeometry());
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/import/qti12/
H A Dclass.assOrderingQuestionImport.php261 $thumbpath = $imagepath . "." . "thumb.jpg";
262 … ilUtil::convertImage($imagepath, $thumbpath, "JPEG", $this->object->getThumbGeometry());
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/blenderkit/
H A Ddownload.py414 thumbpath = os.path.join(tempdir, thumbnail_name)
417 shutil.copy(thumbpath, asset_thumb_path)
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dfunctions_images.inc.php586 …$thumbpath = $serendipity['serendipityPath'] . $serendipity['uploadPath'] . $directory . $filebase…
587 $thumbnail = (file_exists($thumbpath) ? $serendipity['thumbSuffix'] : '');
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/messages/ko/LC_MESSAGES/
H A Dmcomix.po63 msgid "! Could not save thumbnail \"%(thumbpath)s\": %(error)s"
64 msgstr "! \"%(thumbpath)s\" 썸네일을 저장할 수 없음: %(error)s"
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/messages/he/LC_MESSAGES/
H A Dmcomix.po1860 # ! לא ניתן לשמור תמונות־ציפורן \"%(thumbpath)s\": %(error)s
1863 msgid "! Could not save thumbnail \"%(thumbpath)s\": %(error)s"
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/messages/ja/LC_MESSAGES/
H A Dmcomix.po1787 msgid "! Could not save thumbnail \"%(thumbpath)s\": %(error)s"
1788 msgstr "! サムネイル \"%(thumbpath)s\" を保存できませんでした: %(error)s"
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/messages/zh_TW/LC_MESSAGES/
H A Dmcomix.po1730 msgid "! Could not save thumbnail \"%(thumbpath)s\": %(error)s"
1731 msgstr "! 無法儲存預覽縮圖「%(thumbpath)s」:%(error)s"
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/messages/zh_CN/LC_MESSAGES/
H A Dmcomix.po2183 msgid "! Could not save thumbnail \"%(thumbpath)s\": %(error)s"
2184 msgstr "! 无法保存缩略图 “%(thumbpath)s”:%(error)s"
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/messages/it/LC_MESSAGES/
H A Dmcomix.po1826 msgid "! Could not save thumbnail \"%(thumbpath)s\": %(error)s"
1827 msgstr "! Impossibile salvare la miniatura \"%(thumbpath)s\": %(error)s"

12