Home
last modified time | relevance | path

Searched refs:_pat (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/science/openbabel/openbabel-3.1.1/include/openbabel/
H A Dparsmart.h160 Pattern *_pat; //!< The parsed SMARTS pattern variable
183 OBSmartsPattern() : _pat(nullptr), _buffer(nullptr), LexPtr(nullptr), MainPtr(nullptr) { } in OBSmartsPattern()
196 if (_pat)
197 delete[] _pat;
201 _pat = nullptr;
227 bool Empty() const { return(_pat == nullptr); } in Empty()
229 bool IsValid() const { return(_pat != nullptr); } in IsValid()
234 return _pat ? _pat->acount : 0; in NumAtoms()
239 return _pat ? _pat->bcount : 0; in NumBonds()
256 return(_pat->atom[idx].vb); in GetVectorBinding()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DVoidAndCluster.cpp62 _base._pat = Monochrome { w, h }; in create_matrix()
159 const int w = _base._pat.get_w (); in generate_initial_mat()
160 const int h = _base._pat.get_h (); in generate_initial_mat()
224 const int w = state._pat.get_w (); in filter_pat()
225 const int h = state._pat.get_h (); in filter_pat()
241 sum += state._pat (x + j, y ) * vx; in filter_pat()
242 sum += state._pat (x - j, y ) * vx; in filter_pat()
243 sum += state._pat (x , y + j) * vy; in filter_pat()
284 while (_pat.at (std::get <1> (*it)) != V) in find_void_or_cluster()
299 if (_pat.at (idx) == V) in find_void_or_cluster()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text.quicksearch/src/org/eclipse/text/quicksearch/internal/core/pathmatch/
H A DResourceMatchers.java78 private static ResourceMatcher path(String _pat) {
79 if (!_pat.startsWith("/") && !_pat.startsWith("**/")) { //$NON-NLS-1$ //$NON-NLS-2$
80 _pat = "**/"+_pat; //$NON-NLS-1$
82 final String pat = _pat;
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/include/libdvbv5/
H A Dpat.h121 #define dvb_pat_program_foreach(_pgm, _pat) \ argument
122 if (_pat && _pat->program) \
123 for (struct dvb_table_pat_program *_pgm = _pat->program; _pgm; _pgm = _pgm->next) \
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/include/libdvbv5/
H A Dpat.h121 #define dvb_pat_program_foreach(_pgm, _pat) \ argument
122 if (_pat && _pat->program) \
123 for (struct dvb_table_pat_program *_pgm = _pat->program; _pgm; _pgm = _pgm->next) \
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/include/libdvbv5/
H A Dpat.h121 #define dvb_pat_program_foreach(_pgm, _pat) \ argument
122 if (_pat && _pat->program) \
123 for (struct dvb_table_pat_program *_pgm = _pat->program; _pgm; _pgm = _pgm->next) \
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/fontconfig/
H A DFCFontEnumerator.m661 FcPatternAddInteger(_pat, FC_SPACING, FC_MONO);
665 FcPatternAddWeak(_pat, FC_FAMILY, value, FcTrue);
705 FcPatternAddWeak(_pat, FC_FAMILY, value, FcTrue);
727 FcPatternAddInteger(_pat, FC_WEIGHT, fcWeight);
747 FcPatternAddInteger(_pat, FC_WIDTH, fcWidth);
765 FcPatternAddInteger(_pat, FC_SLANT, FC_SLANT_ROMAN);
802 FcPatternAddCharSet(_pat, FC_CHARSET, fcSet);
837 _pat = FcPatternCreate();
840 return _pat;
1015 id result = [self readMethod _pat]; \
[all …]
/dports/devel/py-azure-functions-devops-build/azure-functions-devops-build-0.0.22/azure_functions_devops_build/base/
H A Dbase_github_manager.py13 self._pat = pat
24 elif self._pat:
25 headers["Authorization"] = "token {pat}".format(pat=self._pat)
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dparsmart.cpp1717 if (_pat != nullptr) in Init()
1718 FreePattern(_pat); in Init()
1722 return _pat != nullptr; in Init()
1732 if (_pat != nullptr) in Init()
1733 FreePattern(_pat); in Init()
1737 return _pat != nullptr; in Init()
1742 if (_pat) in ~OBSmartsPattern()
1743 FreePattern(_pat); in ~OBSmartsPattern()
1751 if (_pat == nullptr) in Match()
1775 if (_pat == nullptr) in Match()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DCapabilitiesAssignment.cs29 internal CapabilitiesPattern _pat; field in System.Web.Configuration.CapabilitiesAssignment
34 _pat = pat; in CapabilitiesAssignment()
38 state.SetVariable(_var, _pat.Expand(state)); in Evaluate()
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dmatch.scrbl143 @racket[_pat]. In the more general case, each @racket[_lvp]
173 @item{@racket[(#,(racketidfont "list-rest") _lvp ... _pat)]
174 or @racket[(#,(racketidfont "list*") _lvp ... _pat)] ---
189 @item{@racket[(#,(racketidfont "list-no-order") _pat ...)] ---
225 @item{@racket[(#,(racketidfont "hash-table") (_pat _pat) ...)] ---
235 @item{@racket[(#,(racketidfont "hash-table") (_pat _pat) ...+ _ooo)]
270 @item{@racket[(_struct-id _pat ...)] or
282 @racket[_pat]s. In particular, a module import or a
317 @racket[_pat].
348 the @racket[_pat]s match. Each @racket[_pat] must bind the same set
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dglobbing.py46 self._pat = None
63 self._pat = None
73 self._pat = None
78 if not self._pat:
79 self._pat = lazy_regex.lazy_compile(
82 return self._pat.sub(self._do_sub, text)
/dports/sysutils/vimpager/vimpager-85004fd/prototypes/
H A Ddebian_mawk_bug.sh4 _pat="$1"
8 $0 ~ /'"$_pat"'/ { exit_val = 0; exit(exit_val) }
/dports/graphics/graphite2/graphite2-1.3.14/tests/bittwiddling/
H A Dbits.cpp54 uint##bw const u##bw##_pat[] = {0, pat##bw(UL) }; \
55 int##bw const * s##bw##_pat = reinterpret_cast<int##bw const *>(u##bw##_pat)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/requests_toolbelt/auth/
H A Dhttp_proxy_digest.py19 _pat = re.compile(r'digest ', flags=re.IGNORECASE) variable in HTTPProxyDigestAuth
61 elif not self._pat.match(s_auth):
65 self._pat.sub('', s_auth, count=1))
/dports/www/py-requests-toolbelt/requests-toolbelt-0.9.1/requests_toolbelt/auth/
H A Dhttp_proxy_digest.py19 _pat = re.compile(r'digest ', flags=re.IGNORECASE) variable in HTTPProxyDigestAuth
61 elif not self._pat.match(s_auth):
65 self._pat.sub('', s_auth, count=1))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/requests_toolbelt/requests_toolbelt/auth/
H A Dhttp_proxy_digest.py19 _pat = re.compile(r'digest ', flags=re.IGNORECASE) variable in HTTPProxyDigestAuth
61 elif not self._pat.match(s_auth):
65 self._pat.sub('', s_auth, count=1))
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Headers/fontconfig/
H A DFCFontEnumerator.h47 FcPattern *_pat; variable
55 FcPattern *_pat; variable
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dshedit.h94 int _first, char *_pat));
96 int _first, char *_pat));
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dshedit.h94 int _first, char *_pat));
96 int _first, char *_pat));
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dshedit.h94 int _first, char *_pat));
96 int _first, char *_pat));
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dshedit.h94 int _first, char *_pat));
96 int _first, char *_pat));
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dshedit.h94 int _first, char *_pat));
96 int _first, char *_pat));
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dshedit.h94 int _first, char *_pat));
96 int _first, char *_pat));
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dshedit.h94 int _first, char *_pat));
96 int _first, char *_pat));

123456789