idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
13,500
gets a param from the servletcontext , returning the default value if the param is not set concode_field_sep Pattern versionPattern concode_elem_sep Logger LOG concode_elem_sep ServletContext servletContext concode_field_sep Map<String,String> getRunLevelDirs concode_elem_sep String getVersion concode_elem_sep void ini...
String function ( String arg0 , String arg1 ) { return StringUtils . defaultString ( this . servletContext . getInitParameter ( arg0 ) , arg1 ) ; }
13,501
returns the status of the current download process . concode_field_sep Logger LOG concode_elem_sep int currentPercMax concode_elem_sep ApplicationException ex concode_elem_sep Message summary concode_elem_sep int downloadPercentage concode_elem_sep Status status concode_elem_sep int currentUpgradingPercent concode_elem...
Status function ( ) { return status ; }
13,502
find vanbanphapquy concode_field_sep Log _log concode_field_sep List<VanBanPhapQuy> findByGroupId concode_elem_sep int count concode_elem_sep List<AttachFile> getAttachFiles concode_elem_sep int countByGroupId concode_elem_sep VanBanPhapQuy getVanBan
List < VanBanPhapQuy > function ( String arg0 , long arg1 , long [ ] arg2 , long [ ] arg3 , long [ ] arg4 , Integer arg5 , Date arg6 , Date arg7 , int arg8 , int arg9 , OrderByComparator arg10 ) { List < VanBanPhapQuy > loc0 = new ArrayList < VanBanPhapQuy > ( ) ; try { loc0 = VanBanPhapQuyLocalServiceUtil . find ( arg...
13,503
return the url of the filename under the resources directory concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
URL function ( String arg0 ) { URL loc0 = Resources . class . getResource ( arg0 ) ; return loc0 ; }
13,504
sets the parameters with respect to db concode_field_sep HealthStatus healthStatus concode_elem_sep Date smtpLastUpdatedTime concode_elem_sep Date dbLastUpdatedTime concode_elem_sep boolean dbIsAlive concode_elem_sep boolean smtpIsAlive concode_field_sep void updateSmtp concode_elem_sep void setDbLastUpdatedTime concod...
void function ( boolean arg0 , Date arg1 ) { this . dbIsAlive = arg0 ; this . dbLastUpdatedTime = arg1 ; }
13,505
write map . concode_field_sep String NULL concode_elem_sep XLog LOG concode_field_sep T fromByteArray concode_elem_sep List<String> readStringList concode_elem_sep void writeStr concode_elem_sep void writeMapWithList concode_elem_sep Map<String,T> readMap concode_elem_sep void writeStringList concode_elem_sep List<T> r...
void function ( DataOutput arg0 , Map < String , T > arg1 ) { arg0 . writeInt ( arg1 . size ( ) ) ; for ( Entry < String , T > loc0 : arg1 . entrySet ( ) ) { writeStringAsBytes ( arg0 , loc0 . getKey ( ) ) ; loc0 . getValue ( ) . write ( arg0 ) ; } }
13,506
returns the number of bytes read + written after which a particular cliff takes effect on the named iface . currently only cliff # 1 is supported 1 step @hide concode_field_sep int DIRECTION_RX concode_elem_sep int PERIOD_YEAR concode_elem_sep int PERIOD_7DAY concode_elem_sep int PERIOD_CYCLE concode_elem_sep String TH...
long function ( String arg0 , int arg1 ) { try { return mService . getCliffThreshold ( arg0 , arg1 ) ; } catch ( RemoteException loc0 ) { return - 1 ; } }
13,507
called when a remote search is started concode_field_sep PlaceHolder placeHolder concode_field_sep void controllerCommandCompleted concode_elem_sep void sendPendingMessagesStarted concode_elem_sep void pendingCommandCompleted concode_elem_sep void listFoldersFinished concode_elem_sep void systemStatusChanged concode_el...
void function ( String arg0 ) { }
13,508
returns the string representation of the columninfo . concode_field_sep boolean isVirtualCol concode_elem_sep String internalName concode_elem_sep boolean isSkewedCol concode_elem_sep String alias concode_elem_sep boolean isHiddenVirtualCol concode_elem_sep String typeName concode_elem_sep long serialVersionUID concode...
String function ( ) { return internalName + "srini_string" + typeName ; }
13,509
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String modified concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String UUID concode_elem_sep java.lang.String type concode_field_sep ja...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
13,510
set the current position of the video in the seekbar concode_field_sep SurfaceView surfaceView concode_elem_sep TextView lblCurrentPosition concode_elem_sep int STATUS_STOPED concode_elem_sep int STATUS_PLAYING concode_elem_sep TextView lblDuration concode_elem_sep MediaPlayer mPlayer concode_elem_sep SeekBar seekBar c...
void function ( int arg0 ) { lblCurrentPosition . setText ( getDurationInSeconds ( arg0 ) ) ; }
13,511
indicates if the character is valid and can be decoded . concode_field_sep char[] BASE64_DIGITS concode_elem_sep byte[] DECODER_RING concode_field_sep String encode concode_elem_sep String encode concode_elem_sep String encode concode_elem_sep String encode concode_elem_sep int byteAt concode_elem_sep byte[] decode con...
boolean function ( char arg0 ) { return ( arg0 < 128 ) && ( DECODER_RING [ arg0 ] != - 1 ) ; }
13,512
gives you all places available in system e.g. curl - i - x get http://localhost:8080/posta/rest/places concode_field_sep Logger LOGGER concode_elem_sep PlaceFacade placeFacade concode_field_sep PlaceDTO mergeDtosForUpdate concode_elem_sep PlaceDTO findPlaceById concode_elem_sep PlaceDTO updatePlace concode_elem_sep Pla...
List < PlaceDTO > function ( ) { LOGGER . info ( "srini_string" ) ; return placeFacade . findAllPlaces ( ) ; }
13,513
returns a line string cursor based on the opposite walking direction . concode_field_sep double ONE_DEGREE concode_elem_sep double offsetDistance concode_elem_sep int segment concode_elem_sep double[] segmentLenghts concode_elem_sep LineString lineString concode_elem_sep double[] segmentStartOrdinate concode_elem_sep d...
LineStringCursor function ( ) { return new LineStringCursor ( ( LineString ) lineString . reverse ( ) ) ; }
13,514
registers a handlerregistration with this container . the handler will be unregistered when this binder is disposed . concode_field_sep GarbageCollector gc concode_field_sep void dispose concode_elem_sep void registerDisposableAndUpdateTarget
void function ( HandlerRegistration arg0 ) { gc . add ( arg0 ) ; }
13,515
determines whether a string matches one of the regex patterns . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> filter concode_elem_sep Set<String> filter concode_elem_sep List<Pattern> getPatternsFromStrings concode_elem_sep List<Pattern> getPatternList concode_elem_sep List<Pattern> getPatter...
boolean function ( String arg0 , List < Pattern > arg1 ) { for ( Pattern loc0 : arg1 ) { if ( loc0 . matcher ( arg0 ) . matches ( ) ) { return true ; } } return false ; }
13,516
return true if any of the specified condition matches . concode_field_sep Log logger concode_field_sep String getClassOrMethodName concode_elem_sep String getName concode_elem_sep void recordEvaluation concode_elem_sep boolean anyMatches concode_elem_sep ConditionOutcome getMatchOutcome concode_elem_sep void logOutcome...
boolean function ( ConditionContext arg0 , AnnotatedTypeMetadata arg1 , Condition arg2 ) { if ( arg2 instanceof SpringBootCondition ) { return ( ( SpringBootCondition ) arg2 ) . getMatchOutcome ( arg0 , arg1 ) . isMatch ( ) ; } return arg2 . matches ( arg0 , arg1 ) ; }
13,517
gets the course name for this course . concode_field_sep String courseName concode_elem_sep String description concode_elem_sep long courseId concode_elem_sep Set<Student> students concode_field_sep void setCourseName concode_elem_sep Set getStudents concode_elem_sep void setCourseId concode_elem_sep String clear conco...
String function ( ) { return courseName ; }
13,518
retrieves the fully-qualified name of the java class whose instances should be passed to the method preparedstatement.setobject . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep ...
String function ( int arg0 ) { checkRange ( arg0 ) ; return classNames [ -- arg0 ] ; }
13,519
set the queue capacity for the threadpoolexecutor . note : when an unbounded queuecapacity is configured the default , the core pool size is effectively the max pool size . this is essentially the `` unbounded queues '' strategy as explained in java.util.concurrent.threadpoolexecutor threadpoolexecutor . when this stra...
TaskExecutorRegistration function ( int arg0 ) { this . queueCapacity = arg0 ; return this ; }
13,520
determine whether or not a given character belongs to a legal token . concode_field_sep Hashtable parameters concode_elem_sep String TSPECIALS concode_field_sep void set concode_elem_sep String quote concode_elem_sep int size concode_elem_sep String get concode_elem_sep boolean isEmpty concode_elem_sep String toString ...
boolean function ( char arg0 ) { return ( ( arg0 > 040 ) && ( arg0 < 0177 ) ) && ( TSPECIALS . indexOf ( arg0 ) < 0 ) ; }
13,521
deletes the legacy video hitlist with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep LegacyVideoHitlistLocalService _legacyVideoHitlistLocalService concode_field_sep void setWrappedService concode_elem_sep de.uhh.l2g.plugins.migration.model.LegacyVideoHitlist addLe...
de . uhh . l2g . plugins . migration . model . LegacyVideoHitlist function ( long arg0 ) { return _legacyVideoHitlistLocalService . deleteLegacyVideoHitlist ( arg0 ) ; }
13,522
get base url of the stratos storage repository provider concode_field_sep int tenantId concode_elem_sep String tenantDomain concode_field_sep String getAdminPassword concode_elem_sep void undeployArtifact concode_elem_sep String getAdminUserName concode_elem_sep File getFileToDelete concode_elem_sep String generateRepo...
String function ( ) { return AppFactoryUtil . getAppfactoryConfiguration ( ) . getFirstProperty ( AppFactoryConstants . PAAS_ARTIFACT_REPO_PROVIDER_BASE_URL ) ; }
13,523
update the annotation and ready state for save . concode_field_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_field_sep void removeAnnotation concode_elem_sep void pageAnnotationsInitialized concode_elem_sep void newAnnotation concode_elem_sep void processAnnotationAction
void function ( AnnotationComponent arg0 ) { Document loc0 = documentViewController . getDocument ( ) ; PageTree loc1 = loc0 . getPageTree ( ) ; Page loc2 = loc1 . getPage ( arg0 . getPageIndex ( ) ) ; loc2 . updateAnnotation ( arg0 . getAnnotation ( ) ) ; }
13,524
joins objects with delim as the delimiter . concode_field_sep PlaceHolder placeHolder concode_field_sep String prependEach
StringBuilder function ( StringBuilder arg0 , String arg1 , Iterable < ? > arg2 ) { int loc0 = 0 ; for ( Object loc1 : arg2 ) { if ( loc0 ++ > 0 ) arg0 . append ( arg1 ) ; arg0 . append ( loc1 ) ; } return arg0 ; }
13,525
sets the value of the deliverymethod property . concode_field_sep String fullBillIndicator concode_elem_sep String paperlessBillId concode_elem_sep String deliveryMethod concode_elem_sep String emailId concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep String paperlessBillStatus conc...
void function ( String arg0 ) { this . deliveryMethod = arg0 ; }
13,526
calculates the sha digest and returns the value as a byte . concode_field_sep PlaceHolder placeHolder concode_field_sep String shaHex concode_elem_sep String shaHex concode_elem_sep MessageDigest getSha512Digest
byte [ ] function ( String arg0 ) { return sha ( arg0 . getBytes ( ) ) ; }
13,527
converts a style string to a style object . concode_field_sep IPropertyManager propertyManager concode_field_sep String getColorHexString concode_elem_sep SyntaxStyle[] loadStyles concode_elem_sep SyntaxStyle[] loadStyles concode_elem_sep Color parseColor
SyntaxStyle function ( String arg0 , String arg1 , int arg2 , boolean arg3 ) { return parseStyle ( arg0 , arg1 , arg2 , arg3 , Color . black ) ; }
13,528
loads hotels from external configuration file and stores in hotelstore loads periodically concode_field_sep Map<Integer,String> hotelStore concode_elem_sep String hotelFilePath concode_field_sep boolean checkHotelPresent
void function ( ) { try { ObjectMapper loc0 = new ObjectMapper ( ) ; hotelStore = loc0 . readValue ( new File ( hotelFilePath ) , new TypeReference < Map < Integer , String >> ( ) { } ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
13,529
this union method will take o n time for each union call . concode_field_sep int id[] concode_elem_sep int size[] concode_field_sep void weightedUnion concode_elem_sep int findRoot concode_elem_sep boolean isConnected concode_elem_sep void main
void function ( int arg0 , int arg1 ) { int loc0 = findRoot ( arg0 ) ; int loc1 = findRoot ( arg1 ) ; id [ loc0 ] = loc1 ; }
13,530
makes the given visitor visit this local variable declaration . concode_field_sep String signature concode_elem_sep String name concode_elem_sep LabelNode start concode_elem_sep int index concode_elem_sep LabelNode end concode_elem_sep String desc concode_field_sep placeholderType placeHolder
void function ( final MethodVisitor arg0 ) { arg0 . visitLocalVariable ( name , desc , signature , start . getLabel ( ) , end . getLabel ( ) , index ) ; }
13,531
value . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep Stack<Sta...
JSONWriter function ( long arg0 ) { beforeValue ( ) ; mWriter . write ( String . valueOf ( arg0 ) ) ; return this ; }
13,532
sets the configurationexporter exporters to use when initializingthe configurationbuilder builder . concode_field_sep List<ConfigurationExporter> exporters concode_elem_sep List<ConfigurationAdapter> adapters concode_elem_sep ConfigurationBuilder configurationBuilder concode_field_sep ConfigurationBuilder getObject con...
void function ( List < ConfigurationExporter > arg0 ) { this . exporters = arg0 ; }
13,533
wfs getcapabilities operation . concode_field_sep Catalog catalog concode_elem_sep ApplicationContext context concode_elem_sep GeoServer geoServer concode_elem_sep FilterFactory2 filterFactory concode_field_sep FeatureCollectionResponse getFeatureWithLock concode_elem_sep void setFilterFactory concode_elem_sep Object g...
TransformerBase function ( GetCapabilitiesType arg0 ) { return new GetCapabilities ( getServiceInfo ( ) , catalog , WFSExtensions . findExtendedCapabilitiesProviders ( context ) ) . run ( new GetCapabilitiesRequest . WFS11 ( arg0 ) ) ; }
13,534
returns a arraylist of with count sms where the contactid match the argument concode_field_sep BroadcastReceiver deliveredSmsReceiver concode_elem_sep PendingIntent deliveredPI concode_elem_sep SettingsManager Settings concode_elem_sep PendingIntent sentPI concode_elem_sep BroadcastReceiver sentSmsReceiver concode_fiel...
ArrayList < Sms > function ( ) { return getAllSms ( "srini_string" , "srini_string" , null ) ; }
13,535
consulta el primer taxi de la empresa concode_field_sep Taxi taxiA concode_elem_sep Taxi taxiB concode_elem_sep int semanaActual concode_field_sep double calcularBalanceTotal concode_elem_sep double calcularIngresosTotales concode_elem_sep void avanzarSemana concode_elem_sep Taxi darTaxiB concode_elem_sep int darSemana...
Taxi function ( ) { return taxiA ; }
13,536
method for referring to ticker from a given page so that it is instantiated in request scope . concode_field_sep int pollInterval concode_field_sep void run
String function ( ) { return "srini_string" ; }
13,537
is this a directory ? concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep Path path concode_elem_sep long length concode_elem_sep Path symlink concode_elem_sep FsPermission permission concode_elem_sep long modification_time concode_elem_sep boolean isdir concode_elem_sep short block_replicat...
boolean function ( ) { return isdir ; }
13,538
build a compositeinputsplit from the child inputformats by assigning the ith split from each child to the ith composite split . concode_field_sep Parser.Node root concode_field_sep ComposableRecordReader<K,TupleWritable> getRecordReader concode_elem_sep void setFormat concode_elem_sep void addUserIdentifiers concode_el...
InputSplit [ ] function ( JobConf arg0 , int arg1 ) { setFormat ( arg0 ) ; arg0 . setLong ( "srini_string" , Long . MAX_VALUE ) ; return root . getSplits ( arg0 , arg1 ) ; }
13,539
helper for error callbacks that just returns the status.error 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 ...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
13,540
action to be completed after close of current active log file before returning control to caller . concode_field_sep String activeFileName concode_elem_sep Action synchronous concode_elem_sep Action asynchronous concode_elem_sep boolean append concode_field_sep String getActiveFileName concode_elem_sep boolean getAppen...
Action function ( ) { return synchronous ; }
13,541
it updates the itemabstractionpair component of the trienode by the pair given as parameter concode_field_sep boolean alreadyExplored concode_elem_sep ItemAbstractionPair pair concode_elem_sep Trie child concode_field_sep ItemAbstractionPair getPair concode_elem_sep boolean isAlreadyExplored concode_elem_sep void setCh...
void function ( ItemAbstractionPair arg0 ) { this . pair = arg0 ; }
13,542
returns the contents of a given filename . concode_field_sep FilesCache files concode_elem_sep ConcurrentMap<String,JstdTestCase> cases concode_elem_sep Logger logger concode_field_sep JstdTestCaseDelta addCase concode_elem_sep Collection<JstdTestCase> getCases concode_elem_sep List<FileInfo> updateCache concode_elem_s...
String function ( String arg0 ) { return files . getFileContent ( arg0 ) ; }
13,543
gets long value from byte array assuming that value stored in little-endian byte order . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serializeJdk concode_elem_sep int getIntByByteLE concode_elem_sep int getIntByByteLE concode_elem_sep T deserializeJdk concode_elem_sep T deserializeJdk concode_ele...
long function ( byte [ ] arg0 , int arg1 ) { return ( ( long ) arg0 [ arg1 ] & 0xff ) | ( ( long ) arg0 [ arg1 + 1 ] & 0xff ) << 8 | ( ( long ) arg0 [ arg1 + 2 ] & 0xff ) << 16 | ( ( long ) arg0 [ arg1 + 3 ] & 0xff ) << 24 | ( ( long ) arg0 [ arg1 + 4 ] & 0xff ) << 32 | ( ( long ) arg0 [ arg1 + 5 ] & 0xff ) << 40 | ( (...
13,544
xml encodes the provided text . concode_field_sep Logger LOGGER concode_field_sep String csv concode_elem_sep String json concode_elem_sep String csvCpe concode_elem_sep String html concode_elem_sep String csvIdentifiers concode_elem_sep String url
String function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return arg0 ; } return StringEscapeUtils . escapeXml11 ( arg0 ) ; }
13,545
set a visible view invisible concode_field_sep PlaceHolder placeHolder concode_field_sep void setInvisibleViewGone concode_elem_sep void setGoneViewInvisible concode_elem_sep void setVisibleViewGone
void function ( ) { View loc0 = new View ( new Activity ( ) ) ; loc0 . setVisibility ( VISIBLE ) ; assertEquals ( VISIBLE , loc0 . getVisibility ( ) ) ; ViewUtils . setInvisible ( loc0 , true ) ; assertEquals ( INVISIBLE , loc0 . getVisibility ( ) ) ; }
13,546
sets the remark 800 evidence code for the site . concode_field_sep String lineEnd concode_elem_sep String siteID concode_elem_sep long serialVersionUID concode_elem_sep List<Group> groups concode_elem_sep String evCode concode_elem_sep String description concode_field_sep void remark800toPDB concode_elem_sep String rem...
void function ( String arg0 ) { this . evCode = arg0 ; }
13,547
get signature format : xades_bes , xades_epes , xades_baseline_t . . / . . cades_bes ... concode_field_sep TimestampParameters archiveTimestampParameters concode_elem_sep DigestAlgorithm digestAlgorithm concode_elem_sep TimestampParameters signatureTimestampParameters concode_elem_sep EncryptionAlgorithm encryptionAlgo...
SignatureLevel function ( ) { return signatureLevel ; }
13,548
start over at the very beginning concode_field_sep int min concode_elem_sep long upperHead concode_elem_sep int max concode_elem_sep long lowerHead concode_elem_sep int increment concode_elem_sep int minWidth concode_elem_sep int maxWidth concode_field_sep Range<Integer> next concode_elem_sep void update concode_elem_s...
void function ( ) { lowerHead = min ; upperHead = min + minWidth ; }
13,549
returns an javax.transaction.xa.xaresource instance . concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionManager cm concode_elem_sep Logger log concode_elem_sep Set<HelloWorldConnectionImpl> ...
XAResource function ( ) { throw new NotSupportedException ( "srini_string" ) ; }
13,550
sets the value of the shipdate property . concode_field_sep List<Items.Item> item concode_elem_sep int quantity concode_elem_sep BigDecimal usPrice concode_elem_sep String comment concode_elem_sep XMLGregorianCalendar shipDate concode_elem_sep String productName concode_elem_sep String partNum concode_field_sep XMLGreg...
void function ( XMLGregorianCalendar arg0 ) { this . shipDate = arg0 ; }
13,551
round the value to the specified exponent concode_field_sep float ELE_FACTOR concode_elem_sep DistanceCalc DIST_EARTH concode_elem_sep DistanceCalc3D DIST_3D concode_elem_sep Logger logger concode_elem_sep DistancePlaneProjection DIST_PLANE concode_elem_sep float DEGREE_FACTOR concode_elem_sep Charset UTF_CS concode_el...
double function ( double arg0 , int arg1 ) { double loc0 = Math . pow ( 10 , arg1 ) ; return Math . round ( arg0 * loc0 ) / loc0 ; }
13,552
sets parameters to customize object handling . parameters are shared among handler implementations . concode_field_sep DcStreamEditor dcMetadata concode_elem_sep RelationEditor relationEditor concode_elem_sep MetaModelRepository models concode_elem_sep DigitalObjectPlugin plugin concode_elem_sep Map<String,Object> para...
void function ( String arg0 , Object arg1 ) { parameters . put ( arg0 , arg1 ) ; }
13,553
useful policy wildcard tool . can set entire collections ' contents ' policies concode_field_sep PlaceHolder placeHolder concode_field_sep void setPolicies concode_elem_sep void setPolicies concode_elem_sep void main
void function ( Context arg0 , int arg1 , int arg2 , int arg3 , int arg4 , int arg5 , boolean arg6 , boolean arg7 , String arg8 ) { setPoliciesFilter ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , null , null , null , null ) ; }
13,554
warning log message with printf formatting . 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 ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , String . format ( arg1 , arg2 ) ) ; }
13,555
gets the value of the overage property . concode_field_sep BucketType usageBucket concode_elem_sep BigDecimal price concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep XMLGregorianCalendar expiration...
OverageType function ( ) { return overage ; }
13,556
returns the sorted position of the element with the given index in the items list provided to the init method . concode_field_sep Comparator<? super T> comparator concode_elem_sep List<Entry> list concode_elem_sep T item concode_elem_sep int[] positions concode_elem_sep int idx concode_field_sep void init concode_elem_...
int function ( final int arg0 ) { return positions [ arg0 ] ; }
13,557
gets the timezone location used to identify this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep boolean isRelevantComponentId concode_elem_sep Strin...
String function ( ) { return id ; }
13,558
adds a jar file to be submitted with the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS concode_elem_sep Spark...
SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . jars . add ( arg0 ) ; return this ; }
13,559
as per #lookup long , but receives the number as a phonenumber instead of a long . concode_field_sep Logger LOGGER concode_elem_sep PhoneNumberUtil phoneUtil concode_elem_sep PhonePrefixMapStorageStrategy phonePrefixMapStorage concode_field_sep void writeExternal concode_elem_sep void readPhonePrefixMap concode_elem_se...
String function ( PhoneNumber arg0 ) { long loc0 = Long . parseLong ( arg0 . getCountryCode ( ) + phoneUtil . getNationalSignificantNumber ( arg0 ) ) ; return lookup ( loc0 ) ; }
13,560
returns the xinclude processing mode in use by the parser . concode_field_sep PlaceHolder placeHolder concode_field_sep DOMImplementation getDOMImplementation concode_elem_sep void setEntityResolver concode_elem_sep boolean isNamespaceAware concode_elem_sep void setErrorHandler concode_elem_sep void reset concode_elem_...
boolean function ( ) { return false ; }
13,561
returns the last value corresponding to the specified field , or null . concode_field_sep List<String> namesAndValues concode_elem_sep String[] namesAndValues concode_field_sep Builder add concode_elem_sep Builder add concode_elem_sep Builder addLenient concode_elem_sep Builder addLenient concode_elem_sep Builder set c...
String function ( String arg0 ) { return get ( namesAndValues , arg0 ) ; }
13,562
returns the osgi service identifier . concode_field_sep ThemeService _service concode_field_sep java.util.List<com.liferay.portal.model.Theme> getThemes concode_elem_sep com.liferay.portal.kernel.json.JSONArray getWARThemes concode_elem_sep ThemeService getService
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
13,563
this method is used to get input name of current module of thisconnection . concode_field_sep String outputName concode_elem_sep String ouputModuleId concode_elem_sep String REF_IDENTIFIER concode_elem_sep String inputName concode_field_sep String getOutputName concode_elem_sep int hashCode concode_elem_sep boolean equ...
String function ( ) { return inputName ; }
13,564
returns the name of the user who closed the shown task . concode_field_sep WebElement rootElement concode_field_sep String getAssigneeName concode_elem_sep String getCreatorName concode_elem_sep String getModifierName concode_elem_sep boolean areClosedTaskFieldsVisible concode_elem_sep boolean isAssigneeNameVisible
String function ( ) { return rootElement . findElement ( By . id ( "srini_string" ) ) . getText ( ) ; }
13,565
prints a message at info priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
void function ( String arg0 , String arg1 ) { i ( arg0 , arg1 , null ) ; }
13,566
returns the value as a resourcekey concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Object currentValue concode_elem_sep ResourcePropertyEditorComponent editorComponent concode_field_sep boolean supportsCustomEditor concode_elem_sep void paintValue concode_elem_sep String[] getTags concode...
Object function ( ) { return editorComponent . getValue ( ) ; }
13,567
constructs instance of this class from its textual representation . concode_field_sep String id concode_elem_sep Type type concode_field_sep Type getType concode_elem_sep String getIdentifier concode_elem_sep String toString
ObjectId function ( String arg0 ) { int loc0 = arg0 . indexOf ( "srini_string" ) ; if ( loc0 < 0 ) { return new ObjectId ( Type . OBJECT , arg0 ) ; } String loc1 = arg0 . substring ( 0 , loc0 ) ; String loc2 = arg0 . substring ( loc0 + 1 ) ; return new ObjectId ( Type . valueOf ( loc2 . toUpperCase ( ) ) , loc1 ) ; }
13,568
gets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep LEProcessStepType leProcessStep concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem...
String function ( ) { return href ; }
13,569
creates a single entry registry , using registrybuilder #add class , object . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<? extends O> getAll concode_elem_sep Iterable<? extends O> getAll concode_elem_sep Optional<O> maybeGet concode_elem_sep Optional<O> maybeGet concode_elem_sep O get concode_...
Registry function ( Class < ? super T > arg0 , T arg1 ) { return builder ( ) . add ( arg0 , arg1 ) . build ( ) ; }
13,570
count dataitem by datagroupid 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 int countInLevel3 concode_elem_sep DATA...
int function ( long arg0 ) { int loc0 = 0 ; try { loc0 = DATAITEMLocalServiceUtil . countByDataGroupId ( arg0 ) ; } catch ( Exception loc1 ) { _log . error ( loc1 ) ; } return loc0 ; }
13,571
sets the justification value for this object to the specified value . concode_field_sep int TRAILING concode_elem_sep int LEADING concode_elem_sep int LEFT concode_elem_sep int vgap concode_elem_sep int RIGHT concode_elem_sep int align concode_elem_sep long serialVersionUID concode_elem_sep int CENTER concode_elem_sep ...
void function ( int arg0 ) { if ( arg0 != LEFT && arg0 != RIGHT && arg0 != CENTER && arg0 != LEADING && arg0 != TRAILING ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; this . align = arg0 ; }
13,572
create a compositedata from a map . each key in the map must be a string , and each value must be a type consistent with opentypes . concode_field_sep OpenType[] EMPTY_OPENTYPES concode_elem_sep Map<Class<?>,SimpleType> SIMPLETYPES_MAP concode_elem_sep String[] EMPTY_STRING_ARRAY concode_field_sep ArrayType newArrayTyp...
CompositeData function ( final String arg0 , final String arg1 , final Map < String , Object > arg2 ) { final CompositeType loc0 = mapToCompositeType ( arg0 , arg1 , arg2 , null ) ; return ( new CompositeDataSupport ( loc0 , arg2 ) ) ; }
13,573
finds the majority label , breaking ties randomly this method can be used when the criterion variable is the categorical attribute . concode_field_sep List<Instance> instances concode_elem_sep Dataset dataset concode_field_sep Data bagging concode_elem_sep Data bagging concode_elem_sep double[] values concode_elem_sep ...
int function ( Random arg0 ) { int [ ] loc0 = new int [ dataset . nblabels ( ) ] ; for ( int loc1 = 0 ; loc1 < size ( ) ; loc1 ++ ) { loc0 [ ( int ) dataset . getLabel ( get ( loc1 ) ) ] ++ ; } return DataUtils . maxindex ( arg0 , loc0 ) ; }
13,574
set the init data in the tld for this validator . parameter names are keys , and parameter values are the values . concode_field_sep Map<String,Object> initParameters concode_field_sep Map<String,Object> getInitParameters concode_elem_sep void release concode_elem_sep ValidationMessage[] validate
void function ( Map < String , Object > arg0 ) { initParameters = arg0 ; }
13,575
vraci seznam rezervaci uzivatele concode_field_sep AddressStorage address concode_elem_sep MailProducer mail concode_elem_sep UserBuilder userBuilder concode_elem_sep Principal loggedUser concode_elem_sep ReservationDao reservationDao concode_elem_sep UserDao userDao concode_field_sep Response addUser concode_elem_sep ...
Response function ( @ PathParam ( "srini_string" ) Long arg0 ) { List < Reservation > loc0 = reservationDao . getUserReservations ( arg0 , null , null ) ; return Response . ok ( new ListWrapper ( loc0 ) ) . build ( ) ; }
13,576
get a number of pseudo random bytes . concode_field_sep Random RANDOM concode_elem_sep SecureRandom cachedSecureRandom concode_elem_sep boolean seeded concode_field_sep int randomInt concode_elem_sep int compareInt concode_elem_sep long roundUpLong concode_elem_sep byte[] generateAlternativeSeed concode_elem_sep int se...
void function ( byte [ ] arg0 ) { RANDOM . nextBytes ( arg0 ) ; }
13,577
polls to see if a packet is currently available and returns it , or immediately returns null if no packets are currently in the result queue . concode_field_sep LinkedBlockingQueue<Packet> resultQueue concode_elem_sep int MAX_PACKETS concode_elem_sep boolean cancelled concode_elem_sep PacketFilter packetFilter concode_...
Packet function ( ) { return resultQueue . poll ( ) ; }
13,578
sets the fixedcascadedvalues property . concode_field_sep short BOX_RELATIVE_MASK concode_elem_sep short NON_CSS_ORIGIN concode_elem_sep short BLOCK_HEIGHT_RELATIVE_MASK concode_elem_sep short USER_ORIGIN concode_elem_sep short INLINE_AUTHOR_ORIGIN concode_elem_sep short OVERRIDE_ORIGIN concode_elem_sep short PARENT_RE...
void function ( boolean arg0 ) { fixedCascadedValues = arg0 ; }
13,579
getlong convert various types to a long , returning null on error concode_field_sep PlaceHolder placeHolder concode_field_sep Long getLong concode_elem_sep int getInt
Long function ( Object arg0 ) { if ( arg0 == null ) return null ; if ( arg0 instanceof Number ) return new Long ( ( ( Number ) arg0 ) . longValue ( ) ) ; if ( arg0 instanceof String ) { try { return new Long ( ( String ) arg0 ) ; } catch ( Exception loc0 ) { return null ; } } return null ; }
13,580
returns true if type represents an in-process connection to database . concode_field_sep String S_URL_PREFIX concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String url_database concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_HSQLS concode_elem_sep St...
boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES || arg0 == S_MEM ) { return true ; } return false ; }
13,581
only used by tests concode_field_sep Log LOG concode_elem_sep DNSToSwitchMapping dnsToSwitchMapping concode_elem_sep boolean initCalled concode_field_sep void init concode_elem_sep Node resolve concode_elem_sep Node resolve concode_elem_sep Node coreResolve
DNSToSwitchMapping function ( ) { return dnsToSwitchMapping ; }
13,582
retrieves the designated parameter 's database-specific type name . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames conc...
String function ( int arg0 ) { int loc0 ; int loc1 ; checkRange ( arg0 ) ; return Types . getTypeName ( types [ -- arg0 ] ) ; }
13,583
returns the scope instance , or null if that is n't known for this instance . concode_field_sep Scoping SINGLETON_INSTANCE concode_elem_sep Scoping EAGER_SINGLETON concode_elem_sep Scoping UNSCOPED concode_elem_sep Scoping SINGLETON_ANNOTATION concode_field_sep V acceptVisitor concode_elem_sep V acceptVisitor concode_e...
Scope function ( ) { return null ; }
13,584
intended for use as the type of user-declared elements to make them simple links . gets the value of the content property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is ...
List < Object > function ( ) { if ( content == null ) { content = new ArrayList < Object > ( ) ; } return this . content ; }
13,585
return a bind expression that can be used in html forms as input name for the respective field , or null if not field-specific . returns a bind path appropriate for resubmission , e.g. `` address.street '' . note that the complete bind path as required by the bind tag is `` customer.address.street '' , if bound to a ``...
String function ( ) { return this . expression ; }
13,586
fires the per typename changes registered through #addchange string and clears thechanges cache . concode_field_sep Set<String> typesChanged concode_elem_sep Logger LOGGER concode_elem_sep ArcSdeVersionHandler versionHandler concode_elem_sep ArcSDEDataStore dataStore concode_elem_sep FeatureListenerManager listenerMana...
void function ( final boolean arg0 ) { for ( String loc0 : typesChanged ) { listenerManager . fireChanged ( loc0 , transaction , arg0 ) ; } typesChanged . clear ( ) ; }
13,587
register a new consumer configured with consumer key . concode_field_sep ConcurrentHashMap<String,Token> accessTokenByTokenString concode_elem_sep String owner concode_elem_sep ConcurrentHashMap<String,Consumer> consumerByConsumerKey concode_elem_sep Set<String> roles concode_elem_sep String secret concode_elem_sep Con...
Consumer function ( final String arg0 , final String arg1 , final String arg2 , final MultivaluedMap < String , String > arg3 ) { final Consumer loc0 = new Consumer ( arg1 , arg2 , arg0 , arg3 ) ; consumerByConsumerKey . put ( loc0 . getKey ( ) , loc0 ) ; return loc0 ; }
13,588
the default charset used for string decoding and encoding . concode_field_sep String charset concode_elem_sep int RADIX concode_elem_sep byte ESCAPE_CHAR concode_elem_sep BitSet WWW_FORM_URL concode_field_sep byte[] encode concode_elem_sep String encode concode_elem_sep String encode concode_elem_sep Object encode conc...
String function ( ) { return this . charset ; }
13,589
basic cache sweeper thread . note : envoking programs do not need to explicitly call this . concode_field_sep ConcurrentHashMap<K,WorkingSetObject<V>> theCache concode_elem_sep AtomicBoolean okFlag concode_elem_sep long numSlowSearches concode_elem_sep long numHits concode_elem_sep long mySweepInterval concode_elem_sep...
void function ( ) { while ( okFlag . get ( ) ) { try { Thread . sleep ( mySweepInterval ) ; numSweeps ++ ; processPass ( ) ; } catch ( InterruptedException loc0 ) { okFlag . set ( false ) ; } } }
13,590
return a hexadecimal string representation of the md5 digest of the given bytes . concode_field_sep String MD5_ALGORITHM_NAME concode_elem_sep char[] HEX_CHARS concode_field_sep char[] digestAsHexChars concode_elem_sep char[] digestAsHexChars concode_elem_sep char[] encodeHex concode_elem_sep byte[] md5Digest concode_e...
String function ( byte [ ] arg0 ) { return digestAsHexString ( MD5_ALGORITHM_NAME , arg0 ) ; }
13,591
sets the value of the mimetype property . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep String getMimeType concode_elem_sep void setEncoding concode_elem_sep List<Object> getConten...
void function ( String arg0 ) { this . mimeType = arg0 ; }
13,592
gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName
String function ( ) { return userName ; }
13,593
get the value of the last header of the given name . the name is case-insensitive . concode_field_sep String REQUEST concode_elem_sep String DEFAULT_CHARSET concode_elem_sep String method concode_elem_sep String ACCEPT_ENCODING concode_elem_sep List<Map.Entry<String,String>> headers concode_elem_sep String CONTENT_ENCO...
String function ( String arg0 ) { String loc0 = null ; for ( Map . Entry < String , String > loc1 : headers ) { if ( equalsIgnoreCase ( arg0 , loc1 . getKey ( ) ) ) { loc0 = loc1 . getValue ( ) ; } } return loc0 ; }
13,594
transforms an array of object into a tuple . does not work array of more than ten element . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<? extends Tuple> classOfTuple concode_elem_sep Class<? extends Tuple> classOfTuple concode_elem_sep Class<? extends Tuple> classOfTuple concode_elem_sep TUPLE cre...
TUPLE function ( Object arg0 , Object ... arg1 ) { List loc0 = Lists . newArrayList ( arg0 ) ; loc0 . addAll ( Arrays . asList ( arg1 ) ) ; return ( TUPLE ) create ( loc0 ) ; }
13,595
constructor . concode_field_sep String tagClass concode_elem_sep String tagName concode_field_sep String getTagClass concode_elem_sep void setTagName concode_elem_sep String getTagName concode_elem_sep void setTagClass
void function ( ) { tagName = null ; tagClass = null ; }
13,596
adds a new entity to the persistence store concode_field_sep EntityManagerFactory emFactory concode_elem_sep Class<T> entityClass concode_elem_sep int currentPageNumber concode_elem_sep int pageSize concode_elem_sep EntityManager _entityManager concode_elem_sep JpaRepository<T,ID> repository concode_elem_sep Iterator<T...
T function ( T arg0 ) { this . entityManager ( ) . persist ( arg0 ) ; return arg0 ; }
13,597
action method invoked from uploadservlet once it parses request with ` multipart/form-data ' form data and fetches uploaded file . concode_field_sep XMLParser xmlParser concode_elem_sep List<Book> catalog concode_elem_sep long serialVersionUID concode_elem_sep Errors errors concode_field_sep List<Book> getCatalog
void function ( InputStream arg0 ) { try { this . errors . getErrorMessages ( ) . clear ( ) ; this . catalog = xmlParser . parse ( arg0 ) ; } catch ( Exception loc0 ) { this . errors . addErrorMessage ( "srini_string" , loc0 ) ; return ; } }
13,598
creates a structfield with empty metadata . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep DataType DoubleType concode_elem_sep...
StructField function ( String arg0 , DataType arg1 , boolean arg2 ) { return createStructField ( arg0 , arg1 , arg2 , ( new MetadataBuilder ( ) ) . build ( ) ) ; }
13,599
returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.List<Alias> aliases concode_elem_sep String nextToken concode_field_sep java.util.List<Alias> getAliases concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep void setAliases conco...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAliases ( ) != null ) loc0 . append ( "srini_string" + getAliases ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_string" ) ...