Home
last modified time | relevance | path

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

12

/dports/textproc/p5-SGMLSpm/SGMLSpm/DOC/
H A Dtohtml.pl52 $previous_file = ''; # The previous file on the same level.
471 if ($previous_file) {
472 $Refs->put("previous:$current_file",$previous_file);
473 $Refs->put("next:$previous_file",$current_file);
475 $previous_file = '';
534 $previous_file = $current_file;
542 my $up = $Refs->get("up:$previous_file");
543 my $previous = $Refs->get("previous:$previous_file");
544 my $next = $Refs->get("next:$previous_file");
/dports/vietnamese/vnless/vnless/
H A Dmain.c14 public char *previous_file; variable
71 if (*previous_file == '\0')
76 filename = save(previous_file);
131 if (previous_file != NULL)
132 free(previous_file);
133 previous_file = current_file;
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dmain.c76 char *current_file, *previous_file, *current_name, *next_name; variable
127 if (!previous_file || *previous_file == '\0') {
131 filename = save(previous_file);
177 if (previous_file != NULL)
178 free(previous_file);
179 previous_file = current_file;
/dports/textproc/sgrep2/sgrep-1.94a/
H A Dpmatch.c475 int previous_file=-1; in search() local
551 if (previous_file!=-1 && sb->file_num!=previous_file) { in search()
554 previous_file=sb->file_num; in search()
632 int previous_file=-1; in index_search() local
638 if (previous_file!=-1 && sb->file_num!=previous_file) { in index_search()
641 previous_file=sb->file_num; in index_search()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A DExportHTML.cpp138 std::string previous_file = i>0 ? createFileName(html_basename,i-1,html_ext) : ""; in write() local
146 if (!previous_file.empty()) in write()
148 …td align=\"left\" width=\"33%\"><a href=\""<<osgDB::getSimpleFileName(previous_file)<<"\"> Previou… in write()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A DExportHTML.cpp139 std::string previous_file = i>0 ? createFileName(html_basename,i-1,html_ext) : ""; in write() local
147 if (!previous_file.empty()) in write()
149 …td align=\"left\" width=\"33%\"><a href=\""<<osgDB::getSimpleFileName(previous_file)<<"\"> Previou… in write()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/tests/
H A Dmemfile_lease_mgr_unittest.cc539 LeaseFileIO previous_file(getLeaseFilePath("leasefile4_0.csv.2")); in TEST_F() local
540 previous_file.writeFile(previous_file_contents); in TEST_F()
620 LeaseFileIO previous_file(getLeaseFilePath("leasefile6_0.csv.2")); in TEST_F() local
621 previous_file.writeFile(previous_file_contents); in TEST_F()
762 ASSERT_TRUE(previous_file.exists()); in TEST_F()
764 EXPECT_EQ(finish_file_contents, previous_file.readFile()); in TEST_F()
827 ASSERT_TRUE(previous_file.exists()); in TEST_F()
829 EXPECT_EQ(input_file_contents, previous_file.readFile()); in TEST_F()
1842 LeaseFileIO previous_file(getLeaseFilePath("leasefile4_0.csv.2")); in TEST_F() local
1843 previous_file.writeFile(previous_file_contents); in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/timezones/
H A Dupdate-zones.py407 previous_file = os.path.join(
424 if os.path.isfile(previous_file) and os.access(previous_file, os.R_OK):
425 with open(previous_file, "r") as rpf:
444 with open(previous_file, "w") as wpf:
/dports/graphics/feh/feh-3.5/src/
H A Dslideshow.c195 gib_list *previous_file = current_file; in slideshow_change_image() local
218 previous_file = NULL; in slideshow_change_image()
222 previous_file = NULL; in slideshow_change_image()
318 if (opt.on_last_slide == ON_LAST_SLIDE_HOLD && previous_file && in slideshow_change_image()
320 (previous_file == filelist && change == SLIDE_PREV))) { in slideshow_change_image()
321 current_file = previous_file; in slideshow_change_image()
/dports/graphics/enblend/enblend-enfuse-4.2/doc/
H A Ddocstrings87 my $previous_file = $docstrings->{$key}{FILENAME};
92 "$COMMAND_NAME: warning: previous definition at $previous_file:$previous_line\n");
/dports/www/py-django-filer/django-filer-1.7.0/filer/fields/
H A Dmultistorage_file.py59 previous_file = instance.__dict__.get(self.field.name)
66 if prev_assigned and value != previous_file:
/dports/www/onionshare/onionshare-2.2/onionshare/web/
H A Dreceive_mode.py379 self.previous_file = None
459 if self.previous_file != filename:
460 self.previous_file = filename
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/coverage/
H A Dcode_coverage.h41 xdebug_coverage_file *previous_file; member
H A Dcode_coverage.c194 file = XG_COV(previous_file); in xdebug_count_line()
207 XG_COV(previous_file) = file; in xdebug_count_line()
729 XG_COV(previous_file) = NULL;
945 xg->previous_file = NULL;
1178 XG_COV(previous_file) = NULL;
H A Dbranch_info.c453 file = XG_COV(previous_file);
464 XG_COV(previous_file) = file;
/dports/www/py-django-model-utils/django-model-utils-4.2.0/tests/test_fields/
H A Dtest_field_tracker.py627 previous_file = self.instance.some_file
629 self.assertChanged(some_file=previous_file)
635 previous_file = deferred_instance.some_file
639 some_file=previous_file,
664 previous_file = self.instance.some_file
666 self.assertPrevious(some_file=previous_file)
673 some_file=previous_file,
679 some_file=previous_file,
/dports/net/dgd-lpmud/mud/2.4.5/obj/
H A Dexplore_xp.c32 !creator(this_object())&&!creator(previous_file())) { in set_name()
/dports/science/silo/silo-4.10.2-bsd/src/pdb/
H A Dpdbmm.c116 file->previous_file = NULL; in _lite_PD_mk_pdb()
175 if (file->previous_file != NULL) SFREE(file->previous_file); in _lite_PD_rl_pdb()
/dports/devel/git-town/git-town-7.6.0/features/shared/checkout_previous_branch_after_success/current_branch_deleted/
H A Dprevious_branch_same.feature19 | previous | local | previous_file | previous content |
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/bisect_repackage/
H A Dbisect_repackage_utils.py410 previous_file = os.path.join(output_dir, '%s_old.zip' % archive_name)
411 MoveFile(output_file, previous_file)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/bisect_repackage/
H A Dbisect_repackage_utils.py410 previous_file = os.path.join(output_dir, '%s_old.zip' % archive_name)
411 MoveFile(output_file, previous_file)
/dports/graphics/geomorph/geomorph-0.60.1/src/utils/
H A Dconfig_dialog.c159 gchar *dname=NULL, *new_file=NULL, *previous_file=NULL, *title; in save_rc_as() local
172 previous_file = (*data->path_n_file) ; in save_rc_as()
175 (*data->path_n_file) = previous_file; in save_rc_as()
/dports/devel/git-town/git-town-7.6.0/features/shared/checkout_previous_branch_after_success/current_branch_same/
H A Dprevious_branch_same.feature31 | previous | local | previous_file | previous content |
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/
H A DAPI2.pm289 params => { now_file => $file, previous_file => $earlier_file }
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/
H A DAPI2.pm289 params => { now_file => $file, previous_file => $earlier_file }

12