Home
last modified time | relevance | path

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

12

/dports/devel/py-pre-commit-hooks/pre_commit_hooks-4.0.1/pre_commit_hooks/
H A Dstring_fixer.py12 def handle_match(token_text: str) -> str: function
48 new_text = handle_match(token_text)
/dports/www/py-werkzeug/Werkzeug-2.0.2/examples/plnt/
H A Dutils.py82 def handle_match(m): function
98 return _entity_re.sub(handle_match, _striptags_re.sub("", s))
/dports/textproc/pdfgrep/pdfgrep-2.1.1/src/
H A Dsearch.cc48 static void handle_match(const Options &opts, const string &filename, size_t page,
174 handle_match(opts, filename, pagenum, current, last_line, mt, previous_matches); in search_page()
245 static void handle_match(const Options &opts, const string &filename, size_t page, in handle_match() function
/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DDatabaseCommands.cxx151 handle_match(Client &client, Request args, Response &r, bool fold_case) in handle_match() function
164 return handle_match(client, args, r, false); in handle_find()
170 return handle_match(client, args, r, true); in handle_search()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/markupsafe/
H A D__init__.py131 def handle_match(m): function
143 return _entity_re.sub(handle_match, text_type(self))
/dports/www/node10/node-v10.24.1/tools/markupsafe/
H A D__init__.py131 def handle_match(m): function
143 return _entity_re.sub(handle_match, text_type(self))
/dports/www/node10/node-v10.24.1/deps/v8/third_party/markupsafe/
H A D__init__.py131 def handle_match(m): function
143 return _entity_re.sub(handle_match, text_type(self))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/markupsafe/
H A D__init__.py131 def handle_match(m): function
143 return _entity_re.sub(handle_match, text_type(self))
/dports/www/trac-devel/Trac-1.5.3/contrib/
H A Dcheckwiki.py42 def handle_match(self, fullmatch): member in DefaultWikiChecker
43 rv = self.__super.handle_match(fullmatch)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markupsafe/
H A D__init__.py136 def handle_match(m): function
150 return _entity_re.sub(handle_match, text_type(self))
/dports/www/firefox/firefox-99.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py136 def handle_match(m): function
150 return _entity_re.sub(handle_match, text_type(self))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py136 def handle_match(m): function
150 return _entity_re.sub(handle_match, text_type(self))
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py136 def handle_match(m): function
150 return _entity_re.sub(handle_match, text_type(self))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/MarkupSafe/src/markupsafe/
H A D__init__.py136 def handle_match(m): function
150 return _entity_re.sub(handle_match, text_type(self))
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/markupsafe/markupsafe/
H A D__init__.py136 def handle_match(m): function
150 return _entity_re.sub(handle_match, text_type(self))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/markupsafe/
H A D__init__.py135 def handle_match(m): function
148 return _entity_re.sub(handle_match, text_type(self))
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/markupsafe/
H A D__init__.py136 def handle_match(m): function
150 return _entity_re.sub(handle_match, text_type(self))
/dports/security/ssdeep/ssdeep-2.14.1/
H A Dmatch.cpp254 void handle_match(state *s, in handle_match() function
325 handle_match(s,f,(*it),score); in match_compare()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/
H A Dutils.py452 def handle_match(m): function
465 return _entity_re.sub(handle_match, s)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/werkzeug/
H A Dutils.py474 def handle_match(m): function
487 return _entity_re.sub(handle_match, s)
/dports/textproc/libfolia/libfolia-2.10/include/libfolia/
H A Dfolia_engine.h128 FoliaElement *handle_match( const std::string&, int );
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dgrep_proc.hh294 virtual void handle_match(int line,
/dports/security/masscan/masscan-1.3.2/src/
H A Dsmack1.c1251 handle_match( struct SMACK * smack, in handle_match() function
1345 found_count = handle_match(smack, i, cb_found, callback_data, row); in smack_search()
1552 found_count = handle_match(smack, 0, cb_found, callback_data, row); in smack_search_end()
/dports/textproc/libfolia/libfolia-2.10/src/
H A Dfolia_engine.cxx617 FoliaElement *Engine::handle_match( const string& local_name, in handle_match() function in folia::Engine
712 _external_node = handle_match( local_name, new_depth ); in get_node()
1442 _external_node = handle_match( local_name, new_depth ); in next_text_parent()
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/jinja2/
H A Dutils.py460 def handle_match(m): function
472 return _entity_re.sub(handle_match, unicode(self))

12