Home
last modified time | relevance | path

Searched refs:textfile (Results 1 – 25 of 1507) sorted by relevance

12345678910>>...61

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.gear4music.com7 Disallow: /textfile/index/2/nextag.txt
8 Disallow: /textfile/index/file/nextag.txt
10 Disallow: /textfile/index/3/dealtime.txt
11 Disallow: /textfile/index/file/dealtime.txt
13 Disallow: /textfile/index/4/pangora.txt
14 Disallow: /textfile/index/file/pangora.txt
16 Disallow: /textfile/index/5/kelkoo.txt
17 Disallow: /textfile/index/file/kelkoo.txt
28 Disallow: /textfile/index/9/froogle.txt
29 Disallow: /textfile/index/file/froogle.txt
[all …]
/dports/devel/zziplib/zziplib-0.13.72/docs/zzipdoc/
H A Dtextfileheader.py10 def __init__(self, textfile = None): argument
11 self.textfile = textfile # TextFile
14 def parse(self, textfile = None): argument
15 if textfile is not None:
16 self.textfile = textfile
17 if self.textfile is None:
20 text = self.textfile.get_src_text()
41 return self.textfile.get_filename()
43 return self.textfile.get_src_text()
45 return self.textfile.get_src_text()
[all …]
H A Dfunctionheader.py74 def __init__(self, textfile = None): argument
75 self.textfile = textfile # TextFile
77 def parse(self, textfile = None): argument
78 if textfile is not None:
79 self.textfile = textfile
80 if self.textfile is None:
82 text = self.textfile.get_src_text()
92 return self.textfile.get_filename()
/dports/graphics/py-urbanaccess/urbanaccess-0.2.2/urbanaccess/gtfs/
H A Dload.py76 for textfile in textfilelist:
134 for textfile in textfilelist:
287 if textfile == 'stops.txt':
290 textfile=textfile)
294 textfile=textfile)
295 if textfile == 'trips.txt':
298 textfile=textfile)
302 textfile=textfile)
311 textfile=textfile)
320 textfile=textfile)
[all …]
H A Dutils_format.py10 def _read_gtfs_agency(textfile_path, textfile): argument
25 if textfile != 'agency.txt':
31 textfile_path, textfile)))
52 if textfile != 'stops.txt':
60 textfile_path, textfile)))
85 if textfile != 'routes.txt':
92 textfile_path, textfile)))
113 if textfile != 'trips.txt':
125 textfile_path, textfile)))
146 if textfile != 'stop_times.txt':
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/config/cf/
H A Dlnxdoc.rules42 AllTarget(textfile) @@\
44 textfile: sgmlfile @@\
45 RemoveFile(textfile) @@\
50 LinuxDocInstall(textfile,$(XFREE86DOCDIR)) @@\
53 RemoveFiles(Concat(_,textfile) textfile)
55 #define LinuxDocSgmlToText(sgmlfile,textfile) /**/
117 AllTarget(textfile) @@\
119 textfile: sgmlfile @@\
120 RemoveFile(textfile) @@\
130 RemoveFiles(Concat(_,textfile) textfile)
[all …]
/dports/x11/xorg-cf-files/xorg-cf-files-1.0.6/
H A Dlnxdoc.rules53 #define LinuxDocSgmlToText(sgmlfile,textfile) @@\
54 AllTarget(textfile) @@\
56 textfile: sgmlfile $(SGMLDEPENDS) @@\
65 LinuxDocInstall(textfile,$(XFREE86DOCDIR)) @@\
70 #define LinuxDocSgmlToText(sgmlfile,textfile) /**/
98 update.docs:: textfile @@\
104 cp textfile dstdir/dstfile; \ @@\
116 cp textfile dstdir/dstfile ; \ @@\
127 UpdateFormattedDocLong(textfile,dstdir,textfile)
135 LinuxDocSgmlToText(sgmlfile,textfile) @@\
[all …]
/dports/audio/schismtracker/schismtracker-20211116/scripts/
H A Dgenhelp.py39 for idx, textfile in enumerate(sys.argv[2:]):
41 for lnum, line in enumerate(open(os.path.join(srcdir, textfile), 'rb')):
46 die_at(textfile, lnum, "malformed Unicode character")
50 die_at(textfile, lnum, "trailing whitespace")
52 die_at(textfile, lnum, "line is longer than 76 characters")
54 die_at(textfile, lnum, "line-type character %c is not one of %s"
63 die_at(textfile, lnum, "invalid CP437 character")
66 die_at(textfile, 0, "file is empty")
/dports/archivers/p5-Archive-Rar/Archive-Rar-2.02/t/
H A D40add.t20 my $textfile = 'mytext.txt';
21 open my $fh, '>', $textfile or die $!;
32 is($rar->Add(-files => [$textfile], -archive => $datafile), 0, "Add() command succeeds for file '$t…
51 is($list->[0]{name}, $textfile, "File name is '$textfile'");
52 is($list->[0]{size}, -s $textfile, "File size is correct");
64 is($list->[0]{name}, $textfile, "File name is '$textfile'");
65 is($list->[0]{size}, -s $textfile, "File size is correct");
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/tests/unit_tests/
H A Dmgetstr.tst12 textfile = 'SCI/modules/fileio/tests/unit_tests/text.txt';
14 ierr = execstr('mgetstr(NB_CHARS,textfile)','errcatch');
20 ierr = execstr('mgetstr(NB_CHARS,textfile,1)','errcatch');
24 fd = mopen(textfile,'r');
32 fd = mopen(textfile,'r');
36 fd = mopen(textfile,'rb');
42 fd = mopen(textfile,'rt');
48 fd = mopen(textfile,'rt');
H A Dmgetstr.dia.ref10 textfile = 'SCI/modules/fileio/tests/unit_tests/text.txt';
11 ierr = execstr('mgetstr(NB_CHARS,textfile)','errcatch');
15 ierr = execstr('mgetstr(NB_CHARS,textfile,1)','errcatch');
17 fd = mopen(textfile,'r');
23 fd = mopen(textfile,'r');
26 fd = mopen(textfile,'rb');
30 fd = mopen(textfile,'rt');
34 fd = mopen(textfile,'rt');
/dports/www/moinmoincli/moinmoincli-4.6.0/
H A Dmoinmoincli48 Usage: moinmoincli [-hquv] [-f textfile] [-n username] [-t target] [selector]
71 if git diff --exit-code --color=always -- "$oldrawfile" "$textfile"
79 if diff -- "$oldrawfile" "$textfile"
121 Text file: $textfile
205 textfile="$2"
239 [ -z "$textfile" ] && errxit 'missing text file'
249 cat "$oldrawfile" > "$textfile"
254 ! textarea="$(cat -- "$textfile")" && errxit "failed to open '$textfile'"
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/samples/
H A DExtractText.py40 def exportText(textfile): argument
62 output_file = open(textfile,'w')
65 endmessage = textfile + ' was created'
70 textfile = scribus.fileDialog('Enter name of file to save to', \ variable
73 if textfile == '':
75 exportText(textfile)
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/samples/
H A DExtractText.py40 def exportText(textfile): argument
62 output_file = open(textfile,'w')
65 endmessage = textfile + ' was created'
70 textfile = scribus.fileDialog('Enter name of file to save to', \ variable
73 if textfile == '':
75 exportText(textfile)
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dmakehtmlcard.sh5 textfile="$1"quickrefcard.txt
6 trap "echo Removing \"$textfile\"; rm -f \"$textfile\"" EXIT
8 ./mathomatic -e "help table >$textfile"
10 awk -F"\t" -f makehtmlcard.awk "$textfile" >"$1"quickrefcard.html
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/tal/str/
H A D_info22 * char *textfile;
28 * textfile = grab_file(NULL, argv[1]);
29 * if (!textfile)
31 * lines = tal_strsplit(textfile, textfile, "\n", STR_EMPTY_OK);
34 * printf("%s", tal_strjoin(textfile, lines, "\n\n", STR_TRAIL));
37 * tal_free(textfile);
/dports/audio/midifile/midifile-988d55b/tools/
H A Dtext2midi.cpp33 void convertTextToMidiFile (istream& textfile, MidiFile& midifile);
46 fstream textfile(options.getArg(1).c_str(), ios::in); in main() local
47 if (!textfile.is_open()) { in main()
53 convertTextToMidiFile(textfile, midifile); in main()
70 void convertTextToMidiFile(istream& textfile, MidiFile& midifile) { in convertTextToMidiFile() argument
98 while (!textfile.eof()) { in convertTextToMidiFile()
99 textfile.getline(buffer, 1000, '\n'); in convertTextToMidiFile()
100 if (textfile.eof()) { in convertTextToMidiFile()
/dports/games/golly/golly-3.3-src/gui-ios/Golly/
H A DInfoViewController.m16 static std::string textfile = ""; // set in ShowTextFile
94 if (textfile.find(userdir + "Documents/") == 0) {
102 // textfile is empty (ie. not in ShowTextFile) or file is read-only
115 if (!textfile.empty()) {
116 // display contents of textfile
118 … NSString *filePath = [NSString stringWithCString:textfile.c_str() encoding:NSUTF8StringEncoding];
155 textfile.clear(); // viewWillAppear will display comments in currlayer->currfile
177 SaveTextFile(textfile.c_str(), contents.c_str(), self);
184 textfile = savedpath;
209 textfile = filepath; // viewWillAppear will display this file
[all …]
/dports/mail/p5-Mail-Ezmlm/Ezmlm-0.08.2/
H A DEzmlm.pm630 my ($self, $textfile) = @_;
632 if (-e "$self->{'LIST_NAME'}/text/$textfile") {
633 return $self->getpart("text/$textfile");
663 my ($self, $textfile, @content) = @_;
674 my ($self, $textfile) = @_;
675 return (0==1) if ($textfile eq '');
676 if (-e "$self->{'LIST_NAME'}/text/$textfile") {
688 my ($self, $textfile) = @_;
690 return if ($textfile eq '');
691 return if ($textfile =~ /[^\w_\.-]/);
[all …]
/dports/devel/py-paver/Paver-1.2.4/paver/tests/
H A Dtest_doctools.py153 textfile = basedir / "data/textfile.rst"
154 with open(textfile) as f:
159 with open(textfile) as f:
177 textfile = basedir / "data/textfile.rst"
178 with open(textfile) as f:
182 with open(textfile) as f:
187 with open(textfile, "w") as f:
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dtextedit.cc664 textfile->seek(o); in insert_text_block()
665 textfile->write(block, size); in insert_text_block()
687 textfile->seek(s); in delete_text_block()
688 textfile->read(bl, sz); in delete_text_block()
954 textfile = NULL; in init()
1162 if (!textfile) return; in draw()
1402 return textfile; in get_textfile()
1880 uint lc=textfile->linecount(); in scroll_down()
1999 textfile->set_lexer(l); in set_lexer()
2005 textfile = t; in set_textfile()
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/
H A Dtest_autofilter11.py38 textfile = open(self.txt_filename)
41 headers = textfile.readline().strip("\n").split()
50 for line in textfile:
80 textfile.close()
/dports/textproc/p5-Pod-Spell/Pod-Spell-1.20/t/
H A Dutf8.t50 my $textfile = File::Temp->new;
51 binmode $textfile, ":utf8";
58 $p->parse_from_filehandle( $podfile, $textfile );
61 $textfile->seek( 0, 0 );
63 my $in = do { local $/ = undef, <$textfile> };
/dports/security/pgpin/pgp263in/
H A Den.hlp5 pgp -e textfile her_userid
8 pgp -s textfile [-u your_userid]
12 pgp -sta textfile [-u your_userid]
16 pgp -es textfile her_userid [-u your_userid]
19 pgp -c textfile
26 pgp -e textfile userid1 userid2 userid3
86 pgp -sb textfile [-u your_userid]
98 pgp -sea textfile her_userid
127 To include additional userids from a textfile when encrypting a
129 pgp -e textfile one_userid -@moreids.txt
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Dtext_viewer.c46 FILE *textfile; in text_viewer_load_file() local
69 textfile = fopen (filename, "r"); in text_viewer_load_file()
70 if (!textfile) { in text_viewer_load_file()
83 while (fgets (buf, sizeof(buf), textfile)) { in text_viewer_load_file()
105 while (fgets (buf, sizeof(buf), textfile)) { in text_viewer_load_file()
115 fclose (textfile); in text_viewer_load_file()

12345678910>>...61