Home
last modified time | relevance | path

Searched refs:_endswith (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-fabric3/Fabric3-1.14.post1/fabric/
H A Dio.py20 def _endswith(char_list, substring): function
174 prompt = _endswith(self.capture, env.sudo_prompt)
175 try_again = (_endswith(self.capture, env.again_prompt + '\n')
176 or _endswith(self.capture, env.again_prompt + '\r\n'))
242 if _endswith(self.capture, tup[0]):
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/
H A Dfilename_parser.py193 endswith = _endswith
217 def _endswith(whole, end): function
260 endswith = _endswith
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Dfilename_parser.py224 endswith = _endswith
247 def _endswith(whole, end): function
292 endswith = _endswith
/dports/security/acme.sh/acme.sh-3.0.1/dnsapi/
H A Ddns_mydevil.sh90 if _endswith "$fulldomain" "$domain"; then
H A Ddns_gdnsdk.sh146 if (_endswith "$fulldomain" "$_domain"); then
H A Ddns_kas.sh139 if _endswith "$_domain" "$i" && [ "$l1" -ge "$l2" ]; then
/dports/net/nncp/nncp-8.0.2/contrib/
H A Ddo142 _endswith()
167 [ "$there" != "/" ] && _endswith "$there" "/" && hadslash=/
/dports/devel/gocheese/gocheese-2.5.0/contrib/
H A Ddo142 _endswith()
167 [ "$there" != "/" ] && _endswith "$there" "/" && hadslash=/
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dtables.py219 def _endswith(obj,s): function
783 elif _endswith(w,'%'):
800 if w is None or w=='*' or _endswith(w,'%'):
848 if _endswith(w,'%'):
921 if w is None or w=='*' or _endswith(w,'%'):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/julia/Arrow/src/
H A Dutils.jl85 function _endswith(a::AbstractVector{UInt8}, endpos::Integer, b::AbstractVector{UInt8}) function
H A Dtable.jl64 _endswith(bytes, off + len - 1, FILE_FORMAT_MAGIC_BYTES)
187 _endswith(bytes, off + len - 1, FILE_FORMAT_MAGIC_BYTES)
/dports/databases/arrow/apache-arrow-6.0.1/julia/Arrow/src/
H A Dutils.jl85 function _endswith(a::AbstractVector{UInt8}, endpos::Integer, b::AbstractVector{UInt8}) function
H A Dtable.jl64 _endswith(bytes, off + len - 1, FILE_FORMAT_MAGIC_BYTES)
187 _endswith(bytes, off + len - 1, FILE_FORMAT_MAGIC_BYTES)
/dports/security/acme.sh/acme.sh-3.0.1/
H A Dacme.sh444 _endswith() { function
5192 if _endswith "$d" "$ECC_SUFFIX"; then
5401 if _endswith "$d" "$ECC_SUFFIX"; then
6766_endswith "$SUDO_COMMAND" /bin/su || _contains "$SUDO_COMMAND" "/bin/su " || grep "^$SUDO_COMMAND\…