===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
swift-2.26.0/doc/manpages/proxy-server.conf.5-750-.IP "client_ip              (anonymizable)"
swift-2.26.0/doc/manpages/proxy-server.conf.5:751:.IP "remote_addr            (anonymizable)"
swift-2.26.0/doc/manpages/proxy-server.conf.5-752-.IP "method                 (request method)"
##############################################
swift-2.26.0/doc/source/development_guidelines.rst-50-  If you installed using ``cd ~/swift; sudo python setup.py develop``, you may
swift-2.26.0/doc/source/development_guidelines.rst:51:  need to do ``cd ~/swift; sudo chown -R ${USER}:${USER} swift.egg-info`` prior
swift-2.26.0/doc/source/development_guidelines.rst-52-  to running ``tox``.
##############################################
swift-2.26.0/doc/source/development_guidelines.rst-180-For example, this command would run the in-process mode functional tests
swift-2.26.0/doc/source/development_guidelines.rst:181:using config files found in ``$HOME/my_tests`` and policy 'silver'::
swift-2.26.0/doc/source/development_guidelines.rst-182-
##############################################
swift-2.26.0/doc/source/development_saio.rst-46-
swift-2.26.0/doc/source/development_saio.rst:47:  * Change ``${USER}:${USER}`` to ``${USER}:users`` in all references of this guide; or
swift-2.26.0/doc/source/development_saio.rst-48-  * Create a group for your username and add yourself to it::
##############################################
swift-2.26.0/doc/source/development_saio.rst-596-
swift-2.26.0/doc/source/development_saio.rst:597:#. Edit the ``$HOME/bin/resetswift`` script
swift-2.26.0/doc/source/development_saio.rst-598-
##############################################
swift-2.26.0/doc/source/first_contribution_swift.rst-132-installation. Note that these commands should be performed from the root of the
swift-2.26.0/doc/source/first_contribution_swift.rst:133:swift repo directory (e.g. ``$HOME/swift/``)::
swift-2.26.0/doc/source/first_contribution_swift.rst-134-
##############################################
swift-2.26.0/swift/common/middleware/slo.py-125-``etag`` and ``size_bytes`` for each segment, regardless of whether the client
swift-2.26.0/swift/common/middleware/slo.py:126:specified them for verification. The parameter ``swift_bytes=$total_size`` will
swift-2.26.0/swift/common/middleware/slo.py:127:be appended to the existing ``Content-Type``, where ``$total_size`` is the sum
swift-2.26.0/swift/common/middleware/slo.py-128-of all the included segments' ``size_bytes``. This extra parameter will be
##############################################
swift-2.26.0/swift/common/middleware/tempauth.py-71-
swift-2.26.0/swift/common/middleware/tempauth.py:72:Where ``$HOST`` will do its best to resolve to what the requester would
swift-2.26.0/swift/common/middleware/tempauth.py-73-need to use to reach this host, ``<reseller_prefix>`` is from this section,
swift-2.26.0/swift/common/middleware/tempauth.py-74-and ``<account>`` is from the ``user_<account>_<user>`` name. Note that
swift-2.26.0/swift/common/middleware/tempauth.py:75:``$HOST`` cannot possibly handle when you have a load balancer in front of
swift-2.26.0/swift/common/middleware/tempauth.py-76-it that does https while TempAuth itself runs with http; in such a case,
##############################################
swift-2.26.0/test/unit/common/middleware/test_tempurl.py-1422-    @mock.patch('swift.common.middleware.tempurl.time', return_value=0)
swift-2.26.0/test/unit/common/middleware/test_tempurl.py:1423:    def test_get_valid_with_ip_from_remote_addr(self, mock_time):
swift-2.26.0/test/unit/common/middleware/test_tempurl.py-1424-        method = 'GET'
##############################################
swift-2.26.0/test/unit/common/test_wsgi.py-1279-
swift-2.26.0/test/unit/common/test_wsgi.py:1280:    def test_unknown_client_addr(self):
swift-2.26.0/test/unit/common/test_wsgi.py-1281-        # For "UNKNOWN", the rest of the line before the CRLF may be omitted by
##############################################
swift-2.26.0/debian/gen-init-11-# Find out what should go in After=
swift-2.26.0/debian/gen-init:12:SHOULD_START=`cat ${INIT_TEMPLATE} | grep "# Should-Start:" | sed 's/# Should-Start://'`
swift-2.26.0/debian/gen-init-13-
swift-2.26.0/debian/gen-init:14:INIT_FILE=`echo ${INIT_TEMPLATE} | sed 's/.init.in/.init/'`
swift-2.26.0/debian/gen-init:15:SERVICE_FILE=`echo ${INIT_TEMPLATE} | sed 's/.init.in/.service/'`
swift-2.26.0/debian/gen-init-16-
##############################################
swift-2.26.0/debian/gen-init-65-
swift-2.26.0/debian/gen-init:66:SERVICE_FILE=`echo ${INIT_TEMPLATE} | sed 's/.init.in/@.service/'`
swift-2.26.0/debian/gen-init-67-SERVICE_NAME=${INIT_TEMPLATE%.init.in}
##############################################
swift-2.26.0/debian/rules-54-	for FILE in $(sort $(patsubst debian/%,%,$(wildcard debian/*.init))) ; do \
swift-2.26.0/debian/rules:55:		PKG=`echo $$FILE | cut -d. -f1` ; \
swift-2.26.0/debian/rules:56:		NAME=`echo $$FILE | cut -d. -f2` ; \
swift-2.26.0/debian/rules-57-		dh_installinit --error-handler=true -p$$PKG --name=$$NAME ;\
##############################################
swift-2.26.0/debian/rules-62-	for FILE in $(sort $(patsubst debian/%,%,$(wildcard debian/*.service))) ; do \
swift-2.26.0/debian/rules:63:		PKG=`echo $$FILE | cut -d. -f1` ; \
swift-2.26.0/debian/rules:64:		NAME=`echo $$FILE | cut -d. -f2` ; \
swift-2.26.0/debian/rules-65-		dh_installsystemd -p$$PKG --name=$$NAME ;\