Home
last modified time | relevance | path

Searched refs:get_indentation (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/filters/
H A Dformat.py23 def get_indentation(): function
24 return zencoding.utils.get_indentation()
98 padding = item.parent.padding if item.parent else get_indentation() * level
106 padding_delta = get_indentation()
136 padding = item.parent.padding if item.parent else get_indentation() * level
150 item.start += get_newline() + padding + get_indentation()
157 item.padding = padding + get_indentation()
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/utils/
H A Dlogging.py71 _log_state.indentation = get_indentation()
79 def get_indentation(): function
124 prefix += " " * get_indentation()
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/lib/
H A DAJAXTree.php99 echo $this->get_indentation($code);
185 protected function get_indentation($code) { function in AJAXTree
253 $output .= $this->get_indentation($level);
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/utils/
H A Dlogging.py76 _log_state.indentation = get_indentation()
84 def get_indentation(): function
138 prefix += " " * get_indentation()
/dports/devel/obby/obby-0.4.8/src/serialise/
H A Dobject.cpp67 unsigned int indentation_deep = get_indentation(); in serialise()
102 unsigned int indentation_deep = get_indentation(); in deserialise()
271 unsigned int obby::serialise::object::get_indentation() const in get_indentation() function in obby::serialise::object
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/utils/
H A Dlogging.py41 def get_indentation(): function
54 (" " * get_indentation()) + line
H A Dui.py13 from pip9.utils.logging import get_indentation
119 self.message = (" " * (get_indentation() + 2)) + self.message
262 self._file.write(" " * get_indentation() + self._message + " ... ")
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/utils/
H A Dlogging.py41 def get_indentation(): function
54 (" " * get_indentation()) + line
H A Dui.py13 from pip9.utils.logging import get_indentation
119 self.message = (" " * (get_indentation() + 2)) + self.message
262 self._file.write(" " * get_indentation() + self._message + " ... ")
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/lib/
H A DAJAXTree.php97 echo $this->get_indentation($code);
186 protected function get_indentation($code) { function in AJAXTree
269 $output .= $this->get_indentation($level);
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/utils/
H A Dlogging.py107 _log_state.indentation = get_indentation()
115 def get_indentation(): function
161 prefix += " " * get_indentation()
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/utils/
H A Dlogging.py107 _log_state.indentation = get_indentation()
115 def get_indentation(): function
161 prefix += " " * get_indentation()
/dports/devel/py-autoflake/autoflake-1.3.1/
H A Dautoflake.py297 return get_indentation(line) + 'pass' + get_line_ending(line)
451 return (get_indentation(line) +
474 return get_indentation(line) + value
545 get_indentation(line) == last_pass_indentation and
552 last_pass_indentation = get_indentation(line)
577 def get_indentation(line): function
H A Dtest_autoflake.py92 self.assertEqual('', autoflake.get_indentation(''))
93 self.assertEqual(' ', autoflake.get_indentation(' abc'))
94 self.assertEqual(' ', autoflake.get_indentation(' abc \n\t'))
95 self.assertEqual('\t', autoflake.get_indentation('\tabc \n\t'))
96 self.assertEqual(' \t ', autoflake.get_indentation(' \t abc \n\t'))
97 self.assertEqual('', autoflake.get_indentation(' '))
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/cli/
H A Dspinners.py10 from pip._internal.utils.logging import get_indentation
43 self._file.write(" " * get_indentation() + self._message + " ... ")
H A Dprogress_bars.py9 from pip._internal.utils.logging import get_indentation
135 get_indentation() + 2
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/cli/
H A Dcheck.py27 def get_indentation(line): function
58 indentation = get_indentation(line)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/cli/
H A Dspinners.py11 from pip._internal.utils.logging import get_indentation
42 self._file.write(" " * get_indentation() + self._message + " ... ")
H A Dprogress_bars.py10 from pip._internal.utils.logging import get_indentation
124 self.message: str = (" " * (get_indentation() + 2)) + self.message
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/cli/
H A Dspinners.py12 from pip._internal.utils.logging import get_indentation
45 self._file.write(" " * get_indentation() + self._message + " ... ")
H A Dprogress_bars.py12 from pip._internal.utils.logging import get_indentation
144 get_indentation() + 2
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/cli/
H A Dspinners.py12 from pip._internal.utils.logging import get_indentation
45 self._file.write(" " * get_indentation() + self._message + " ... ")
H A Dprogress_bars.py12 from pip._internal.utils.logging import get_indentation
144 get_indentation() + 2
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/utils/
H A Dui.py16 from pip._internal.utils.logging import get_indentation
136 self.message = (" " * (get_indentation() + 2)) + self.message
336 self._file.write(" " * get_indentation() + self._message + " ... ")
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/utils/
H A Dui.py20 from pipenv.patched.notpip._internal.utils.logging import get_indentation
140 self.message = (" " * (get_indentation() + 2)) + self.message
340 self._file.write(" " * get_indentation() + self._message + " ... ")

12