idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
24,600 | returns a scriptengineservice instance or null if this plugin does n't add a new script engine concode_field_sep PlaceHolder placeHolder concode_field_sep List<NativeScriptFactory> getNativeScripts concode_elem_sep ScriptContext.Plugin getCustomScriptContexts | ScriptEngineService function ( Settings arg0 ) { return null ; } |
24,601 | open the database connection . for most databases , it is not required to load the driver before calling this method . concode_field_sep Connection conn concode_elem_sep Statement stat concode_elem_sep HashMap<String,PreparedStatement> prepared concode_elem_sep PreparedStatement prep concode_elem_sep int index concode_... | Db function ( String arg0 , String arg1 , String arg2 ) { try { JdbcDriverUtils . load ( arg0 ) ; return new Db ( DriverManager . getConnection ( arg0 , arg1 , arg2 ) ) ; } catch ( SQLException loc0 ) { throw convert ( loc0 ) ; } } |
24,602 | gets all the declared fields of a class including fields declared in superclasses . concode_field_sep ThreadMXBean threadBean concode_elem_sep ThreadLocal<CopyInCopyOutBuffer> CLONE_BUFFERS concode_elem_sep DataInputBuffer inBuffer concode_elem_sep SerializationFactory serialFactory concode_elem_sep Map<Class<?>,Constr... | List < Field > function ( Class < ? > arg0 ) { List < Field > loc0 = new ArrayList < Field > ( ) ; while ( arg0 != null ) { for ( Field loc1 : arg0 . getDeclaredFields ( ) ) { loc0 . add ( loc1 ) ; } arg0 = arg0 . getSuperclass ( ) ; } return loc0 ; } |
24,603 | the latest executioncontext provided by the decider for this workflow execution . a decider can provide an executioncontext a free-form string when closing a decision task using responddecisiontaskcompleted . constraints : length : 0 - 32768 concode_field_sep WorkflowExecutionConfiguration executionConfiguration concod... | void function ( String arg0 ) { this . latestExecutionContext = arg0 ; } |
24,604 | getter for the animation 's texture concode_field_sep Game game concode_elem_sep TextureAtlas[] textures concode_elem_sep float stateTime concode_elem_sep Animation[] animations concode_elem_sep int index concode_field_sep void setIndex concode_elem_sep Object clone concode_elem_sep void reset concode_elem_sep void dis... | TextureRegion function ( float arg0 ) { stateTime += arg0 ; return animations [ 0 ] . getKeyFrame ( arg0 , true ) ; } |
24,605 | method declaration concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep boolean hasCollation concode_elem_... | Boolean function ( Session arg0 , String arg1 ) { if ( arg1 == null ) { return null ; } if ( isIgnoreCase ) { arg1 = arg0 . database . collation . toUpperCase ( arg1 ) ; } return compareAt ( arg1 , 0 , 0 , arg1 . length ( ) ) ? Boolean . TRUE : Boolean . FALSE ; } |
24,606 | allows the iworkbenchpart to be set for this delegate concode_field_sep IWorkbenchPart fPart concode_elem_sep IStructuredSelection fSelection concode_elem_sep IAction fAction concode_field_sep void breakpointsAdded concode_elem_sep void setAction concode_elem_sep IBreakpointManager getBreakpointManager concode_elem_sep... | void function ( IWorkbenchPart arg0 ) { fPart = arg0 ; } |
24,607 | information about the jobs . concode_field_sep String nextToken concode_elem_sep java.util.List<Job> jobs concode_field_sep void setJobs concode_elem_sep ListJobsResult withJobs concode_elem_sep ListJobsResult withJobs concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals conc... | java . util . List < Job > function ( ) { return jobs ; } |
24,608 | get the list of tokens at the specified start offset concode_field_sep int maxStart concode_elem_sep Map<Integer,ArrayList<SegToken>> tokenListTable concode_field_sep int getMaxStart concode_elem_sep void addToken concode_elem_sep boolean isStartExist concode_elem_sep List<SegToken> makeIndex concode_elem_sep List<SegT... | List < SegToken > function ( int arg0 ) { return tokenListTable . get ( arg0 ) ; } |
24,609 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Category name concode_elem_s... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
24,610 | utility for processing boolean concode_field_sep Stack<Object> stack concode_elem_sep char[] buf concode_elem_sep int expressionDepth concode_elem_sep Reader reader concode_elem_sep int TOKEN_BOOLEAN concode_elem_sep int TOKEN_EXPRESSION concode_elem_sep int pos concode_elem_sep int tokenType concode_elem_sep int start... | void function ( ) { while ( pos < numRead ) { if ( isDelimiter ( buf [ pos ] ) ) { break ; } pos ++ ; } if ( pos < numRead ) { stack . push ( Boolean . valueOf ( new String ( buf , startTokenPos , pos - startTokenPos ) ) ) ; } parseNextState ( ) ; } |
24,611 | set the default content type to use when no content type is requested . by default this is not set . concode_field_sep boolean favorParameter concode_elem_sep Boolean useJaf concode_elem_sep String parameterName concode_elem_sep RequestedContentTypeResolver contentTypeResolver concode_elem_sep boolean favorPathExtensio... | RequestedContentTypeResolverBuilder function ( MediaType arg0 ) { this . contentTypeResolver = new FixedContentTypeResolver ( arg0 ) ; return this ; } |
24,612 | sets the name of the button clicked . concode_field_sep String inputText concode_elem_sep String clicked concode_field_sep void imageButtonListener concode_elem_sep void commandLinkListener concode_elem_sep String getClicked concode_elem_sep String getInputText concode_elem_sep void setInputText concode_elem_sep void s... | void function ( String arg0 ) { clicked = arg0 ; } |
24,613 | returns the repository id of this document library folder . concode_field_sep DLFolder _dlFolder concode_field_sep boolean isMountPoint concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boo... | long function ( ) { return _dlFolder . getRepositoryId ( ) ; } |
24,614 | get the receipt header . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep String HEARTBEAT concode_elem_sep ... | String function ( ) { return getFirst ( RECEIPT_ID ) ; } |
24,615 | name of the app registered to make api requests concode_field_sep String remotePath concode_elem_sep String query concode_elem_sep String clientIdentifier concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep DbxClient client concode_elem_sep DropboxUploadMode uploadMode concode_elem_... | void function ( String arg0 ) { this . clientIdentifier = arg0 ; } |
24,616 | specifies the dns address of the db instance . returns a reference to this object so that method calls can be chained together . concode_field_sep String hostedZoneId concode_elem_sep String address concode_elem_sep Integer port concode_field_sep Integer getPort concode_elem_sep void setAddress concode_elem_sep Endpoin... | Endpoint function ( String arg0 ) { this . address = arg0 ; return this ; } |
24,617 | returns whether the flag acc_public is on in the givenflags . concode_field_sep int ACC_NATIVE concode_elem_sep int ACC_SUPER concode_elem_sep int ACC_STRICT concode_elem_sep int ACC_ANNOTATION concode_elem_sep int CONV_CLASS concode_elem_sep int ACC_ABSTRACT concode_elem_sep int CONV_FIELD concode_elem_sep int ACC_FIN... | boolean function ( int arg0 ) { return ( arg0 & ACC_PUBLIC ) != 0 ; } |
24,618 | adds a string of format key = value to the provided map as a key/value pair . concode_field_sep Pattern DEPLOYMENT_PROPERTIES_PATTERN concode_field_sep ModuleDeploymentProperties createModuleDeploymentProperties concode_elem_sep String formatDeploymentProperties concode_elem_sep Map<String,String> parseDeploymentProper... | void function ( String arg0 , Map < String , String > arg1 ) { int loc0 = arg0 . indexOf ( '=' ) ; if ( loc0 != - 1 ) { arg1 . put ( arg0 . substring ( 0 , loc0 ) . trim ( ) , arg0 . substring ( loc0 + 1 ) . trim ( ) ) ; } } |
24,619 | gets access to a generic extension simplemodule module for customizations to jackson json mapping . concode_field_sep String GROUP_ID concode_elem_sep List<NamedType> subtypeList concode_elem_sep String ARTIFACT_ID concode_elem_sep SimpleModule extensionModule concode_elem_sep Class<?>[] baseClasses concode_field_sep v... | SimpleModule function ( ) { if ( this . extensionModule == null ) { this . extensionModule = new SimpleModule ( "srini_string" , new Version ( 1 , 0 , 0 , null , GROUP_ID , ARTIFACT_ID ) ) ; } return this . extensionModule ; } |
24,620 | add one piece of the information of the event to the existing information map concode_field_sep HashMap<String,Object> eventInfo concode_elem_sep String eventType concode_elem_sep long timestamp concode_field_sep void setEventType concode_elem_sep String getEventType concode_elem_sep Map<String,Object> getEventInfo con... | void function ( String arg0 , Object arg1 ) { this . eventInfo . put ( arg0 , arg1 ) ; } |
24,621 | add a generator for a particular signer to this cms signeddata generator . concode_field_sep String ENCRYPTION_GOST3410 concode_elem_sep String ENCRYPTION_ECDSA concode_elem_sep String DIGEST_SHA512 concode_elem_sep String DIGEST_RIPEMD160 concode_elem_sep String DIGEST_SHA224 concode_elem_sep String DIGEST_SHA1 concod... | void function ( SignerInfoGenerator arg0 ) { signerGens . add ( arg0 ) ; } |
24,622 | checks if is use default credential . concode_field_sep boolean allowAutoRedirect concode_elem_sep Map<String,String> headers concode_elem_sep String userAgent concode_elem_sep boolean preAuthenticate concode_elem_sep URL url concode_elem_sep int timeout concode_elem_sep WebProxy proxy concode_elem_sep String password ... | boolean function ( ) { return useDefaultCredentials ; } |
24,623 | gets the value of the param 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 param property . for example , to add a new item , do as fol... | List < Param > function ( ) { if ( param == null ) { param = new ArrayList < Param > ( ) ; } return this . param ; } |
24,624 | set the position . concode_field_sep int MAX_REUSE_CAPACITY concode_elem_sep int MIN_GROW concode_elem_sep ByteBuffer reuse concode_elem_sep ByteBuffer buff concode_field_sep WriteBuffer putStringData concode_elem_sep void grow concode_elem_sep ByteBuffer getBuffer concode_elem_sep WriteBuffer putInt concode_elem_sep W... | WriteBuffer function ( int arg0 ) { buff . position ( arg0 ) ; return this ; } |
24,625 | observer method . concode_field_sep AbstractPile battle concode_elem_sep boolean canMove concode_elem_sep AbstractPile distance concode_elem_sep int MilesRun concode_elem_sep boolean hasDrawn concode_elem_sep String name concode_elem_sep AbstractPile satefy concode_elem_sep boolean hasStarted concode_elem_sep AbstractP... | boolean function ( Card arg0 ) { if ( getMilesRun ( ) + arg0 . getValue ( ) == 1000 ) return true ; else return false ; } |
24,626 | is there more data to be read ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep byte[] getBuffer concode_elem_sep int getBufferPosition concode_elem_sep void close concode_elem_sep void write concode_elem_sep void write co... | boolean function ( ) { return isOpen ( ) ; } |
24,627 | create the noservant typecode empty structure , named `` noservant '' . concode_field_sep TypeCode typeCode concode_field_sep NoServant extract concode_elem_sep NoServant read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { if ( typeCode == null ) { ORB loc0 = OrbRestricted . Singleton ; StructMember [ ] loc1 = new StructMember [ 0 ] ; typeCode = loc0 . create_exception_tc ( id ( ) , "srini_string" , loc1 ) ; } return typeCode ; } |
24,628 | asserts that two objects refer to the same object . if they are not the same an assertionfailederror is thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_ele... | void function ( Object arg0 , Object arg1 ) { assertNotSame ( null , arg0 , arg1 ) ; } |
24,629 | access the checked status of this item . possible values : concode_field_sep PlaceHolder placeHolder concode_field_sep String getForm concode_elem_sep boolean isEmpty concode_elem_sep MenuItem getItem concode_elem_sep String getAction concode_elem_sep String getAccessibilityLabel concode_elem_sep String getIcon concode... | int function ( ) { return CHECKED_NA ; } |
24,630 | set lock mode concode_field_sep String versionsEntityName concode_elem_sep EntityInstantiator entityInstantiator concode_elem_sep Integer firstResult concode_elem_sep String entityClassName concode_elem_sep List<AuditCriterion> criterions concode_elem_sep Map<String,String> aliasToEntityNameMap concode_elem_sep String ... | AuditQuery function ( LockMode arg0 ) { lockOptions . setLockMode ( arg0 ) ; return this ; } |
24,631 | saves the state of the given file editor input into the given memento . concode_field_sep String ID_FACTORY concode_elem_sep String TAG_PATH concode_field_sep IAdaptable createElement concode_elem_sep String getFactoryId | void function ( IMemento arg0 , FileEditorInput arg1 ) { IFile loc0 = arg1 . getFile ( ) ; arg0 . putString ( TAG_PATH , loc0 . getFullPath ( ) . toString ( ) ) ; } |
24,632 | returns the number of defined usable keys . concode_field_sep boolean validated concode_elem_sep int EMPTYSTRING_BEHAVIOR concode_elem_sep int NOOP_BEHAVIOR concode_elem_sep RefCapablePropertyResourceBundle wrappedRCPRB concode_elem_sep int missingPosValueBehavior concode_elem_sep int missingPropertyBehavior concode_el... | int function ( ) { if ( ! validated ) throw new RuntimeException ( "srini_string" + "srini_string" ) ; return getKeyIdToString ( ) . size ( ) ; } |
24,633 | the nexttoken value to include in a future listimages request . when the results of a listimages request exceed maxresults , this value can be used to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep String nextToken concode_elem_sep java.util.List<Imag... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
24,634 | gets the value of the tag property . concode_field_sep XMLGregorianCalendar date concode_elem_sep List<Long> checkouts concode_elem_sep String lastError concode_elem_sep List<Long> concreteRevisions concode_elem_sep long oid concode_elem_sep int rid concode_elem_sep long userId concode_elem_sep boolean hasGeometry conc... | String function ( ) { return tag ; } |
24,635 | set new parent action concode_field_sep String pcsortField concode_elem_sep String lastSKey concode_elem_sep String pcsortOrder concode_elem_sep Map<T,Object> multiselected concode_elem_sep long serialVersionUID concode_elem_sep Integer prows concode_elem_sep String sKey concode_elem_sep List<T> buffer concode_elem_sep... | void function ( ) { try { if ( buffer != null ) { asetNewParent ( buffer ) ; buffer . clear ( ) ; } } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; FacesContext . getCurrentInstance ( ) . addMessage ( null , new FacesMessage ( FacesMessage . SEVERITY_ERROR , "srini_string" , loc0 . getMessage ( ) ) ) ; } } |
24,636 | get the name . concode_field_sep String name concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep String toString | String function ( ) { return name ; } |
24,637 | creates a temporary file on the internal storage . concode_field_sep PlaceHolder placeHolder concode_field_sep java.io.File createExternal concode_elem_sep java.io.File createExternal concode_elem_sep java.io.File create concode_elem_sep java.io.File create concode_elem_sep void makeVisible | java . io . File function ( String arg0 ) { return new java . io . File ( Hermes . get ( ) . getContext ( ) . getCacheDir ( ) , arg0 ) ; } |
24,638 | removes all key-value mappings from this sparsearray . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep long keyAt concode_elem_sep E valueAt concode_elem_sep int indexOfValue concode_elem_sep ... | void function ( ) { int loc0 = mSize ; Object [ ] loc1 = mValues ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = null ; } mSize = 0 ; mGarbage = false ; } |
24,639 | whether this is the last part of a message sent as a series of partial messages . concode_field_sep boolean last concode_elem_sep T payload concode_field_sep T getPayload concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String toStringPayload | boolean function ( ) { return this . last ; } |
24,640 | gets the value of the countryname property . concode_field_sep String city concode_elem_sep String countryCode concode_elem_sep String addressLine1 concode_elem_sep String addressLine2 concode_elem_sep String postCode concode_elem_sep String countryName concode_field_sep void setAddressLine1 concode_elem_sep void setCo... | String function ( ) { return countryName ; } |
24,641 | the allocation id uniquely identifying an allocation , note , if it is relocation the #getrelocationid need to be taken into account as well . concode_field_sep String ID_KEY concode_elem_sep ObjectParser<AllocationId.Builder,Void> ALLOCATION_ID_PARSER concode_elem_sep String id concode_elem_sep String RELOCATION_ID_KE... | String function ( ) { return id ; } |
24,642 | get name concode_field_sep Integer name concode_elem_sep String PropertyClass concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getPropertyClass concode_elem_sep void setPropertyClass concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Model200Res... | Integer function ( ) { return name ; } |
24,643 | gets the value of the contactname 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 contactname property . for example , to add a new item... | List < NameType > function ( ) { if ( contactName == null ) { contactName = new ArrayList < NameType > ( ) ; } return this . contactName ; } |
24,644 | adds element with out of priority . concode_field_sep int myMaxLength concode_elem_sep boolean myHasPriority concode_elem_sep Map<LookupElementBuilder,Pair<String,Integer>> myMap concode_field_sep void addElementInternal concode_elem_sep LookupElement[] getResult | void function ( @ NotNull final LookupElementBuilder arg0 , @ Nullable final String arg1 ) { addElementInternal ( arg0 , arg1 , null ) ; } |
24,645 | add a step to the path . concode_field_sep PlaceHolder placeHolder concode_field_sep T addReferentTable concode_elem_sep T addForeignField concode_elem_sep T addForeignFields concode_elem_sep int length concode_elem_sep T addTables concode_elem_sep T addTables concode_elem_sep SQLTable getLast concode_elem_sep T _appen... | T function ( final SQLField arg0 ) { return this . add ( arg0 , Direction . ANY ) ; } |
24,646 | shows all components for a tag if a condition is true . does nothing if there are no components for the tag or if the condition is false . concode_field_sep Set<Component> allComponents concode_elem_sep Map<String,Set<Component>> taggedComponents concode_field_sep Collection<Component> getComponentsForTag concode_elem_... | void function ( String arg0 , boolean arg1 ) { if ( arg1 ) { for ( Component loc0 : getComponentsForTag ( arg0 ) ) { loc0 . setVisible ( true ) ; } } } |
24,647 | sets the value of the count property . concode_field_sep List<ArtifactType> artifact concode_elem_sep SearchResult.Data data concode_elem_sep BigInteger count concode_elem_sep BigInteger from concode_elem_sep BigInteger totalCount concode_elem_sep boolean tooManyResults concode_field_sep void setTotalCount concode_elem... | void function ( BigInteger arg0 ) { this . count = arg0 ; } |
24,648 | get the timeout value . concode_field_sep String expand concode_elem_sep String select concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince conco... | Integer function ( ) { return this . timeout ; } |
24,649 | sets the value of the confirmorderresult property . concode_field_sep MPOrderResponse confirmOrderResult concode_field_sep MPOrderResponse getConfirmOrderResult | void function ( MPOrderResponse arg0 ) { this . confirmOrderResult = arg0 ; } |
24,650 | convenience wrapper for #get 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_sep void checkNot... | T function ( ) { try { return get ( ) ; } catch ( InterruptedException | ExecutionException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
24,651 | free up any resources used , immediately . concode_field_sep String urlLocation concode_elem_sep String errorMessage concode_elem_sep InputStream inputStream concode_elem_sep URL url concode_field_sep URLAccess doURLAccess concode_elem_sep void closeConnection | void function ( ) { urlLocation = null ; url = null ; errorMessage = null ; closeConnection ( ) ; } |
24,652 | tests that an java.io.eofexception occurs when opening an empty dbf . concode_field_sep PlaceHolder placeHolder concode_field_sep void memoFileMissing concode_elem_sep void emptyMemoFile concode_elem_sep void directoryIsFile concode_elem_sep void addRecordTest concode_elem_sep void corruptedMemoFilePointer concode_elem... | void function ( ) { final File loc0 = new File ( "srini_string" ) ; final Table loc1 = new Table ( loc0 ) ; try { loc1 . open ( IfNonExistent . ERROR ) ; } finally { loc1 . close ( ) ; } } |
24,653 | getinventoryservice concode_field_sep InventoryService m_inventoryService concode_field_sep void setInventoryService concode_elem_sep Logger log concode_elem_sep ModelAndView handleRequest | InventoryService function ( ) { return m_inventoryService ; } |
24,654 | sets the value of the createdon property . concode_field_sep boolean fastAdd concode_elem_sep String DESTINATION_FIELD_DONOR_CODE concode_elem_sep String DESTINATION_FIELD_DONOR_PUBLIC_DISPLAY concode_elem_sep String type concode_elem_sep String createdOn concode_elem_sep String localId concode_elem_sep String sortedVa... | void function ( String arg0 ) { this . createdOn = arg0 ; } |
24,655 | does this conditionterm contain the given conditionfactor ? concode_field_sep Vector conditionFactors concode_field_sep Enumeration getConditionFactors concode_elem_sep ConditionTerm create concode_elem_sep void addConditionFactor concode_elem_sep String toString concode_elem_sep int numberOfFactors concode_elem_sep bo... | boolean function ( ConditionFactor arg0 ) { return conditionFactors . contains ( arg0 ) ; } |
24,656 | define output directory based on network type concode_field_sep Logger log concode_field_sep Updater loadUpdators concode_elem_sep void saveNetworkAndParameters concode_elem_sep void saveLayerParameters concode_elem_sep Map<String,String> getStringParamPaths concode_elem_sep MultiLayerNetwork loadNetworkAndParameters c... | String function ( String arg0 ) { String loc0 = System . getProperty ( "srini_string" ) ; String loc1 = File . separator + arg0 + File . separator + "srini_string" ; File loc2 = new File ( loc0 , loc1 ) ; if ( ! loc2 . getParentFile ( ) . exists ( ) ) loc2 . mkdirs ( ) ; return loc2 . toString ( ) ; } |
24,657 | called at start initializes necessary classes used to visualize turtles concode_field_sep SLogoVisualizer myCurrentVisualizer concode_elem_sep List<SLogoVisualizer> myVisualizers concode_elem_sep Model myModel concode_field_sep Model getModel concode_elem_sep String getLanguage concode_elem_sep void setVisualizers conc... | void function ( ) { myCurrentVisualizer . initialize ( ) ; myVisualizers . add ( myCurrentVisualizer ) ; } |
24,658 | setter method for campflag concode_field_sep String restrictCustType concode_elem_sep String emailId concode_elem_sep String restrict concode_elem_sep String criticalReason concode_elem_sep String type concode_elem_sep String expiryDate concode_elem_sep String customerType concode_elem_sep Integer customerId concode_el... | void function ( String arg0 ) { CAMPFLAG = arg0 ; } |
24,659 | called by the renderer when it creates a new framebuffer concode_field_sep IntMap<Void> fbosUsed concode_elem_sep int numFboSwitches concode_elem_sep int numTriangles concode_elem_sep int memoryTextures concode_elem_sep int numObjects concode_elem_sep int memoryShaders concode_elem_sep int lastShader concode_elem_sep i... | void function ( ) { if ( ! enabled ) return ; memoryFrameBuffers ++ ; } |
24,660 | set the configuration of the benchmark for the results holder object . concode_field_sep Vector<StatT> stats concode_elem_sep Vector<ProfileT> profiles concode_elem_sep String error concode_elem_sep SetupT config concode_field_sep String getError concode_elem_sep void init concode_elem_sep void printXml concode_elem_se... | void function ( final SetupT arg0 ) { this . config = arg0 ; } |
24,661 | returns the lucene version this file has been written by or null if unknown concode_field_sep Version FIRST_LUCENE_CHECKSUM_VERSION concode_elem_sep Version writtenBy concode_elem_sep String name concode_elem_sep long length concode_elem_sep String checksum concode_elem_sep BytesRef hash concode_field_sep void writeTo ... | Version function ( ) { return writtenBy ; } |
24,662 | return the public interface for the action checker service . concode_field_sep int actionCheckDelay concode_elem_sep List<XCallable<Void>> callables concode_elem_sep String CONF_ACTION_CHECK_INTERVAL concode_elem_sep String CONF_CALLABLE_BATCH_SIZE concode_elem_sep String CONF_ACTION_CHECK_DELAY concode_elem_sep String... | Class < ? extends Service > function ( ) { return ActionCheckerService . class ; } |
24,663 | gets the result . concode_field_sep String result concode_elem_sep String duration concode_elem_sep String maxchildren concode_elem_sep String testsuitename concode_elem_sep String iterationcount concode_elem_sep ArrayList<TestCase> testCases concode_elem_sep String type concode_elem_sep String rid concode_field_sep St... | String function ( ) { return result ; } |
24,664 | sets the export columns . concode_field_sep List<String> m_columns concode_elem_sep String m_separator concode_field_sep void addColumn concode_elem_sep String getSeparator concode_elem_sep void setSeparator concode_elem_sep List<String> getColumns | void function ( List < String > arg0 ) { m_columns = arg0 ; } |
24,665 | sets the label value for this customrecordtranslations . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String language concode_elem_sep java.lang.String label concode_elem_sep com.netsuite.webservices.platform.common_2014_2.types.Language locale conco... | void function ( java . lang . String arg0 ) { this . label = arg0 ; } |
24,666 | reset the state of the static context cache in defaultcacheawarecontextloaderdelegate . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertContextCacheStatistics concode_elem_sep void assertContextCacheStatistics | void function ( ) { DefaultCacheAwareContextLoaderDelegate . defaultContextCache . reset ( ) ; } |
24,667 | gets the type of this field . concode_field_sep int offset concode_elem_sep boolean unshared concode_elem_sep boolean isDeserialized concode_elem_sep String name concode_elem_sep String typeString concode_elem_sep Object type concode_field_sep String getName concode_elem_sep void resolve concode_elem_sep char typeCodeO... | Class < ? > function ( ) { Class < ? > loc0 = getTypeInternal ( ) ; if ( isDeserialized && ! loc0 . isPrimitive ( ) ) { return Object . class ; } return loc0 ; } |
24,668 | emits the results of asynchandlers obtained from handlersupplier for http requests obtained obtained by calling requesttemplate . concode_field_sep PlaceHolder placeHolder concode_field_sep AsyncHandler<?> createBridge | Single < T > function ( Action1 < ? super AsyncHandler < ? >> arg0 , Func0 < ? extends AsyncHandler < ? extends T >> arg1 ) { requireNonNull ( arg0 ) ; requireNonNull ( arg1 ) ; return Single . create ( subscriber -> arg0 . call ( createBridge ( subscriber , arg1 . call ( ) ) ) ) ; } |
24,669 | return standard deviation , times 256 using newton 's iteration . concode_field_sep int nMean concode_elem_sep int nVariance concode_field_sep int getVariance concode_elem_sep int getMean concode_elem_sep void push | int function ( ) { int loc0 = getVariance ( ) << 8 ; if ( loc0 < 0 ) throw new Error ( Error . PACKAGE . ALGORITHM , ErrorCodes . STATISTICS_VARIANCE_LESS_THAN_ZERO , new Integer ( loc0 ) . toString ( ) , null , null ) ; return MathPlus . sqrt ( loc0 ) ; } |
24,670 | choice limited to values list , defaultvalue must be in the values list . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringProps concode_elem_sep int[] errorCodes concode_elem_sep FileAccess fa concode_elem_sep int NO_VALUE_FOR_KEY... | int function ( String arg0 , int arg1 , int [ ] arg2 ) { String loc0 = getProperty ( arg0 ) ; int loc2 = arg1 ; try { if ( loc0 != null ) { loc2 = Integer . parseInt ( loc0 ) ; } } catch ( NumberFormatException loc1 ) { } if ( ArrayUtil . find ( arg2 , loc2 ) == - 1 ) { return arg1 ; } return loc2 ; } |
24,671 | get the value of the ctm . concode_field_sep double nonStrokingAlphaConstant concode_elem_sep boolean isClippingPathDirty concode_elem_sep boolean alphaSource concode_elem_sep double smoothness concode_elem_sep PDColor nonStrokingColor concode_elem_sep PDSoftMask softMask concode_elem_sep RenderingIntent renderingInten... | Matrix function ( ) { return currentTransformationMatrix ; } |
24,672 | gets number of first item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getLast concode_elem_sep int getCount | int function ( ) { return first ; } |
24,673 | returns string object containing encoded parameter name and value pair for non-javascript browsers . concode_field_sep String _HIDE concode_elem_sep TrinidadLogger _LOG concode_elem_sep String _SHOW concode_elem_sep String _START_PARAM concode_elem_sep String EVENT_PARAM concode_elem_sep String SOURCE_PARAM concode_ele... | String function ( FacesContext arg0 , RenderingContext arg1 , UIXHierarchy arg2 , String arg3 , boolean arg4 ) { return XhtmlUtils . getEncodedNameAttribute ( new String [ ] { XhtmlConstants . SOURCE_PARAM , arg3 , XhtmlConstants . EVENT_PARAM , arg4 ? _SHOW : _HIDE , _PATH_PARAM , _getPathParam ( arg2 ) } ) ; } |
24,674 | getter for name . concode_field_sep String NAME concode_elem_sep String FIELDS_SEPARATOR concode_elem_sep String WORKSPACE concode_elem_sep String DYN_FIELDS_SEPARATOR concode_elem_sep String DYNAMICFIELDS concode_elem_sep Map<String,String> dynamicFields concode_elem_sep String DESCRIPTION concode_elem_sep JSONObject ... | String function ( ) { try { if ( conDetails . has ( NAME ) ) { return conDetails . getString ( NAME ) ; } } catch ( JSONException loc0 ) { ExceptionHandler . process ( loc0 ) ; } return "srini_string" ; } |
24,675 | get managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_el... | Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; ValueExpression loc3 = loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) ; ret... |
24,676 | sets the value of the value property . concode_field_sep String relationshipType concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getRelationshipType concode_elem_sep Map<QName,String> getOtherAttributes concode_elem_sep void setR... | void function ( String arg0 ) { this . value = arg0 ; } |
24,677 | return a new velocityengine . subclasses can override this for custom initialization , or for using a mock object for testing . called by createvelocityengine . concode_field_sep boolean overrideLogging concode_elem_sep ResourceLoader resourceLoader concode_elem_sep Log logger concode_elem_sep boolean preferFileSystemA... | VelocityEngine function ( ) { return new VelocityEngine ( ) ; } |
24,678 | creates a consolidated set of opfitem from item builders and a listof spine item ids . concode_field_sep Map<String,OPFItem> itemsById concode_elem_sep Map<String,OPFItem> itemsByPath concode_elem_sep List<OPFItem> spine concode_elem_sep List<OPFItem> items concode_field_sep List<OPFItem> getItems concode_elem_sep Opti... | OPFItems function ( Iterable < Builder > arg0 , Iterable < String > arg1 ) { return new OPFItems ( Iterables . transform ( Preconditions . checkNotNull ( arg0 ) , new Function < OPFItem . Builder , OPFItem > ( ) { @ Override public OPFItem apply ( Builder arg2 ) { return arg2 . build ( ) ; } } ) , Preconditions . check... |
24,679 | create a web ui endpoint from a list of uris concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> hostnamePortPair concode_elem_sep Map<String,String> hostnamePortPair concode_elem_sep void validateEndpoint concode_elem_sep Endpoint inetAddrEndpoint concode_elem_sep Map<String,String> uri conc... | Endpoint function ( String arg0 , URI ... arg1 ) { return urlEndpoint ( arg0 , ProtocolTypes . PROTOCOL_WEBUI , arg1 ) ; } |
24,680 | set the green signals duration . concode_field_sep double DEFAULT_GREEN_LIGHT_DURATION concode_elem_sep double yellowLightDuration concode_elem_sep BasePolicyCallback basePolicy concode_elem_sep double DEFAULT_YELLOW_LIGHT_DURATION concode_elem_sep double greenLightDuration concode_field_sep void processRequestMsg conc... | void function ( double arg0 ) { this . greenLightDuration = arg0 ; } |
24,681 | gets the value . concode_field_sep CstUtf8 name concode_elem_sep Constant value concode_field_sep CstUtf8 getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo | Constant function ( ) { return value ; } |
24,682 | no-op implementation concode_field_sep PlaceHolder placeHolder concode_field_sep Ticket get | void function ( Ticket arg0 ) { } |
24,683 | called when this object attempts to authenticate a client and the authentication request fails because the response digest in the authentication response header was wrong . if this method is not implemented by the class that extends this class , this method will do nothing . concode_field_sep long mConnectionId concode... | void function ( byte [ ] arg0 ) { } |
24,684 | replaces a single colour with another , affecting the opacity . concode_field_sep boolean whiteMode concode_elem_sep InputStream data concode_elem_sep Integer replaceColor concode_elem_sep ColorFilter fillColorFilter concode_elem_sep boolean closeInputStream concode_elem_sep ColorFilter strokeColorFilter concode_elem_s... | SVGBuilder function ( int arg0 , int arg1 , boolean arg2 ) { this . searchColor = arg0 ; this . replaceColor = arg1 ; this . overideOpacity = arg2 ; return this ; } |
24,685 | send out a get-http request . errors will be logged , returned values just ignored . concode_field_sep String CONTENT_TYPE_JSON concode_field_sep String sendHttpPostRequest concode_elem_sep String sendHttpPostRequest concode_elem_sep String sendHttpPutRequest concode_elem_sep String sendHttpPutRequest concode_elem_sep ... | String function ( String arg0 ) { return HttpUtil . executeUrl ( "srini_string" , arg0 , 5000 ) ; } |
24,686 | utility for loading example tab set content include . concode_field_sep ArrayList<ExampleResource> tldResources concode_elem_sep String defaultId concode_elem_sep String descriptionPath concode_elem_sep String selectedExamplePath concode_elem_sep String resourcesPath concode_elem_sep org.icemobile.samples.mobileshowcas... | String function ( ) { String loc0 = FacesUtils . getRequestParameter ( "srini_string" ) ; if ( loc0 != null ) { selectedExamplePath = loc0 ; } return null ; } |
24,687 | set the system id from a file reference . note the use of file #touri and file #tourl . touri is preferred and used if possible . to allow jaxp 1.3 to run on j2se 1.3 , tourl is used if a nosuchmethodexception is thrown by the attemptto use touri . concode_field_sep String systemId concode_elem_sep String FEATURE conco... | void function ( File arg0 ) { this . systemId = FilePathToURI . filepath2URI ( arg0 . getAbsolutePath ( ) ) ; } |
24,688 | execute the element-available function . concode_field_sep Hashtable m_extensionFunctionNamespaces concode_elem_sep StylesheetRoot m_sroot concode_field_sep void addExtensionNamespace concode_elem_sep ExtensionHandler get concode_elem_sep Object extFunction concode_elem_sep Object extFunction concode_elem_sep boolean f... | boolean function ( String arg0 , String arg1 ) { boolean loc0 = false ; if ( null != arg0 ) { ExtensionHandler loc1 = ( ExtensionHandler ) m_extensionFunctionNamespaces . get ( arg0 ) ; if ( loc1 != null ) loc0 = loc1 . isElementAvailable ( arg1 ) ; } return loc0 ; } |
24,689 | returns a bounding rect for the box at the specified index . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep int nativeGetPix concode_elem_sep boolean nativeWriteToFileRa... | Rect function ( int arg0 ) { int [ ] loc0 = getBoxGeometry ( arg0 ) ; if ( loc0 == null ) { return null ; } int loc1 = loc0 [ Box . INDEX_X ] ; int loc2 = loc0 [ Box . INDEX_Y ] ; int loc3 = loc0 [ Box . INDEX_W ] ; int loc4 = loc0 [ Box . INDEX_H ] ; Rect loc5 = new Rect ( loc1 , loc2 , loc1 + loc3 , loc2 + loc4 ) ; r... |
24,690 | deiconifyframe concode_field_sep String HAS_BEEN_ICONIFIED_PROPERTY concode_elem_sep int dragMode concode_elem_sep int DEFAULT_DRAG_MODE concode_elem_sep int FASTER_DRAG_MODE concode_elem_sep int OUTLINE_DRAG_MODE concode_field_sep boolean wasIcon concode_elem_sep void setWasIcon concode_elem_sep void removeIconFor con... | void function ( JInternalFrame arg0 ) { } |
24,691 | returns the list of children for this apply . the list contains expressions . the list is unmodifiable , and may be empty . concode_field_sep List xprs concode_elem_sep Function function concode_field_sep String encode concode_elem_sep void encode concode_elem_sep Apply getConditionInstance concode_elem_sep Apply getCo... | List function ( ) { return xprs ; } |
24,692 | sets the value of the mameconfig property . concode_field_sep String debug concode_elem_sep String build concode_elem_sep Set<Machine> machine concode_elem_sep String mameconfig concode_elem_sep Map<String,Machine> machineMap concode_elem_sep long serialVersionUID concode_field_sep Map<String,Machine> getMachineMap con... | void function ( String arg0 ) { this . mameconfig = arg0 ; } |
24,693 | gets the dataflavours concode_field_sep int numberOfransferableGraphics concode_elem_sep BranchGroup symbol concode_elem_sep DataFlavor[] dataFlavors concode_elem_sep OneGraphic originalGraphic concode_elem_sep Vector originalGraphics concode_elem_sep int yPos concode_elem_sep OneGraphic presentGraphic concode_elem_sep... | DataFlavor [ ] function ( ) { return dataFlavors ; } |
24,694 | notify the exception map that we 've found a try node , and we have a finally for it . finallys should be pushed before their corresponding catches . if a try has no finally , it should push on null . concode_field_sep ITypeBinding exception concode_elem_sep Stack<Node> finallyStack concode_elem_sep Node catchNode conc... | void function ( Node arg0 ) { finallyStack . push ( arg0 ) ; } |
24,695 | gets the value of the appliedto property . concode_field_sep XMLGregorianCalendar creditDate concode_elem_sep Double total concode_elem_sep Double amount concode_elem_sep String refNum concode_elem_sep Boolean apply concode_elem_sep Double due concode_elem_sep Long line concode_elem_sep String appliedTo concode_elem_se... | String function ( ) { return appliedTo ; } |
24,696 | shows a long toast concode_field_sep PlaceHolder placeHolder concode_field_sep String formatMillis concode_elem_sep Point getDisplaySize concode_elem_sep int convertDpToPixel | void function ( Context arg0 , String arg1 ) { Toast . makeText ( arg0 , arg1 , Toast . LENGTH_LONG ) . show ( ) ; } |
24,697 | reads a zero-compressed encoded integer from a byte array and returns it . concode_field_sep WritableComparable key1 concode_elem_sep WritableComparable key2 concode_elem_sep HashMap<Class,WritableComparator> comparators concode_elem_sep Class<? extends WritableComparable> keyClass concode_elem_sep DataInputBuffer buff... | int function ( byte [ ] arg0 , int arg1 ) { return ( int ) readVLong ( arg0 , arg1 ) ; } |
24,698 | override the tostring method so that it prints something meaningful . concode_field_sep head head concode_elem_sep String codeset concode_elem_sep html html concode_elem_sep Doctype doctype concode_elem_sep long serialVersionUID concode_elem_sep body body concode_elem_sep title title concode_field_sep html getHtml conc... | String function ( String arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; if ( doctype != null ) loc0 . append ( doctype . toString ( getCodeset ( ) ) ) ; loc0 . append ( html . toString ( getCodeset ( ) ) ) ; return ( loc0 . toString ( ) ) ; } |
24,699 | set color type for color blind view concode_field_sep String[] COLORBLIND_TYPE concode_elem_sep double[][] RGBtoXYZMatrix concode_elem_sep double[][] confusionPoints concode_elem_sep int DEUTERANOPIA concode_elem_sep int NORMAL concode_elem_sep int s_colorType concode_elem_sep int PROTANOPIA concode_elem_sep double[][]... | void function ( int arg0 ) { if ( arg0 > 0 && arg0 < 4 ) s_colorType = arg0 ; else s_colorType = 0 ; if ( s_colorType != 0 ) log . config ( COLORBLIND_TYPE [ arg0 ] ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.