idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
7,200 | set the border color as a colorstatelist . concode_field_sep float[] mCornerRadii concode_elem_sep DisplayMetrics mDisplayMetrics concode_elem_sep ColorStateList mBorderColor concode_elem_sep float mBorderWidth concode_elem_sep ImageView.ScaleType mScaleType concode_elem_sep boolean mOval concode_field_sep RoundedTrans... | RoundedTransformationBuilder function ( ColorStateList arg0 ) { mBorderColor = arg0 ; return this ; } |
7,201 | todo handle arbitrary level of network names . concode_field_sep String nodeName concode_elem_sep Pattern splitPattern concode_elem_sep String rackName concode_field_sep String process concode_elem_sep LoggedLocation makeLoggedLocation concode_elem_sep int distance concode_elem_sep String nameComponent concode_elem_sep... | int function ( ) { return 3 ; } |
7,202 | as the entry are always load from the last , so also search it from the last to the first . concode_field_sep long next concode_elem_sep long parent concode_elem_sep long offset concode_elem_sep long previous concode_elem_sep LinkedList entries concode_elem_sep Object value concode_field_sep void addEntry | TreeEntry function ( long arg0 ) { ListIterator loc0 = entries . listIterator ( entries . size ( ) ) ; while ( loc0 . hasPrevious ( ) ) { TreeEntry loc1 = ( TreeEntry ) loc0 . previous ( ) ; if ( loc1 . arg0 == arg0 ) { return loc1 ; } if ( loc1 . arg0 < arg0 ) { break ; } } return null ; } |
7,203 | returns the list of attributes extracted from the samlattributestatements in the verified saml assertion . concode_field_sep boolean isMultipleValues concode_elem_sep List<X509Certificate> certificates concode_elem_sep String issuerName concode_elem_sep X509Certificate signingCert concode_elem_sep Log log concode_elem_... | Hashtable < String , String > function ( ) { return attributeTable ; } |
7,204 | invokemethodbyname . invoke a method dynamically at run-time concode_field_sep String CLSID concode_elem_sep wbemdisp.ISWbemMethodSetProxy d_ISWbemMethodSetProxy concode_field_sep wbemdisp.ISWbemMethodSet getAsISWbemMethodSet concode_elem_sep wbemdisp.ISWbemMethod item concode_elem_sep String getJintegraVersion concode... | Object function ( String arg0 , Object [ ] arg1 ) { return d_ISWbemMethodSetProxy . invokeMethodByName ( arg0 , arg1 ) ; } |
7,205 | read binary content of a stream warning does not use on large file ! concode_field_sep PlaceHolder placeHolder concode_field_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep void copyDirect... | byte [ ] function ( InputStream arg0 ) { try { return IOUtils . toByteArray ( arg0 ) ; } catch ( IOException loc0 ) { throw new UnexpectedException ( loc0 ) ; } } |
7,206 | sets the value of the text property . concode_field_sep String unit concode_elem_sep BigInteger start concode_elem_sep String comment concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String value concode_field_sep BigInteger getStart concode_elem_sep String getTex... | void function ( String arg0 ) { this . text = arg0 ; } |
7,207 | resets the transformer for re-initialisation and use with other characteristics . this method always succeeds . concode_field_sep Operation mode concode_elem_sep Direction wired concode_elem_sep ByteArrayOutputStream inBuffer concode_elem_sep ByteArrayOutputStream outBuffer concode_elem_sep String DIRECTION concode_ele... | void function ( ) { resetDelegate ( ) ; wired = null ; inBuffer . reset ( ) ; outBuffer . reset ( ) ; tail . reset ( ) ; } |
7,208 | get the default settings concode_field_sep double duration concode_elem_sep List<CSSInlineStyle> defaultImgStyleList concode_elem_sep List<AnimOption> animOptionList concode_elem_sep List<CSSInlineStyle> defaultImgOverStyleList concode_elem_sep int width concode_elem_sep int maxSelection concode_elem_sep long serialVer... | AnimSettings function ( String arg0 , double arg1 , int arg2 , List < AnimOption > arg3 ) { AnimSettings loc0 = new AnimSettings ( ) ; loc0 . setResources ( arg0 , arg1 , arg2 , arg3 ) ; return loc0 ; } |
7,209 | gives an indication of the sign negative or positive of a specific number . concode_field_sep Random rand concode_field_sep int rand concode_elem_sep int abs concode_elem_sep boolean chance concode_elem_sep String randomElementOf concode_elem_sep int randomElementOf concode_elem_sep Object randomElementOf concode_elem_... | int function ( int arg0 ) { if ( arg0 > 0 ) { return 1 ; } else if ( arg0 < 0 ) { return - 1 ; } else { return 0 ; } } |
7,210 | does this index represent a slot with data ? concode_field_sep int capacityPowerOfTwo concode_elem_sep Logger logger concode_elem_sep float loadFactor concode_elem_sep long count concode_elem_sep byte EMPTY concode_field_sep boolean add concode_elem_sep long indexFor concode_elem_sep long count concode_elem_sep int get... | boolean function ( final long arg0 ) { return arg0 >= 0 ; } |
7,211 | sets the value of the relationtypecd property . concode_field_sep String rowUpdateDate concode_elem_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String csm1 concode_elem_sep String partyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_elem_sep... | void function ( String arg0 ) { this . relationTypeCd = arg0 ; } |
7,212 | determine whether the element is set or not . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep String getValue concode_elem_sep void setValue concode_... | boolean function ( ) { return this . set ; } |
7,213 | hash code is always valid . concode_field_sep RowAction rowAction concode_elem_sep Object[] rowData concode_elem_sep int position concode_elem_sep TableBase table concode_field_sep int getRealSize concode_elem_sep boolean keepInMemory concode_elem_sep int getStorageSize concode_elem_sep boolean isMemory concode_elem_se... | int function ( ) { return position ; } |
7,214 | returns the mvcc version of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMo... | long function ( ) { return _repositoryEntry . getMvccVersion ( ) ; } |
7,215 | this method was generated by mybatis generator . this method returns the value of the database column groups.title concode_field_sep Date createtime concode_elem_sep String headiconurl concode_elem_sep Byte enable concode_elem_sep Integer groupid concode_elem_sep String creatorid concode_elem_sep String description con... | String function ( ) { return title ; } |
7,216 | get list of types for authority/domain . concode_field_sep Log log concode_field_sep TypeIfc getTypeById concode_elem_sep List getItemTypes | List function ( String arg0 , String arg1 ) { try { TypeService loc0 = new TypeService ( ) ; return loc0 . getListByAuthorityDomain ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw new CommonServiceException ( loc0 ) ; } } |
7,217 | used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct... | String function ( ) { return "srini_string" ; } |
7,218 | returns the default action . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep String description_ concode_elem_sep Icon icon32_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep AS400Message message_ concode_elem_se... | VAction function ( ) { return null ; } |
7,219 | returns the prime p . concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_elem_sep BigInteger g concode_field_sep BigInteger getG concode_elem_sep BigInteger getQ | BigInteger function ( ) { return p ; } |
7,220 | returns whether the predictions of the classifier are stored for visualization concode_field_sep String PROPERTY_FILE concode_elem_sep long serialVersionUID concode_elem_sep Properties PROPERTIES concode_field_sep boolean getClassifierPreserveOrder concode_elem_sep boolean getClassifierCostSensitiveEval concode_elem_se... | boolean function ( ) { return Boolean . parseBoolean ( get ( "srini_string" , "srini_string" ) ) ; } |
7,221 | query a jmx attribute . concode_field_sep String objectNameBase concode_field_sep Integer queryInt concode_elem_sep Integer queryInt concode_elem_sep Set<ObjectName> queryNames concode_elem_sep MBeanServer findMBeanServer concode_elem_sep void registerCoolMBeans concode_elem_sep void unregister concode_elem_sep Object ... | Object function ( final ObjectName arg0 , final String arg1 ) { final int loc0 = arg1 . indexOf ( '.' ) ; if ( loc0 < 0 ) { return findMBeanServer ( arg0 ) . getAttribute ( arg0 , arg1 ) ; } return resolveFields ( ( CompositeData ) findMBeanServer ( arg0 ) . getAttribute ( arg0 , arg1 . substring ( 0 , loc0 ) ) , arg1 ... |
7,222 | this is an expensive operation that copies the image in place with the pixels rotated . if possible rather use getorientationmatrix , and set that as the imagematrix on an imageview . concode_field_sep int PAINT_FLAGS concode_elem_sep String TAG concode_field_sep int getOrientation concode_elem_sep Bitmap rotateImage c... | Bitmap function ( String arg0 , Bitmap arg1 ) { int loc0 = getOrientation ( arg0 ) ; return rotateImage ( arg1 , loc0 ) ; } |
7,223 | removes a message transport protocol , previously running within this container . concode_field_sep AgentContainer myImpl concode_elem_sep String myPlatformName concode_elem_sep PlatformController myPlatformController concode_elem_sep ContainerProxy myProxy concode_field_sep AgentController acceptNewAgent concode_elem_... | void function ( String arg0 ) { if ( myImpl == null || myProxy == null ) { throw new StaleProxyException ( ) ; } try { myProxy . uninstallMTP ( arg0 ) ; } catch ( Throwable loc1 ) { throw new StaleProxyException ( loc1 ) ; } } |
7,224 | send the given parameters as a form-encoded response body . concode_field_sep Map<String,Integer> PROBLEM_TO_HTTP_CODE concode_elem_sep Integer SC_FORBIDDEN concode_field_sep String getRequestURL concode_elem_sep void handleException concode_elem_sep void handleException concode_elem_sep String htmlEncode concode_elem_... | void function ( HttpServletResponse arg0 , Iterable < ? extends Map . Entry > arg1 ) { arg0 . resetBuffer ( ) ; arg0 . setContentType ( OAuth . FORM_ENCODED + "srini_string" + OAuth . ENCODING ) ; OAuth . formEncode ( arg1 , arg0 . getOutputStream ( ) ) ; } |
7,225 | return if the repository should enable access to snapshots . concode_field_sep String name concode_elem_sep boolean snapshotsEnabled concode_elem_sep URI uri concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep URI getUri | boolean function ( ) { return this . snapshotsEnabled ; } |
7,226 | gets the host of the alluxiouri . concode_field_sep String SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String CUR_DIR concode_elem_sep String WILDCARD concode_elem_sep boolean WINDOWS concode_elem_sep URI mUri concode_elem_sep AlluxioURI EMPTY_URI concode_field_sep AlluxioURI getParent concode_ele... | String function ( ) { return mUri . getHost ( ) ; } |
7,227 | create restrictions on an id of a related entity . concode_field_sep PlaceHolder placeHolder concode_field_sep AuditProperty<Object> revisionProperty concode_elem_sep AuditProperty<Object> revisionProperty concode_elem_sep AuditProperty<RevisionType> revisionType concode_elem_sep AuditProperty<RevisionType> revisionTyp... | AuditRelatedId function ( String arg0 , String arg1 ) { return new AuditRelatedId ( arg0 , new EntityPropertyName ( arg1 ) ) ; } |
7,228 | checks a property across a random sample of possible values where falsification is indicated by an unchecked exception such as an assertion concode_field_sep Source<C> cs concode_elem_sep Source<B> bs concode_elem_sep Source<A> as concode_elem_sep Supplier<Strategy> state concode_elem_sep Predicate4<A,B,C,D> assumption... | void function ( final QuadConsumer < A , B , C , D > arg0 ) { check ( ( a , b , c , d ) -> { arg0 . accept ( a , b , c , d ) ; return true ; } ) ; } |
7,229 | gets the class to test . concode_field_sep Classifier m_SourceCode concode_elem_sep File m_Dataset concode_elem_sep int m_ClassIndex concode_elem_sep Classifier m_Classifier concode_field_sep Enumeration listOptions concode_elem_sep void setClassIndex concode_elem_sep int getClassIndex concode_elem_sep void main concod... | Classifier function ( ) { return m_SourceCode ; } |
7,230 | get the timeout value set in the corresponding setter . concode_field_sep String module concode_elem_sep int timeout concode_field_sep void setTimeout concode_elem_sep GatewayResponse sendRequest | int function ( ) { return timeout ; } |
7,231 | return address reference for specified protoype no way this could ever work . lets see if any code ever tries to call it and see what we can do from there concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int ... | int function ( String arg0 ) { throw new RuntimeException ( "srini_string" ) ; } |
7,232 | returns true if x and y contains a living thing , i.e. if the contents are anything other than empty or impassible . wowza , actually useful instanceof ! concode_field_sep long serialVersionUID concode_elem_sep Position sentinel concode_elem_sep Queue<Position> moveQueue concode_elem_sep int N concode_elem_sep Occupant... | boolean function ( int arg0 , int arg1 ) { Occupant loc0 = getOccupant ( arg0 , arg1 ) ; return loc0 instanceof Creature ; } |
7,233 | whether a limit on the rows to retrieve was set . concode_field_sep boolean[] m_NumericColumns concode_elem_sep int m_RowCount concode_elem_sep int m_ColumnCount concode_elem_sep String[] m_ColumnNames concode_elem_sep int m_MaxRows concode_elem_sep ResultSet m_ResultSet concode_elem_sep boolean m_Initialized concode_e... | boolean function ( ) { return ( m_MaxRows > 0 ) ; } |
7,234 | define el valor de la propiedad razonsocial . concode_field_sep String claveAcceso concode_elem_sep String ruc concode_elem_sep String razonSocial concode_elem_sep String estab concode_elem_sep String ptoEmi concode_elem_sep String ambiente concode_elem_sep String nombreComercial concode_elem_sep String codDoc concode_... | void function ( String arg0 ) { this . razonSocial = arg0 ; } |
7,235 | updates the overridden value and fires a vdb property changed event . concode_field_sep String PREFIX concode_elem_sep String type concode_elem_sep Map<String,TranslatorOverrideProperty> properties concode_field_sep String validateType concode_elem_sep String getType concode_elem_sep TranslatorOverrideProperty[] getPro... | void function ( TranslatorPropertyDefinition arg0 , String arg1 ) { setOverrideValue ( arg0 , arg1 , true ) ; } |
7,236 | when a message is received , do the basic processing needed to determine if it is a response to a message . if it is a response , notify the relevant listeners . if not , forward it on to the handlemessage method . concode_field_sep WonderlandSession session concode_elem_sep Map<MessageID,ResponseListener> responseList... | void function ( Message arg0 ) { if ( arg0 instanceof ResponseMessage && notifyResponseListener ( ( ResponseMessage ) arg0 ) ) { return ; } handleMessage ( arg0 ) ; } |
7,237 | registers a user-defined optionhandler class with args4j . this method allows users to extend the behavior of args4j by writing their own optionhandler implementation . concode_field_sep OptionHandlerRegistry instance concode_elem_sep Map<Class,OptionHandlerFactory> handlers concode_elem_sep Constructor<? extends Optio... | void function ( Class arg0 , OptionHandlerFactory arg1 ) { checkNonNull ( arg0 , "srini_string" ) ; checkNonNull ( arg1 , "srini_string" ) ; handlers . put ( arg0 , arg1 ) ; } |
7,238 | gets the tcp listen port . concode_field_sep boolean senderAutoConnect concode_elem_sep String managerClassName concode_elem_sep long mcastFrequency concode_elem_sep String senderReplicationMode concode_elem_sep List<ClusterSender> members concode_elem_sep String mcastClusterDomain concode_elem_sep long nrOfMsgsReceive... | int function ( ) { return tcpListenPort ; } |
7,239 | this method will be used to create the heap which will be used to hold the chunk of data concode_field_sep int totalNumberOfRecords concode_elem_sep long[] nullSetWords concode_elem_sep int fileCounter concode_elem_sep DataOutputStream stream concode_elem_sep File[] intermediateFiles concode_elem_sep boolean[] noDictio... | void function ( File [ ] arg0 ) { this . recordHolderHeap = new PriorityQueue < SortTempChunkHolder > ( arg0 . length ) ; } |
7,240 | gets the number of rotations a piece is capable of concode_field_sep ArrayList<Point3D[]> sides concode_elem_sep int parcelType concode_elem_sep ArrayList<Point3D> vertices concode_elem_sep int numberOfParcels concode_elem_sep Point3D location concode_elem_sep int rotations concode_elem_sep ArrayList<Point3D> blockLoca... | int function ( ) { return rotations ; } |
7,241 | returns the category for the end of the line . concode_field_sep long serialVersionUID concode_elem_sep Comparable category2 concode_elem_sep Paint paint concode_elem_sep Stroke stroke concode_elem_sep double value2 concode_elem_sep double value1 concode_elem_sep Comparable category1 concode_field_sep Stroke getStroke ... | Comparable function ( ) { return this . category2 ; } |
7,242 | gets the value of the address1 property . concode_field_sep String zipCode concode_elem_sep String address2 concode_elem_sep String city concode_elem_sep String address1 concode_elem_sep long serialVersionUID concode_elem_sep String state concode_field_sep void setAddress1 concode_elem_sep String getAddress2 concode_el... | String function ( ) { return address1 ; } |
7,243 | executes rtm test in a new jvm started with options cli options . concode_field_sep String INSTALLED_UNCOMMON_TRAP_PATTERN_TEMPLATE concode_elem_sep String RTM_STATE_CHANGE_REASON concode_elem_sep String FIRED_UNCOMMON_TRAP_PATTERN_TEMPLATE concode_field_sep int installedUncommonTraps concode_elem_sep int firedUncommon... | OutputAnalyzer function ( CompilableTest arg0 , String ... arg1 ) { ProcessBuilder loc0 = ProcessTools . createJavaProcessBuilder ( RTMTestBase . prepareTestOptions ( arg0 , arg1 ) ) ; OutputAnalyzer loc1 = new OutputAnalyzer ( loc0 . start ( ) ) ; System . out . println ( loc1 . getOutput ( ) ) ; return loc1 ; } |
7,244 | sets the create date of this social activity achievement . concode_field_sep SocialActivityAchievement _socialActivityAchievement concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_se... | void function ( long arg0 ) { _socialActivityAchievement . setCreateDate ( arg0 ) ; } |
7,245 | remove any existing value for the specified attribute name . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep Str... | void function ( String arg0 ) { if ( attributes != null ) attributes . remove ( arg0 ) ; } |
7,246 | get the process cpu user time . supported platforms : all . concode_field_sep XContentBuilderString SYS concode_elem_sep XContentBuilderString PERCENT concode_elem_sep XContentBuilderString TOTAL_VIRTUAL concode_elem_sep long openFileDescriptors concode_elem_sep XContentBuilderString TOTAL_VIRTUAL_IN_BYTES concode_elem... | TimeValue function ( ) { return new TimeValue ( user ) ; } |
7,247 | registers a device to the backend . concode_field_sep Logger LOG concode_field_sep void unregisterDevice concode_elem_sep Registration findRecord concode_elem_sep CollectionResponse<Registration> listDevices | void function ( @ Named ( "srini_string" ) final String arg0 , final User arg1 ) { EndpointUtil . throwIfNotAuthenticated ( arg1 ) ; if ( findRecord ( arg0 ) != null ) { LOG . info ( "srini_string" + arg0 + "srini_string" ) ; return ; } Registration loc0 = new Registration ( ) ; loc0 . setRegId ( arg0 ) ; ofy ( ) . sav... |
7,248 | create an instance of jaxbelement concode_field_sep QName _EsiPortPrepaidNumberResponse_QNAME concode_elem_sep QName _EsiPortPrepaidNumberRequest_QNAME concode_field_sep ESIPortPrepaidNumberResponseType createESIPortPrepaidNumberResponseType concode_elem_sep JAXBElement<ESIPortPrepaidNumberRequestType> createEsiPortPre... | JAXBElement < ESIPortPrepaidNumberResponseType > function ( ESIPortPrepaidNumberResponseType arg0 ) { return new JAXBElement < ESIPortPrepaidNumberResponseType > ( _EsiPortPrepaidNumberResponse_QNAME , ESIPortPrepaidNumberResponseType . class , null , arg0 ) ; } |
7,249 | if the element does not use the full width of the available to it , how should it be aligned concode_field_sep boolean textShadowed concode_elem_sep int fixedWidth concode_elem_sep ScaleMode backgroundScaleMode concode_elem_sep HorizontalAlign alignmentH concode_elem_sep int maxHeight concode_elem_sep HorizontalAlign t... | HorizontalAlign function ( ) { return alignmentH ; } |
7,250 | resolves known type parameters in toresolve and returns the result . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> getFieldType concode_elem_sep List<Type... | TypeLiteral < ? > function ( Type arg0 ) { return TypeLiteral . get ( resolveType ( arg0 ) ) ; } |
7,251 | returns the type id of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep Phone getWrappedModel concode_elem_sep ... | int function ( ) { return _phone . getTypeId ( ) ; } |
7,252 | set the value of the expanded property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String ... | void function ( boolean arg0 ) { this . expanded = arg0 ; } |
7,253 | return the winding rule for determining the insideness of the path . concode_field_sep QuadCurve2D quad concode_elem_sep int index concode_elem_sep AffineTransform affine concode_field_sep void next concode_elem_sep int currentSegment concode_elem_sep int currentSegment concode_elem_sep boolean isDone | int function ( ) { return WIND_NON_ZERO ; } |
7,254 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.AppUrl[] appUrls concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc con... | 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 ) ; } |
7,255 | gets the value of the binnumber property . concode_field_sep String internalId concode_elem_sep RecordRef toBinNumber concode_elem_sep Boolean quantityAvailable concode_elem_sep Double quantity concode_elem_sep RecordRef issueInventoryNumber concode_elem_sep String receiptInventoryNumber concode_elem_sep RecordRef binN... | RecordRef function ( ) { return binNumber ; } |
7,256 | the name friendly name , not arn identifying the role . concode_field_sep String roleId concode_elem_sep String roleName concode_field_sep void setRoleId concode_elem_sep String getRoleName concode_elem_sep PolicyRole withRoleId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PolicyRole c... | void function ( String arg0 ) { this . roleName = arg0 ; } |
7,257 | unregister a handler for some packet type . concode_field_sep int status concode_elem_sep String name concode_elem_sep RadiogramConnection rcvConn concode_elem_sep Vector[] registeredHandlers concode_elem_sep Thread thread concode_field_sep boolean resume concode_elem_sep void registerHandler concode_elem_sep void setE... | void function ( PacketHandler arg0 , byte arg1 ) { registeredHandlers [ arg1 ] . removeElement ( arg0 ) ; } |
7,258 | reinitialise . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep java.util.List<int[]> jj_expentries concode_elem_sep in... | void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , null ) ; } |
7,259 | returns the number of virtual hosts . concode_field_sep VirtualHostLocalService _virtualHostLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.model.VirtualHost> getVirtualHosts concode_elem_sep void setWrappedService concode_elem_sep com.liferay.... | int function ( ) { return _virtualHostLocalService . getVirtualHostsCount ( ) ; } |
7,260 | sets the value of the filesize property . concode_field_sep String ipaddress concode_elem_sep String filename concode_elem_sep String filedigest concode_elem_sep String filesize concode_elem_sep int id concode_elem_sep String _abstract concode_field_sep String getFiledigest concode_elem_sep String getFilename concode_e... | void function ( String arg0 ) { this . filesize = arg0 ; } |
7,261 | specifies if the directory is enabled for amazon workdocs . concode_field_sep String defaultOu concode_elem_sep Boolean enableWorkDocs concode_elem_sep Boolean enableInternetAccess concode_elem_sep Boolean userEnabledAsLocalAdministrator concode_elem_sep String customSecurityGroupId concode_field_sep Boolean isUserEnab... | Boolean function ( ) { return this . enableWorkDocs ; } |
7,262 | delete failure file for the given index id concode_field_sep String DEFAULT_FAILURE_FILE_NAME concode_elem_sep int MAX_FAILURE_SIZE concode_elem_sep FolderLayout folderLayout concode_elem_sep String failureFileName concode_field_sep File failureFile concode_elem_sep byte[] withoutZeros concode_elem_sep boolean isFailed... | void function ( long arg0 ) { failureFile ( arg0 ) . delete ( ) ; } |
7,263 | is the abstarcttext highlighted , all of its children must also be highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep void setHighlighted concode_elem_s... | boolean function ( ) { return highlight ; } |
7,264 | add a new dynamic session to the mediaproxy for defined ips and ports . the ip and port pairs can change depending of the senders ip and port . which means that the ip and port values of the points can dynamic change after the channel is opened . when the agent receives a packet from point a , the channel set the point... | ProxyCandidate function ( String arg0 , String arg1 , String arg2 , int arg3 , String arg4 , int arg5 ) { RelaySession loc0 = new RelaySession ( arg0 , arg1 , ipAddress , arg2 , arg3 , arg4 , arg5 , minPort , maxPort ) ; sessions . put ( arg0 , loc0 ) ; loc0 . addKeepAlive ( idleTime ) ; loc0 . addLifeTime ( lifetime )... |
7,265 | set the number of outgoing data since nfd start . concode_field_sep long currentTimestamp concode_elem_sep long nOutDatas concode_elem_sep long nFibEntries concode_elem_sep long nOutNacks concode_elem_sep long startTimestamp concode_elem_sep long nInInterests concode_elem_sep long nMeasurementEntries concode_elem_sep S... | ForwarderStatus function ( final long arg0 ) { this . nOutDatas = arg0 ; return this ; } |
7,266 | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String site_title concode_elem_sep com.omniture.www.Ip_obfuscation[] ip_obfuscati... | 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 ) ; } |
7,267 | recherche par id concode_field_sep EntityManager em concode_field_sep List<User> findByHobbies concode_elem_sep List<User> findByHobbies concode_elem_sep List<User> findByName concode_elem_sep List<User> findAll concode_elem_sep void addUserVisit | User function ( Long arg0 ) { return em . find ( User . class , arg0 ) ; } |
7,268 | sets the value of the statuscode property . concode_field_sep List<String> fields concode_elem_sep String message concode_elem_sep StatusCode statusCode concode_field_sep List<String> getFields concode_elem_sep StatusCode getStatusCode concode_elem_sep String getMessage concode_elem_sep void setMessage | void function ( StatusCode arg0 ) { this . statusCode = arg0 ; } |
7,269 | get the i18n string . concode_field_sep Logger LOG concode_elem_sep Date startDate concode_elem_sep ChecksumResultDAO resultDAO concode_elem_sep SimpleDateFormat DATE_FORMAT concode_field_sep void collect | String function ( String arg0 ) { return I18nUtil . getMessage ( "srini_string" + arg0 ) ; } |
7,270 | method is called when there has been a request to change the tab placement . concode_field_sep String tabPlacement concode_elem_sep int tabIndex concode_elem_sep List tabItems concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep int index concode_elem_sep String newTabLabel concode_elem_sep String lab... | void function ( ValueChangeEvent arg0 ) { tabPlacement = ( String ) arg0 . getNewValue ( ) ; } |
7,271 | creates normalized sql date object concode_field_sep boolean ISO8601_WEEK concode_elem_sep ThreadLocal<Calendar> CALENDAR concode_elem_sep String ISO8601_WEEK_PROP concode_field_sep Date normalizeDate concode_elem_sep Calendar initialCalendar concode_elem_sep Time createTime concode_elem_sep Time createTime concode_ele... | Date function ( java . util . Date arg0 ) { if ( arg0 instanceof Date ) { return ( Date ) arg0 ; } Calendar loc0 = getCalendar ( ) ; loc0 . setTime ( arg0 ) ; return normalizeDate ( arg0 , loc0 ) ; } |
7,272 | f0 - > concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( Label arg0 ) { arg0 . f0 . accept ( this ) ; } |
7,273 | set the topic for the last will . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep void setPayload concode_elem_sep int getQos concod... | void function ( String arg0 ) { this . topic = arg0 ; } |
7,274 | add fields that are indexed . whether they have termvectors has to be specified . concode_field_sep byte STORE_TERMVECTOR concode_elem_sep byte IS_INDEXED concode_elem_sep byte STORE_POSITIONS_WITH_TERMVECTOR concode_elem_sep byte OMIT_NORMS concode_elem_sep ArrayList byNumber concode_elem_sep HashMap byName concode_el... | void function ( Collection arg0 , boolean arg1 , boolean arg2 , boolean arg3 ) { Iterator loc0 = arg0 . iterator ( ) ; while ( loc0 . hasNext ( ) ) { add ( ( String ) loc0 . next ( ) , true , arg1 , arg2 , arg3 ) ; } } |
7,275 | call heartbeat check function of heartbeatmanager concode_field_sep PlaceHolder placeHolder concode_field_sep void updateState concode_elem_sep boolean isDatanodeRemoved concode_elem_sep int checkHeartbeatAndGetUnderReplicatedBlocksCount concode_elem_sep DatanodeDescriptor getDatanode concode_elem_sep int getNumberOfRa... | void function ( BlockManager arg0 ) { arg0 . rescanPostponedMisreplicatedBlocks ( ) ; } |
7,276 | by default , if roleschemavaluepattern is set , then role and schema values are obtained from principle values ; otherwise existing account privileges are used if any . if roleschemaviacredential is set to true and roleschemavaluepattern is set , then credential values will be used instead . do not set roleschemaviacre... | void function ( boolean arg0 ) { this . roleSchemaViaCredential = arg0 ; } |
7,277 | appends a char to the buffer . concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_elem_sep FastStringBuffer appendN concode_elem_sep FastStringBuffer a... | FastStringBuffer function ( char arg0 ) { if ( count + 1 > value . length ) { resizeForMinimum ( count + 1 ) ; } value [ count ] = arg0 ; count ++ ; return this ; } |
7,278 | sets the new value and notifes all listeners . concode_field_sep List<VRObserver> observers concode_elem_sep T value concode_field_sep void onChange concode_elem_sep T get concode_elem_sep boolean isPresent concode_elem_sep void dispose concode_elem_sep void removeListener concode_elem_sep void addListener | void function ( final T arg0 ) { onChange ( this . value , this . value = arg0 ) ; } |
7,279 | gets the subscribed value for this subscriptions . concode_field_sep java.lang.Boolean subscribed concode_elem_sep java.util.Calendar lastModifiedDate concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep co... | java . lang . Boolean function ( ) { return subscribed ; } |
7,280 | make a request to the facebook graph api without any parameters . see http://developers.facebook.com/docs/api note that this method is asynchronous and the callback will be invoked in a background thread ; operations that affect the ui will need to be posted to the ui thread or an appropriate handler . concode_field_se... | void function ( String arg0 , RequestListener arg1 , final Object arg2 ) { request ( arg0 , new Bundle ( ) , "srini_string" , arg1 , arg2 ) ; } |
7,281 | gets the value of the doname property . concode_field_sep String ldInst concode_elem_sep String doName concode_elem_sep Byte lnInst concode_elem_sep String prefix concode_elem_sep String value concode_elem_sep String fc concode_elem_sep String lnClass concode_field_sep void setLnInst concode_elem_sep String getPrefix c... | String function ( ) { return doName ; } |
7,282 | creates a copy of an entity reference concode_field_sep String originalReference concode_elem_sep char SEPARATOR concode_elem_sep boolean empty concode_elem_sep char PERIOD concode_elem_sep String prefix concode_elem_sep String entityId concode_elem_sep long serialVersionUID concode_field_sep String makeEntityId concod... | EntityReference function ( EntityReference arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } EntityReference loc0 = new EntityReference ( arg0 . getPrefix ( ) , arg0 . getId ( ) == null ? "srini_string" : arg0 . getId ( ) ) ; return loc0 ; } |
7,283 | called before the mas execution with the args informed in . mas2j project , the user environment could override it . concode_field_sep Logger logger concode_elem_sep boolean isRunning concode_elem_sep EnvironmentInfraTier environmentInfraTier concode_elem_sep Map<String,List<Literal>> agPercepts concode_elem_sep Execut... | void function ( String [ ] arg0 ) { } |
7,284 | registers the given listener to receive activity state changes . concode_field_sep int STARTED concode_elem_sep int CREATED concode_elem_sep Activity sActivity concode_elem_sep int DESTROYED concode_elem_sep int PAUSED concode_elem_sep int sActivityState concode_elem_sep int STOPPED concode_elem_sep int RESUMED concode... | void function ( StateListener arg0 ) { sStateListeners . addObserver ( arg0 ) ; } |
7,285 | get the type code of the policy . concode_field_sep PlaceHolder placeHolder concode_field_sep Policy[] extract concode_elem_sep Policy[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; } |
7,286 | delegate the call straight to the target topicconnectionfactory . concode_field_sep String password concode_elem_sep ConnectionFactory targetConnectionFactory concode_elem_sep ThreadLocal<JmsUserCredentials> threadBoundCredentials concode_elem_sep String username concode_field_sep ConnectionFactory obtainTargetConnecti... | TopicConnection function ( String arg0 , String arg1 ) { return doCreateTopicConnection ( arg0 , arg1 ) ; } |
7,287 | count dataitem in level3s concode_field_sep Log _log concode_field_sep int countInLevel2 concode_elem_sep DATAITEM getByNode1Id concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep DATAITEM getByNode3Id concode_elem_sep List... | int function ( long arg0 , String arg1 , String arg2 ) { int loc0 = 0 ; try { loc0 = DATAITEMLocalServiceUtil . countByDataGroupLevel3 ( arg0 , arg1 , arg2 ) ; } catch ( Exception loc1 ) { _log . error ( loc1 ) ; } return loc0 ; } |
7,288 | write the stored value into the cdr stream . concode_field_sep TaggedProfile value concode_field_sep void _read concode_elem_sep org.omg.CORBA.TypeCode _type | void function ( OutputStream arg0 ) { TaggedProfileHelper . write ( arg0 , value ) ; } |
7,289 | sets the ipcgnat value for this dadoscgnat . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String ipCGNAT concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String ipV4Publico concode_field_sep org.apache.axis.de... | void function ( java . lang . String arg0 ) { this . ipCGNAT = arg0 ; } |
7,290 | initialize kdblogger with specified logger object concode_field_sep Logger sLogger concode_field_sep void general concode_elem_sep void trace concode_elem_sep void flush concode_elem_sep void throwable concode_elem_sep void warning concode_elem_sep void destroy concode_elem_sep void error concode_elem_sep void message ... | void function ( Logger arg0 ) { sLogger = arg0 ; } |
7,291 | this method resets underlying iterator concode_field_sep SequenceIterator<T> underlyingIterator concode_field_sep boolean hasMoreSequences concode_elem_sep Sequence<T> nextSequence | void function ( ) { underlyingIterator . reset ( ) ; } |
7,292 | get the size of this itemset the number of items concode_field_sep List<Integer> items concode_field_sep void addItem concode_elem_sep List<Integer> getItems concode_elem_sep Integer get concode_elem_sep Itemset cloneItemSetMinusItems concode_elem_sep boolean containsAll concode_elem_sep String toString concode_elem_se... | int function ( ) { return items . size ( ) ; } |
7,293 | auto generated axis2 error handler override this method for handling error response from addtask4 operation concode_field_sep Object clientData concode_field_sep void receiveResultRemoveTask concode_elem_sep void receiveResultAddTask3 concode_elem_sep void receiveResultAddTask2 concode_elem_sep void receiveResultRemove... | void function ( java . lang . Exception arg0 ) { } |
7,294 | sets the default upload url to use if the broker does not have a configured upload url concode_field_sep BlobUploadStrategy uploadStrategy concode_elem_sep int bufferSize concode_elem_sep String uploadUrl concode_elem_sep String defaultUploadUrl concode_elem_sep String brokerUploadUrl concode_field_sep String getUpload... | void function ( String arg0 ) { this . defaultUploadUrl = arg0 ; } |
7,295 | has method . concode_field_sep Map<Class<?>,Wrapper> WRAPPER_MAP concode_elem_sep Wrapper OBJECT_WRAPPER concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep AtomicLong WRAPPER_CLASS_COUNTER concode_elem_sep String[] OBJECT_METHODS concode_field_sep boolean hasMethods concode_elem_sep String[] getDeclaredMetho... | boolean function ( String arg0 ) { for ( String loc0 : getMethodNames ( ) ) if ( loc0 . equals ( arg0 ) ) return true ; return false ; } |
7,296 | rounds a double value . concode_field_sep Logger logger concode_elem_sep List<StateInvertInfo> stateInvertDevices concode_field_sep Object toBinding concode_elem_sep T convertFromBinding concode_elem_sep Object convertToBinding concode_elem_sep Object commandToBinding concode_elem_sep boolean toBindingValidation concod... | BigDecimal function ( Double arg0 ) { BigDecimal loc0 = new BigDecimal ( arg0 == null ? "srini_string" : arg0 . toString ( ) ) ; String loc1 = loc0 . toPlainString ( ) ; int loc2 = loc1 . length ( ) - ( loc1 . lastIndexOf ( '.' ) + 1 ) ; return loc0 . setScale ( loc2 > 2 ? 6 : 2 , RoundingMode . HALF_UP ) ; } |
7,297 | set a custom rmi server socket factory to use for the rmi registry . only needs to be specified when the client socket factory does not implement java.rmi.server.rmiserversocketfactory already . concode_field_sep Registry registry concode_elem_sep RMIClientSocketFactory clientSocketFactory concode_elem_sep Log logger c... | void function ( RMIServerSocketFactory arg0 ) { this . serverSocketFactory = arg0 ; } |
7,298 | returns the identifier of the security server as a string . concode_field_sep String securityServer concode_elem_sep long duration concode_elem_sep String faultCode concode_elem_sep Date createdDate concode_elem_sep String producerMember concode_elem_sep String requestId concode_elem_sep String faultString concode_elem... | String function ( ) { return securityServer ; } |
7,299 | return the url used to create this datasource . concode_field_sep URLConnection url_conn concode_elem_sep URL url concode_field_sep String getName concode_elem_sep String getContentType concode_elem_sep OutputStream getOutputStream concode_elem_sep InputStream getInputStream | URL function ( ) { return url ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.