Home
last modified time | relevance | path

Searched refs:template_ (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DAttributeArray.java56 template_ = value; in setAttributeArrayValue()
82 if (template_ == null) { in getAttributeArrayValue()
113 return template_; in getAttributeArrayValue()
126 if (template_ == null) template_ = getAttributeArrayValue(); in getValueString()
127 if (template_ == null) { in getValueString()
151 if (this.template_ == null) this.template_ = this.getAttributeArrayValue(); in equals()
152 if (other.template_ == null) other.template_ = other.getAttributeArrayValue(); in equals()
170 if (template_ == null) template_ = getAttributeArrayValue(); in hashCode()
171 return template_.hashCode(); in hashCode()
189 if (template_ == null) template_ = getAttributeArrayValue(); in clone()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DtemplateString.cpp56 TfTemplateString::TfTemplateString(const string& template_) in TfTemplateString() argument
59 _data->template_ = template_; in TfTemplateString()
127 *pos = _data->template_.find(_Sigil, *pos); in _FindNextPlaceHolder()
133 if (nextpos >= _data->template_.length()) in _FindNextPlaceHolder()
136 if (_data->template_[nextpos] == _Sigil) { in _FindNextPlaceHolder()
141 else if (_data->template_[nextpos] == _OpenQuote) { in _FindNextPlaceHolder()
144 size_t endpos = _data->template_.find_first_not_of( in _FindNextPlaceHolder()
154 _data->template_[endpos], endpos); in _FindNextPlaceHolder()
212 _data->template_.begin() + pos, _data->template_.begin() + it->pos); in _Evaluate()
226 _data->template_.begin() + it->pos, in _Evaluate()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/hana/test/type/
H A Dtemplate.cpp20 hana::template_<f>(),
24 hana::template_<f>(hana::type_c<x1>),
28 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>),
32 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>, hana::type_c<x3>),
36 using F = decltype(hana::template_<f>);
43 static_assert(hana::Metafunction<decltype(hana::template_<f>)>::value, "");
44 static_assert(hana::Metafunction<decltype(hana::template_<f>)&>::value, "");
48 static_assert(hana::template_<alias>(hana::type_c<x1>) == hana::type_c<x1>, "");
53 hana::is_valid(hana::template_<unary>)(hana::type_c<void>, hana::type_c<void>)
59 constexpr auto r = hana::template_<f>(t); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/test/type/
H A Dtemplate.cpp20 hana::template_<f>(),
24 hana::template_<f>(hana::type_c<x1>),
28 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>),
32 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>, hana::type_c<x3>),
36 using F = decltype(hana::template_<f>);
43 static_assert(hana::Metafunction<decltype(hana::template_<f>)>::value, "");
44 static_assert(hana::Metafunction<decltype(hana::template_<f>)&>::value, "");
48 static_assert(hana::template_<alias>(hana::type_c<x1>) == hana::type_c<x1>, "");
53 hana::is_valid(hana::template_<unary>)(hana::type_c<void>, hana::type_c<void>)
59 constexpr auto r = hana::template_<f>(t); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/type/
H A Dtemplate.cpp20 hana::template_<f>(),
24 hana::template_<f>(hana::type_c<x1>),
28 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>),
32 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>, hana::type_c<x3>),
36 using F = decltype(hana::template_<f>);
43 static_assert(hana::Metafunction<decltype(hana::template_<f>)>::value, "");
44 static_assert(hana::Metafunction<decltype(hana::template_<f>)&>::value, "");
48 static_assert(hana::template_<alias>(hana::type_c<x1>) == hana::type_c<x1>, "");
53 hana::is_valid(hana::template_<unary>)(hana::type_c<void>, hana::type_c<void>)
59 constexpr auto r = hana::template_<f>(t); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/type/
H A Dtemplate.cpp20 hana::template_<f>(),
24 hana::template_<f>(hana::type_c<x1>),
28 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>),
32 hana::template_<f>(hana::type_c<x1>, hana::type_c<x2>, hana::type_c<x3>),
36 using F = decltype(hana::template_<f>);
43 static_assert(hana::Metafunction<decltype(hana::template_<f>)>::value, "");
44 static_assert(hana::Metafunction<decltype(hana::template_<f>)&>::value, "");
48 static_assert(hana::template_<alias>(hana::type_c<x1>) == hana::type_c<x1>, "");
53 hana::is_valid(hana::template_<unary>)(hana::type_c<void>, hana::type_c<void>)
59 constexpr auto r = hana::template_<f>(t); in main()
/dports/cad/qelectrotech/qet-0.7.0/sources/titleblock/
H A Dtemplatevisualcell.cpp29 template_(nullptr), in TitleBlockTemplateVisualCell()
83 if (template_ && cell_) { in paint()
84 template_ -> renderCell(*painter, *cell_, DiagramContext(), drawing_rectangle.toRect()); in paint()
103 template_ = tbt; in setTemplateCell()
111 return(template_); in titleBlockTemplate()
128 if (template_) { in cells()
129 set = template_ -> spannedCells(cell_); in cells()
/dports/www/wt/wt-4.6.1/examples/chart3D/
H A DTabs.C15 Wt::WTemplate* template_ = in ChartSettings() local
19 auto autoRangeX_ = template_->bindWidget("xAuto", std::move(autoRangeX)); in ChartSettings()
24 auto xMin_ = template_->bindWidget("xAxisMin", std::move(xMin)); in ChartSettings()
31 auto xMax_ = template_->bindWidget("xAxisMax", std::move(xMax)); in ChartSettings()
42 auto yMin_ = template_->bindWidget("yAxisMin", std::move(yMin)); in ChartSettings()
49 auto yMax_ = template_->bindWidget("yAxisMax", std::move(yMax)); in ChartSettings()
60 auto zMin_ = template_->bindWidget("zAxisMin", std::move(zMin)); in ChartSettings()
67 auto zMax_ = template_->bindWidget("zAxisMax", std::move(zMax)); in ChartSettings()
74 auto title_ = template_->bindWidget("chartTitle", std::move(title)); in ChartSettings()
328 Wt::WTemplate* template_ = in DataSelection() local
[all …]
H A DDataSettings.C171 Wt::WTemplate* template_ = in NumGridDataSettings() local
173 bindBaseToTemplate(template_); in NumGridDataSettings()
181 enableMesh_ = template_->bindWidget("enablemesh", std::move(enableMesh)); in NumGridDataSettings()
184 penSize_ = template_->bindWidget("pensize", std::move(penSize)); in NumGridDataSettings()
188 penColor_ = template_->bindWidget("pencolor", std::move(penColor)); in NumGridDataSettings()
244 showIsolines_ = template_->bindWidget("isolines", std::move(showIsolines)); in NumGridDataSettings()
469 bindBaseToTemplate(template_); in CatGridDataSettings()
502 Wt::WTemplate* template_ = in ScatterDataSettings() local
504 bindBaseToTemplate(template_); in ScatterDataSettings()
510 penSize_ = template_->bindWidget("pensize", std::move(penSize)); in ScatterDataSettings()
[all …]
/dports/devel/dia2code+/dia2code-1.0.0/src/
H A DGenerateCodeCSharp.cpp330 template_ = tmps.begin (); in writeTemplates() local
332 while (template_ != tmps.end ()) { in writeTemplates()
333 getFile () << (*template_).first; in writeTemplates()
334 ++template_; in writeTemplates()
335 if (template_ != tmps.end ()) { in writeTemplates()
341 template_ = tmps.begin (); in writeTemplates()
342 while (template_ != tmps.end ()) { in writeTemplates()
343 getFile () << "where " << (*template_).first << " : " in writeTemplates()
344 << cppName ((*template_).second); in writeTemplates()
345 ++template_; in writeTemplates()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/src/
H A Dreporter.cpp70 , template_(new char [file_name_.length() + TEMP_EXTENSION.length() + 1]) in reporter()
77 template_[file_name_.length() + TEMP_EXTENSION.length()] = '\0'; in reporter()
83 delete [] template_; in ~reporter()
198 file_name_.copy(template_, file_name_.length()); in write_file()
199 TEMP_EXTENSION.copy(template_ +file_name_.length(),TEMP_EXTENSION.length()); in write_file()
201 int const fd(mkstemp(template_)); in write_file()
204 std::cerr << "Reporter could not open temporary file `" << template_ in write_file()
241 << template_ << "': " << strerror(errno) in write_file()
246 rename(template_, file_name_.c_str()); in write_file()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/src/
H A Dreporter.cpp70 , template_(new char [file_name_.length() + TEMP_EXTENSION.length() + 1]) in reporter()
77 template_[file_name_.length() + TEMP_EXTENSION.length()] = '\0'; in reporter()
83 delete [] template_; in ~reporter()
198 file_name_.copy(template_, file_name_.length()); in write_file()
199 TEMP_EXTENSION.copy(template_ +file_name_.length(),TEMP_EXTENSION.length()); in write_file()
201 int const fd(mkstemp(template_)); in write_file()
204 std::cerr << "Reporter could not open temporary file `" << template_ in write_file()
241 << template_ << "': " << strerror(errno) in write_file()
246 rename(template_, file_name_.c_str()); in write_file()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/src/
H A Dreporter.cpp70 , template_(new char [file_name_.length() + TEMP_EXTENSION.length() + 1]) in reporter()
77 template_[file_name_.length() + TEMP_EXTENSION.length()] = '\0'; in reporter()
83 delete [] template_; in ~reporter()
198 file_name_.copy(template_, file_name_.length()); in write_file()
199 TEMP_EXTENSION.copy(template_ +file_name_.length(),TEMP_EXTENSION.length()); in write_file()
201 int const fd(mkstemp(template_)); in write_file()
204 std::cerr << "Reporter could not open temporary file `" << template_ in write_file()
241 << template_ << "': " << strerror(errno) in write_file()
246 rename(template_, file_name_.c_str()); in write_file()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/src/
H A Dreporter.cpp70 , template_(new char [file_name_.length() + TEMP_EXTENSION.length() + 1]) in reporter()
77 template_[file_name_.length() + TEMP_EXTENSION.length()] = '\0'; in reporter()
83 delete [] template_; in ~reporter()
198 file_name_.copy(template_, file_name_.length()); in write_file()
199 TEMP_EXTENSION.copy(template_ +file_name_.length(),TEMP_EXTENSION.length()); in write_file()
201 int const fd(mkstemp(template_)); in write_file()
204 std::cerr << "Reporter could not open temporary file `" << template_ in write_file()
241 << template_ << "': " << strerror(errno) in write_file()
246 rename(template_, file_name_.c_str()); in write_file()
/dports/devel/boost-docs/boost_1_72_0/libs/hana/example/type/
H A Dtemplate.cpp17 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>() == hana::type_c<f<>>);
18 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>) == hana::type_c<f<x>>);
19 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>, hana::type_c<y>) == hana::type_c<f<x,…
22 decltype(hana::template_<f>)::apply<x, y>::type,
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/example/type/
H A Dtemplate.cpp17 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>() == hana::type_c<f<>>);
18 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>) == hana::type_c<f<x>>);
19 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>, hana::type_c<y>) == hana::type_c<f<x,…
22 decltype(hana::template_<f>)::apply<x, y>::type,
/dports/devel/boost-libs/boost_1_72_0/libs/hana/example/type/
H A Dtemplate.cpp17 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>() == hana::type_c<f<>>);
18 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>) == hana::type_c<f<x>>);
19 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>, hana::type_c<y>) == hana::type_c<f<x,…
22 decltype(hana::template_<f>)::apply<x, y>::type,
/dports/devel/hyperscan/boost_1_75_0/libs/hana/example/type/
H A Dtemplate.cpp17 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>() == hana::type_c<f<>>);
18 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>) == hana::type_c<f<x>>);
19 BOOST_HANA_CONSTANT_CHECK(hana::template_<f>(hana::type_c<x>, hana::type_c<y>) == hana::type_c<f<x,…
22 decltype(hana::template_<f>)::apply<x, y>::type,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gin/
H A Dobject_template_builder.cc155 : isolate_(isolate), type_name_(type_name), template_(tmpl) { in ObjectTemplateBuilder()
156 template_->SetInternalFieldCount(kNumberOfInternalFields); in ObjectTemplateBuilder()
165 template_->SetHandler(v8::NamedPropertyHandlerConfiguration( in AddNamedPropertyInterceptor()
173 template_->SetIndexedPropertyHandler(&IndexedPropertyGetter, in AddIndexedPropertyInterceptor()
183 template_->Set(StringToSymbol(isolate_, name), val); in SetImpl()
190 template_->SetAccessorProperty(StringToSymbol(isolate_, name), getter, in SetPropertyImpl()
199 template_->SetLazyDataProperty(StringToSymbol(isolate_, name), callback, in SetLazyDataPropertyImpl()
205 v8::Local<v8::ObjectTemplate> result = template_; in Build()
206 template_.Clear(); in Build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gin/
H A Dobject_template_builder.cc155 : isolate_(isolate), type_name_(type_name), template_(tmpl) { in ObjectTemplateBuilder()
156 template_->SetInternalFieldCount(kNumberOfInternalFields); in ObjectTemplateBuilder()
165 template_->SetHandler(v8::NamedPropertyHandlerConfiguration( in AddNamedPropertyInterceptor()
173 template_->SetIndexedPropertyHandler(&IndexedPropertyGetter, in AddIndexedPropertyInterceptor()
183 template_->Set(StringToSymbol(isolate_, name), val); in SetImpl()
190 template_->SetAccessorProperty(StringToSymbol(isolate_, name), getter, in SetPropertyImpl()
199 template_->SetLazyDataProperty(StringToSymbol(isolate_, name), callback, in SetLazyDataPropertyImpl()
205 v8::Local<v8::ObjectTemplate> result = template_; in Build()
206 template_.Clear(); in Build()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dtestfax_main.c67 static void work(FILE *f, stream_template const*template_, stream_state *state) { in work() argument
79 template_->init(state); in work()
83 assert(hard-r.ptr>=(int)template_->min_in_size); in work()
96 assert(w.limit-w.ptr>=(int)template_->min_out_size); in work()
98 pog=template_->process(state, &r, &w, last); in work()
115 template_->release(state); in work()
/dports/www/wt/wt-4.6.1/src/web/
H A DFileServe.C17 : template_(contents), in FileServe()
74 for (; template_[currentPos_]; ++currentPos_) { in streamUntil()
75 const char *s = template_ + currentPos_; in streamUntil()
132 out.append(template_ + start, currentPos_ - start); in streamUntil()
142 out.append(template_ + start, currentPos_ - start); in streamUntil()
/dports/net-im/nheko/nheko-0.9.0/src/notifications/
H A DManagerLinux.cpp89 QString template_ = getMessageTemplate(notification); in postNotification() local
93 postNotif(template_); in postNotification()
103 [postNotif, notification, template_](QString, QSize, QImage, QString imgPath) { in postNotification()
105 postNotif(template_ in postNotification()
113 postNotif(template_.arg( in postNotification()
121 template_ in postNotification()
130 postNotif(template_.arg(utils::stripReplyFallbacks(notification.event, {}, {}).quoted_body)); in postNotification()
/dports/games/widelands/widelands-build21/src/scripting/
H A Dlua_path.cc42 std::string template_; member in __anonfae65f950111::NumberGlob
54 NumberGlob::NumberGlob(const std::string& file_template) : template_(file_template), current_(0) { in NumberGlob()
73 template_, to_replace_, (boost::format(format_) % current_).str()); in next()
75 *s = template_; in next()
/dports/devel/blitz/blitz-1.0.2/blitz/generate/
H A Doperands.h9 : name_(name), template_(templateName), iterator_(iterator), in operand()
14 { return template_ != 0; } in haveTemplate()
24 os << "<" << template_ << operandNum_ << ">"; in printName()
31 os << template_ << operandNum_;
71 os << "<" << template_ << operandNum_ << ">"; in printIterator()
88 const char* template_; variable

12345678910>>...16