Home
last modified time | relevance | path

Searched refs:_format_line (Results 1 – 25 of 34) sorted by relevance

12

/dports/textproc/p5-Syntax-Highlight-Perl-Improved/Syntax-Highlight-Perl-Improved-1.01/lib/Syntax/Highlight/Perl/
H A DImproved.pm1475 sub _format_line { subroutine
1807 $preamble = $self->_format_line($preamble);
1808 $postamble = $self->_format_line($postamble);
1819 $postamble = $self->_format_line($postamble);
1962 $postamble = $self->_format_line($2);
2093 $postamble = $self->_format_line($postamble);
2230 $formatted_token .= $self->_format_line($postamble);
2268 $postamble = $self->_format_line($postamble);
2489 my $result = $preamble . $self->_format_line(substr($token,1));
2550 $postamble = $self->_format_line($identifier);
[all …]
/dports/devel/py-gitless/gitless-0.8.8/gitless/cli/
H A Dpprint.py250 puts(_format_line(del_line, padding, bold_delim=bold1), stream=stream)
251 puts(_format_line(add_line, padding, bold_delim=bold2), stream=stream)
255 puts(_format_line(diff_line, padding), stream=stream)
258 puts(_format_line(del_line, padding), stream=stream)
260 puts(_format_line(add_line, padding), stream=stream)
264 puts(_format_line(diff_line, padding), stream=stream)
270 puts(_format_line(del_line, padding, bold_delim=bold1), stream=stream)
271 puts(_format_line(add_line, padding, bold_delim=bold2), stream=stream)
274 puts(_format_line(del_line, padding), stream=stream)
276 puts(_format_line(add_line, padding), stream=stream)
[all …]
/dports/graphics/p5-Imager/Imager-1.012/lib/Imager/Font/
H A DWrap.pm20 sub _format_line { subroutine
146 _format_line(\%state, $spaces, $line, 0)
157 _format_line(\%state, $spaces, $line, 1)
175 _format_line(\%state, 0, substr($line, 0, $len), 0)
191 if _format_line(\%state, 0, $line, 0);
/dports/devel/p5-CPU-Z80-Assembler/CPU-Z80-Assembler-2.18/lib/CPU/Z80/Assembler/
H A DList.pm146 print $output $self->_format_line($self->_address, $line), "\n";
149 print $output $self->_format_line($self->_current_address, $self->_current_line);
168 sub _format_line { my($self, $address, $line) = @_; subroutine
/dports/science/py-ase/ase-3.22.0/ase/io/nwchem/
H A Dnwwriter.py109 def _format_line(key, val): function
125 return [prefix + _format_line(key, val)]
136 subval = ' '.join([_format_line(a, b)
138 out.append(prefix2 + ' '.join([_format_line(subkey, subval)]))
153 return ['set ' + _format_line(key, val) for key, val in params.items()]
/dports/devel/p5-carton/Carton-v1.0.28/lib/Carton/
H A DIndex.pm38 print $fh $self->_format_line($p->name, $p->version_format, $p->pathname);
42 sub _format_line { subroutine
/dports/textproc/p5-Text-TabularDisplay/Text-TabularDisplay-1.38/
H A DTabularDisplay.pm132 push @text, _format_line(\@columns, $self->{ _LENGTHS });
143 push @text, _format_line($datum, $self->{ _LENGTHS });
248 sub _format_line { subroutine
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/utils/
H A Dhtmlformatters.py221 _format_line = LineFormatter().format variable in ParagraphFormatter
232 return '<p>%s</p>' % self._format_line(' '.join(lines))
270 _format_line = LineFormatter().format variable in PreformattedFormatter
276 lines = [self._format_line(line[2:]) for line in lines]
/dports/textproc/p5-Syntax-Highlight-Perl-Improved/Syntax-Highlight-Perl-Improved-1.01/
H A DChangeLog27 * Moved token processing tests from _format_line() into
29 generally making _format_line() more logical. Contemplating
/dports/security/binwalk/binwalk-2.1.1/src/binwalk/core/
H A Ddisplay.py135 sys.stdout.write(self._format_line(line.strip()) + "\n")
138 sys.stdout.write(self._format_line(line.strip()) + "\n")
171 def _format_line(self, line): member in Display
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/core/
H A DLog.php218 $message .= $this->_format_line($level, $date, $msg);
252 protected function _format_line($level, $date, $message) function in CI_Log
/dports/www/codeigniter/CodeIgniter-3.1.11/system/core/
H A DLog.php218 $message .= $this->_format_line($level, $date, $msg);
252 protected function _format_line($level, $date, $message) function in CI_Log
/dports/finance/electrum/Electrum-4.1.5/packages/aiohttp/
H A Dweb_log.py184 def _format_line( member in AccessLogger
191 fmt_info = self._format_line(request, response, time)
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/aiohttp/
H A Dweb_log.py184 def _format_line( member in AccessLogger
191 fmt_info = self._format_line(request, response, time)
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/aiohttp/
H A Dweb_log.py184 def _format_line( member in AccessLogger
191 fmt_info = self._format_line(request, response, time)
/dports/misc/py-progressbar/progressbar-2.5/progressbar/
H A Dprogressbar.py219 def _format_line(self): member in ProgressBar
262 self.fd.write(self._format_line() + '\r')
/dports/textproc/icdiff/icdiff-release-2.0.4/
H A Dicdiff269 yield (self._format_line(*fromdata),
270 self._format_line(*todata))
272 def _format_line(self, linenum, text):
H A Dicdiff.py269 yield (self._format_line(*fromdata),
270 self._format_line(*todata))
272 def _format_line(self, linenum, text): member in ConsoleDiff
/dports/irc/pisg/pisg-0.73/modules/Pisg/
H A DHTMLGenerator.pm586 $randomline = $self->_format_line($randomline);
878 line => $self->_format_line($self->{stats}->{allcaplines}{$caps[0]})
919 line => $self->_format_line($self->{stats}->{violencelines}{$aggressors[0]})
954 line => $self->_format_line($self->{stats}->{attackedlines}{$victims[0]})
990 line => $self->_format_line($self->{stats}->{kicklines}{$gotkick[0]})
1239 line => $self->_format_line($self->{stats}{foullines}{$foul[0]}),
1522 line => $self->_format_line($self->{stats}->{actionlines}{$actions[0]})
1639 _html('<tr><td class="hicell"><i>' . $self->_format_line($topic) . '</i></td>');
1702 sub _format_line subroutine
/dports/misc/py-progressbar2/progressbar2-3.55.0/progressbar/
H A Dbar.py96 line = converters.to_unicode(self._format_line())
614 def _format_line(self): member in ProgressBar
/dports/lang/python27/Python-2.7.18/Lib/
H A Ddifflib.py1851 fromlist.append(self._format_line(0,flag,*fromdata))
1852 tolist.append(self._format_line(1,flag,*todata))
1860 def _format_line(self,side,flag,linenum,text): member in HtmlDiff
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Ddifflib.py1853 fromlist.append(self._format_line(0,flag,*fromdata))
1854 tolist.append(self._format_line(1,flag,*todata))
1862 def _format_line(self,side,flag,linenum,text): member in HtmlDiff
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddifflib.py1853 fromlist.append(self._format_line(0,flag,*fromdata))
1854 tolist.append(self._format_line(1,flag,*todata))
1862 def _format_line(self,side,flag,linenum,text): member in HtmlDiff
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Ddifflib.py1851 fromlist.append(self._format_line(0,flag,*fromdata))
1852 tolist.append(self._format_line(1,flag,*todata))
1860 def _format_line(self,side,flag,linenum,text): member in HtmlDiff
/dports/www/seahub/seahub-8.0.7-server/seahub/utils/
H A Dhtmldiff.py1847 fromlist.append(self._format_line(0, flag, *fromdata))
1848 tolist.append(self._format_line(1, flag, *todata))
1856 def _format_line(self, side, flag, linenum, text): member in HtmlDiff

12