Home
last modified time | relevance | path

Searched refs:fetchType (Results 1 – 25 of 145) sorted by relevance

123456

/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_fetch.erl94 fetchType( TKInfo );
104 fetchType(TKInfo);
139 fetchType( TKINFO );
175 fetchType( tk_short ) -> function
177 fetchType( tk_long ) -> function
181 fetchType( tk_ulong ) -> function
183 fetchType( tk_float ) -> function
189 fetchType( tk_char ) -> function
191 fetchType( tk_octet ) -> function
197 fetchType( tk_any ) -> function
[all …]
H A Dictype.erl139 fetchType( TKInfo );
149 fetchType(TKInfo);
275 case fetchType(TK) of
1305 fetchType( tk_short ) -> function
1307 fetchType( tk_long ) -> function
1313 fetchType( tk_ulong ) -> function
1317 fetchType( tk_float ) -> function
1323 fetchType( tk_char ) -> function
1327 fetchType( tk_octet ) -> function
1333 fetchType( tk_any ) -> function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_fetch.erl94 fetchType( TKInfo );
104 fetchType(TKInfo);
139 fetchType( TKINFO );
175 fetchType( tk_short ) -> function
177 fetchType( tk_long ) -> function
181 fetchType( tk_ulong ) -> function
183 fetchType( tk_float ) -> function
189 fetchType( tk_char ) -> function
191 fetchType( tk_octet ) -> function
197 fetchType( tk_any ) -> function
[all …]
H A Dictype.erl139 fetchType( TKInfo );
149 fetchType(TKInfo);
275 case fetchType(TK) of
1305 fetchType( tk_short ) -> function
1307 fetchType( tk_long ) -> function
1313 fetchType( tk_ulong ) -> function
1317 fetchType( tk_float ) -> function
1323 fetchType( tk_char ) -> function
1327 fetchType( tk_octet ) -> function
1333 fetchType( tk_any ) -> function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_fetch.erl94 fetchType( TKInfo );
104 fetchType(TKInfo);
139 fetchType( TKINFO );
175 fetchType( tk_short ) -> function
177 fetchType( tk_long ) -> function
181 fetchType( tk_ulong ) -> function
183 fetchType( tk_float ) -> function
189 fetchType( tk_char ) -> function
191 fetchType( tk_octet ) -> function
197 fetchType( tk_any ) -> function
[all …]
H A Dictype.erl139 fetchType( TKInfo );
149 fetchType(TKInfo);
275 case fetchType(TK) of
1305 fetchType( tk_short ) -> function
1307 fetchType( tk_long ) -> function
1313 fetchType( tk_ulong ) -> function
1317 fetchType( tk_float ) -> function
1323 fetchType( tk_char ) -> function
1327 fetchType( tk_octet ) -> function
1333 fetchType( tk_any ) -> function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_fetch.erl94 fetchType( TKInfo );
104 fetchType(TKInfo);
139 fetchType( TKINFO );
175 fetchType( tk_short ) -> function
177 fetchType( tk_long ) -> function
181 fetchType( tk_ulong ) -> function
183 fetchType( tk_float ) -> function
189 fetchType( tk_char ) -> function
191 fetchType( tk_octet ) -> function
197 fetchType( tk_any ) -> function
[all …]
H A Dictype.erl139 fetchType( TKInfo );
149 fetchType(TKInfo);
275 case fetchType(TK) of
1305 fetchType( tk_short ) -> function
1307 fetchType( tk_long ) -> function
1313 fetchType( tk_ulong ) -> function
1317 fetchType( tk_float ) -> function
1323 fetchType( tk_char ) -> function
1327 fetchType( tk_octet ) -> function
1333 fetchType( tk_any ) -> function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_fetch.erl94 fetchType( TKInfo );
104 fetchType(TKInfo);
139 fetchType( TKINFO );
175 fetchType( tk_short ) -> function
177 fetchType( tk_long ) -> function
181 fetchType( tk_ulong ) -> function
183 fetchType( tk_float ) -> function
189 fetchType( tk_char ) -> function
191 fetchType( tk_octet ) -> function
197 fetchType( tk_any ) -> function
[all …]
H A Dictype.erl139 fetchType( TKInfo );
149 fetchType(TKInfo);
275 case fetchType(TK) of
1305 fetchType( tk_short ) -> function
1307 fetchType( tk_long ) -> function
1313 fetchType( tk_ulong ) -> function
1317 fetchType( tk_float ) -> function
1323 fetchType( tk_char ) -> function
1327 fetchType( tk_octet ) -> function
1333 fetchType( tk_any ) -> function
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/
H A DTFetchResultsReq.java51 private short fetchType; // optional field in TFetchResultsReq
147 this.fetchType = (short)0; in TFetchResultsReq()
175 this.fetchType = other.fetchType; in TFetchResultsReq()
189 this.fetchType = (short)0; in clear()
270 return this.fetchType; in getFetchType()
274 this.fetchType = fetchType; in setFetchType()
410 if (this.fetchType != that.fetchType) in equals()
439 builder.append(fetchType); in hashCode()
487 … lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.fetchType, typedOther.fetchType); in compareTo()
534 sb.append(this.fetchType); in toString()
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/
H A DFetchType.java36 for (FetchType fetchType : values()) { in getFetchType()
37 if (tFetchType == fetchType.toTFetchType()) { in getFetchType()
38 return fetchType; in getFetchType()
/dports/misc/ktouch/ktouch-21.12.3/src/
H A Dx11_helper.cpp217 bool X11Helper::getGroupNames(Display* display, XkbConfig* xkbConfig, FetchType fetchType) in getGroupNames() argument
268 if( fetchType == ALL || fetchType == LAYOUTS_ONLY ) { in getGroupNames()
281 if( fetchType == ALL || fetchType == MODEL_ONLY ) { in getGroupNames()
286 if( fetchType == ALL ) { in getGroupNames()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/keyboard/
H A Dx11_helper.cpp183 bool X11Helper::getGroupNames(Display *display, XkbConfig *xkbConfig, FetchType fetchType) in getGroupNames() argument
243 if (fetchType == ALL || fetchType == LAYOUTS_ONLY) { in getGroupNames()
255 if (fetchType == ALL || fetchType == MODEL_ONLY) { in getGroupNames()
260 if (fetchType == ALL) { in getGroupNames()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Dresman.h92 uint8 fetchType(byte *ptr);
93 uint8 fetchType(uint32 res) { in fetchType() function
95 uint8 type = fetchType(ptr); in fetchType()
H A Dlogic.cpp78 assert(_vm->_resman->fetchType(run_list) == RUN_LIST); in processSession()
93 assert(_vm->_resman->fetchType(id) == GAME_OBJECT); in processSession()
133 uint8 type = _vm->_resman->fetchType(script / SIZE); in processSession()
H A Danims.cpp74 if (_vm->_resman->fetchType(animRes) != ANIMATION_FILE) { in doAnimate()
91 assert(_vm->_resman->fetchType(animRes) == ANIMATION_FILE); in doAnimate()
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Dresman.h92 uint8 fetchType(byte *ptr);
93 uint8 fetchType(uint32 res) { in fetchType() function
95 uint8 type = fetchType(ptr); in fetchType()
H A Dlogic.cpp78 assert(_vm->_resman->fetchType(run_list) == RUN_LIST); in processSession()
93 assert(_vm->_resman->fetchType(id) == GAME_OBJECT); in processSession()
133 uint8 type = _vm->_resman->fetchType(script / SIZE); in processSession()
/dports/misc/tellico/tellico-3.4.2/src/fetch/
H A Dfetchmanager.cpp263 int fetchType = config.readEntry("Type", int(Fetch::Unknown)); in createFetcher() local
264 if(fetchType == Fetch::Unknown) { in createFetcher()
265 myDebug() << "unknown type " << fetchType << ", skipping"; in createFetcher()
272 if(fetchType == Fetch::ExecExternal && in createFetcher()
276 fetchType = Fetch::BoardGameGeek; in createFetcher()
283 if(fetchType == Fetch::ExecExternal && in createFetcher()
287 fetchType = Fetch::Bedetheque; in createFetcher()
293 if(functionRegistry.contains(fetchType)) { in createFetcher()
294 f = functionRegistry.value(fetchType).create(this); in createFetcher()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/podcasts/sql/
H A DPodcastSettingsDialog.cpp67 if( m_channel->fetchType() == Podcasts::PodcastChannel::StreamOrDownloadOnDemand ) in init()
72 else if( m_channel->fetchType() == Podcasts::PodcastChannel::DownloadWhenAvailable ) in init()
123 …if( ( m_ps->m_streamRadio->isChecked() && m_channel->fetchType() == Podcasts::PodcastChannel::Stre… in hasChanged()
124 …( m_ps->m_downloadRadio->isChecked() && m_channel->fetchType() == Podcasts::PodcastChannel::Downlo… in hasChanged()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfetchgradientpart_p.h33 …FetchGradientPart(PipeCompiler* pc, uint32_t fetchType, uint32_t fetchPayload, uint32_t format) no…
64 …FetchLinearGradientPart(PipeCompiler* pc, uint32_t fetchType, uint32_t fetchPayload, uint32_t form…
128 …FetchRadialGradientPart(PipeCompiler* pc, uint32_t fetchType, uint32_t fetchPayload, uint32_t form…
179 …FetchConicalGradientPart(PipeCompiler* pc, uint32_t fetchType, uint32_t fetchPayload, uint32_t for…
H A Dfetchpixelptrpart.cpp19 FetchPixelPtrPart::FetchPixelPtrPart(PipeCompiler* pc, uint32_t fetchType, uint32_t fetchPayload, u… in FetchPixelPtrPart() argument
20 : FetchPart(pc, fetchType, fetchPayload, format) { in FetchPixelPtrPart()
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime-getpart.cc56 string genpart, FetchType fetchType) const in getPart()
75 if (fetchType == FetchHeader && m->isMessageRFC822()) in getPart()
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Driver/SQLSrv/
H A DResult.php116 private function fetch(int $fetchType) argument
118 return sqlsrv_fetch_array($this->statement, $fetchType) ?? false;

123456