Home
last modified time | relevance | path

Searched refs:IGNORECASE (Results 1 – 25 of 2540) sorted by relevance

12345678910>>...102

/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/utils/
H A Dnormalize.py18 file_path_normalization_mapping = [{'regex' : re.compile('%system%',flags=re.IGNORECASE),
20 {'regex' : re.compile('%appdata%',flags=re.IGNORECASE),
28 {'regex' : re.compile('%programs%',flags=re.IGNORECASE),
30 {'regex' : re.compile('%temp%',flags=re.IGNORECASE),
34 {'regex' : re.compile('%profiles%',flags=re.IGNORECASE),
36 {'regex' : re.compile('%windir%',flags=re.IGNORECASE),
62 registry_hive_normalization_mapping = [{'regex' : re.compile('^hklm$',flags=re.IGNORECASE),
64 {'regex' : re.compile('^hkcc$',flags=re.IGNORECASE),
66 {'regex' : re.compile('^hkcr$',flags=re.IGNORECASE),
68 {'regex' : re.compile('^hkcu$',flags=re.IGNORECASE),
[all …]
/dports/lang/gawk/gawk-5.1.1/test/
H A Dsort1.ok10 ---end asort(a), IGNORECASE = 0---
20 ---end asort(a, b), IGNORECASE = 0---
30 ---end asort(a, a), IGNORECASE = 0---
40 ---end asort(a, b, "@ind_num_asc"), IGNORECASE = 0---
50 ---end asort(a, a, "@ind_str_desc"), IGNORECASE = 0---
60 ---end PROCINFO["sorted_in"] = "@val_str_asc", IGNORECASE = 0---
120 ---end asort(a), IGNORECASE = 1---
130 ---end asort(a, b), IGNORECASE = 1---
140 ---end asort(a, a), IGNORECASE = 1---
150 ---end asort(a, b, "@ind_num_asc"), IGNORECASE = 1---
[all …]
H A Dicasefs.awk3 IGNORECASE = 1
5 IGNORECASE = 0
10 IGNORECASE = 1
16 IGNORECASE = 1
18 IGNORECASE = 0
23 IGNORECASE = 1
30 IGNORECASE = 0
32 IGNORECASE = 1
38 IGNORECASE = 0
40 IGNORECASE = 1
H A Dsort1.awk2 for (IGNORECASE=0; IGNORECASE <= 1; IGNORECASE++) {
7 printf("---end asort(a), IGNORECASE = %d---\n", IGNORECASE)
11 printf("---end asort(a, b), IGNORECASE = %d---\n", IGNORECASE)
22 SORT_STR, IGNORECASE)
28 SORT_STR, IGNORECASE)
34 SORT_STR, IGNORECASE)
40 SORT_STR, IGNORECASE)
46 SORT_STR, IGNORECASE)
52 SORT_STR, IGNORECASE)
58 SORT_STR, IGNORECASE)
[all …]
H A Daasort.awk12 b[IGNORECASE][i] = a[i]
17 for (IGNORECASE = 0; IGNORECASE < 2; IGNORECASE++) {
20 n = asort(b[IGNORECASE])
23 printf("b[%d][%d] = \"%s\"\n", IGNORECASE, i, b[IGNORECASE][i])
28 IGNORECASE = 1
H A Daasorti.awk14 b[IGNORECASE][i] = a[i]
19 for (IGNORECASE = 0; IGNORECASE < 2; IGNORECASE++) {
22 n = asorti(b[IGNORECASE])
25 printf("b[%d][%d] = \"%s\"\n", IGNORECASE, i, b[IGNORECASE][i])
H A Darraysort2.awk12 b[IGNORECASE][i] = a[i]
17 for (IGNORECASE = 0; IGNORECASE < 2; IGNORECASE++) {
20 n = asort(b[IGNORECASE])
23 printf("b[%d][%d] = \"%s\"\n", IGNORECASE, i, b[IGi])
28 IGNORECASE = 1
H A Dsortu.ok15 --- asort(a, b, "comp_val_num"), IGNORECASE = 0---
21 --- asort(a, b, "comp_val_str"), IGNORECASE = 0---
27 --- asort(a, a, "comp_val_str"), IGNORECASE = 0---
33 --- asort(a, b, "comp_val_num"), IGNORECASE = 1---
39 --- asort(a, b, "comp_val_str"), IGNORECASE = 1---
45 --- asort(a, a, "comp_val_str"), IGNORECASE = 1---
/dports/science/py-qcengine/qcengine-0.21.0/qcengine/
H A Dextras.py37 _yes = re.compile(r"^(yes|true|on|1)", re.IGNORECASE)
38 _no = re.compile(r"^(no|false|off|0)", re.IGNORECASE)
39 _der0th = re.compile(r"^(0|none|energy)", re.IGNORECASE)
40 _der1st = re.compile(r"^(1|first|gradient)", re.IGNORECASE)
41 _der2nd = re.compile(r"^(2|second|hessian)", re.IGNORECASE)
42 _der3rd = re.compile(r"^(3|third)", re.IGNORECASE)
43 _der4th = re.compile(r"^(4|fourth)", re.IGNORECASE)
44 _der5th = re.compile(r"^(5|fifth)", re.IGNORECASE)
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/pynslcd/
H A Dcfg.py180 line, re.IGNORECASE)
189 line, re.IGNORECASE)
196 line, re.IGNORECASE)
206 line, re.IGNORECASE)
214 line, re.IGNORECASE)
230 line, re.IGNORECASE)
241 line, re.IGNORECASE)
251 line, re.IGNORECASE)
260 line, re.IGNORECASE)
272 line, re.IGNORECASE)
[all …]
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/pynslcd/
H A Dcfg.py180 line, re.IGNORECASE)
189 line, re.IGNORECASE)
196 line, re.IGNORECASE)
206 line, re.IGNORECASE)
214 line, re.IGNORECASE)
230 line, re.IGNORECASE)
241 line, re.IGNORECASE)
251 line, re.IGNORECASE)
260 line, re.IGNORECASE)
272 line, re.IGNORECASE)
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dempire_magazine.recipe22 re.IGNORECASE | re.DOTALL), lambda match: ''),
23 (re.compile(r'<head>.*?<!-- CONTENT: START -->', re.IGNORECASE |
31 … (re.compile(r'<!-- RELATED REVIEWS: START -->.*?<!-- RELATED REVIEWS: END -->', re.IGNORECASE |
33 (re.compile(r'<!-- RELATED INTERVIEWS -->.*?<!-- RELATED REVIEWS: END -->', re.IGNORECASE |
35 (re.compile(r'<!-- CONTENT: END -->.*?</body>', re.IGNORECASE |
37 (re.compile(r'<!-- STORY: END -->.*?</body>', re.IGNORECASE |
39 (re.compile(r'<!-- RATINGS GUIDE: START-->.*?<!-- RATINGS GUIDE: END-->', re.IGNORECASE |
42 re.IGNORECASE | re.DOTALL), lambda match: '</tbody>'),
43 (re.compile(r'<!-- USER REVIEWS: START -->.*?<!-- USER REVIEWS: END -->', re.IGNORECASE |
45 (re.compile(r'Advertisement', re.IGNORECASE | re.DOTALL), lambda match: ''),
[all …]
H A Ddaum_net.recipe30 (re.compile(r'<\s+', re.DOTALL | re.IGNORECASE),
32 (re.compile(r'(<br[^>]*>[ \t\r\n]*){3,}', re.DOTALL | re.IGNORECASE),
34 (re.compile(r'(<br[^>]*>[ \t\r\n]*)*</div>', re.DOTALL | re.IGNORECASE),
36 (re.compile(r'(<br[^>]*>[ \t\r\n]*)*</p>', re.DOTALL | re.IGNORECASE),
38 (re.compile(r'(<br[^>]*>[ \t\r\n]*)*</td>', re.DOTALL | re.IGNORECASE),
42 (re.compile(r'(<br[^>]*>[ \t\r\n]*)*</b>', re.DOTALL | re.IGNORECASE),
46 (re.compile(r'(<br[^>]*>[ \t\r\n]*)*</i>', re.DOTALL | re.IGNORECASE),
50 (re.compile(r'(<br[^>]*>[ \t\r\n]*)*<div', re.DOTALL | re.IGNORECASE),
52 (re.compile(r'(<br[^>]*>[ \t\r\n]*)*<p', re.DOTALL | re.IGNORECASE),
58 (re.compile(r'<b>(<br[^>]*>[ \t\r\n]*)*', re.DOTALL | re.IGNORECASE),
[all …]
H A Djot_down.recipe53 … (re.compile(r'font-size: small', re.DOTALL|re.IGNORECASE), lambda match: 'font-size: medium'),
56 re.DOTALL|re.IGNORECASE), lambda match: '<img src="http://img.youtube.com/vi'),
57 (re.compile(r'&rel=0&fs=1"', re.DOTALL|re.IGNORECASE), lambda match: '/0.jpg"><object'),
59 …(re.compile(r'<div class="meta">', re.DOTALL|re.IGNORECASE), lambda match: '<div class="meta"><!--…
60 …(re.compile(r'</a>, <a href="http://www.jotdown.es/category', re.DOTALL|re.IGNORECASE), lambda mat…
61 (re.compile(r'"category tag">', re.DOTALL|re.IGNORECASE), lambda match: '--> '),
62 (re.compile(r'</a> &mdash;', re.DOTALL|re.IGNORECASE), lambda match: ''),
64 …(re.compile(r'<h1 class="title"><a href="', re.DOTALL|re.IGNORECASE), lambda match: '<h1 class="ti…
65 (re.compile(r'</a></h1>', re.DOTALL|re.IGNORECASE), lambda match: '</div></h1>')
H A Dweblogs_sl.recipe113 (re.compile(r'<li id="c', re.DOTALL|re.IGNORECASE), lambda match: '<br><br><li id="c'),
115 (re.compile(r'<noscript>', re.DOTALL|re.IGNORECASE), lambda m: ''),
116 (re.compile(r'</noscript>', re.DOTALL|re.IGNORECASE), lambda m: ''),
119 …(re.compile(r'<div class="article-content">', re.DOTALL|re.IGNORECASE), lambda m: '<div class="art…
120 (re.compile(r'<div class="\/n<!--more-->">', re.DOTALL|re.IGNORECASE), lambda m: ''),
123 …(re.compile(r' srcset="http://i.blogs.es/', re.DOTALL|re.IGNORECASE), lambda match: ' src="http://…
124 (re.compile(r' 450w, http://i.blogs.es', re.DOTALL|re.IGNORECASE), lambda match: '"><!--'),
125 (re.compile(r'1366w"><span></span>', re.DOTALL|re.IGNORECASE), lambda match: '-->'),
126 …(re.compile(r'1366w" sf-src="http://i.blogs.es', re.DOTALL|re.IGNORECASE), lambda match: '--> sf-s…
/dports/print/lyx/lyx-2.3.4.2/po/
H A Dlyx_pot.py48 Submenu = re.compile(r'^[^#]*Submenu\s+"([^"]*)"', re.IGNORECASE)
52 Item = re.compile(r'[^#]*Item\s+"([^"]*)"', re.IGNORECASE)
84 Style = re.compile(r'^\s*Style\s+(.*\S)\s*$', re.IGNORECASE)
96 FlexCheck = re.compile(r'^Flex:(.*)', re.IGNORECASE)
97 CaptionCheck = re.compile(r'^Caption:(.*)', re.IGNORECASE)
105 CiteFormat = re.compile(r'^\s*CiteFormat', re.IGNORECASE)
108 Float = re.compile(r'^\s*Float\s*$', re.IGNORECASE)
111 End = re.compile(r'^\s*End', re.IGNORECASE)
517 Template = re.compile(r'^Template\s+(.*)', re.IGNORECASE)
518 GuiName = re.compile(r'\s*GuiName\s+(.*)', re.IGNORECASE)
[all …]
/dports/print/lyx/lyx-2.3.4.2/lib/scripts/
H A Dlayout2layout.py297 re_Counter = re.compile(b'\\s*Counter\\s*', re.IGNORECASE)
298 re_Name = re.compile(b'\\s*Name\\s+(\\S+)\\s*', re.IGNORECASE)
299 re_UseMod = re.compile(b'^\\s*UseModule\\s+(.*)', re.IGNORECASE)
302 re_Preamble = re.compile(b'^(\\s*)Preamble', re.IGNORECASE)
303 re_EndPreamble = re.compile(b'^(\\s*)EndPreamble', re.IGNORECASE)
304 re_LangPreamble = re.compile(b'^(\\s*)LangPreamble', re.IGNORECASE)
317 re_End = re.compile(b'^(\\s*)(End)(\\s*)$', re.IGNORECASE)
327 re_Float = re.compile(b'^\\s*Float\\s*$', re.IGNORECASE)
328 re_Type = re.compile(b'\\s*Type\\s+(\\w+)', re.IGNORECASE)
330 re_True = re.compile(b'^\\s*(?:true|1)\\s*$', re.IGNORECASE)
[all …]
/dports/security/py-netmiko/netmiko-3.3.0/netmiko/
H A Dsnmp_autodetect.py37 "expr": re.compile(r".*Arista Networks EOS.*", re.IGNORECASE),
42 "expr": re.compile(r".*Palo Alto Networks.*", re.IGNORECASE),
47 "expr": re.compile(r".*HP(E)? Comware.*", re.IGNORECASE),
52 "expr": re.compile(r".ProCurve", re.IGNORECASE),
57 "expr": re.compile(r".*Cisco IOS Software,.*", re.IGNORECASE),
62 "expr": re.compile(r".*IOS-XE Software,.*", re.IGNORECASE),
67 "expr": re.compile(r".*Cisco IOS XR Software.*", re.IGNORECASE),
77 "expr": re.compile(r".*Cisco NX-OS.*", re.IGNORECASE),
82 "expr": re.compile(r".*Cisco Controller.*", re.IGNORECASE),
87 "expr": re.compile(r".*BIG-IP.*", re.IGNORECASE),
[all …]
/dports/print/hplip/hplip-3.20.6/base/
H A Dmodels.py427 re.compile('^agent(\d+)-desc', re.IGNORECASE) : TYPE_STR,
429 re.compile('^agent(\d+)-dvc', re.IGNORECASE) : TYPE_INT,
430 re.compile('^agent(\d+)-kind', re.IGNORECASE) : TYPE_INT,
431 re.compile('^agent(\d+)-type', re.IGNORECASE) : TYPE_INT,
432 re.compile('^agent(\d+)-id', re.IGNORECASE) : TYPE_INT,
437 re.compile('^agent(\d+)-level', re.IGNORECASE) : TYPE_INT,
438 re.compile('^agent(\d+)-ack', re.IGNORECASE) : TYPE_BOOL,
439 re.compile('^agent(\d+)-sku', re.IGNORECASE) : TYPE_STR,
440 re.compile('^in-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
441 re.compile('^out-tray(\d+)', re.IGNORECASE) : TYPE_BOOL,
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Bookmarks/
H A DNsHtmlReader.py31 self.__folderRx = re.compile("<DT><H3(.*?)>(.*?)</H3>", re.IGNORECASE)
32 self.__endFolderRx = re.compile("</DL>", re.IGNORECASE)
33 self.__bookmarkRx = re.compile("<DT><A(.*?)>(.*?)</A>", re.IGNORECASE)
34 self.__descRx = re.compile("<DD>(.*)", re.IGNORECASE)
35 self.__separatorRx = re.compile("<HR>", re.IGNORECASE)
36 self.__urlRx = re.compile('HREF="(.*?)"', re.IGNORECASE)
37 self.__addedRx = re.compile(r'ADD_DATE="(\d*?)"', re.IGNORECASE)
39 re.IGNORECASE)
40 self.__visitedRx = re.compile(r'LAST_VISIT="(\d*?)"', re.IGNORECASE)
41 self.__foldedRx = re.compile("FOLDED", re.IGNORECASE)
/dports/multimedia/py-guessit/guessit-3.3.1/guessit/rules/common/
H A Ddate.py14 re.compile(r'%s((\d{8}))%s' % (_dsep, _dsep), re.IGNORECASE),
15 re.compile(r'%s((\d{6}))%s' % (_dsep, _dsep), re.IGNORECASE),
16 ….compile(r'(?:^|[^\d])((\d{2})%s(\d{1,2})%s(\d{1,2}))(?:$|[^\d])' % (_dsep, _dsep), re.IGNORECASE),
17 ….compile(r'(?:^|[^\d])((\d{1,2})%s(\d{1,2})%s(\d{2}))(?:$|[^\d])' % (_dsep, _dsep), re.IGNORECASE),
18 …pile(r'(?:^|[^\d])((\d{4})%s(\d{1,2})%s(\d{1,2}))(?:$|[^\d])' % (_dsep_bis, _dsep), re.IGNORECASE),
19 …pile(r'(?:^|[^\d])((\d{1,2})%s(\d{1,2})%s(\d{4}))(?:$|[^\d])' % (_dsep, _dsep_bis), re.IGNORECASE),
21 re.IGNORECASE)]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/rules/common/
H A Ddate.py14 re.compile(r'%s((\d{8}))%s' % (_dsep, _dsep), re.IGNORECASE),
15 re.compile(r'%s((\d{6}))%s' % (_dsep, _dsep), re.IGNORECASE),
16 ….compile(r'(?:^|[^\d])((\d{2})%s(\d{1,2})%s(\d{1,2}))(?:$|[^\d])' % (_dsep, _dsep), re.IGNORECASE),
17 ….compile(r'(?:^|[^\d])((\d{1,2})%s(\d{1,2})%s(\d{2}))(?:$|[^\d])' % (_dsep, _dsep), re.IGNORECASE),
18 …pile(r'(?:^|[^\d])((\d{4})%s(\d{1,2})%s(\d{1,2}))(?:$|[^\d])' % (_dsep_bis, _dsep), re.IGNORECASE),
19 …pile(r'(?:^|[^\d])((\d{1,2})%s(\d{1,2})%s(\d{4}))(?:$|[^\d])' % (_dsep, _dsep_bis), re.IGNORECASE),
21 re.IGNORECASE)]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/doc-converter/
H A Drewrite_pydoc.py349 re.DOTALL|re.IGNORECASE)
413 p = re.compile(r'@c\s+(\S+(\(\))?)', re.IGNORECASE)
416 p = re.compile(r'@param\s+(\S+)\s+', re.IGNORECASE)
419 p = re.compile(r'@throws\s+(\S+)\s+', re.IGNORECASE)
422 p = re.compile(r'@deprecated\s+(\S+)\s+', re.IGNORECASE)
425 p = re.compile(r'@p\s+(\S+)\b', re.IGNORECASE)
433 p = re.compile(r'@ref\s+(\w+)', re.IGNORECASE)
436 p = re.compile(r'@note(\s*)', re.IGNORECASE)
439 p = re.compile(r'@docnote(\s*)', re.IGNORECASE)
442 p = re.compile(r'@warning(\s*)', re.IGNORECASE)
[all …]
/dports/devel/py-validators/validators-0.18.2/validators/
H A Dhashes.py7 re.IGNORECASE
11 re.IGNORECASE
15 re.IGNORECASE
19 re.IGNORECASE
23 re.IGNORECASE
/dports/deskutils/foliate/foliate-2.6.3/src/assets/KindleUnpack/
H A Dmobi_html.py33 link_pattern = re.compile(br'''<[^<>]+filepos=['"]{0,1}(\d+)[^<>]*>''', re.IGNORECASE)
85 image_pattern = re.compile(br'''(<img.*?>)''', re.IGNORECASE)
86 image_index_pattern = re.compile(br'''recindex=['"]{0,1}([0-9]+)['"]{0,1}''', re.IGNORECASE)
128 posfid_pattern = re.compile(br'''(<a.*?href=.*?>)''', re.IGNORECASE)
158 find_tag_with_aid_pattern = re.compile(br'''(<[^>]*\said\s*=[^>]*>)''', re.IGNORECASE)
206 img_pattern = re.compile(br'''(<[img\s|image\s][^>]*>)''', re.IGNORECASE)
212 url_pattern = re.compile(br'''(url\(.*?\))''', re.IGNORECASE)
214 font_index_pattern = re.compile(br'''[('"]kindle:embed:([0-9|A-V]+)["')]''', re.IGNORECASE)
351 style_pattern = re.compile(br'''(<[a-zA-Z0-9]+\s[^>]*style\s*=\s*[^>]*>)''', re.IGNORECASE)
382 img_pattern = re.compile(br'''(<[img\s|image\s][^>]*>)''', re.IGNORECASE)
[all …]

12345678910>>...102