idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
5,900
ends the conversation and marks the bean as transient . concode_field_sep int altitude concode_elem_sep List<AntennaBean> antennas concode_elem_sep LocationDragMap dragMap concode_elem_sep double latitude concode_elem_sep String name concode_elem_sep List<CabinetBean> cabinets concode_elem_sep String uniqueId concode_e...
void function ( ) { conversation . end ( ) ; }
5,901
updates the account in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep AccountLocalService _service concode_field_sep com.liferay.mail.model.Account updateFolders concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay....
com . liferay . mail . model . Account function ( com . liferay . mail . model . Account arg0 ) { return getService ( ) . updateAccount ( arg0 ) ; }
5,902
gets the value of the resrefname property . concode_field_sep ResSharingScopeType resSharingScope concode_elem_sep FullyQualifiedClassType resType concode_elem_sep List<InjectionTargetType> injectionTarget concode_elem_sep JndiNameType resRefName concode_elem_sep List<DescriptionType> description concode_elem_sep ResAu...
JndiNameType function ( ) { return resRefName ; }
5,903
return true if the method does not include any of the private , protected , or public modifiers . concode_field_sep com.badlogic.gwtref.client.Method method concode_field_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boole...
boolean function ( ) { return ! isPrivate ( ) && ! isProtected ( ) && ! isPublic ( ) ; }
5,904
returns the khu vuc with the primary key or throws a com.thanhnhan.nosuchkhuvucexception if it could not be found . concode_field_sep KhuVucPersistence _persistence concode_field_sep com.thanhnhan.model.KhuVuc removeByKhuVucId concode_elem_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheRe...
com . thanhnhan . model . KhuVuc function ( long arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; }
5,905
renders a clickable map . concode_field_sep int defaultW concode_elem_sep int defaultH concode_elem_sep JFreeChart graph concode_elem_sep long timestamp concode_field_sep JFreeChart createGraph concode_elem_sep void doPng concode_elem_sep Color stringToColor concode_elem_sep BufferedImage render
void function ( StaplerRequest arg0 , StaplerResponse arg1 ) { if ( arg0 . checkIfModified ( timestamp , arg1 ) ) return ; ChartRenderingInfo loc0 = new ChartRenderingInfo ( ) ; render ( arg0 , loc0 ) ; arg1 . setContentType ( "srini_string" ) ; arg1 . getWriter ( ) . println ( ChartUtilities . getImageMap ( "srini_str...
5,906
binds the given namespace as default namespace . concode_field_sep String defaultNamespaceUri concode_elem_sep Map<String,List<String>> namespaceUriToPrefixes concode_elem_sep Map<String,String> prefixToNamespaceUri concode_field_sep String getPrefix concode_elem_sep Iterator<String> getBoundPrefixes concode_elem_sep L...
void function ( String arg0 ) { bindNamespaceUri ( XMLConstants . DEFAULT_NS_PREFIX , arg0 ) ; }
5,907
returns the number of rows matching the dynamic query . concode_field_sep JIRAProjectLocalService _jiraProjectLocalService concode_field_sep com.liferay.socialcoding.model.JIRAProject addJIRAProject concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.JIRAProject fe...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _jiraProjectLocalService . dynamicQueryCount ( arg0 ) ; }
5,908
an amazon s3 storage location . concode_field_sep S3Storage s3 concode_field_sep void setS3 concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Storage withS3 concode_elem_sep Storage clone concode_elem_sep String toString
S3Storage function ( ) { return this . s3 ; }
5,909
sets the path to xml descriptor for analysisengine . concode_field_sep String aeDescriptorPath concode_elem_sep boolean prettyPrint concode_elem_sep CTAKESSerializer serializerType concode_elem_sep boolean serialize concode_elem_sep String UMLSPass concode_elem_sep boolean text concode_elem_sep String UMLSUser concode_...
void function ( String arg0 ) { this . aeDescriptorPath = arg0 ; }
5,910
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se...
void function ( List < HttpMessageConverter < ? >> arg0 ) { }
5,911
returns all entries in the located search path concode_field_sep String[] servers concode_elem_sep int ndots concode_elem_sep ResolverConfig currentConfig concode_elem_sep Name[] searchlist concode_field_sep String server concode_elem_sep void findResolvConf concode_elem_sep boolean findSunJVM concode_elem_sep void fin...
Name [ ] function ( ) { return searchlist ; }
5,912
containsonenonterminal #ver1 .1 # this method will check to see if the rule contains a non terminal . concode_field_sep SymbolList pRuleSymbols concode_elem_sep Symbol pRuleNonterminal concode_elem_sep int pTableIndex concode_field_sep int getTableIndex concode_elem_sep void addItem concode_elem_sep int getSymbolCount ...
boolean function ( ) { if ( pRuleSymbols . count ( ) == 1 ) { if ( pRuleSymbols . getMember ( 0 ) . getKind ( ) == symbolTypeNonterminal ) { return true ; } } return false ; }
5,913
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { GanttRenderer loc0 = new GanttRenderer ( ) ; GanttRenderer loc1 = new GanttRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
5,914
perform the given operation on the named collection in the named database , if the database and collection both exist . concode_field_sep Pattern IPV6_ADDRESS_PATTERN concode_elem_sep Pattern ADDRESS_PATTERN concode_elem_sep String ADDRESS_DELIMITER concode_field_sep boolean contains concode_elem_sep boolean contains c...
void function ( MongoClient arg0 , String arg1 , String arg2 , Consumer < MongoCollection < Document >> arg3 ) { onDatabase ( arg0 , arg1 , db -> { if ( contains ( db . listCollectionNames ( ) , arg2 ) ) { arg3 . accept ( db . getCollection ( arg1 ) ) ; } } ) ; }
5,915
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String className concode_elem_sep String color concode_field_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getColor con...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
5,916
the raw response body of an @linkplain #issuccess unsuccessful response . concode_field_sep okhttp3.Response rawResponse concode_elem_sep ResponseBody errorBody concode_elem_sep T body concode_field_sep Headers headers concode_elem_sep int code concode_elem_sep Response<T> success concode_elem_sep Response<T> success c...
ResponseBody function ( ) { return errorBody ; }
5,917
checks if actualtype can be converted to targettype . concode_field_sep ExtensionPointName<GrTypeConverter> EP_NAME concode_field_sep boolean isAllowedInMethodCall concode_elem_sep GrLiteral getLiteral concode_elem_sep Boolean isConvertible concode_elem_sep boolean isApplicableTo concode_elem_sep boolean isMethodCallCo...
ConversionResult function ( @ NotNull PsiType arg0 , @ NotNull PsiType arg1 , @ NotNull GroovyPsiElement arg2 , @ NotNull ApplicableTo arg3 ) { final Boolean loc0 = isConvertible ( arg0 , arg1 , arg2 ) ; return loc0 == null ? null : loc0 ? ConversionResult . OK : ConversionResult . ERROR ; }
5,918
get the username for authentication . concode_field_sep String plainTextUriStreaming concode_elem_sep boolean shouldLoadRemoteMetaData concode_elem_sep String secretKey concode_elem_sep String apiKey concode_elem_sep String sslUri concode_elem_sep String plainTextUri concode_elem_sep int port concode_elem_sep String ex...
String function ( ) { return userName ; }
5,919
create an instance of tocref concode_field_sep PlaceHolder placeHolder concode_field_sep PportTimetableRef.LateRunningReasons createPportTimetableRefLateRunningReasons concode_elem_sep PportTimetableRef createPportTimetableRef concode_elem_sep LocationRef createLocationRef concode_elem_sep Via createVia concode_elem_se...
TocRef function ( ) { return new TocRef ( ) ; }
5,920
creates the parent composite for the editor overlay . concode_field_sep TextActionHandler textActionHandler concode_elem_sep CommonViewer commonViewer concode_elem_sep Composite textEditorParent concode_elem_sep TreeEditor treeEditor concode_elem_sep Tree navigatorTree concode_elem_sep String text concode_elem_sep Text...
Composite function ( ) { Composite loc0 = new Composite ( navigatorTree , SWT . NONE ) ; TreeItem [ ] loc1 = navigatorTree . getSelection ( ) ; treeEditor . horizontalAlignment = SWT . LEFT ; treeEditor . grabHorizontal = true ; treeEditor . setEditor ( loc0 , loc1 [ 0 ] ) ; return loc0 ; }
5,921
this method was generated by mybatis generator . this method sets the value of the database column workflowinstance.sender concode_field_sep String summary concode_elem_sep Date createtime concode_elem_sep Integer sender concode_elem_sep Integer activenode concode_elem_sep Integer id concode_elem_sep Integer attachment...
void function ( Integer arg0 ) { this . sender = arg0 ; }
5,922
sets the value of the usage property . concode_field_sep ExtRefChecking checking concode_elem_sep TypeCtDocExtRefUsage usage concode_elem_sep String label concode_elem_sep boolean modifiable concode_field_sep void setChecking concode_elem_sep String getLabel concode_elem_sep ExtRefChecking getChecking concode_elem_sep ...
void function ( TypeCtDocExtRefUsage arg0 ) { this . usage = arg0 ; }
5,923
gets the value of the content property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the content property . for example , to add a new item , do as...
List < Object > function ( ) { if ( content == null ) { content = new ArrayList < Object > ( ) ; } return this . content ; }
5,924
sets the trust . concode_field_sep String password concode_elem_sep String keyfile concode_elem_sep String name concode_elem_sep String passphrase concode_elem_sep boolean trustAllCertificates concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getName concode_elem_sep void showMess...
void function ( boolean arg0 ) { this . trustAllCertificates = arg0 ; }
5,925
for internal use only . sets the truncated property for this object listing , indicating if this is a complete listing or not and whether the caller needs to make additional calls to s3 to get more object summaries . concode_field_sep boolean isTruncated concode_elem_sep List<S3ObjectSummary> objectSummaries concode_el...
void function ( boolean arg0 ) { this . isTruncated = arg0 ; }
5,926
returns the assigned parent cell of this cell . if unassigned , returns null . concode_field_sep MyArrayList<Character> inMazeNeighbours concode_elem_sep boolean solid concode_elem_sep boolean visited concode_elem_sep int column concode_elem_sep double costToBeginning concode_elem_sep double costToFinish concode_elem_s...
Cell function ( ) { return parentCell ; }
5,927
dispose of all items concode_field_sep Hashtable<String,ImageDescriptor> descriptors concode_elem_sep Hashtable<String,Image> images concode_elem_sep Bundle pluginBundle concode_field_sep Image image concode_elem_sep ImageDescriptor createImageDescriptor concode_elem_sep void addImage concode_elem_sep void finalize con...
void function ( ) { Iterator < String > loc0 = images . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Image loc1 = ( Image ) images . get ( loc0 . next ( ) ) ; loc1 . dispose ( ) ; } images . clear ( ) ; descriptors . clear ( ) ; images = null ; descriptors = null ; }
5,928
returns the role with the name in the company . the method searches the system roles map first for default roles . if a role with the name is not found , then the method will query the database . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.uti...
com . liferay . portal . kernel . model . Role function ( long arg0 , java . lang . String arg1 ) { return getService ( ) . getRole ( arg0 , arg1 ) ; }
5,929
lookup an object in the given context concode_field_sep PlaceHolder placeHolder concode_field_sep void bind concode_elem_sep void bind concode_elem_sep Context createSubcontext concode_elem_sep Context createSubcontext concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep void deleteSubContext conc...
Object function ( Context arg0 , String arg1 , Class arg2 ) { Object loc0 = arg0 . lookup ( arg1 ) ; checkObject ( arg0 , arg1 , loc0 , arg2 ) ; return loc0 ; }
5,930
close connection concode_field_sep ApiMgtDAO apiMgtDAO concode_elem_sep DataSource dataSource concode_field_sep Connection getConnection concode_elem_sep void closeStatement concode_elem_sep void closeAllConnections concode_elem_sep void initializeDB concode_elem_sep void closeResultSet
void function ( Connection arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( SQLException loc0 ) { loc0 . printStackTrace ( ) ; } } }
5,931
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
5,932
gets the value of the id property . concode_field_sep PhysicsScene.TechniqueCommon techniqueCommon concode_elem_sep TargetableFloat timeStep concode_elem_sep List<Technique> techniques concode_elem_sep TargetableFloat3 gravity concode_elem_sep List<InstanceWithExtra> instanceForceFields concode_elem_sep String name con...
String function ( ) { return id ; }
5,933
sets the value of the fromcurrency property . concode_field_sep BigDecimal rate concode_elem_sep String fromCurrency concode_elem_sep String intoCurrency concode_field_sep String getFromCurrency concode_elem_sep BigDecimal getRate concode_elem_sep void setIntoCurrency concode_elem_sep String getIntoCurrency concode_ele...
void function ( String arg0 ) { this . fromCurrency = arg0 ; }
5,934
remove the managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep...
void function ( String arg0 ) { getValueBinding ( getJsfEl ( arg0 ) ) . setValue ( FacesContext . getCurrentInstance ( ) , null ) ; }
5,935
this method is a post method to save a player concode_field_sep GameTrackingDao gameTrackingDao concode_elem_sep GameDao gameDao concode_elem_sep PlayerDao playerDao concode_field_sep List<GameTracking> getTracking concode_elem_sep List<TopGamesVO> getTopGames concode_elem_sep ResponseString saveGameTracking concode_el...
Player function ( @ FormParam ( "srini_string" ) String arg0 ) { Player loc0 = null ; try { loc0 = playerDao . savePlayer ( arg0 ) ; System . out . println ( "srini_string" + loc0 . getId ( ) ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; } return loc0 ; }
5,936
returns the end time of this cashier . the start/end times may be used to define a time period in which the cashier works part time . concode_field_sep String officeName concode_elem_sep String tellerName concode_elem_sep Collection<StaffData> staffOptions concode_elem_sep Date endDate concode_elem_sep String descripti...
String function ( ) { return endTime ; }
5,937
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String userTeamAssociationActionType concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
5,938
get the exception classes on which the associated transaction will not be rollbacked . concode_field_sep Class<? extends TransactionHandler> handler concode_elem_sep Propagation propagation concode_elem_sep Class<? extends Exception>[] rollbackOn concode_elem_sep Class<? extends TransactionHandler> defaultTransactionHa...
Class < ? extends Exception > [ ] function ( ) { return noRollbackFor . clone ( ) ; }
5,939
wrapper to call plugin 's getvariants . concode_field_sep Map<String,String> presentation concode_elem_sep Map<String,ChoiceAuthority> controller concode_elem_sep ChoiceAuthorityManager cached concode_elem_sep Logger log concode_elem_sep Map<String,Boolean> closed concode_field_sep ChoiceAuthorityManager getManager con...
List < String > function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { ChoiceAuthority loc0 = controller . get ( makeFieldKey ( arg0 , arg1 , arg2 ) ) ; if ( loc0 instanceof AuthorityVariantsSupport ) { AuthorityVariantsSupport loc1 = ( AuthorityVariantsSupport ) loc0 ; return loc1 . getVari...
5,940
clear all lineage states concode_field_sep Map<Path,FileSinkOperator> dirToFop concode_elem_sep Index index concode_elem_sep LineageInfo linfo concode_field_sep void setLineage concode_elem_sep LineageInfo getLineageInfo concode_elem_sep Index getIndex concode_elem_sep void mapDirToFop
void function ( ) { dirToFop . clear ( ) ; linfo . clear ( ) ; index . clear ( ) ; }
5,941
convenience wrapper for #get long , timeunit that re-throws get 's exceptions asruntimeexceptions . concode_field_sep T mResult concode_elem_sep Exception mException concode_elem_sep CountDownLatch mReadyLatch concode_field_sep boolean cancel concode_elem_sep boolean isCancelled concode_elem_sep void set concode_elem_s...
T function ( long arg0 , TimeUnit arg1 ) { try { return get ( arg0 , arg1 ) ; } catch ( InterruptedException | ExecutionException | TimeoutException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
5,942
sets make . concode_field_sep Object stockNumber concode_elem_sep String odometer concode_elem_sep String groundingMileage concode_elem_sep String year concode_elem_sep String keys concode_elem_sep String intType concode_elem_sep String bodyStyle concode_elem_sep String intColor concode_elem_sep String odor concode_ele...
void function ( String arg0 ) { this . make = arg0 ; }
5,943
gets the device type . can return jna.clibrary.tellstick _ type_group jna.clibrary.tellstick _ type_scene jna.clibrary.tellstick _ type_device concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int su...
int function ( ) { return deviceType ; }
5,944
returns the id of this rule . concode_field_sep String AllowedMethod concode_elem_sep List<String> allowedOrigins concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep String id concode_elem_sep List<AllowedMethods> allowedMethods concode_elem_sep int maxAgeSeconds c...
String function ( ) { return id ; }
5,945
returns the value of this atomicinteger . concode_field_sep int m_Value concode_field_sep int increment
int function ( ) { return m_Value ; }
5,946
the name of the ec2 security group . concode_field_sep String eC2SecurityGroupOwnerId concode_elem_sep String eC2SecurityGroupName concode_elem_sep String status concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode_field_sep EC2SecurityGroup withStatus concode_elem_sep void setEC2Security...
String function ( ) { return eC2SecurityGroupName ; }
5,947
sets the fill paint . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_sep lo...
void function ( Paint arg0 ) { if ( arg0 != null ) { this . fillPaint = arg0 ; } }
5,948
adds a new fragmentoptions instance to the builder . overrides previous instances of the exact same subclass of fragmentoptions . concode_field_sep ImmutableMap<Class<? extends FragmentOptions>,FragmentOptions> fragmentOptionsMap concode_elem_sep Map<Class<? extends FragmentOptions>,FragmentOptions> builderMap concode_...
Builder function ( T arg0 ) { builderMap . put ( arg0 . getClass ( ) , arg0 ) ; return this ; }
5,949
calculates total cost of cars concode_field_sep int carAmount concode_elem_sep Car carList[] concode_elem_sep Logger LOGGER concode_elem_sep int totalCost concode_field_sep void searchCar concode_elem_sep void initialize concode_elem_sep void sortByConsumption concode_elem_sep void createPark concode_elem_sep void show...
void function ( ) { for ( int loc0 = 0 ; loc0 < carList . length ; loc0 ++ ) { totalCost += carList [ loc0 ] . getCost ( ) ; } }
5,950
used by the componenttreeviewer to display a node . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep List<ComponentReference> getComponentReferenceList
String function ( ) { return getName ( ) ; }
5,951
calculates y i - x i for all i concode_field_sep NaturalRanking naturalRanking concode_field_sep double[] calculateAbsoluteDifferences concode_elem_sep double wilcoxonSignedRank concode_elem_sep double calculateAsymptoticPValue concode_elem_sep double calculateExactPValue concode_elem_sep double wilcoxonSignedRankTest ...
double [ ] function ( final double [ ] arg0 , final double [ ] arg1 ) { final double [ ] loc0 = new double [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) { loc0 [ loc1 ] = arg1 [ loc1 ] - arg0 [ loc1 ] ; } return loc0 ; }
5,952
sets the outputreader class . concode_field_sep Class outputValueClass concode_elem_sep String TYPED_BYTES_ID concode_elem_sep String RAW_BYTES_ID concode_elem_sep String KEY_ONLY_TEXT_ID concode_elem_sep String TEXT_ID concode_elem_sep Class<? extends OutputReader> outputReaderClass concode_elem_sep Class outputKeyCla...
void function ( Class < ? extends OutputReader > arg0 ) { this . outputReaderClass = arg0 ; }
5,953
test if the specified parameter is a valid application domain type . concode_field_sep Set<VirtualFile> forceRsls concode_elem_sep Configuration configuration concode_elem_sep HashMap<VirtualFile,String> applicationDomains concode_elem_sep String applicationDomainValue concode_elem_sep ConfigurationPathResolver configR...
boolean function ( String arg0 ) { for ( ApplicationDomainTarget loc0 : ApplicationDomainTarget . values ( ) ) { if ( loc0 . applicationDomainValue . equals ( arg0 ) ) return true ; } return false ; }
5,954
get the childern count of a node . concode_field_sep int CHANGE concode_elem_sep int NO_CONNECTION concode_elem_sep Hashtable _tagNames concode_elem_sep int NO_MATCH concode_elem_sep int _TOP_LEVEL_CAPACITY concode_elem_sep int MATCH concode_elem_sep int _tagIndex concode_elem_sep boolean _isAttribute[][] concode_elem_...
int function ( int arg0 ) { return _childrenCount [ arg0 / _botCap ] [ arg0 % _botCap ] ; }
5,955
filters the given collection using the given filter . concode_field_sep PlaceHolder placeHolder concode_field_sep T filter concode_elem_sep T inverseFilter
T function ( T arg0 , Filter < V > arg1 ) { if ( arg0 == null || arg1 == null ) { return null ; } final Iterator < V > loc0 = arg0 . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { if ( ! arg1 . retain ( loc0 . next ( ) ) ) { loc0 . remove ( ) ; } } return arg0 ; }
5,956
returns true if through traffic is not allowed . concode_field_sep Map<String,String> _tags concode_elem_sep long id concode_field_sep boolean isTagDeniedAccess concode_elem_sep boolean isTagTrue concode_elem_sep Map<String,String> getTagsByPrefix concode_elem_sep boolean isMotorcarExplicitlyDenied concode_elem_sep boo...
boolean function ( ) { String loc0 = getTag ( "srini_string" ) ; boolean loc1 = "srini_string" . equals ( loc0 ) || "srini_string" . equals ( loc0 ) || "srini_string" . equals ( loc0 ) || "srini_string" . equals ( loc0 ) || "srini_string" . equals ( loc0 ) || "srini_string" . equals ( loc0 ) ; return loc1 ; }
5,957
is logging for specific types of messages enabled ? you may | or log _ constants together , to learn if all passed message types are enabled for logging . note that debug mode must also be enabled for actual logging to occur . concode_field_sep int LOG_GENERAL concode_elem_sep OnLogListener logListener concode_elem_sep...
boolean function ( int arg0 ) { return ( ( logTypes & arg0 ) == arg0 ) ; }
5,958
returns the index of the first waiting writer . concode_field_sep int WRITER concode_elem_sep Thread t concode_elem_sep ArrayList waiters concode_elem_sep int nAcquires concode_elem_sep int state concode_elem_sep int READER concode_field_sep void unlock concode_elem_sep void lockWrite concode_elem_sep int getIndex conc...
int function ( ) { final Iterator loc0 = this . waiters . iterator ( ) ; int loc1 = 0 ; while ( loc0 . hasNext ( ) ) { final ReaderWriterNode loc2 = ( ReaderWriterNode ) loc0 . next ( ) ; if ( loc2 . state == ReaderWriterNode . WRITER ) { return loc1 ; } loc1 += 1 ; } return Integer . MAX_VALUE ; }
5,959
find a method to handle the given exception type . this can beuseful if an exception instance is not available e.g. for tools . concode_field_sep Map<Class<? extends Throwable>,Method> mappedMethods concode_elem_sep Method NO_METHOD_FOUND concode_elem_sep MethodFilter EXCEPTION_HANDLER_METHODS concode_elem_sep Map<Clas...
Method function ( Class < ? extends Throwable > arg0 ) { Method loc0 = this . exceptionLookupCache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = getMappedMethod ( arg0 ) ; this . exceptionLookupCache . put ( arg0 , ( loc0 != null ? loc0 : NO_METHOD_FOUND ) ) ; } return ( loc0 != NO_METHOD_FOUND ? loc0 : null ) ; }
5,960
returns the first matching meaning of the specified types . returns types.unknown if there are no matches . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep String getRootText concode_elem_sep Stri...
int function ( int [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( isA ( arg0 [ loc0 ] ) ) { return arg0 [ loc0 ] ; } } return Types . UNKNOWN ; }
5,961
undeploys the application specifed by the given url on the remote server . concode_field_sep String DEFAULT_ADAPTER_NAME concode_elem_sep Deployer deployer concode_elem_sep String PROGRAM_NAME concode_elem_sep Logger log concode_elem_sep URL url concode_field_sep void init concode_elem_sep RemoteMBeanServer lookupRemot...
void function ( final URL arg0 ) { deployer . undeploy ( arg0 ) ; }
5,962
gets the description of the this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode...
String function ( ) { return description ; }
5,963
creates a jdk consumer from this action . any exceptions thrown by this action will be unchecked via ratpack.util.exceptions #uncheck throwable and rethrown . concode_field_sep PlaceHolder placeHolder concode_field_sep Action<Object> noop concode_elem_sep T with concode_elem_sep O with concode_elem_sep Action<T> ignore...
Consumer < T > function ( ) { return t -> { try { execute ( t ) ; } catch ( Exception loc0 ) { throw Exceptions . uncheck ( loc0 ) ; } } ; }
5,964
finds position of value in array of values . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Integer> createArrayListFilledIncrement concode_elem_sep boolean contains concode_elem_sep Object[] fillArray concode_elem_sep int[] changePosition concode_elem_sep boolean[] changePosition concode_elem_sep int...
int function ( int [ ] arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] == arg1 ) { return loc0 ; } } return - 1 ; }
5,965
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep long id concode_field_sep void setName concode_elem_sep org.apache.axis.description.TypeD...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
5,966
gets the value of the biddingstrategyid property . concode_field_sep BiddingStrategySource biddingStrategySource concode_elem_sep BiddingScheme biddingScheme concode_elem_sep List<Bids> bids concode_elem_sep Long biddingStrategyId concode_elem_sep String biddingStrategyName concode_elem_sep BiddingStrategyType biddingS...
Long function ( ) { return biddingStrategyId ; }
5,967
obtains a reference to the executor service injector . this injector is used to inject a executorservice for use in blocking tasks during startup or shutdown . concode_field_sep Properties properties concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep StopContext context concode_elem_sep InjectedValue<SocketBind...
InjectedValue < ExecutorService > function ( ) { return executorInjector ; }
5,968
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
5,969
to get of flag . concode_field_sep ElementId elementId concode_elem_sep short lspId concode_elem_sep RequestType requestType concode_elem_sep boolean rptFlag concode_elem_sep boolean lspDFlag concode_elem_sep Path path concode_elem_sep int plspId concode_elem_sep byte lspOFlag concode_elem_sep short tunnelId concode_el...
byte function ( ) { return this . lspOFlag ; }
5,970
returns the value of the first header with a specified name of this message . if there is more than one matching header in the message the first element is returned . if there is no matching header in the message null is returned . concode_field_sep HttpResponse response concode_elem_sep HttpHost host concode_elem_sep ...
String function ( String arg0 ) { Header loc0 = response . getFirstHeader ( arg0 ) ; if ( loc0 == null ) { return null ; } return loc0 . getValue ( ) ; }
5,971
gets the status value for this cgnat . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.CGNAT.DadosCGNAT dados concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.CGNAT.StatusCGNAT status co...
com . gvt . www . ws . eai . oss . CGNAT . StatusCGNAT function ( ) { return status ; }
5,972
creates a new objecttype of the given type . concode_field_sep LongType LONG_TYPE concode_elem_sep TopType TOP_TYPE concode_elem_sep NullType NULL_TYPE concode_elem_sep FloatType FLOAT_TYPE concode_elem_sep DoubleType DOUBLE_TYPE concode_elem_sep IntegerType INTEGER_TYPE concode_elem_sep UninitializedThisType UNINITIAL...
ObjectType function ( int arg0 ) { return new ObjectType ( arg0 ) ; }
5,973
get custom deserializer concode_field_sep org.tatrc.paws.labs.ResultItem[] resultItems concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.tatrc.paws.labs.ConceptValue name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setNa...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
5,974
gets the full size of the box including header and content . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer content concode_field_sep ContainerBox getParent concode_elem_sep...
long function ( ) { long loc0 = ( content == null ? getContentSize ( ) : content . limit ( ) ) ; loc0 += ( 8 + ( loc0 >= ( ( 1L << 32 ) - 8 ) ? 8 : 0 ) + ( UserBox . TYPE . equals ( getType ( ) ) ? 16 : 0 ) ) ; loc0 += ( deadBytes == null ? 0 : deadBytes . limit ( ) ) ; return loc0 ; }
5,975
returns `` true '' if a later token has already been processed . concode_field_sep boolean unseq concode_elem_sep int minorStatus concode_elem_sep boolean old concode_elem_sep boolean gap concode_elem_sep boolean privState concode_elem_sep int qopVal concode_elem_sep boolean duplicate concode_elem_sep String minorStrin...
boolean function ( ) { return unseq ; }
5,976
returns the size of the tick unit . concode_field_sep double size concode_elem_sep long serialVersionUID concode_elem_sep int minorTickCount concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getMinorTickCount concode_elem_sep int compareTo concode_elem_sep String valueToString
double function ( ) { return this . size ; }
5,977
the merchant id provided by braintree . concode_field_sep BraintreeApiName apiName concode_elem_sep Integer httpReadTimeout concode_elem_sep String ENVIRONMENT concode_elem_sep String methodName concode_elem_sep String publicKey concode_elem_sep String PRIVATE_KEY concode_elem_sep String proxyHost concode_elem_sep Stri...
void function ( String arg0 ) { this . merchantId = arg0 ; }
5,978
causes all enqueued tasks to be discarded , and pause state to be reset concode_field_sep Looper realObject concode_elem_sep Looper mainLooper concode_elem_sep Map<Thread,Looper> loopingLoopers concode_elem_sep boolean quit concode_field_sep boolean hasQuit concode_elem_sep void pauseMainLooper concode_elem_sep void re...
void function ( ) { shadowOf ( realObject . getQueue ( ) ) . reset ( ) ; resetScheduler ( ) ; quit = false ; }
5,979
read track 2 candidates from a file . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
HashMap < Integer , int [ ] > function ( String arg0 ) { BufferedReader loc0 = new BufferedReader ( new FileReader ( arg0 ) ) ; return read ( loc0 ) ; }
5,980
continue execution of tasks after a call to #suspend . more accurately , decreases the suspension counter , as has been incremented by calls to #suspend , and resumes execution if the suspension counter is zero . if this method throws , e.g. a rejectedexecutionexception from the delegate executor , execution of tasks w...
void function ( ) { synchronized ( internalLock ) { Preconditions . checkState ( suspensions > 0 ) ; suspensions -- ; } startQueueWorker ( ) ; }
5,981
writes unchanged file to disk . concode_field_sep String[] ALLOWED_EXT concode_elem_sep int MAX_BUFF_SIZE concode_field_sep boolean isImage concode_elem_sep boolean checkImageFile concode_elem_sep void resizeImage concode_elem_sep void createResizedImage concode_elem_sep void createTmpThumb concode_elem_sep boolean che...
void function ( final File arg0 , final File arg1 ) { FileInputStream loc0 = new FileInputStream ( arg0 ) ; writeUntouchedImage ( loc0 , arg1 ) ; }
5,982
configure this client to follow redirects from https to http and from http to https . if unset , protocol redirects will be followed . this is different than the built-in httpurlconnection 's default . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ...
OkHttpClient function ( boolean arg0 ) { this . followProtocolRedirects = arg0 ; return this ; }
5,983
used for combining multiple comparators in order to create a single output document . the ids must be successive along the different comparators . concode_field_sep long deletedID concode_elem_sep List<TextNode> textNodes concode_elem_sep long changedID concode_elem_sep boolean inlineResult concode_elem_sep long newID ...
void function ( long arg0 ) { deletedID = arg0 ; }
5,984
append the contents to another array at a given offset . the caller is responsible for ensuring that sufficient space is available . concode_field_sep int offset concode_elem_sep char[] array concode_elem_sep int count concode_field_sep void setLength concode_elem_sep int hashCode concode_elem_sep void getChars concode...
void function ( char [ ] arg0 , int arg1 ) { System . arraycopy ( array , offset , arg0 , arg1 , count ) ; }
5,985
sets the value of the costpermbincents property . concode_field_sep DataBalance throttleThreshold concode_elem_sep String identifier concode_elem_sep BigInteger costPerMbInCents concode_elem_sep boolean requiresAutoRenew concode_elem_sep Boolean unlimited concode_elem_sep String description concode_elem_sep long serial...
void function ( BigInteger arg0 ) { this . costPerMbInCents = arg0 ; }
5,986
sets the value of the monthlycharge property . concode_field_sep String indicator concode_elem_sep Integer indicatorID concode_elem_sep String code concode_elem_sep String level concode_elem_sep BigDecimal monthlyCharge concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCal...
void function ( BigDecimal arg0 ) { this . monthlyCharge = arg0 ; }
5,987
returns the name of this provider . concode_field_sep int AVAILABLE concode_elem_sep ILocationManager mService concode_elem_sep int OUT_OF_SERVICE concode_elem_sep int TEMPORARILY_UNAVAILABLE concode_elem_sep String BAD_CHARS_REGEX concode_elem_sep String TAG concode_elem_sep String mName concode_field_sep boolean requ...
String function ( ) { return mName ; }
5,988
sets the kaleo definition id of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName conc...
void function ( long arg0 ) { _kaleoNode . setKaleoDefinitionId ( arg0 ) ; }
5,989
sets the value of the systemmodstamp property . concode_field_sep String jobId concode_elem_sep Long apexProcessingTime concode_elem_sep XMLGregorianCalendar createdDate concode_elem_sep Integer numberRecordsFailed concode_elem_sep int numberRecordsProcessed concode_elem_sep String stateMessage concode_elem_sep XMLGreg...
void function ( XMLGregorianCalendar arg0 ) { this . systemModstamp = arg0 ; }
5,990
combines the two bitarrays using bitwise or . concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep boolean set concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep long bitSize concode_elem_sep boolean equa...
void function ( BitArray arg0 ) { assert data . length == arg0 . data . length : "srini_string" ; long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < data . length ; loc1 ++ ) { data [ loc1 ] |= arg0 . data [ loc1 ] ; loc0 += Long . loc0 ( data [ loc1 ] ) ; } this . bitCount = loc0 ; }
5,991
gets the index of the chunk that contains the specified time . concode_field_sep int lookAheadCount concode_elem_sep int displayHeight concode_elem_sep int qualityLevels concode_elem_sep byte[] data concode_elem_sep int TYPE_TEXT concode_elem_sep String language concode_elem_sep int majorVersion concode_elem_sep int ty...
int function ( long arg0 ) { return Util . binarySearchFloor ( chunkStartTimesUs , arg0 , true , true ) ; }
5,992
creates an instance of the filepollhdfsjob using defaults . concode_field_sep XdEnvironment environment concode_field_sep HdfsJdbcJob hdfsJdbcJob concode_elem_sep FtpHdfsJob ftpHdfsJob concode_elem_sep HdfsMongoDbJob hdfsMongoDb concode_elem_sep JdbcHdfsJob jdbcHdfsJob concode_elem_sep SparkAppJob sparkAppJob concode_e...
FilePollHdfsJob function ( String arg0 ) { return FilePollHdfsJob . withDefaults ( arg0 ) ; }
5,993
removes the icon of this instance . in pdstore every instance can be given an icon . if the instance does not have an icon , nothing happens . concode_field_sep GUID typeId concode_elem_sep GUID roleTransactionId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep voi...
void function ( ) { store . removeIcon ( id ) ; }
5,994
setup before testing . concode_field_sep String webUrl concode_elem_sep WebClient webClient concode_field_sep void testFlowEntryExit concode_elem_sep void setUpClass concode_elem_sep void testFacesFlowScope concode_elem_sep void tearDownClass concode_elem_sep void tearDown
void function ( ) { webUrl = System . getProperty ( "srini_string" ) ; webClient = new WebClient ( ) ; }
5,995
this method returns a copy of this collator object . concode_field_sep int TERTIARY concode_elem_sep int strength concode_elem_sep int decmp concode_elem_sep int SECONDARY concode_elem_sep int IDENTICAL concode_elem_sep int PRIMARY concode_elem_sep int FULL_DECOMPOSITION concode_elem_sep int NO_DECOMPOSITION concode_el...
Object function ( ) { try { return super . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { return null ; } }
5,996
create an instance of jaxbelement concode_field_sep QName _X509DataTypeX509CRL_QNAME concode_elem_sep QName _X509DataTypeX509IssuerSerial_QNAME concode_elem_sep QName _X509DataTypeX509Certificate_QNAME concode_elem_sep QName _X509DataTypeX509SKI_QNAME concode_elem_sep QName _X509DataTypeX509SubjectName_QNAME concode_el...
JAXBElement < byte [ ] > function ( byte [ ] arg0 ) { return new JAXBElement < byte [ ] > ( _X509DataTypeX509SKI_QNAME , byte [ ] . class , X509DataType . class , ( ( byte [ ] ) arg0 ) ) ; }
5,997
get custom deserializer concode_field_sep java.lang.String senha concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String login concode_elem_sep java.lang.Integer nivel concode_field_sep java.l...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , @ SuppressWarnings ( "srini_string" ) java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
5,998
acquires a sample from the pool . concode_field_sep Sample next concode_elem_sep Listener listener concode_elem_sep SampleQueue queue concode_elem_sep boolean accelerating concode_elem_sep int MIN_QUEUE_SIZE concode_elem_sep int acceleratingCount concode_elem_sep int sampleCount concode_elem_sep Sample head concode_ele...
Sample function ( ) { Sample loc0 = head ; if ( loc0 == null ) { loc0 = new Sample ( ) ; } else { head = loc0 . next ; } return loc0 ; }
5,999
used by the inboundinvocationhandler to determine whether the command should be invoked or not . concode_field_sep PlaceHolder placeHolder concode_field_sep Object acceptVisitor concode_elem_sep LoadType loadType concode_elem_sep Object perform concode_elem_sep boolean ignoreCommandOnStatus
boolean function ( InvocationContext arg0 ) { return true ; }