Home
last modified time | relevance | path

Searched refs:format_stack (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_matlab_print_format.cxx17 static std::vector<int> *format_stack = nullptr; variable
20 { if (!format_stack) format_stack = new std::vector<int>; } in vnl_matlab_print_format_init()
25 format_stack->push_back(the_format); in vnl_matlab_print_format_push()
32 if (format_stack->empty()) in vnl_matlab_print_format_pop()
35 the_format = vnl_matlab_print_format(format_stack->back()); in vnl_matlab_print_format_pop()
36 format_stack->pop_back(); in vnl_matlab_print_format_pop()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_matlab_print_format.cxx17 static std::vector<int> * format_stack = nullptr; variable
22 if (!format_stack) in vnl_matlab_print_format_init()
23 format_stack = new std::vector<int>; in vnl_matlab_print_format_init()
30 format_stack->push_back(the_format); in vnl_matlab_print_format_push()
38 if (format_stack->empty()) in vnl_matlab_print_format_pop()
42 the_format = vnl_matlab_print_format(format_stack->back()); in vnl_matlab_print_format_pop()
43 format_stack->pop_back(); in vnl_matlab_print_format_pop()
/dports/print/texinfo/texinfo-6.8/Pod-Simple-Texinfo/lib/Pod/Simple/
H A DTexinfo.pm457 my @format_stack;
555 push @format_stack, [$linktype, $content_implicit, $url_arg,
570 push @format_stack, 'verbatim';
574 push @format_stack, $target;
585 if (@format_stack and !ref($format_stack[-1])
588 or ($format_stack[-1] eq 'verbatim'))) {
592 if (@format_stack and !ref($format_stack[-1])
593 and ($self->{'texinfo_raw_format_commands'}->{$format_stack[-1]})) {
646 my $format = pop @format_stack;
702 pop @format_stack;
[all …]
/dports/devel/py-freenas.utils/freenas.utils-10.2a1/freenas/utils/
H A Ddebug.py64 dump.append(''.join(traceback.format_stack(ob.gr_frame)))
70 dump.append(''.join(traceback.format_stack(frame)))
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Page/
H A Dpager.cpp58 format_stack (path ip, array<box> bx, array<space> ht) { in format_stack() function
66 format_stack (path ip, array<box> bx, array<space> ht, SI height, in format_stack() function
103 format_stack (path ip, array<page_item> l) { in format_stack() function
116 format_stack (path ip, array<page_item> l, SI height, bool may_stretch) { in format_stack() function
125 return format_stack (ip, bs, spc, height, may_stretch); in format_stack()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/http/
H A Drequest_metrics.py159 "".join(traceback.format_stack()),
185 "".join(traceback.format_stack()),
229 "".join(traceback.format_stack()),
/dports/net/py-kombu/kombu-4.6.11/kombu/utils/
H A Dencoding.py122 type(s), exc, '\n'.join(traceback.format_stack()))
139 type(s), exc, '\n'.join(traceback.format_stack()))
/dports/devel/py-joblib/joblib-1.1.0/joblib/test/
H A Dtest_format_stack.py15 from joblib.format_stack import safe_repr, _fixed_getframes, format_records
16 from joblib.format_stack import format_exc
H A Dtest_deprecated_objects.py10 from joblib.format_stack import _deprecated_names as _deprecated_format_utils
/dports/net/py-pyroute2.ndb/pyroute2.ndb-0.6.5/pr2modules/ndb/objects/
H A Dinterface.py467 e_s.trace = traceback.format_stack()
479 e_s.trace = traceback.format_stack()
496 e_s.trace = traceback.format_stack()
522 e_s.trace = traceback.format_stack()
541 e_s.trace = traceback.format_stack()
557 e_s.trace = traceback.format_stack()
/dports/textproc/xml2rfc/xml2rfc-3.5.0/xml2rfc/writers/
H A Ddebug.py60 fr = tb.format_stack()[-3].strip()[4:] # call from
201 for s in tb.format_stack()[start:-1]:
210 sys.stderr.write("%sCalled from %s\n" % (indent, tb.format_stack()[level].strip()[4:]))
/dports/textproc/xml2rfc/xml2rfc-3.5.0/xml2rfc/
H A Ddebug.py60 fr = tb.format_stack()[-3].strip()[4:] # call from
204 for s in tb.format_stack()[start:-1]:
213 sys.stderr.write("%sCalled from %s\n" % (indent, tb.format_stack()[level].strip()[4:]))
/dports/textproc/p5-Text-Reform/Text-Reform-1.20/lib/Text/
H A DReform.pm489 my @format_stack;
491 LINE: while ($startidx < @_ || @format_stack)
499 unless (@format_stack) {
500 @format_stack = $config->{interleave}
504 my $format = shift @format_stack;
/dports/devel/py-aiologger/aiologger-0.6.1/aiologger/formatters/
H A Dbase.py190 def format_stack(self, stack_info): member in Formatter
237 s = s + self.format_stack(record.stack_info)
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/
H A Dcomponent.py153 traceback.format_stack(limit=4),
204 traceback.format_stack(limit=4),
222 traceback.format_stack(limit=4),
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/utils/
H A Dmessage.py54 stack = ''.join(traceback.format_stack())
70 _log_stack('warning', ''.join(traceback.format_stack()))
/dports/devel/py-grab/grab-0.6.41/grab/util/
H A Dwarning.py21 ''.join(traceback.format_stack(f=frame.f_back)))
/dports/devel/py-pika/pika-1.1.0/tests/acceptance/
H A Dtest_utils.py59 ''.join(traceback.format_stack()))
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A DgroopmExceptions.py84 newStack = traceback.format_stack()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/common/
H A Dstacks.py40 stack = "".join(traceback.format_stack(frame))
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A D__init__.py17 line for line in traceback.format_stack()
/dports/www/mod_webkit/w4py-1.2.3/WebUtils/
H A DHTMLForException.py75 return HTMLForLines(traceback.format_stack(frame), options)
/dports/editors/py-pynvim/pynvim-0.4.3/pynvim/api/
H A Dnvim.py6 from traceback import format_stack
175 .format('\n'.join(format_stack(None, 5)[:-1])))
443 call_point = ''.join(format_stack(None, 5)[:-1])
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/extensions/
H A Ddebug.py50 dump = ''.join(traceback.format_stack(frame))
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/
H A Dproxy.py60 log.error(''.join(traceback.format_stack()))

1234567891011