idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
9,100
create an instance of validateticketresponse concode_field_sep QName _Authenticate_QNAME concode_elem_sep QName _ValidateTicket_QNAME concode_elem_sep QName _ValidateTicketResponse_QNAME concode_elem_sep QName _AuthenticateResponse_QNAME concode_field_sep Authenticate createAuthenticate concode_elem_sep JAXBElement<Aut...
ValidateTicketResponse function ( ) { return new ValidateTicketResponse ( ) ; }
9,101
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
String function ( ) { return value ; }
9,102
opens this dialog to choose an existing folder . concode_field_sep AppWindow appWindow concode_field_sep String chooseFile concode_elem_sep String chooseFile concode_elem_sep String saveFile
String function ( ) { DirectoryDialog loc0 = new DirectoryDialog ( appWindow . getShell ( ) ) ; loc0 . setFilterPath ( DesktopFileSystem . getUserHomePath ( ) ) ; return loc0 . open ( ) ; }
9,103
return the state text as the tostring value concode_field_sep String name concode_elem_sep boolean[][] statemap concode_elem_sep Service.STATE state concode_field_sep Service.STATE getState concode_elem_sep Service.STATE enterState concode_elem_sep void ensureCurrentState concode_elem_sep boolean isValidStateTransition...
String function ( ) { return ( name . isEmpty ( ) ? "srini_string" : ( ( name ) + "srini_string" ) ) + state . toString ( ) ; }
9,104
returns the value of a negotiated property . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM concode_el...
Object function ( String arg0 ) { return saslServer . getNegotiatedProperty ( arg0 ) ; }
9,105
returns a list of all unread notifications . concode_field_sep Collection<UINotificationListener> notificationListeners concode_elem_sep Collection<UINotificationGroup> notificationGroups concode_field_sep void fireClearedEvent concode_elem_sep void addNotification concode_elem_sep void addNotificationListener concode_...
Iterator < UINotification > function ( UINotificationGroup arg0 ) { return arg0 . getUnreadNotifications ( ) ; }
9,106
returns a set containing the bindings of all classes and interfaces that are inherited by the given type . concode_field_sep int ACC_VARARGS concode_elem_sep int ACC_ANNOTATION concode_elem_sep int ACC_SYNTHETIC concode_elem_sep int ACC_ENUM concode_elem_sep int ACC_BRIDGE concode_field_sep boolean hasAnnotation concod...
Set < ITypeBinding > function ( ITypeBinding arg0 ) { Set < ITypeBinding > loc0 = getAllInterfaces ( arg0 ) ; while ( true ) { arg0 = arg0 . getSuperclass ( ) ; if ( arg0 == null ) { break ; } loc0 . add ( arg0 ) ; } return loc0 ; }
9,107
compares this uuid with the specified uuid . the first of two uuids is greater than the second if the most significant field in which the uuids differ is greater for the first uuid . concode_field_sep SecureRandom numberGenerator concode_elem_sep int SIZE concode_elem_sep long leastSigBits concode_elem_sep long mostSig...
int function ( Address arg0 ) { UUID loc0 = ( UUID ) arg0 ; if ( this == loc0 ) return 0 ; return ( this . mostSigBits < loc0 . mostSigBits ? - 1 : ( this . mostSigBits > loc0 . mostSigBits ? 1 : ( this . leastSigBits < loc0 . leastSigBits ? - 1 : ( this . leastSigBits > loc0 . leastSigBits ? 1 : 0 ) ) ) ) ; }
9,108
tries to detemine the address type of the given address . concode_field_sep Pattern ipv4Pattern concode_elem_sep Pattern ipv6Pattern concode_elem_sep Pattern ipv6ISATAPPattern concode_elem_sep Pattern ipv6PatternWithPercentScopeID concode_field_sep boolean isAnISATAPIPv6Address
AddressType function ( String arg0 , boolean arg1 ) { if ( ipv4Pattern . matcher ( arg0 ) . matches ( ) ) { return AddressType . IPv4 ; } else if ( ( arg1 ? ipv6PatternWithPercentScopeID : ipv6Pattern ) . matcher ( arg0 ) . matches ( ) ) { return AddressType . IPv6 ; } return AddressType . OTHER ; }
9,109
create an instance of extendsignatureresponse concode_field_sep QName _GetDataToSignResponse_QNAME concode_elem_sep QName _SignDocument_QNAME concode_elem_sep QName _ExtendSignature_QNAME concode_elem_sep QName _GetDataToSign_QNAME concode_elem_sep QName _SignDocumentResponse_QNAME concode_elem_sep QName _ExtendSignatu...
ExtendSignatureResponse function ( ) { return new ExtendSignatureResponse ( ) ; }
9,110
clears the css-cache to enable recomiling at runtime . this will clear the complete cache , not for a single . less-file . concode_field_sep LessCompilerConfigurationFactory configFactory concode_elem_sep ConcurrentMap<LessSource.URLSource,ConcurrentMap<Time,String>> contentCache concode_elem_sep Logger LOG concode_ele...
void function ( ) { contentCache . clear ( ) ; }
9,111
gets the pes allocated for vm . concode_field_sep List<? extends Pe> peList concode_elem_sep List<String> vmsMigratingIn concode_elem_sep double availableMips concode_elem_sep List<String> vmsMigratingOut concode_elem_sep Map<String,List<Pe>> peMap concode_elem_sep Map<String,List<Double>> mipsMap concode_field_sep Lis...
List < Pe > function ( Vm arg0 ) { return getPeMap ( ) . get ( arg0 . getUid ( ) ) ; }
9,112
main program to run the server . concode_field_sep String inputPath concode_elem_sep int fileRead concode_elem_sep Server server concode_elem_sep long totalSize concode_elem_sep boolean isLocal concode_elem_sep int slaves concode_elem_sep ArrayList<Split> slaveSplits concode_field_sep void printSplits concode_elem_sep ...
void function ( String arg0 [ ] ) { Job loc0 = new Job ( ) ; loc0 . submit ( ) ; loc0 . setMapperClass ( arg0 [ 0 ] ) ; loc0 . setReducer ( arg0 [ 1 ] ) ; loc0 . setInputPath ( arg0 [ 2 ] ) ; loc0 . setOutputPath ( arg0 [ 3 ] ) ; if ( ! arg0 [ 4 ] . equalsIgnoreCase ( "srini_string" ) ) { isLocal = false ; } loc0 . sta...
9,113
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer index concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep java.lang.Integer ge...
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 ) ; }
9,114
add an attribute to this node , replacing any existing attribute with the same 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 findAttri...
void function ( String arg0 , String arg1 ) { if ( attributes == null ) attributes = new HashMap ( ) ; attributes . put ( arg0 , arg1 ) ; }
9,115
get the timezone used for formatting conversions concode_field_sep SimpleDateFormat simpleDateFormat concode_elem_sep Properties translate concode_field_sep String quote concode_elem_sep boolean translateCommand concode_elem_sep String format concode_elem_sep void setTimeZone concode_elem_sep String convertDateFormat
TimeZone function ( ) { return simpleDateFormat . getTimeZone ( ) ; }
9,116
sets the name for the iteration . the name is displayed in logs and messages . concode_field_sep int parallelism concode_elem_sep Map<String,Aggregator<?>> aggregators concode_elem_sep boolean optNumVertices concode_elem_sep String name concode_elem_sep boolean unmanagedSolutionSet concode_field_sep void setSolutionSet...
void function ( String arg0 ) { this . name = arg0 ; }
9,117
check whether a token is part of the node or not . concode_field_sep Node parent concode_elem_sep Token last concode_elem_sep Scope scope concode_elem_sep String name concode_elem_sep Node[] children concode_elem_sep Token first concode_field_sep void jjtOpen concode_elem_sep int jjtGetNumChildren concode_elem_sep void...
boolean function ( final int arg0 ) { for ( Token loc0 = first ; loc0 != last . next ; loc0 = loc0 . next ) if ( loc0 . arg0 == arg0 ) return true ; return false ; }
9,118
creates texture data for the creation of a texture . concode_field_sep List<String> IMAGE_EXTENSIONS concode_elem_sep Logger logger concode_field_sep ByteBuffer createByteBuffer concode_elem_sep ByteBuffer createByteBuffer
TextureData function ( final Scene arg0 , final InputStream arg1 , final boolean arg2 , final String arg3 ) { final List < String > loc0 = new ArrayList < > ( IMAGE_EXTENSIONS ) ; loc0 . remove ( arg3 ) ; loc0 . add ( 0 , arg3 ) ; return TextureUtil . createTextureData ( arg0 , arg1 , arg2 , loc0 ) ; }
9,119
returns the type id of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concod...
long function ( ) { return _emailAddress . getTypeId ( ) ; }
9,120
get / audits : get a page of auditevents . concode_field_sep AuditEventService auditEventService concode_field_sep ResponseEntity<AuditEvent> get concode_elem_sep ResponseEntity<List<AuditEvent>> getByDates
ResponseEntity < List < AuditEvent >> function ( Pageable arg0 ) { Page < AuditEvent > loc0 = auditEventService . findAll ( arg0 ) ; HttpHeaders loc1 = PaginationUtil . generatePaginationHttpHeaders ( loc0 , "srini_string" ) ; return new ResponseEntity < > ( loc0 . getContent ( ) , loc1 , HttpStatus . OK ) ; }
9,121
convert convert rulelink to rule_link . concode_field_sep String currentToken concode_elem_sep char firstChar concode_elem_sep Rule lastRepeat concode_elem_sep String currentTopic concode_elem_sep String syntax concode_elem_sep int index concode_elem_sep String[] tokens concode_elem_sep ArrayList<RuleHead> statements c...
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( char loc1 : arg0 . toCharArray ( ) ) { if ( Character . isUpperCase ( loc1 ) ) { loc0 . append ( '_' ) . append ( Character . toLowerCase ( loc1 ) ) ; } else { loc0 . append ( loc1 ) ; } } return loc0 . toString ( ) ; }
9,122
returns the delta score at a given site . first amino acid is 1 . concode_field_sep HashMap<Integer,Integer> ptmLocationAtAA concode_elem_sep HashMap<Integer,Double> probabilisticScoresAtAA concode_elem_sep int CONFIDENT concode_elem_sep int VERY_CONFIDENT concode_elem_sep int RANDOM concode_elem_sep long serialVersion...
double function ( int arg0 ) { if ( deltaScoresAtAA == null ) { return 0.0 ; } Double loc0 = deltaScoresAtAA . get ( arg0 ) ; if ( loc0 == null ) { return 0.0 ; } else { return loc0 ; } }
9,123
returns true if this.heading is not null . concode_field_sep Integer edgeId concode_elem_sep Double lng concode_elem_sep Double heading concode_elem_sep String name concode_elem_sep String place concode_elem_sep Pattern _latLonPattern concode_elem_sep Pattern _headingPattern concode_elem_sep Pattern _edgeIdPattern conc...
boolean function ( ) { return heading != null ; }
9,124
batch size concode_field_sep int passes concode_elem_sep int batch concode_elem_sep DataSetPreProcessor preProcessor concode_elem_sep DataSetIterator iter concode_elem_sep int numPasses concode_elem_sep Logger log concode_field_sep DataSet next concode_elem_sep DataSet next concode_elem_sep int cursor concode_elem_sep ...
int function ( ) { return iter . batch ( ) ; }
9,125
adds until time filter to this parameters . concode_field_sep Long untilSecond concode_elem_sep Long sinceSecond concode_elem_sep Filters filters concode_field_sep GetEventsParams withFilters concode_elem_sep Long getUntilSecond concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Filters getF...
GetEventsParams function ( long arg0 ) { this . untilSecond = arg0 ; return this ; }
9,126
the amazon simple notification service amazon sns topic amazon resource name arn . returns a reference to this object so that method calls can be chained together . concode_field_sep String sNSTopic concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> events concode_field_sep String getSNSTopic con...
VaultNotificationConfig function ( String arg0 ) { this . sNSTopic = arg0 ; return this ; }
9,127
atomically sets the element at position i to the givenupdated value if the current value == the expected value.may fail spuriously and does not provide ordering guarantees , so is only rarely an appropriate alternative to compareandset . concode_field_sep Object[] array concode_elem_sep int shift concode_elem_sep long ...
boolean function ( int arg0 , E arg1 , E arg2 ) { return compareAndSet ( arg0 , arg1 , arg2 ) ; }
9,128
get an entry from the livemap , if not found search the lingerersmap . concode_field_sep LinkedHashMap<String,Entry<C>> lingerersMap concode_elem_sep long timeout concode_elem_sep long lastCheck concode_elem_sep boolean ACCESS_ORDERED concode_elem_sep RemovalPredicator<C> byExcedent concode_elem_sep LinkedHashMap<Strin...
Entry < C > function ( String arg0 ) { Entry < C > loc0 = liveMap . get ( arg0 ) ; if ( loc0 != null ) return loc0 ; else { return lingerersMap . get ( arg0 ) ; } }
9,129
retrieves a byte field from the stream . concode_field_sep int valueLen concode_elem_sep PackFormatInputStream format concode_elem_sep int valueOff concode_elem_sep byte[] value concode_field_sep void getByteArrayInternal concode_elem_sep int getByteArrayLength concode_elem_sep short getShort concode_elem_sep String ge...
byte function ( ) { format . checkType ( 'b' , false ) ; format . consume ( ) ; return ( byte ) ( value [ valueOff ++ ] - 0x80 ) ; }
9,130
calculates all sun rise and sets at the specified coordinates . concode_field_sep double J2000 concode_elem_sep double C3 concode_elem_sep double TH1 concode_elem_sep double H2 concode_elem_sep double J2 concode_elem_sep double C1 concode_elem_sep double H3 concode_elem_sep double M0 concode_elem_sep double C2 concode_...
Sun function ( Calendar arg0 , double arg1 , double arg2 ) { return getSunInfo ( arg0 , arg1 , arg2 , false ) ; }
9,131
document me ! concode_field_sep FileSystemView defaultFileSystemView concode_field_sep boolean isFileSystem concode_elem_sep boolean isFileSystemRoot concode_elem_sep Boolean isTraversable concode_elem_sep FileSystemView getFileSystemView concode_elem_sep File createNewFolder concode_elem_sep File[] getRoots concode_el...
boolean function ( File arg0 ) { return false ; }
9,132
stop the task . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem_sep boolean canceled...
void function ( ) { canceled = true ; dialogMessage = null ; }
9,133
returns the node index reference . concode_field_sep String identifier concode_elem_sep ElementProperty property concode_elem_sep NodeType index concode_elem_sep Object value concode_field_sep String getIdentifier concode_elem_sep String toString
NodeType function ( ) { return index ; }
9,134
sets the producto value for this ctdatosrelacion . concode_field_sep java.lang.String sitcla concode_elem_sep java.lang.String numeroContrato concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.S...
void function ( java . lang . String arg0 ) { this . producto = arg0 ; }
9,135
loads a classifier from a file . concode_field_sep long nativeObj concode_field_sep boolean load_0 concode_elem_sep void detectMultiScale_3 concode_elem_sep long CascadeClassifier_1 concode_elem_sep long CascadeClassifier_0 concode_elem_sep boolean empty_0 concode_elem_sep void detectMultiScale concode_elem_sep void de...
boolean function ( String arg0 ) { boolean loc0 = load_0 ( nativeObj , arg0 ) ; return loc0 ; }
9,136
set the template name . concode_field_sep String name concode_elem_sep Node sourceNode concode_elem_sep JSTypeRegistry registry concode_elem_sep boolean isNativeType concode_elem_sep boolean inferredReturnType concode_elem_sep JSType returnType concode_elem_sep boolean isAbstract concode_elem_sep boolean isConstructor ...
FunctionBuilder function ( ImmutableList < TemplateType > arg0 ) { this . templateTypeMap = registry . createTemplateTypeMap ( arg0 , null ) ; return this ; }
9,137
set the ` to ' data type using java class . concode_field_sep String scheme concode_elem_sep String from concode_elem_sep String to concode_field_sep Transformer doCreateTransformer concode_elem_sep String getScheme concode_elem_sep void setFrom concode_elem_sep void setFrom concode_elem_sep void setScheme concode_elem...
void function ( Class < ? > arg0 ) { this . to = "srini_string" + arg0 . getName ( ) ; }
9,138
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Long id concode_elem_sep javax.xml.datatype.XMLGregorianCalendar shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concod...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
9,139
the header-id . concode_field_sep ZipShort TIME_ATTR_SIZE concode_elem_sep long EPOCH_OFFSET concode_elem_sep ZipEightByteInteger createTime concode_elem_sep ZipShort TIME_ATTR_TAG concode_elem_sep ZipEightByteInteger modifyTime concode_elem_sep ZipEightByteInteger accessTime concode_elem_sep ZipShort HEADER_ID concode...
ZipShort function ( ) { return HEADER_ID ; }
9,140
gets the dictionary of cities . concode_field_sep List dictionary concode_elem_sep Comparator LABEL_COMPARATOR concode_elem_sep Log log concode_elem_sep String s1 concode_elem_sep String s2 concode_field_sep void init concode_elem_sep int compare
List function ( ) { return dictionary ; }
9,141
returns the authenticated user . concode_field_sep org.restlet.security.User user concode_field_sep void setUser
org . restlet . security . User function ( ) { return user ; }
9,142
sets the element at position i to the given value . concode_field_sep AtomicArray EMPTY concode_elem_sep AtomicReferenceArray<E> array concode_elem_sep List<Entry<E>> nonNullList concode_elem_sep int index concode_elem_sep E value concode_field_sep E get concode_elem_sep int length concode_elem_sep E[] toArray concode_...
void function ( int arg0 , E arg1 ) { array . set ( arg0 , arg1 ) ; if ( nonNullList != null ) { nonNullList = null ; } }
9,143
append a source buffer to the end of the internal buffer , resizing the internal buffer as required . concode_field_sep boolean USE_UNSAFE concode_elem_sep ClientProtocolBuffer protocolBuffer concode_elem_sep String PROP_HAZELCAST_PROTOCOL_UNSAFE concode_elem_sep int position concode_elem_sep int INITIAL_CAPACITY conco...
BufferBuilder function ( ClientProtocolBuffer arg0 , int arg1 , int arg2 ) { ensureCapacity ( arg2 ) ; arg0 . getBytes ( arg1 , protocolBuffer . byteArray ( ) , position , arg2 ) ; position += arg2 ; return this ; }
9,144
return whether a package is installed . concode_field_sep String TAG concode_elem_sep String GPLUS_PACKAGE_NAME concode_elem_sep String TWITTER_PACKAGE_NAME concode_field_sep MessageData getAfterHoursMessageData concode_elem_sep MessageData getKeynoteAccessMessageData concode_elem_sep MessageData getConferenceOptInMess...
boolean function ( Context arg0 , String arg1 ) { PackageManager loc0 = arg0 . getPackageManager ( ) ; PackageInfo loc1 ; try { loc1 = loc0 . getPackageInfo ( arg1 , 0 ) ; } catch ( PackageManager . NameNotFoundException loc2 ) { loc1 = null ; } return loc1 != null && loc1 . applicationInfo != null && loc1 . applicatio...
9,145
adds a map containing key , url mappings where each key is an instance of comparable corresponding to the key for an item in a pie dataset and each url is a string representing a url fragment . the map is appended to an internal list ... you can add multiple maps if you are working with , say , a multiplepieplot . conc...
void function ( Map arg0 ) { this . urls . add ( arg0 ) ; }
9,146
some filters need additional parameters from the response . all the necessary reading can occur in that method , as this method is called after the response header processing is complete . concode_field_sep ByteChunk ENCODING concode_elem_sep String ENCODING_NAME concode_elem_sep ByteChunk END_CHUNK concode_elem_sep Ou...
void function ( Response arg0 ) { }
9,147
get the quality of the image encoding . the underlying encoder uses int values : 0 for no compression , and values 1 through 9 for various levels of compression 1 is best speed , 9 is best compression . concode_field_sep boolean encodingAlpha concode_elem_sep int quality concode_field_sep byte[] encode concode_elem_sep...
float function ( ) { return this . quality ; }
9,148
sets the value of the creationtime property . concode_field_sep String sourceUrl concode_elem_sep List<MediaSizeStringMapEntry> urls concode_elem_sep String creationTime concode_elem_sep Long fileSize concode_elem_sep String name concode_elem_sep String mediaType concode_elem_sep MediaMimeType mimeType concode_elem_sep...
void function ( String arg0 ) { this . creationTime = arg0 ; }
9,149
returns the user connecting to the integrity server concode_field_sep int ipPort concode_elem_sep String hostName concode_elem_sep Secret password concode_elem_sep int port concode_elem_sep String configId concode_elem_sep String ipHostName concode_elem_sep long serialVersionUID concode_elem_sep String name concode_ele...
String function ( ) { return this . userName ; }
9,150
builds the parameter object . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep ShareToMessengerParamsBuilder setMetaData concode_elem_sep Uri getExternalUri concode_elem_sep String getMimeType concode_elem_sep String getMe...
ShareToMessengerParams function ( ) { return new ShareToMessengerParams ( this ) ; }
9,151
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep Boolean showLastColumn concode_elem_sep Boolean showColHeaders concode_elem_sep Boolean showRowStripes concode_elem_sep Boolean showColStripes concode_elem_sep String name concode_elem...
Object function ( ) { return this . parent ; }
9,152
sets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String value concode_field_sep St...
void function ( Layout arg0 ) { this . layout = arg0 ; }
9,153
list of titles mr. , ms. , dr. , etc. . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormElement state conc...
ArrayList function ( ) { return getListAsSelectItems ( titles ) ; }
9,154
stops tracking the children of elements for setting the selection . concode_field_sep Slot<Element<?>> _childAddSlot concode_elem_sep Slot<Element<?>> _childRemoveSlot concode_elem_sep Slot<Element<?>> _clickSlot concode_elem_sep Value<Element<?>> selected concode_field_sep Selector add concode_elem_sep void onEmit con...
Selector function ( Elements < ? > arg0 ) { for ( Element < ? > loc0 : arg0 ) { _childRemoveSlot . onEmit ( loc0 ) ; } arg0 . childAdded ( ) . disconnect ( _childAddSlot ) ; arg0 . childRemoved ( ) . disconnect ( _childRemoveSlot ) ; return this ; }
9,155
gets the value of the weeknightbucket property . concode_field_sep BigInteger homeWiFiBucket concode_elem_sep BigInteger anytimeBucket concode_elem_sep BigInteger mobile2MobileBucket concode_elem_sep BigInteger weeknightBucket concode_elem_sep BigInteger smsBucket concode_elem_sep long serialVersionUID concode_elem_sep...
BigInteger function ( ) { return weeknightBucket ; }
9,156
send a http head request to the specified url concode_field_sep DefaultHttpClient client concode_field_sep HttpResponse doPut concode_elem_sep void setHeaders concode_elem_sep HttpResponse doDelete concode_elem_sep HttpResponse doPatch concode_elem_sep String getResponsePayload concode_elem_sep HttpResponse doPost conc...
HttpResponse function ( String arg0 , final Map < String , String > arg1 ) { HttpUriRequest loc0 = new HttpHead ( arg0 ) ; setHeaders ( arg1 , loc0 ) ; return client . execute ( loc0 ) ; }
9,157
notify all lifecycle event listeners that a particular event has occurred for this container . the default implementation performs this notification synchronously using the calling thread . concode_field_sep InstanceListener listeners[] concode_elem_sep Wrapper wrapper concode_elem_sep Object listenersLock concode_fiel...
void function ( String arg0 , Servlet arg1 ) { if ( listeners . length == 0 ) return ; InstanceEvent loc0 = new InstanceEvent ( wrapper , arg1 , arg0 ) ; InstanceListener loc1 [ ] = listeners ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) loc1 [ loc2 ] . instanceEvent ( loc0 ) ; }
9,158
check if item is selected concode_field_sep Bitmap thumb concode_elem_sep Drawable icon concode_elem_sep int actionId concode_elem_sep boolean sticky concode_elem_sep String title concode_elem_sep boolean selected concode_field_sep void setIcon concode_elem_sep Bitmap getThumb concode_elem_sep String getTitle concode_e...
boolean function ( ) { return this . selected ; }
9,159
set a/rbac session on entity and perform authorization on behalf of the caller if the #adminsess is set . concode_field_sep String contextId concode_elem_sep Session adminSess concode_field_sep void setAdminData concode_elem_sep void assertContext concode_elem_sep void assertContext concode_elem_sep void setContextId c...
void function ( String arg0 , String arg1 , FortEntity arg2 ) { arg2 . setContextId ( this . contextId ) ; if ( this . adminSess != null ) { Permission loc0 = new Permission ( arg0 , arg1 ) ; loc0 . setContextId ( this . contextId ) ; AdminUtil . setEntitySession ( this . adminSess , loc0 , arg2 , this . contextId ) ; ...
9,160
a simple check for the getvalue int , int method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testAddValue concode_elem_sep void testGetValue concode_elem_sep void testGetRowCount concode_elem_sep void testGetColumnCount concode_elem_sep void testCloning concode_elem_sep void testSerialization con...
void function ( ) { DefaultMultiValueCategoryDataset loc0 = new DefaultMultiValueCategoryDataset ( ) ; boolean loc1 = false ; try { loc0 . getValue ( 0 , 0 ) ; } catch ( IndexOutOfBoundsException loc2 ) { loc1 = true ; } assertTrue ( loc1 ) ; }
9,161
increments the service time by the supplied value . synchronized to be used in threaded environment . concode_field_sep ServerCache cache concode_elem_sep Map<String,IPlugin> plugins concode_elem_sep PluginLoader loader concode_elem_sep String rootDirectory concode_elem_sep long serviceTime concode_elem_sep ArrayList<E...
void function ( long arg0 ) { this . serviceTime += arg0 ; }
9,162
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 ) ) ; }
9,163
reset any internal state , allowing this builder to be recycled . concode_field_sep StringBuilder mSelection concode_elem_sep HashMap<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep String mTable concode_field_sep Cursor query concode_elem_sep Cursor query concode_elem_s...
SelectionBuilder function ( ) { mTable = null ; if ( mProjectionMap != null ) { mProjectionMap . clear ( ) ; } if ( mSelection != null ) { mSelection . setLength ( 0 ) ; } if ( mSelectionArgs != null ) { mSelectionArgs . clear ( ) ; } return this ; }
9,164
gets the hud component 's frame window concode_field_sep HUDComponent component concode_elem_sep HUDView2D view concode_elem_sep Logger logger concode_elem_sep int zorder concode_elem_sep HUDImageComponent icon concode_elem_sep HUDView3D worldView concode_elem_sep Window2D frameWindow concode_elem_sep HUDComponentVisua...
Window2D function ( ) { return frameWindow ; }
9,165
resets this savegame object to be empty . empty means no stars on no levels . concode_field_sep String TAG concode_elem_sep int MAX_STARS concode_elem_sep String SERIAL_VERSION concode_elem_sep Map<String,Integer> mLevelStars concode_elem_sep int MIN_STARS concode_field_sep SaveGame unionWith concode_elem_sep byte[] to...
void function ( ) { mLevelStars . clear ( ) ; }
9,166
returns the package state contained in this sortmodule . concode_field_sep int position concode_elem_sep PackageState state concode_elem_sep ArrayList dependSubsystems concode_field_sep ArrayList getDependSubsystems concode_elem_sep void setDependSubsystems concode_elem_sep int getPosition concode_elem_sep boolean isBa...
PackageState function ( ) { return this . state ; }
9,167
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
9,168
shutdown databases . concode_field_sep Db db concode_field_sep void setup concode_elem_sep void main
void function ( ) { db . shutDownDb ( ) ; }
9,169
returns the string ids of all defiant entities . concode_field_sep int nextInternalIndex concode_elem_sep LocalNetFacade theFacade concode_elem_sep ArrayList<NetEntity> changedEntities concode_elem_sep Logger logger concode_elem_sep HashSet<String> newEntities concode_elem_sep HashMap<String,NetEntity> entities concode...
Collection < String > function ( ) { return defiantEntities ; }
9,170
gets the value of the debug property . concode_field_sep List<Game> game concode_elem_sep String debug concode_elem_sep String build concode_elem_sep Header header concode_field_sep String getBuild concode_elem_sep List<Game> getGame concode_elem_sep void setBuild concode_elem_sep void setDebug concode_elem_sep void se...
String function ( ) { if ( debug == null ) { return "srini_string" ; } else { return debug ; } }
9,171
gets the length of the erroneous input . the length is only meaningful to a malformed-input error or an unmappable character error . concode_field_sep int TYPE_UNDERFLOW concode_elem_sep WeakHashMap<Integer,CoderResult> _unmappableErrors concode_elem_sep int TYPE_MALFORMED_INPUT concode_elem_sep int TYPE_OVERFLOW conco...
int function ( ) { if ( this . type == TYPE_MALFORMED_INPUT || this . type == TYPE_UNMAPPABLE_CHAR ) { return this . length ; } throw new UnsupportedOperationException ( "srini_string" + toString ( ) ) ; }
9,172
when converting between string chars and bytes , there 's an implied encoding to be used , dependent on the context and platform . if none is specified , then string byte will use the platform 's default encoding . this method is for when encoding is not relevant , when the string simply holds byte values in each char ...
byte [ ] function ( CharSequence arg0 ) { final int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = ( byte ) arg0 . charAt ( loc2 ) ; } return loc1 ; }
9,173
method to trim a string when it exceeds the maximum length allowed in the ui concode_field_sep PlaceHolder placeHolder concode_field_sep String fixCapitalization concode_elem_sep String cleanTags concode_elem_sep String urlRecognize
String function ( String arg0 , int arg1 ) { if ( arg0 . length ( ) > arg1 ) { arg0 = ( arg0 . substring ( 0 , arg1 ) + "srini_string" ) ; } return ( arg0 ) ; }
9,174
encodes the specified bytes using the base64 encoding for url usage . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encode concode_elem_sep String encode concode_elem_sep byte[] encode
byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , BASE64_FOR_URL_ALPHABET_ARRAY , false ) ; }
9,175
sets the group id of this kaleo task . concode_field_sep KaleoTask _kaleoTask concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem...
void function ( long arg0 ) { _kaleoTask . setGroupId ( arg0 ) ; }
9,176
gets the decrypted literal string value of the data using the key provided by the security manager . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String en...
String function ( SecurityManager arg0 ) { return encryption ( stringData . toString ( ) , true , arg0 ) ; }
9,177
returns the offset value for this transfer function concode_field_sep float amplitude concode_elem_sep float offset concode_elem_sep float[] tableValues concode_elem_sep float intercept concode_elem_sep int type concode_elem_sep float slope concode_elem_sep float exponent concode_field_sep ComponentTransferFunction get...
float function ( ) { return offset ; }
9,178
determine whether the aspect bean with the given name is eligible . the default implementation always returns true . concode_field_sep String[] cachedAdvisorBeanNames concode_elem_sep ConfigurableListableBeanFactory beanFactory concode_elem_sep Log logger concode_field_sep List<Advisor> findAdvisorBeans
boolean function ( String arg0 ) { return true ; }
9,179
set the triggered flag . concode_field_sep boolean triggered concode_elem_sep boolean failed concode_field_sep boolean hasFailed concode_elem_sep void waitUntilTriggered concode_elem_sep void waitUntilTriggered concode_elem_sep boolean hasTriggered concode_elem_sep void setFailed
void function ( ) { triggered = true ; notifyAll ( ) ; }
9,180
ensures the truth of an expression involving the state of the caller , with an error message . concode_field_sep String EMPTY_ARGUMENTS concode_elem_sep boolean sStrictMode concode_field_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep boolean checkNotNull con...
void function ( boolean arg0 , String arg1 ) { checkStateInternal ( arg0 , true , arg1 , EMPTY_ARGUMENTS ) ; }
9,181
set this switch as being triggered . concode_field_sep boolean triggered concode_field_sep String toString concode_elem_sep MockSwitch setNotTriggered concode_elem_sep boolean isTriggered
MockSwitch function ( ) { setTriggered ( true ) ; return this ; }
9,182
removes and returns the last item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep short[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep short random concode_elem_sep boolean removeAll concode_elem_sep void truncate concode_elem_sep int hashCode concode_ele...
short function ( ) { return items [ -- size ] ; }
9,183
finds a all business entities based on type concode_field_sep Class<T> businessEntity concode_field_sep T find concode_elem_sep T find concode_elem_sep List<T> batchUpdate concode_elem_sep T save concode_elem_sep T update concode_elem_sep Session getOpenSession concode_elem_sep boolean delete concode_elem_sep SessionFa...
List < T > function ( ) { Session loc0 = getSessionFactory ( ) . getCurrentSession ( ) ; Criteria loc1 = loc0 . createCriteria ( getClass ( ) ) ; List < T > loc2 = ( List < T > ) loc1 . list ( ) ; return loc2 ; }
9,184
sets the value of the currencycode property . concode_field_sep int amount concode_elem_sep String currencyCode concode_field_sep String getCurrencyCode concode_elem_sep void setAmount concode_elem_sep int getAmount
void function ( String arg0 ) { this . currencyCode = arg0 ; }
9,185
the source java language level . for example see docs for eclipsejdt concode_field_sep PropertiesFileContentMerger file concode_elem_sep JavaVersion targetCompatibility concode_elem_sep JavaVersion sourceCompatibility concode_elem_sep String javaRuntimeName concode_field_sep void file concode_elem_sep JavaVersion getTa...
JavaVersion function ( ) { return sourceCompatibility ; }
9,186
check if an add thread owns the lock . concode_field_sep boolean removeEnabled concode_elem_sep long removeWaitTimeout concode_elem_sep boolean removeLocked concode_elem_sep long addWaitTimeout concode_elem_sep boolean addLocked concode_elem_sep Thread remover concode_elem_sep boolean dataAvailable concode_field_sep lo...
boolean function ( ) { return addLocked ; }
9,187
gets the reason phrase from the origin ch.boye.httpclientandroidlib.httpresponse , for example , `` not modified '' . concode_field_sep Date date concode_elem_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_...
String function ( ) { return this . statusLine . getReasonPhrase ( ) ; }
9,188
returns the http status code ex : 200 , 404 , etc associated with this response . concode_field_sep Request<?> request concode_elem_sep String statusText concode_elem_sep HttpRequestBase httpRequest concode_elem_sep Map<String,String> headers concode_elem_sep InputStream content concode_elem_sep int statusCode concode_...
int function ( ) { return statusCode ; }
9,189
the image . concode_field_sep DiskImageVolumeDescription volume concode_elem_sep Long bytesConverted concode_elem_sep DiskImageDescription image concode_elem_sep String description concode_elem_sep String availabilityZone concode_elem_sep String statusMessage concode_elem_sep String status concode_field_sep Long getByt...
void function ( DiskImageDescription arg0 ) { this . image = arg0 ; }
9,190
the referenced projects of this eclipse project not : java build path project references . referencing projects does not mean adding a build path dependencies between them ! if you need to configure a build path dependency use gradle 's dependencies section or eclipse.classpath.whenmerged classpath - > ... to manipulat...
void function ( Set < String > arg0 ) { this . referencedProjects = arg0 ; }
9,191
gets the value of the base property . concode_field_sep long serialVersionUID concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String lang concode_elem_sep String space concode_elem_sep String base concode_field_sep void setSpace concode_elem_sep String getLang concode_elem_sep String getSpace concod...
String function ( ) { return base ; }
9,192
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String trustId concode_field_sep void setTrustId concode_elem_sep String getTrustId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteTrustResult withTrustId concode_elem_sep DeleteTr...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getTrustId ( ) != null ) loc0 . append ( "srini_string" + getTrustId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
9,193
debugging concode_field_sep TemplateNode next concode_elem_sep TemplateNode children concode_elem_sep Comparator<Node> documentOrderComparator concode_field_sep void doApply concode_elem_sep boolean references concode_elem_sep void apply concode_elem_sep TemplateNode clone concode_elem_sep boolean hasParam
void function ( int arg0 , PrintStream arg1 , boolean arg2 ) { for ( int loc0 = 0 ; loc0 < arg0 ; loc0 ++ ) arg1 . print ( "srini_string" ) ; arg1 . println ( toString ( ) ) ; if ( children != null ) children . list ( arg0 + 1 , arg1 , true ) ; if ( arg2 && next != null ) next . list ( arg0 , arg1 , arg2 ) ; }
9,194
default implementation that returns true if method groupcomputer #getallgroupids contains given groupname . concode_field_sep PlaceHolder placeHolder concode_field_sep UserManager getUM concode_elem_sep List<String> searchGroups
boolean function ( String arg0 ) { List < String > loc0 = getAllGroupIds ( ) ; if ( loc0 != null ) { return loc0 . contains ( arg0 ) ; } return false ; }
9,195
return true , if this class is configured , else false . concode_field_sep boolean ready concode_elem_sep boolean ignore concode_elem_sep ArrayList logcols concode_elem_sep String table concode_elem_sep int EMPTY concode_elem_sep String new_sql concode_elem_sep int ID concode_elem_sep String sql concode_elem_sep int lo...
boolean function ( ) { return isconfigured ; }
9,196
create a marshaller for protos of the same type as defaultinstance . concode_field_sep PlaceHolder placeHolder concode_field_sep Marshaller<T> jsonMarshaller concode_elem_sep Metadata.Key<T> keyForProto
Marshaller < T > function ( final T arg0 ) { return ProtoLiteUtils . marshaller ( arg0 ) ; }
9,197
create an instance of equipmentrequesttype concode_field_sep PlaceHolder placeHolder concode_field_sep AssociateDeviceType createAssociateDeviceType concode_elem_sep EquipmentPlanType createEquipmentPlanType concode_elem_sep PaymentTransactionType createPaymentTransactionType concode_elem_sep EIPSubscriber createEIPSub...
EquipmentRequestType function ( ) { return new EquipmentRequestType ( ) ; }
9,198
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer limit concode_elem_sep List<Activity> history concode_elem_sep Integer count concode_elem_sep Integer offset concode_field_sep Activities offset concode_elem_sep Integer getLimit concode_elem_sep Int...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
9,199
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }