Home
last modified time | relevance | path

Searched +refs:find +refs:class (Results 1 – 25 of 87925) sorted by relevance

12345678910>>...3517

/dports/devel/p5-File-Find-Rule/File-Find-Rule-0.34/t/
H A DFile-Find-Rule.t14 my $class;
77 $f = $class
85 $f = $class
96 $f = $class
126 $f = $class->or( $class->or( $class->name("foobar") ) );
155 $f = $class->or( $class->directory
168 $f = find(or => [ find( directory =>
223 my $rule = find( or => [ find( name => qr/(\.svn|CVS)/,
259 is_deeply( [ sort +find( or => [ find( name => qr/(\.svn|CVS)/,
270 is_deeply( [ sort +find( or => [ find( name => qr/(\.svn|CVS)/,
[all …]
/dports/devel/p5-File-Find-Rule/File-Find-Rule-0.34/testdir/
H A DFile-Find-Rule.t7 my $class;
66 $f = $class
74 $f = $class
85 $f = $class
105 $f = $class->or( $class->exec( sub { length == 6 } ),
116 $f = $class
126 $f = $class
138 $f = $class->or( $class->directory
151 $f = find(or => [ find( directory =>
206 my $rule = find( or => [ find( name => qr/(\.svn|CVS)/,
[all …]
/dports/devel/p5-File-Find-Object-Rule/File-Find-Object-Rule-0.0313/t/
H A DFile-Find-Rule.t190 find(
261 $f = find(
263 find(
287 find(
300 find(
313 find(
346 find(
424 find(
435 $f = find(
437 find(
[all …]
/dports/www/tikiwiki/tiki-21.2/templates/
H A Dtiki-browse_categories.tpl17 …<a class="btn btn-info" {if $type eq ''} id="highlight"{/if} href="tiki-browse_categories.php?find
32 …<a class="dropdown-item" {if $type eq 'image'} id="highlight"{/if} href="tiki-browse_categories.ph…
40 …<a class="dropdown-item" {if $type eq 'file'}id="highlight"{/if} href="tiki-browse_categories.php?
45 …<a class="dropdown-item" {if $type eq 'blog'}id="highlight"{/if} href="tiki-browse_categories.php?
58 …<a class="dropdown-item" {if $type eq 'quiz'}id="highlight"{/if} href="tiki-browse_categories.php?
63 …<a class="dropdown-item" {if $type eq 'poll'}id="highlight"{/if} href="tiki-browse_categories.php?
78 …<a class="dropdown-item" {if $type eq 'faq'}id="highlight"{/if} href="tiki-browse_categories.php?f…
103 <label class="col-form-label sr-only" for="find">{tr}Find{/tr}</label>
110 <input class="form-control input-sm" type="text" name="find" id="find" value="{$find|escape}">
128 …<a class="link" href="tiki-browse_categories.php?find={$find|escape:"url"}&amp;type={$type|escape:…
[all …]
/dports/www/p5-Web-Query/Web-Query-0.39/t/
H A Dspecial-attributes.t11 my $class = shift;
13 subtest 'data()' => sub { test_data($class) };
15 subtest 'name()' => sub { test_name($class) };
17 subtest 'id()' => sub { test_id($class) };
22 my $class = shift;
24 my $wq = $class->new_from_html(q{
42 my $class = shift;
44 my $wq = $class->new_from_html(q{
65 my $class = shift;
67 my $wq = $class->new_from_html(q{
[all …]
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Deditablemanager.h30 class Layer;
33 class Tile;
34 class Tileset;
59 EditableLayer *find(Layer *layer) const;
60 EditableMapObject *find(MapObject *mapObject) const;
61 EditableTile *find(Tile *tile) const;
62 EditableWangSet *find(WangSet *wangSet) const;
92 inline EditableLayer *EditableManager::find(Layer *layer) const in find() function
97 inline EditableMapObject *EditableManager::find(MapObject *mapObject) const in find() function
102 inline EditableTile *EditableManager::find(Tile *tile) const in find() function
[all …]
/dports/security/p5-Crypt-OpenPGP/Crypt-OpenPGP-1.12/lib/Crypt/OpenPGP/
H A DPacketFactory.pm36 my $class = shift;
37 my($buf, $find, $parse) = @_;
39 my(%find, %parse);
40 if ($find) {
41 %find = ref($find) eq 'ARRAY' ? (map { $_ => 1 } @$find) :
42 ($find => 1);
45 %find = map { $_ => 1 } keys %PACKET_TYPES;
52 %parse = %find;
60 } while !$find{$type}; ## Skip
85 my $class = shift;
[all …]
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dlinkedmap.h32 template<class T, class Hash = std::hash<std::string>,
33 class KeyEqual = std::equal_to<std::string>,
34 class Map = std::unordered_map<std::string,T*,Hash,KeyEqual > >
35 class LinkedMap
89 template<class...Args>
104 template<class...Args>
152 template<class...Args>
167 template<class...Args>
228 template<class T, class Hash = std::hash<std::string>,
229 class KeyEqual = std::equal_to<std::string>,
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/
H A Dbstm_data_traits.h14 class boxm2_mog3_grey_processor;
15 class boxm2_gauss_grey_processor;
16 class boxm2_gauss_rgb_processor;
17 class boxm2_mog6_view_processor;
47 class bstm_data_traits;
50 class bstm_data_traits<BSTM_ALPHA>
61 class bstm_data_traits<BSTM_CHANGE>
190 class bstm_data_traits<BSTM_AUX0>
200 class bstm_data_traits<BSTM_AUX1>
210 class bstm_data_traits<BSTM_AUX2>
[all …]
/dports/textproc/R-cran-htmltools/htmltools/tests/testthat/
H A Dtest-tag-query.R122 newX <- x$find("span")
130 x <- x$find("span")
143 x <- x$find("div")
146 x <- x$find("div")
157 x <- x$find("a")
162 x <- x$find("a > p")
180 x <- x$find("div>>p")
189 x <- x$find("span")
222 x <- x$find("div")
387 x <- x$find("div.A")
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DDirectFuncApplication.h34 template <class ProblemT>
40 template <class ProblemT, class DomainT, class FuncT>
77 template <class FuncT>
111 template <class DomainT>
132 template <class DomainT>
244 template <class DomainT, class CArrayT>
274 template <class DomainT, class CArrayT>
304 template <class DomainT, class CArrayT, class GArrayT>
363 template <class DomainT, class CArrayT, class GArrayT>
424 template <class DomainT, class CArrayT, class GArrayT>
[all …]
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/cache/
H A DCCacheManagement.h243 template <class ManagerType, class CacheType>
274 template <class ManagerType, class CacheType>
296 node_type find(node_type node) const {
301 navigator find(navigator node) const {
329 template <class ManagerType, class CacheType>
384 template <class ManagerType, class CacheType>
453 template <class ManagerType, class CacheType,
480 using base::find;
487 template <class ManagerType, class CacheType>
512 return base::find(first, second);
[all …]
H A DCDegreeCache.h32 template <class NaviType>
33 class CIndexHandle {
90 template <class NaviType>
91 class CIndexCacheHandle {
136 template <class DDType>
137 class CDegreeCache:
199 template <class DDType>
257 template <class DDType>
258 class CBlockDegreeCache:
311 template <class TagType,
[all …]
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/cache/
H A DCCacheManagement.h243 template <class ManagerType, class CacheType>
274 template <class ManagerType, class CacheType>
296 node_type find(node_type node) const {
301 navigator find(navigator node) const {
329 template <class ManagerType, class CacheType>
384 template <class ManagerType, class CacheType>
453 template <class ManagerType, class CacheType,
480 using base::find;
487 template <class ManagerType, class CacheType>
512 return base::find(first, second);
[all …]
H A DCDegreeCache.h32 template <class NaviType>
33 class CIndexHandle {
90 template <class NaviType>
91 class CIndexCacheHandle {
136 template <class DDType>
137 class CDegreeCache:
199 template <class DDType>
257 template <class DDType>
258 class CBlockDegreeCache:
311 template <class TagType,
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/zorbautils/
H A Dstring_util.h37 size_t find( char const *s, size_t s_len, char const *ss, size_t ss_len,
43 inline size_t find( char const *s, char const *ss, in find() function
45 return find( s, std::strlen( s ), ss, std::strlen( ss ), collator ); in find()
48 template<class StringType,class SubstringType> inline
49 size_t find( StringType const &s, SubstringType const &ss, in find() function
51 return find( s.c_str(), s.size(), ss.c_str(), ss.size(), collator ); in find()
55 size_t find( StringType const &s, char const *ss, XQPCollator const *collator ) { in find() function
56 return find( s.c_str(), s.size(), ss, std::strlen( ss ), collator ); in find()
60 size_t find( char const *s, SubstringType const &ss, in find() function
62 return find( s, std::strlen( s ), ss.c_str(), ss.size(), collator ); in find()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DMapUtil.h33 auto pos = map.find(key); in get_default()
44 auto pos = map.find(key); in get_default()
61 auto pos = map.find(key); in get_default()
77 auto pos = map.find(key);
92 auto pos = map.find(key);
109 auto pos = map.find(key); in get_optional()
125 auto pos = map.find(key); in get_ref_default()
160 auto pos = map.find(key); in get_ref_default()
170 auto pos = map.find(key); in get_ptr()
179 auto pos = map.find(key); in get_ptr()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DMapUtil.h32 auto pos = map.find(key); in get_default()
43 auto pos = map.find(key); in get_default()
59 auto pos = map.find(key); in get_default()
75 auto pos = map.find(key);
90 auto pos = map.find(key);
105 auto pos = map.find(key); in get_optional()
123 auto pos = map.find(key); in get_ref_default()
160 auto pos = map.find(key); in get_ref_default()
170 auto pos = map.find(key); in get_ptr()
179 auto pos = map.find(key); in get_ptr()
[all …]
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Dcacheentry.h43 template<class C> class cacheEntry
161 template<class C> inline bool cacheEntry<C>::find(QStringList &what, QList<C> &t)const in find() function
178 return it->second.find(what, t); in find()
181 template<class C> inline bool cacheEntry<C>::find(QStringList &what)const in find() function
194 return it->second.find(what); in find()
246 iter it = m_subMap.find(what.at(0)); in deleteKey()
317 template<class C> class itemCache
367 citer it = m_contentMap.find(m); in insertKey()
380 template<class C> inline bool itemCache<C>::find(const QString &what)const in find() function
399 return it->second.find(_keys); in find()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/scribble-doc/scribblings/scribble/
H A Dclass-diagrams.rkt232 (define (add-dot-right main class field) (add-dot-left-right/offset main class field 0 rc-find))
237 (add-dot-left-right/offset main class field offset rc-find))
239 (define (add-dot-left main class field) (add-dot-left-right/offset main class field 0 lc-find))
244 (add-dot-left-right/offset main class field offset lc-find))
253 [(main x-pict y-pict) (add-dot-junction main x-pict cc-find y-pict cc-find)]
254 [(main x-pict x-find y-pict y-find)
293 dot1 cc-find
404 (define-values (main3 dot3) (add-dot-junction main2 dot2 cc-find finish-class ct-find))
410 (find-middle main0 start-class rc-find finish-class lc-find)]
421 (- (find-middle main0 start-class lc-find finish-class rc-find))]
[all …]
/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dsat_proof_implementation.h340 return d_clauseId.find(ref) != d_clauseId.end(); in hasClauseIdForCRef()
346 if (d_clauseId.find(ref) == d_clauseId.end()) { in getClauseIdForCRef()
350 return d_clauseId.find(ref)->second; in getClauseIdForCRef()
362 return (*d_unitId.find(toInt(lit))).second; in getClauseIdForLiteral()
367 return d_idClause.find(id) != d_idClause.end(); in hasClauseRef()
379 return d_idClause.find(id)->second; in getClauseRef()
410 return d_idUnit.find(id) != d_idUnit.end(); in isUnit()
416 return (*d_idUnit.find(id)).second; in getUnit()
427 return (*d_unitId.find(toInt(lit))).second; in getUnitId()
460 if (d_deleted.find(id) != d_deleted.end()) { in print()
[all …]
/dports/science/py-rmf/rmf-1.3.1/include/RMF/internal/
H A DSharedData_impl.h32 template <class Traits>
49 template <class Traits>
58 template <class Traits>
61 auto it = data.from_name.find(name); in get_key_impl()
72 template <class Traits>
75 return current_nodes_data_.find(node)->second.lcname##_data.find(k)->second; in get_current_value()
81 return static_nodes_data_.find(node)->second.lcname##_data.find(k)->second; in get_static_value()
130 return node_infos_.find(node)->second.name; in get_name()
133 return node_infos_.find(node)->second.type; in get_type()
156 return frame_infos_.find(i)->second.name; in get_name()
[all …]
/dports/science/rmf/rmf-1.3.1/include/RMF/internal/
H A DSharedData_impl.h32 template <class Traits>
49 template <class Traits>
58 template <class Traits>
61 auto it = data.from_name.find(name); in get_key_impl()
72 template <class Traits>
75 return current_nodes_data_.find(node)->second.lcname##_data.find(k)->second; in get_current_value()
81 return static_nodes_data_.find(node)->second.lcname##_data.find(k)->second; in get_static_value()
130 return node_infos_.find(node)->second.name; in get_name()
133 return node_infos_.find(node)->second.type; in get_type()
156 return frame_infos_.find(i)->second.name; in get_name()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dilmanifesto.recipe8 class IlManifesto(BasicNewsRecipe):
36 1].find('a')['href']
57 feedName = feed.find('h2').string
60 indexRoot = feedSoup.find('div', attrs={'class': 'column1'})
62 artLink = div.find('a')
69 descNode = div.find('div', attrs={'class': 'text_12'})
74 authNode = div.find('div', attrs={'class': 'firma'})
94 col1 = bs.find('div', attrs={'class': 'column1'})
96 content = col1.find('div', attrs={'class': 'bodytext'})
98 author = col1.find('span', attrs={'class': 'firma'})
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/container/
H A Davlmap.h35 template <class K, class T>
44 template <class K, class T>
76 iterator find(const K&) const;
90 template <class K, class T>
94 AVLMapNode<K,T> *node = map_.find(key); in insert()
99 template <class K, class T>
103 AVLMapNode<K, T> *node = map_.find(key); in remove()
112 AVLMap<K,T>::find(const K& k) const in find() function
114 return iterator(&map_,map_.find(k)); in find()
121 AVLMapNode<K, T> *node = map_.find(k);
[all …]

12345678910>>...3517