Home
last modified time | relevance | path

Searched refs:pip (Results 1 – 25 of 6754) sorted by relevance

12345678910>>...271

/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip-20.2.2.dist-info/
H A DRECORD380 pip-20.2.2.dist-info/RECORD,,
406 ../../../bin/pip,,
411 pip/__init__.cpython-27.pyc,,
450 pip/_internal/__pycache__,,
458 pip-20.2.2.virtualenv,,
512 pip/_vendor/__pycache__,,
610 pip/__main__.cpython-27.pyc,,
621 pip/__pycache__,,
670 pip/_vendor/toml/__pycache__,,
680 pip/_vendor/idna/__pycache__,,
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip-21.2.4.dist-info/
H A DRECORD1 pip/__init__.py,sha256=EkjFYKiNdO5r1TZT1K-GxPs3Bl2IdRXw75e7IVsKrmc,357
2 pip/__main__.py,sha256=mXwWDftNLMKfwVqKFWGE_uuBZvGSIiUELhLkeysIuZc,1198
3 pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286
4 pip/_internal/__init__.py,sha256=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573
5 pip/_internal/build_env.py,sha256=uqtt1F0185ctzme5UX43I6bFHVeORY7q-dyhpkk5NDE,10121
6 pip/_internal/cache.py,sha256=6VONtoReGZbBd7sqY1n6hwkdWC4iz3tmXwXwZjpjZKw,9958
8 pip/_internal/exceptions.py,sha256=2JQJSS68oggR_ZIOA-h1U2DRADURbkQn9Nf4EZWZ834,13170
9 pip/_internal/main.py,sha256=BZ0vkdqgpoteTo1A1Q8ovFe8EzgKFJWOUjPmIUQfGCY,351
10 pip/_internal/pyproject.py,sha256=Sl1dOQYazG9AsrE0TXWK2zVcDR_FROshCTwjKBRQsPE,7063
149 pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549
[all …]
/dports/editors/ted/Ted-2.23/docBase/
H A DdocPictureProperties.c19 pip->pipMapMode= -1; in docInitPictureProperties()
21 pip->pip_xWinExt= 0; in docInitPictureProperties()
22 pip->pip_yWinExt= 0; in docInitPictureProperties()
24 pip->pipTwipsWide= 0; in docInitPictureProperties()
25 pip->pipTwipsHigh= 0; in docInitPictureProperties()
27 pip->pipScaleXSet= 100; in docInitPictureProperties()
28 pip->pipScaleYSet= 100; in docInitPictureProperties()
29 pip->pipScaleXUsed= 100; in docInitPictureProperties()
37 pip->pipBliptag= 0; in docInitPictureProperties()
42 pip->pipBmPlanes= 0; in docInitPictureProperties()
[all …]
/dports/devel/ppl/ppl-1.2/tests/PIP_Problem/
H A Dpipproblem1.cc304 PIP_Problem pip(4); in test07() local
337 PIP_Problem pip(4); in test08() local
356 pip.clear(); in test08()
423 PIP_Problem pip; in test11() local
437 PIP_Problem pip; in test12() local
452 PIP_Problem pip; in test13() local
467 PIP_Problem pip; in test14() local
481 PIP_Problem pip; in test15() local
496 PIP_Problem pip; in test16() local
507 PIP_Problem pip; in test17() local
[all …]
H A Dpipproblem3.cc35 PIP_Problem pip; in test01() local
42 pip.add_constraints(cs); in test01()
51 pip.print_solution(nout); in test01()
56 pip.add_constraint(j <= m); in test01()
57 pip.add_constraint(i <= n); in test01()
76 PIP_Problem pip; in test02() local
82 pip.add_constraints(cs); in test02()
116 PIP_Problem pip; in test03() local
125 pip.add_constraints(cs); in test03()
164 PIP_Problem pip(2); in test04() local
[all …]
H A Dpipproblem2.cc79 PIP_Problem pip; in test03() local
89 PIP_Problem pip_copy(pip); in test03()
98 PIP_Problem pip(6); in test04() local
111 nout << pip; in test04()
118 PIP_Problem pip(1); in test05() local
129 PIP_Problem pip(1); in test06() local
143 PIP_Problem pip(1); in test07() local
181 PIP_Problem pip(3); in test09() local
292 PIP_Problem pip; in test15() local
298 pip.print_solution(nout); in test15()
[all …]
/dports/devel/py-pip-tools/pip-tools-6.3.1/
H A DCHANGELOG.md70 `pip-compile` ([#1356](https://github.com/jazzband/pip-tools/pull/1356)). Thanks
183 - Add `-h` alias for `--help` option to `pip-sync` and `pip-compile`
262 make sure to use `python -m pip install pip-tools` to avoid issues with `pip`
274 - `pip-compile` and `pip-sync` now pass anything provided to the new `--pip-args` option
546 - Fix `pip-sync` to use pip script depending on a python version
598 - Update `pip-tools` for native `pip` 8, 9, 10 and 18 compatibility, un-vendoring `pip`
627 - Vendored `pip` 9.0.3 to keep compatibility for users with `pip` 10.0.0
797 - Respect pip configuration from pip.{ini,conf}
807 - pip-compile: support pip's --no-binary and --binary-only flags
825 - Bugfix where pip-compile would lose "via" info when on pip 8 (see #313)
[all …]
H A DREADME.rst4 pip-tools = pip-compile + pip-sync
42 (venv) $ python -m pip install pip-tools
79 $ pip-compile
84 # pip-compile
288 $ pip-compile
293 # pip-compile
335 $ pip-sync
417 $ pip-sync
442 $ pip-sync requirements.txt --pip-args '--no-cache-dir --no-deps'
449 ``setuptools``, ``pip``, or ``pip-tools`` itself. Use ``python -m pip install --upgrade``
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pip-tools/
H A DCHANGELOG.md4 - Fix `pip-20.2` compatibility issue that caused `pip-tools` to sometime fail to
11 - Add `-h` alias for `--help` option to `pip-sync` and `pip-compile`
13 - Add `pip>=20.2` support
83 make sure to use `python -m pip install pip-tools` to avoid issues with `pip`
94 - `pip-compile` and `pip-sync` now pass anything provided to the new `--pip-args` option on to `pip`
313 - Fix `pip-sync` to use pip script depending on a python version
357 - Update `pip-tools` for native `pip` 8, 9, 10 and 18 compatibility, un-vendoring `pip` to use the …
513 - Respect pip configuration from pip.{ini,conf}
523 - pip-compile: support pip's --no-binary and --binary-only flags
555 ~/.pip/pip.conf, for example)
[all …]
/dports/devel/py-pip-tools4/pip-tools-4.5.1/
H A DCHANGELOG.md50 - Add `pip>=20.0` support
201 - Fix `pip-sync` to use pip script depending on a python version
245 - Update `pip-tools` for native `pip` 8, 9, 10 and 18 compatibility, un-vendoring `pip` to use the …
267 - Vendored `pip` 9.0.3 to keep compatibility for users with `pip` 10.0.0
369 - Drop support for pip < 8
401 - Respect pip configuration from pip.{ini,conf}
411 - pip-compile: support pip's --no-binary and --binary-only flags
427 - Bugfix where pip-compile would lose "via" info when on pip 8 (see #313)
433 - Add support for pip >= 8
443 ~/.pip/pip.conf, for example)
[all …]
/dports/databases/powa-web/powa-web-4.0.2/powa/static/bower_components/foundation/scss/foundation/components/
H A D_dropdown-buttons.scss24 $dropdown-button-pip-size-tny: $button-pip-tny !default;
25 $dropdown-button-pip-opposite-tny: $button-pip-tny * 3 !default;
26 $dropdown-button-pip-top-tny: (-$button-pip-tny / 2) + rem-calc(1) !default;
30 $dropdown-button-pip-size-sml: $button-pip-sml !default;
31 $dropdown-button-pip-opposite-sml: $button-pip-sml * 3 !default;
32 $dropdown-button-pip-top-sml: (-$button-pip-sml / 2) + rem-calc(1) !default;
36 $dropdown-button-pip-size-med: $button-pip-med - rem-calc(3) !default;
37 $dropdown-button-pip-opposite-med: $button-pip-med * 2.5 !default;
42 $dropdown-button-pip-size-lrg: $button-pip-lrg - rem-calc(6) !default;
43 $dropdown-button-pip-opposite-lrg: $button-pip-lrg * 2.5 !default;
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_pip.py4 import salt.modules.pip as pip namespace
39 pip.install(pkg)
60 pip.install(pkg)
101 pip.install,
335 pip.install,
345 pip.install,
354 pip.install,
1034 pip.install(
1308 pip.freeze,
1385 pip.list_,
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/
H A Dip.c36 if (pip != NULL) { in netwib_ip_init_ip4_fields()
49 if (pip != NULL) { in netwib_ip_init_ip4()
51 pip->ipvalue.ip4 = ip4; in netwib_ip_init_ip4()
62 switch(pip->iptype) { in netwib_ip4_init_ip()
86 if (pip != NULL) { in netwib_ip_init_ip6_fields()
114 if (pip != NULL) { in netwib_ip_init_ip6()
116 pip->ipvalue.ip6 = *pip6; in netwib_ip_init_ip6()
127 switch(pip->iptype) { in netwib_ip6_init_ip()
251 if (pip != NULL) *pip = defaultip; in netwib_ip_init_kbd()
357 switch(pip->iptype) { in netwib_buf_append_ip()
[all …]
/dports/devel/py-pip/pip-20.3.4/docs/html/
H A Dinstalling.rst7 Do I need to install pip?
14 to :ref:`upgrade pip <Upgrading pip>`.
23 pip X.Y.Z from .../site-packages/pip (python X.Y)
30 pip X.Y.Z from ...\site-packages\pip (python X.Y)
67 .. _`get-pip`:
82 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
125 ``get-pip.py`` allows :ref:`pip install options <pip
184 py get-pip.py pip==9.0.2 wheel==0.30.0 setuptools==28.8.0
188 Upgrading pip
195 python -m pip install -U pip
[all …]
H A Dux_research_design.rst5 Over the course of 2020, the pip team has been working on improving pip's user
10 1. `Understanding who uses pip`_
11 2. `Understanding how pip compares to other package managers, and how pip supports other Python pac…
27 - Understand how pip users *need* pip to behave
28 - Understand how pip users *would like* pip to behave
33 `join pip's user panel`_.
46 on the `pip issue tracker`_.
59 `test pip's new dependency resolver`_.
69 .. _Understanding who uses pip: https://github.com/pypa/pip/issues/8518
70 …nderstanding how pip compares to other package managers, and how pip supports other Python packagi…
[all …]
/dports/devel/py-pip/pip-20.3.4/tests/functional/
H A Dtest_list.py14 script.pip(
151 script.pip(
155 script.pip(
176 script.pip(
180 script.pip(
202 script.pip(
206 script.pip(
233 script.pip(
237 script.pip(
265 script.pip(
[all …]
H A Dtest_configuration.py9 from pip._internal.cli.status_codes import ERROR
15 result = script.pip('config', expect_error=True)
29 result = script.pip("config", "list")
35 script.pip("config", "set", "test.blah", "1")
40 script.pip("config", "unset", "test.blah")
48 result = script.pip("config", "list")
79 result = script.pip("config", "debug")
100 result = script.pip("config", "debug")
119 result = script.pip("config", "debug")
136 result = script.pip("config", "debug")
[all …]
H A Dtest_show.py6 from pip import __version__
15 result = script.pip('show', 'pip')
30 script.pip('install', '-e', editable)
60 script.pip('install', 'initools==0.2')
102 result = script.pip(
169 result = script.pip('show', 'pip')
182 result = script.pip('show', 'pip')
214 script.pip(
231 script.pip(
249 script.pip(
[all …]
/dports/www/firefox/firefox-99.0/toolkit/themes/shared/media/
H A Dvideocontrols.css637 .pip-wrapper[medium-video] > .pip-expanded > .pip-icon-label > .pip-label {
693 .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-label {
718 .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-icon {
760 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
773 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon,
774 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
779 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
784 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
841 .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
845 .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/themes/shared/media/
H A Dvideocontrols.css636 .pip-wrapper[medium-video] > .pip-expanded > .pip-icon-label > .pip-label {
691 .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-label {
716 .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-icon {
757 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
770 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon,
771 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
776 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
781 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
838 .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
842 .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/themes/shared/media/
H A Dvideocontrols.css636 .pip-wrapper[medium-video] > .pip-expanded > .pip-icon-label > .pip-label {
691 .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-label {
716 .pip-wrapper[position="left"] > .pip-expanded > .pip-icon-label > .pip-icon {
757 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
770 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon,
771 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
776 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-icon {
781 .pip-wrapper[position="right"] > .pip-expanded > .pip-icon-label > .pip-label {
838 .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
842 .pip-wrapper.hovering > .pip-expanded > .pip-explainer {
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/priv/
H A Dsa.h49 netwib_ip *pip,
51 …pport_init_sal(psa,supposedsalen,pip,pport) netwib_priv_sa_ipport_init_sali(psa,supposedsalen,NETW… argument
52 …sa_ipport_init_sai(psa,supposediptype,pip,pport) netwib_priv_sa_ipport_init_sali(psa,0xFFFFFFFFu,s… argument
53 …netwib_priv_sa_ipport_init_sa(psa,pip,pport) netwib_priv_sa_ipport_init_sali(psa,0xFFFFFFFFu,NETWI… argument
54 …t_sali(psa,supposedsalen,supposediptype,pip) netwib_priv_sa_ipport_init_sali(psa,supposedsalen,sup… argument
55 …ne netwib_priv_sa_ip_init_sal(psa,supposedsalen,pip) netwib_priv_sa_ipport_init_sal(psa,supposedsa… argument
56 … netwib_priv_sa_ip_init_sai(psa,supposediptype,pip) netwib_priv_sa_ipport_init_sai(psa,supposedipt… argument
57 #define netwib_priv_sa_ip_init_sa(psa,pip) netwib_priv_sa_ipport_init_sa(psa,pip,NULL) argument
71 netwib_err netwib_priv_sa_sal_init_iptport(netwib_constip *pip,
77 #define netwib_priv_sa_sal_init_ipport(pip,port,psa,psalen) netwib_priv_sa_sal_init_iptport(pip,NET… argument
[all …]
/dports/devel/py-pdm/pdm-1.11.0/pdm/models/
H A Dpip_shims.py12 from pip._internal.cache import WheelCache
14 from pip._internal.index.package_finder import PackageFinder
17 from pip._internal.models.link import Link
19 from pip._internal.models.wheel import Wheel as PipWheel
21 from pip._internal.network.cache import SafeFileCache
22 from pip._internal.network.download import Downloader
23 from pip._internal.operations.prepare import unpack_url
25 from pip._internal.req.constructors import (
31 from pip._internal.utils import logging as pip_logging
32 from pip._internal.utils import misc
[all …]
/dports/devel/py-pip-shims/pip_shims-0.6.0/
H A DCHANGELOG.rst8 …longer guarantee compatibility for ``pip<20``. Add support for ``pip==21.3``. `#77 <https://githu…
25 - Call ``resolve()`` with correct arguments for pip 20.2. `#68 <https://github.com/sarugaku/pip-sh…
34 - Added support for ``pip==20.1``.
80 …at ``pip._internal.network.download.Downloader`` which is where it resides on pip master for ``pip
84 …tion_for_install`` to ``make_abstract_dist`` for ``pip>=20.0``. `#52 <https://github.com/sarugaku…
151 - Fixed import paths for ``VcsSupport`` on ``pip>19.1.1``. `#28 <https://github.com/sarugaku/pip-s…
160 - Added access to ``pip._internal.models.index.PyPI``. `#21 <https://github.com/sarugaku/pip-shims…
194 …hich caused ``FormatControl`` imports to fail in ``pip>=18.1``. `#15 <https://github.com/sarugaku…
205 - Added a shim for ``pip._internal.req.req_uninstall.UninstallPathSet``. `#10 <https://github.com/…
239 …n to discourage use of these shims for accessing the pip API. `#1 <https://github.com/sarugaku/pi…
[all …]
/dports/devel/py-bandit/bandit-1.7.1/.github/workflows/
H A Dpythonpackage.yml19 python -m pip install --upgrade pip
22 pip install tox
39 python -m pip install --upgrade pip
42 pip install tox
59 python -m pip install --upgrade pip
62 pip install tox
79 python -m pip install --upgrade pip
82 pip install tox
99 python -m pip install --upgrade pip
119 python -m pip install --upgrade pip
[all …]

12345678910>>...271