idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
21,400
default is no-op . concode_field_sep int[] regDistanceBins concode_elem_sep Options op concode_elem_sep Interner<IntTaggedWord> itwInterner concode_elem_sep IntTaggedWord wildTW concode_elem_sep boolean DEBUG concode_elem_sep boolean useCoarseDistance concode_elem_sep Map<IntDependency,IntDependency> expandDependencyMa...
void function ( Collection < Tree > arg0 ) { }
21,401
the current lexical unit type like defined in lexicalunits . concode_field_sep int blankCharacters concode_elem_sep int current concode_elem_sep char[] buffer concode_elem_sep NormalizingReader reader concode_elem_sep int previousType concode_elem_sep int start concode_elem_sep int end concode_elem_sep int position con...
int function ( ) { return type ; }
21,402
uncompress the provided data , data can be detected as compressed using #iscompressed byte , int , int . concode_field_sep Compressor[] compressors concode_elem_sep Compressor defaultCompressor concode_field_sep Compressor defaultCompressor concode_elem_sep BytesReference uncompress concode_elem_sep BytesReference unco...
BytesReference function ( BytesReference arg0 ) { Compressor loc0 = loc0 ( arg0 ) ; BytesReference loc1 ; if ( loc0 != null ) { loc1 = uncompress ( arg0 , loc0 ) ; } else { loc1 = arg0 ; } return loc1 ; }
21,403
alustaa kaikki muuttujat concode_field_sep HashSet<String> artikkelit concode_elem_sep HashMap<String,Sijamuoto> prepositiot concode_elem_sep HashMap<String,Sijamuoto> numerot concode_elem_sep HashMap<String,Persoona> verbipaatteet concode_field_sep void alustaNumerotMappi concode_elem_sep void alustaPrepositiotMappi c...
void function ( ) { alustaPrepositiotMappi ( ) ; alustaNumerotMappi ( ) ; alustaArtikkelitSetti ( ) ; alustaVerbipaatteetMappi ( ) ; }
21,404
read an integer 32 bit int from the byte stream . concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep boolean isBundle concode_elem_sep int lengthOfCurrentString concode_elem_sep OSCMessage convertMessage concode_elem_sep String readString concode_elem_s...
Object function ( ) { byte [ ] loc0 = new byte [ 4 ] ; loc0 [ 0 ] = bytes [ streamPosition ++ ] ; loc0 [ 1 ] = bytes [ streamPosition ++ ] ; loc0 [ 2 ] = bytes [ streamPosition ++ ] ; loc0 [ 3 ] = bytes [ streamPosition ++ ] ; BigInteger loc1 = new BigInteger ( loc0 ) ; return new Integer ( loc1 . intValue ( ) ) ; }
21,405
returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ; return loc0 ; }
21,406
gets whether or not the specified url matches this wildcardurl concode_field_sep String protocol concode_elem_sep String password concode_elem_sep String ref concode_elem_sep String file concode_elem_sep String query concode_elem_sep String host concode_elem_sep String user concode_elem_sep String directory concode_ele...
boolean function ( String arg0 ) { URL loc0 = null ; try { loc0 = new URL ( arg0 ) ; } catch ( MalformedURLException loc1 ) { return false ; } return matches ( loc0 ) ; }
21,407
request the first service of a particular service . concode_field_sep String service concode_elem_sep ZeroConfClient client concode_elem_sep ServiceListener mdnsServiceListener concode_elem_sep Logger log concode_field_sep String[] getHostList concode_elem_sep void stopServiceListener concode_elem_sep void startService...
ServiceInfo function ( String arg0 ) { for ( JmDNS loc0 : ZeroConfService . netServices ( ) . values ( ) ) { ServiceInfo [ ] loc1 = loc0 . list ( arg0 ) ; if ( loc1 != null ) { return loc1 [ 0 ] ; } } return null ; }
21,408
returns a new mutable instance . concode_field_sep boolean isMutable concode_elem_sep UnknownFieldSetLite set concode_elem_sep Object[] objects concode_elem_sep int count concode_elem_sep int memoizedSerializedSize concode_elem_sep UnknownFieldSetLite DEFAULT_INSTANCE concode_elem_sep int MIN_CAPACITY concode_elem_sep ...
UnknownFieldSetLite function ( ) { return new UnknownFieldSetLite ( ) ; }
21,409
sets the value of the id property . concode_field_sep String continent concode_elem_sep String elevation concode_elem_sep String gazref concode_elem_sep String country concode_elem_sep String mod concode_elem_sep String ctv concode_elem_sep String dimensionality concode_elem_sep BigInteger start concode_elem_sep String...
void function ( String arg0 ) { this . id = arg0 ; }
21,410
gets the customfieldlist value for this paycheckjournaldeduction . concode_field_sep java.lang.Double amount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_...
com . netsuite . webservices . platform . core_2014_2 . CustomFieldRef [ ] function ( ) { return customFieldList ; }
21,411
sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<CreativeTemplate> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep List<CreativeTemplate> getResults concode_elem...
void function ( Integer arg0 ) { this . startIndex = arg0 ; }
21,412
set the clientrequestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep JobScheduleEnableHeaders withDataServiceId concode_elem_sep JobScheduleEnableHeade...
JobScheduleEnableHeaders function ( String arg0 ) { this . clientRequestId = arg0 ; return this ; }
21,413
get a probability estimator for a value concode_field_sep DiscreteEstimator[] m_Estimators concode_field_sep double getProbability concode_elem_sep String toString concode_elem_sep void main concode_elem_sep void addValue concode_elem_sep String getRevision
Estimator function ( double arg0 ) { return m_Estimators [ ( int ) arg0 ] ; }
21,414
the predecessor dialect . if this is a dialect version e.g. #postgres_9_4 within a family e.g. #postgres , then the predecessor will point to the historically previous dialect version e.g. #postgres_9_3 within the same family , or to the dialect itself if there was no predecessor explicitly supported by jooq . concode_...
SQLDialect function ( ) { return predecessor ; }
21,415
sets the value of the templateref property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep ResourceType getTemplateRef concode_el...
void function ( ResourceType arg0 ) { this . templateRef = arg0 ; }
21,416
creates a partitioned state handle , using the state backend configured for this task . concode_field_sep boolean inputCopyDisabled concode_elem_sep StreamTask<?,?> container concode_elem_sep Output<StreamRecord<OUT>> output concode_elem_sep StreamingRuntimeContext runtimeContext concode_elem_sep Logger LOG concode_ele...
S function ( N arg0 , TypeSerializer < N > arg1 , StateDescriptor < S , ? > arg2 ) { return getStateBackend ( ) . getPartitionedState ( arg0 , ( TypeSerializer < Object > ) arg1 , arg2 ) ; }
21,417
this method is never run . it is used only to create the description object to test the filter that allows to run test by key , tag , ticket or name . concode_field_sep PlaceHolder placeHolder concode_field_sep TestGroup createDefaultTestGroupOrderedSetup concode_elem_sep TestGroup createDefaultTestGroup concode_elem_s...
Description function ( Description arg0 ) { return arg0 ; }
21,418
if the amount of information that is returned is significantly large , an identifier will also be returned , which can be used in a subsequent list applications call to return the next set of applications in the list . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> ap...
ListApplicationsResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; }
21,419
writes the entire list to a csv file . the list is assumed to be a string concode_field_sep String DEFAULT_LINE_END concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep Writer rawWriter concode_elem_sep SimpleDateFormat TIMESTAMP_FORMATTER concode_elem_sep PrintWriter pw concode_elem_sep char separator concode_elem...
void function ( List arg0 ) { for ( Iterator loc0 = arg0 . iterator ( ) ; loc0 . hasNext ( ) ; ) { String [ ] loc1 = ( String [ ] ) loc0 . next ( ) ; writeNext ( loc1 ) ; } }
21,420
generate a cryptographically secure token concode_field_sep play.api.libs.Crypto crypto concode_field_sep String extractSignedToken concode_elem_sep String decryptAES concode_elem_sep String decryptAES concode_elem_sep String sign concode_elem_sep String sign concode_elem_sep boolean constantTimeEquals concode_elem_sep...
String function ( ) { return crypto . generateToken ( ) ; }
21,421
does this node have any children ? concode_field_sep Node parent concode_elem_sep int level concode_elem_sep SortedSet<Node> children concode_elem_sep SortedSet<Node> EMPTY_SET concode_elem_sep String name concode_field_sep void checkChildren concode_elem_sep int getLevel concode_elem_sep Set<Node> getChildren concode_...
boolean function ( ) { return children != null && ! children . isEmpty ( ) ; }
21,422
parses dates supplied in accordance with section 3.3.1 of rfc 2616 concode_field_sep SimpleDateFormat httpDateFormat concode_elem_sep long serialVersionUID concode_field_sep String formatHttpDate
Date function ( String arg0 ) { try { return httpDateFormat . parse ( arg0 ) ; } catch ( ParseException loc0 ) { LoggerFactory . getLogger ( getClass ( ) ) . debug ( "srini_string" , arg0 ) ; return new Date ( 0 ) ; } }
21,423
return arraylist of keys with value concode_field_sep long serialVersionUID concode_elem_sep ArrayList<K> m_keys concode_elem_sep ArrayList<V> m_values concode_field_sep ArrayList<V> getValues concode_elem_sep Set<Map.Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<V> values concod...
ArrayList < K > function ( Object arg0 ) { ArrayList < K > loc0 = new ArrayList < K > ( ) ; if ( ! m_values . contains ( arg0 ) ) return loc0 ; int loc1 = m_values . loc1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( m_values . get ( loc2 ) . equals ( arg0 ) ) if ( ! loc0 . contains ( m_keys . get ( loc2 ) ...
21,424
gets all nodes that have cache with given id . concode_field_sep ClusterNode loc concode_elem_sep List<ClusterNode> rmtNodes concode_elem_sep List<ClusterNode> allNodes concode_elem_sep List<ClusterNode> srvNodesWithCaches concode_elem_sep Set<Integer> nearEnabledCaches concode_elem_sep List<ClusterNode> srvNodes conco...
List < ClusterNode > function ( Integer arg0 ) { return emptyIfNull ( allCacheNodes . get ( arg0 ) ) ; }
21,425
returns true if the given state is currently active otherwise false . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exitSequence_main_region concode_elem_sep void enterSequence_m...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; default : return false ; } }
21,426
gets the value of the node 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 node property . for example , to add a new item , do as follo...
List < Node > function ( ) { if ( node == null ) { node = new ArrayList < Node > ( ) ; } return this . node ; }
21,427
returns always an empty array . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiStatus...
IStatus [ ] function ( ) { return new IStatus [ 0 ] ; }
21,428
base64-encode the given byte as a string . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] decodeBase64 concode_elem_sep byte[] decodeBase64 concode_elem_sep String urlDecode concode_elem_sep String hexEncode concode_elem_sep byte[] encodeBase64ToByteArray concode_elem_sep String urlEncode
String function ( final byte [ ] arg0 ) { return Base64 . getEncoder ( ) . encodeToString ( arg0 ) ; }
21,429
this creates log file object which represents logs in file form . this opens objectoutputstream which is used to write logrecords to log file and opens a objectinputstream which is used to read logrecords from the file . concode_field_sep String logName concode_elem_sep Map<SessionId,LogFile> sessionToLogFileMap concod...
void function ( SessionId arg0 ) { File loc0 ; loc0 = File . createTempFile ( arg0 . toString ( ) , "srini_string" ) ; loc0 . deleteOnExit ( ) ; LogFile loc1 = new LogFile ( loc0 . getAbsolutePath ( ) ) ; sessionToLogFileMap . put ( arg0 , loc1 ) ; }
21,430
ipint - > byte concode_field_sep int INADDRSZ concode_field_sep String[] getIPAddrScope concode_elem_sep String getIpAddr concode_elem_sep String bytesToIp concode_elem_sep int[] getIPIntScope concode_elem_sep int[] getIPIntScope concode_elem_sep void main concode_elem_sep String intToIp concode_elem_sep byte[] ipToByt...
byte [ ] function ( int arg0 ) { byte [ ] loc0 = new byte [ INADDRSZ ] ; loc0 [ 0 ] = ( byte ) ( ( arg0 >>> 24 ) & 0xFF ) ; loc0 [ 1 ] = ( byte ) ( ( arg0 >>> 16 ) & 0xFF ) ; loc0 [ 2 ] = ( byte ) ( ( arg0 >>> 8 ) & 0xFF ) ; loc0 [ 3 ] = ( byte ) ( arg0 & 0xFF ) ; return loc0 ; }
21,431
getupdatecount concode_field_sep String COMPOSITE_TYPE_DESCRIPTION concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep OpenType[] ITEM_TYPES concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadCount concode_elem_sep long delet...
long function ( ) { return updateCount ; }
21,432
returns the short resulting from swapping 2 bytes at a specified offset in a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep double swapDouble concode_elem_sep double swapDouble concode_elem_sep int swapInt concode_elem_sep int swapInt concode_elem_sep char s...
short function ( byte [ ] arg0 , int arg1 ) { int loc0 = arg0 [ arg1 ] & 0xff ; int loc1 = arg0 [ arg1 + 1 ] & 0xff ; return ( short ) ( loc1 << 8 | loc0 ) ; }
21,433
variant of #assertcontentsanyorder string , iterable , object using a generic message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertEqualsImpl concode_elem_sep void failWithMessage concode_elem_sep void failNotEqual
void function ( Iterable < ? > arg0 , Object ... arg1 ) { assertContentsAnyOrder ( ( String ) null , arg0 , arg1 ) ; }
21,434
extract the received message count for the client . concode_field_sep List<MqttMessage> receivedMessages concode_elem_sep Log log concode_elem_sep boolean saveMessages concode_elem_sep int sentMessageCount concode_elem_sep int receivedMessageCount concode_field_sep void connectionLost concode_elem_sep List<MqttMessage>...
int function ( ) { return receivedMessageCount ; }
21,435
returns a range of all the folders . 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 to com.liferay.portal.kernel.dao.orm.queryutil #all_pos...
java . util . List < com . liferay . mail . model . Folder > function ( int arg0 , int arg1 ) { return getService ( ) . getFolders ( arg0 , arg1 ) ; }
21,436
checks if an input datum with identifier name is contained . concode_field_sep Vector<String> inputNames concode_elem_sep int number concode_elem_sep Vector<Double> inputDistances concode_field_sep int getNumberOfMappedInputs concode_elem_sep void addMappedInput concode_elem_sep double[] getMappedInputDistances concode...
boolean function ( String arg0 ) { return inputNames . contains ( arg0 ) ; }
21,437
chars . concode_field_sep int SEED concode_elem_sep int fODD_PRIME_NUMBER concode_field_sep int firstTerm concode_elem_sep boolean isArray
int function ( int arg0 , char arg1 ) { return firstTerm ( arg0 ) + arg1 ; }
21,438
get the queue name from jobqueueinfo concode_field_sep String queueName concode_elem_sep String queueState concode_elem_sep String schedulingInfo concode_elem_sep String EMPTY_INFO concode_field_sep void readFields concode_elem_sep void setQueueState concode_elem_sep String getQueueState concode_elem_sep void setQueueN...
String function ( ) { return queueName ; }
21,439
set the jaas login configuration name and call back handler concode_field_sep String saslMechanism concode_elem_sep String saslAuthorizationId concode_elem_sep boolean jaasDesired concode_elem_sep Object userPrincipal concode_elem_sep String loginConfigName concode_elem_sep CallbackHandler callbackHandler concode_elem_...
void function ( String arg0 , CallbackHandler arg1 ) { this . loginConfigName = arg0 ; this . callbackHandler = arg1 ; clearUpDesires ( ) ; this . jaasDesired = true ; }
21,440
type of ec2 instances used in the fleet . ec2 instance types define the cpu , memory , storage , and networking capacity of the fleetaposs hosts . amazon gamelift supports the ec2 instance types listed below . see amazon ec2 instance types for detailed descriptions of each . concode_field_sep String eC2InstanceType con...
EC2InstanceLimit function ( EC2InstanceType arg0 ) { setEC2InstanceType ( arg0 ) ; return this ; }
21,441
store the managed bean inside the request scope . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Obje...
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . put ( arg0 , arg1 ) ; }
21,442
returns the coverage identifier related to the specified coverageid , or null if the syntax is incorrect concode_field_sep String GRANULE_SEPARATOR concode_elem_sep EOCoverageResourceCodec codec concode_elem_sep GeoServer geoserver concode_elem_sep Logger LOGGER concode_field_sep CoverageInfo handleCoverageInfo concode...
String function ( String arg0 ) { if ( ! arg0 . contains ( GRANULE_SEPARATOR ) ) { return null ; } String [ ] loc0 = arg0 . split ( GRANULE_SEPARATOR ) ; if ( loc0 . length != 2 ) { return null ; } else { return loc0 [ 0 ] ; } }
21,443
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 ) ; }
21,444
returns v , with the bit at position set to zero . concode_field_sep PlaceHolder placeHolder concode_field_sep int decodeBigEndian concode_elem_sep int decodeBigEndian concode_elem_sep void encodeBigEndian concode_elem_sep void encodeBigEndian concode_elem_sep byte setBit concode_elem_sep short setBit concode_elem_sep ...
byte function ( byte arg0 , int arg1 ) { return ( byte ) clearBit ( ( int ) arg0 , arg1 ) ; }
21,445
gets the value of the name property . concode_field_sep Request request concode_elem_sep List<Response> response concode_elem_sep String name concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep String href concode_elem_sep List<Object> any concod...
String function ( ) { return name ; }
21,446
called after plugin construction and fields have been initialized . prefer to use plugininitialize instead since there is no value in having parameters on the initialize function . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_...
void function ( CordovaInterface arg0 , CordovaWebView arg1 ) { }
21,447
returns the default asmifiable prototypes . concode_field_sep String[] OPCODES concode_elem_sep String[] TYPES concode_elem_sep StringBuffer buf concode_elem_sep List text concode_field_sep void appendString concode_elem_sep List getText concode_elem_sep void printList
Attribute [ ] function ( ) { try { return new Attribute [ ] { new ASMStackMapAttribute ( ) , new ASMStackMapTableAttribute ( ) } ; } catch ( Exception loc0 ) { return new Attribute [ 0 ] ; } }
21,448
return user name concode_field_sep WritableFactory FACTORY concode_elem_sep FsPermission permission concode_elem_sep String groupname concode_elem_sep String username concode_field_sep void readFields concode_elem_sep String getGroupName concode_elem_sep FsPermission getPermission concode_elem_sep PermissionStatus read...
String function ( ) { return username ; }
21,449
method to switch the minimized / maximized state of the chat concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Messag...
String function ( ) { minimized = ! minimized ; if ( minimized ) { buttonImage = MINIMIZE_IMAGE ; } else { buttonImage = MAXIMIZE_IMAGE ; position = bottom ( ) ; } return ( "srini_string" ) ; }
21,450
retrieves the next element in the collection scanned by this iterator , forwarding the request to the underlying enumeration . concode_field_sep Enumeration e concode_field_sep boolean hasNext concode_elem_sep void remove
Object function ( ) { return e . nextElement ( ) ; }
21,451
creates a time period that includes the specified millisecond , assuming the given time zone . concode_field_sep TimeZone DEFAULT_TIME_ZONE concode_elem_sep Calendar WORKING_CALENDAR concode_field_sep RegularTimePeriod next concode_elem_sep long getLastMillisecond concode_elem_sep long getLastMillisecond concode_elem_s...
RegularTimePeriod function ( Class arg0 , Date arg1 , TimeZone arg2 ) { RegularTimePeriod loc0 = null ; try { Constructor loc1 = arg0 . getDeclaredConstructor ( new Class [ ] { Date . class , TimeZone . class } ) ; loc0 = ( RegularTimePeriod ) loc1 . newInstance ( new Object [ ] { arg1 , arg2 } ) ; } catch ( Exception ...
21,452
the id of the export task . concode_field_sep String exportTaskId concode_elem_sep ExportToS3Task exportToS3Task concode_elem_sep String description concode_elem_sep InstanceExportDetails instanceExportDetails concode_elem_sep String state concode_elem_sep String statusMessage concode_field_sep ExportToS3Task getExport...
void function ( String arg0 ) { this . exportTaskId = arg0 ; }
21,453
logs the given message instance using the ` info ' level concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_elem_sep...
void function ( Object arg0 ) { logInternal ( INFO , arg0 , null ) ; }
21,454
returns the password used to connect to the database . in some cases , a password is not needed so this method will return null . concode_field_sep Properties settings concode_elem_sep Boolean testBeforeUse concode_elem_sep boolean mysqlUseUnicode concode_elem_sep String proxoolURL concode_elem_sep String password conc...
String function ( ) { return password ; }
21,455
sets the archive_id value for this code_archive . concode_field_sep com.omniture.www.Code_item[] code concode_elem_sep java.lang.String archive_name concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String archive_description concode_elem_sep int archive_i...
void function ( int arg0 ) { this . archive_id = arg0 ; }
21,456
adds the given command to the bootstrap . concode_field_sep ObjectMapper objectMapper concode_elem_sep ClassLoader classLoader concode_elem_sep Application<T> application concode_elem_sep ConfigurationFactoryFactory<T> configurationFactoryFactory concode_elem_sep List<Bundle> bundles concode_elem_sep ConfigurationSourc...
void function ( Command arg0 ) { commands . add ( arg0 ) ; }
21,457
error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
21,458
sets the value of the type 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 Long me...
void function ( MediaMediaType arg0 ) { this . type = arg0 ; }
21,459
clear local notification specified by id . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager get...
Notification function ( int arg0 ) { Notification loc0 = get ( arg0 ) ; if ( loc0 != null ) { loc0 . clear ( ) ; } return loc0 ; }
21,460
gets id . concode_field_sep String jobId concode_elem_sep Boolean processed concode_elem_sep String createdDate concode_elem_sep String desiredDateDue concode_elem_sep Boolean success concode_elem_sep String itemBarcode concode_elem_sep String patronBarcode concode_elem_sep Integer id concode_elem_sep Object updatedDat...
Integer function ( ) { return id ; }
21,461
adds a new account to the list of admin accounts , based off a jid . concode_field_sep AdminManager instance concode_elem_sep List<JID> adminList concode_elem_sep AdminProvider provider concode_elem_sep Logger Log concode_field_sep void initProvider concode_elem_sep void setAdminUsers concode_elem_sep void setAdminJIDs...
void function ( JID arg0 ) { if ( adminList == null ) { loadAdminList ( ) ; } JID loc0 = arg0 . asBareJID ( ) ; if ( adminList . contains ( loc0 ) ) { return ; } adminList . add ( loc0 ) ; provider . setAdmins ( adminList ) ; }
21,462
sets the start date . concode_field_sep long serialVersionUID concode_elem_sep Date endDate concode_elem_sep Long id concode_elem_sep ResultProduct resultProduct concode_elem_sep Class theClass concode_elem_sep Date startDate concode_elem_sep Double fraction concode_field_sep Date getStartDate concode_elem_sep void set...
void function ( Date arg0 ) { this . startDate = arg0 ; }
21,463
the name . concode_field_sep String name concode_elem_sep String arn concode_field_sep void setName concode_elem_sep ScheduledInstancesIamInstanceProfile withArn concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ScheduledInstancesIamInstanceProfile clone conc...
ScheduledInstancesIamInstanceProfile function ( String arg0 ) { setName ( arg0 ) ; return this ; }
21,464
return the number of tasks timed . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList concode_elem_sep String ...
int function ( ) { return this . taskCount ; }
21,465
sets the maximum numeric value concode_field_sep boolean numericok concode_elem_sep HashMap strings concode_elem_sep int max concode_elem_sep int CASE_UPPER concode_elem_sep String prefix concode_elem_sep HashMap values concode_elem_sep String description concode_elem_sep int CASE_SENSITIVE concode_elem_sep int CASE_LO...
void function ( int arg0 ) { this . max = arg0 ; }
21,466
retrieves a byte sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed . concode_field_sep MessageDigest md5 concode_field_sep String encodeStri...
byte [ ] function ( String arg0 , String arg1 ) { byte [ ] loc0 ; if ( arg1 == null ) { arg1 = "srini_string" ; } try { loc0 = arg0 . getBytes ( arg1 ) ; } catch ( UnsupportedEncodingException loc1 ) { throw new RuntimeException ( loc1 . toString ( ) ) ; } return digestBytes ( loc0 ) ; }
21,467
write a message . concode_field_sep long DEFAULT_SIZE concode_elem_sep RandomAccessFile file concode_elem_sep long size concode_elem_sep ByteBuffer EMPTY_BUFFER concode_elem_sep FileChannel channel concode_elem_sep long position concode_elem_sep ByteBuffer buffer concode_field_sep void close concode_elem_sep void map c...
void function ( ByteBuffer arg0 ) { if ( buffer . remaining ( ) < 2 + arg0 . remaining ( ) ) map ( ) ; putUnsignedShort ( buffer , arg0 . remaining ( ) ) ; buffer . put ( arg0 ) ; }
21,468
decrements the iterator 's index by one and returns the character at the new index . specified by : java.text.characteriterator . concode_field_sep int END_RUN concode_elem_sep ArrayList mapList concode_elem_sep int START_RUN concode_elem_sep int MID_RUN concode_elem_sep Set allAttributes concode_elem_sep CharacterIter...
char function ( ) { return iter . previous ( ) ; }
21,469
return the comma separated list of newsgroups . this may be null if there are no newsgroups concode_field_sep String __time concode_elem_sep StringBuffer __distributions concode_elem_sep String __date concode_elem_sep StringBuffer __newsgroups concode_elem_sep boolean __isGMT concode_field_sep void addNewsgroup concode...
String function ( ) { return ( __newsgroups == null ? null : __newsgroups . toString ( ) ) ; }
21,470
trigger date . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int getBadgeN...
Date function ( ) { return new Date ( getTriggerTime ( ) ) ; }
21,471
returns true if we should retry due a block fetch failure . we will retry if and only if the exception was an ioexception and we have n't retried ` maxretries ' times already . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries c...
boolean function ( Throwable arg0 ) { boolean loc0 = arg0 instanceof IOException || ( arg0 . getCause ( ) != null && arg0 . getCause ( ) instanceof IOException ) ; boolean loc1 = retryCount < maxRetries ; return loc0 && loc1 ; }
21,472
called before suggest concode_field_sep MeanMetric suggestMetric concode_elem_sep CounterMetric currentMetric concode_field_sep void postSuggest concode_elem_sep SuggestStats stats
void function ( ) { currentMetric . inc ( ) ; }
21,473
test print concode_field_sep String concat concode_elem_sep String negative concode_elem_sep String[][] majorNames concode_elem_sep String[][] numNames concode_elem_sep String[] hundredNames concode_elem_sep String zero concode_elem_sep String[] tensNames concode_elem_sep String din[] concode_field_sep String convertLe...
void function ( String arg0 ) { try { System . out . println ( arg0 + "srini_string" + getAmtInWords ( arg0 ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
21,474
sets the speech rate . concode_field_sep int mSpeechRate concode_elem_sep Bundle mParams concode_elem_sep String mLanguage concode_elem_sep String mCountry concode_elem_sep int mPitch concode_elem_sep String mText concode_elem_sep String mVariant concode_field_sep String getLanguage concode_elem_sep int getSpeechRate c...
void function ( int arg0 ) { mSpeechRate = arg0 ; }
21,475
enable sharing of the `` best '' class-loader with 3rd party . concode_field_sep LinkedList<ClassLoadHelper> loadHelpers concode_elem_sep ClassLoadHelper bestCandidate concode_field_sep URL getResource concode_elem_sep Class<?> loadClass concode_elem_sep Class<? extends T> loadClass concode_elem_sep InputStream getReso...
ClassLoader function ( ) { return ( this . bestCandidate == null ) ? Thread . currentThread ( ) . getContextClassLoader ( ) : this . bestCandidate . getClassLoader ( ) ; }
21,476
sets the value of the dbindex property . concode_field_sep Dbindex dbindex concode_elem_sep SqlType sqlType concode_elem_sep FieldName fieldName concode_elem_sep JdbcType jdbcType concode_elem_sep List<Property> property concode_elem_sep ColumnName columnName concode_field_sep void setColumnName concode_elem_sep JdbcTy...
void function ( final Dbindex arg0 ) { this . dbindex = arg0 ; }
21,477
like #listfilesasync string , but with direct return . concode_field_sep FilesIO filesIO concode_elem_sep BundledIO bundledIO concode_field_sep void deleteFile concode_elem_sep void existsFileAsync concode_elem_sep JseInputStream openFile concode_elem_sep boolean existsFile concode_elem_sep File findNormalFile concode_...
List < String > function ( String arg0 ) { List < String > loc0 = filesIO . listFiles ( arg0 ) ; if ( bundledIO == null ) return loc0 ; else return mergeNoDuplicates ( bundledIO . listFiles ( arg0 ) , loc0 ) ; }
21,478
sets custom childs which should be tracked together with this component . concode_field_sep List<WeakReference<Component>> customChildren concode_elem_sep boolean uniteWithChilds concode_elem_sep boolean enabled concode_field_sep boolean isUniteWithChilds concode_elem_sep void setUniteWithChilds concode_elem_sep void s...
void function ( final List < Component > arg0 ) { for ( final Component loc0 : arg0 ) { addCustomChild ( loc0 ) ; } }
21,479
disposes of this content provider . this is called by the viewer when it is disposed . concode_field_sep ElementComparator<CnATreeElement> COMPARATOR concode_elem_sep ElementManager elementManager concode_elem_sep Logger LOG concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep Strin...
void function ( ) { }
21,480
getter for max concode_field_sep Long min concode_elem_sep Org org concode_elem_sep Long max concode_elem_sep Date created concode_elem_sep KickstartData ksdata concode_elem_sep Date modified concode_elem_sep long serialVersionUID concode_field_sep void setOrg concode_elem_sep void setMax concode_elem_sep Org getOrg co...
Long function ( ) { return this . max ; }
21,481
return the exclusion artifact id . concode_field_sep String groupId concode_elem_sep String artifactId concode_elem_sep List<Exclusion> exclusions concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_...
String function ( ) { return this . artifactId ; }
21,482
returns remote address by using httpservletrequest from requestcontextholder concode_field_sep Set<String> headersToCheck concode_field_sep boolean isRemoteAddressUnknown concode_elem_sep boolean hasValidRequest
String function ( ) { if ( hasValidRequest ( ) ) { return getRemoteAddress ( ( ( ServletRequestAttributes ) RequestContextHolder . getRequestAttributes ( ) ) . getRequest ( ) ) ; } return null ; }
21,483
adds the undirected edge v-w to this graph . concode_field_sep String NEWLINE concode_elem_sep int E concode_elem_sep int V concode_elem_sep int[][] adj concode_field_sep boolean connected concode_elem_sep int[][] getAdjacencyMatrix concode_elem_sep void breakEdge concode_elem_sep int E concode_elem_sep ArrayList<Integ...
void function ( int arg0 , int arg1 ) { validateVertex ( arg0 ) ; validateVertex ( arg1 ) ; E ++ ; adj [ arg0 ] [ arg1 ] = 1 ; adj [ arg1 ] [ arg0 ] = 1 ; }
21,484
should the listener try and handle pending cascades avoiding trying to save/update relationships in compass before they were processed by hibernate . default to true . note , if set , might cause compass event processing to be a tad slower . concode_field_sep boolean processCollection concode_elem_sep boolean pendingCa...
void function ( boolean arg0 ) { this . pendingCascades = arg0 ; }
21,485
return all groups / default groups concode_field_sep AclService aclService concode_elem_sep UserGroupService userGroupService concode_field_sep boolean isMultiGroup concode_elem_sep void updateResponseWithMultiGroupInfo concode_elem_sep void updateResponseWithSingleGroupInfo concode_elem_sep Group getGroup concode_elem...
List < GroupInfo > function ( boolean arg0 ) { List < GroupInfo > loc0 ; if ( arg0 ) { loc0 = userGroupService . getNewUserDefaultGroups ( ) ; } else { loc0 = userGroupService . getAllGroups ( ) ; } return loc0 ; }
21,486
this method gets the integer value representing the exit option in menu . concode_field_sep int nOptions concode_elem_sep String content concode_elem_sep int maxChances concode_field_sep void addHeader concode_elem_sep int getUserSelection concode_elem_sep void addOption concode_elem_sep void display concode_elem_sep v...
int function ( ) { return nOptions ; }
21,487
read an entire local file into memory as a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] readSome concode_elem_sep void skipFully concode_elem_sep int read concode_elem_sep ByteBuffer readWholeStream concode_elem_sep List<String> readLines
byte [ ] function ( final File arg0 ) { return IO . readFully ( arg0 , Integer . MAX_VALUE ) ; }
21,488
returns true if there 's another socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem...
boolean function ( ) { return socketAddresses != null ; }
21,489
useful policy wildcard tool . can set entire collections ' contents ' policies concode_field_sep PlaceHolder placeHolder concode_field_sep void setPoliciesFilter concode_elem_sep void setPoliciesFilter concode_elem_sep void main
void function ( Context arg0 , int arg1 , int arg2 , int arg3 , int arg4 , int arg5 , boolean arg6 , boolean arg7 ) { setPoliciesFilter ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , null , null , null , null , null ) ; }
21,490
read information about the methods of the class . concode_field_sep int BUFSIZE concode_elem_sep int class_name_index concode_elem_sep int[] interfaces concode_elem_sep DataInputStream file concode_elem_sep String file_name concode_elem_sep FieldOrMethod[] methods concode_elem_sep int MAGIC concode_elem_sep Attribute[]...
void function ( ) { int loc0 ; loc0 = file . readUnsignedShort ( ) ; methods = new FieldOrMethod [ loc0 ] ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { methods [ loc1 ] = new FieldOrMethod ( file , constant_pool ) ; } }
21,491
build the server and begin serving the provided routes as configured . concode_field_sep play.core.server.Server server concode_elem_sep Map<Protocol,Integer> _ports concode_elem_sep Server.Config _config concode_elem_sep Mode _mode concode_field_sep Optional<Integer> maybeHttpsPort concode_elem_sep int httpPort concod...
Server function ( final Router arg0 ) { return build ( ( components ) -> arg0 ) ; }
21,492
info concode_field_sep String TAG_CONTENT_PRINT concode_elem_sep String defaultTag concode_elem_sep boolean isLogEnabled concode_field_sep StackTraceElement getCurrentStackTraceElement concode_elem_sep boolean isDebugable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void e co...
void function ( String arg0 ) { if ( isLogEnabled ) { Log . i ( defaultTag , getContent ( getCurrentStackTraceElement ( ) ) + "srini_string" + arg0 ) ; } }
21,493
signal error on splash timeout . concode_field_sep String TIMEOUT_ERR concode_elem_sep String WAIT_FOR_TITLE concode_elem_sep String TIMEOUT concode_elem_sep File file concode_elem_sep boolean timeoutErr concode_elem_sep String SPLASH_FILE concode_elem_sep int timeout concode_elem_sep boolean waitForWindow concode_fiel...
boolean function ( ) { return timeoutErr ; }
21,494
set the offset of the first row to return . concode_field_sep ValueHashMap<Value[]> distinctRows concode_elem_sep int offset concode_elem_sep boolean randomAccess concode_elem_sep Session session concode_elem_sep int visibleColumnCount concode_elem_sep boolean distinct concode_elem_sep SortOrder sort concode_elem_sep A...
void function ( int arg0 ) { this . offset = arg0 ; }
21,495
add a single mime type to the internal list of mime types for this format . concode_field_sep List fileExtensions concode_elem_sep List mimeTypes concode_elem_sep Integer offset concode_elem_sep Integer minimumSize concode_elem_sep byte[] magicBytes concode_elem_sep String shortName concode_elem_sep String group concod...
void function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) < 1 ) { return ; } if ( mimeTypes == null ) { mimeTypes = new ArrayList ( ) ; } mimeTypes . add ( arg0 ) ; }
21,496
create a error print stream to the supplied file . concode_field_sep java.io.PrintStream errStream concode_elem_sep java.io.PrintStream debugStream concode_elem_sep boolean debug concode_field_sep String getDirectoryStructuredName concode_elem_sep void makeDebugStream concode_elem_sep void printException concode_elem_s...
void function ( File arg0 ) { if ( debug ) { java . io . OutputStream loc0 = new java . io . FileOutputStream ( arg0 ) ; java . io . DataOutputStream loc1 = new java . io . DataOutputStream ( loc0 ) ; errStream = new java . io . PrintStream ( loc1 ) ; dprint ( "srini_string" ) ; } }
21,497
return the view object , or null if we are using a view nameto be resolved by the dispatcherservlet via a viewresolver . concode_field_sep Object view concode_elem_sep ModelMap model concode_elem_sep HttpStatus status concode_elem_sep boolean cleared concode_field_sep boolean wasCleared concode_elem_sep Map<String,Obje...
View function ( ) { return ( this . view instanceof View ? ( View ) this . view : null ) ; }
21,498
prints the contents of the index . should be used for development and testing , not production . concode_field_sep Jedis jedis concode_field_sep void add concode_elem_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Set<String> urlSetKeys concode_...
void function ( ) { for ( String loc0 : termSet ( ) ) { System . out . println ( loc0 ) ; Set < String > loc1 = getURLs ( loc0 ) ; for ( String loc2 : loc1 ) { Integer loc3 = getCount ( loc2 , loc0 ) ; System . out . println ( "srini_string" + loc2 + "srini_string" + loc3 ) ; } } }
21,499
create an injected child actor . concode_field_sep PlaceHolder placeHolder concode_field_sep ActorContext context
ActorRef function ( Supplier < Actor > arg0 , String arg1 , Function < Props , Props > arg2 ) { return context ( ) . actorOf ( arg2 . apply ( Props . arg0 ( Actor . class , arg0 :: get ) ) , arg1 ) ; }