Home
last modified time | relevance | path

Searched refs:_not_found (Results 1 – 25 of 53) sorted by relevance

123

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/cdn/
H A Dcommands.py17 def _not_found(message): function
62 exception_handler=_not_found(endpoint_not_found_msg)
68 exception_handler=_not_found(profile_not_found_msg)
74 exception_handler=_not_found(cd_not_found_msg)
80 exception_handler=_not_found(origin_not_found_msg)
108 exception_handler=_not_found(endpoint_not_found_msg)
120 exception_handler=_not_found(origin_not_found_msg)
126 exception_handler=_not_found(route_not_found_msg)
138 exception_handler=_not_found(rule_not_found_msg)
150 exception_handler=_not_found(cd_not_found_msg)
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/cmake/macros/
H A Dmacro_check_mpi_interface.cmake34 SET(_not_found TRUE) variable
38 SET(_not_found FALSE) variable
43 IF(_not_found)
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/net/fbzmq/fbzmq-2021.12.27.00/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/security/fizz/fizz-2021.12.27.00/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/www/proxygen/proxygen-2021.12.27.00/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/devel/folly/folly-2021.12.27.00/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/net/wangle/wangle-2021.12.27.00/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/devel/fbthrift/fbthrift-2021.12.27.00/build/fbcode_builder/getdeps/
H A Denvfuncs.py154 _not_found = object() variable
176 result = _path_search_cache.get(cache_key, _not_found)
177 if result is _not_found:
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/05_processes/01_matching/
H A Dprocess_select_fncalls.cf37 # defines _found / _not_found if there are 1 or more / 0 matches, respectively
40 out_of_range_define => { "$(prefix)_not_found" };
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/05_processes/01_matching/
H A Dprocess_select_fncalls.cf37 # defines _found / _not_found if there are 1 or more / 0 matches, respectively
40 out_of_range_define => { "$(prefix)_not_found" };
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/05_processes/01_matching/
H A Dprocess_select_fncalls.cf37 # defines _found / _not_found if there are 1 or more / 0 matches, respectively
40 out_of_range_define => { "$(prefix)_not_found" };
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/05_processes/01_matching/
H A Dprocess_select_fncalls.cf37 # defines _found / _not_found if there are 1 or more / 0 matches, respectively
40 out_of_range_define => { "$(prefix)_not_found" };
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/05_processes/01_matching/
H A Dprocess_select_fncalls.cf37 # defines _found / _not_found if there are 1 or more / 0 matches, respectively
40 out_of_range_define => { "$(prefix)_not_found" };
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/05_processes/01_matching/
H A Dprocess_select_fncalls.cf37 # defines _found / _not_found if there are 1 or more / 0 matches, respectively
40 out_of_range_define => { "$(prefix)_not_found" };
/dports/lang/retro12/RETRO12-2021.4/interface/
H A Drng.retro10 dup n:negative? [ drop 'Error:_device_(0010)_not_found s:put nl ] if;
H A Dclock.retro9 dup n:negative? [ drop 'Error:_device_(0005)_not_found s:put nl ] if;
H A Dscripting.retro39 dup n:negative? [ drop 'Error:_device_(0009)_not_found s:put nl ] if;
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/flask_restful/
H A Dreqparse.py189 _not_found = False
250 return self.default(), _not_found
252 return self.default, _not_found
/dports/www/py-flask-restful/Flask-RESTful-0.3.9/flask_restful/
H A Dreqparse.py189 _not_found = False
250 return self.default(), _not_found
252 return self.default, _not_found
/dports/www/py-flask-restx/flask-restx-0.5.1/flask_restx/
H A Dreqparse.py220 _not_found = False
275 return self.default(), _not_found
277 return self.default, _not_found
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/misc/
H A Dselector.py481 _not_found = staticmethod(not_found) variable in Naked
503 return self._not_found(environ, start_response)
/dports/www/py-selector/selector-0.10.1/
H A Dselector.py395 _not_found = staticmethod(not_found) variable in Naked
420 return self._not_found(environ, start_response)
/dports/devel/allegro/allegro-4.4.3.1/resource/language/
H A Drutext.cfg55 MPU-401_not_found = MPU-401 не обнаружена

123