idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
9,000 | 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 ; } |
9,001 | resets the options concode_field_sep int CANCEL concode_elem_sep Instances m_instances concode_elem_sep int m_retrieval concode_elem_sep int STRUCTURE_READY concode_elem_sep int WRITE concode_elem_sep int WAIT concode_elem_sep int m_writeMode concode_field_sep void cancel concode_elem_sep void setInstances concode_elem... | void function ( ) { m_instances = null ; m_writeMode = WAIT ; } |
9,002 | returns the ceiling value of a fixed point value a with the n digits . concode_field_sep PlaceHolder placeHolder concode_field_sep int div concode_elem_sep int trunc concode_elem_sep int round concode_elem_sep int mul concode_elem_sep int intValue concode_elem_sep int fixedValue concode_elem_sep int fixedValue concode_... | int function ( int arg0 , int arg1 ) { return ( arg1 + ( 1 << arg0 - 1 ) ) & - ( 1 << arg0 ) ; } |
9,003 | creates an instance of defaultnhttpclientconnection based on thegiven ssl iosession . this method can be overridden in a super class in order to provide a different implementation of the nhttpclientiotarget interface . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHttpClientHandler handler concode_elem... | NHttpClientIOTarget function ( final IOSession arg0 ) { return new DefaultNHttpClientConnection ( arg0 , createHttpResponseFactory ( ) , createByteBufferAllocator ( ) , this . params ) ; } |
9,004 | get security properties for either the a backend service or a method within that backend service . concode_field_sep Hashtable<String,Hashtable<String,String>> rolePropertiesTable concode_elem_sep Logger logger concode_field_sep Hashtable<String,String> getDefaultSecuritySpec concode_elem_sep Set<String> listRoleKeys c... | Hashtable < String , String > function ( String arg0 ) { return rolePropertiesTable . get ( arg0 ) ; } |
9,005 | sets the value of the productname 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 XMLG... | void function ( String arg0 ) { this . productName = arg0 ; } |
9,006 | returns the route used by this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY... | Route function ( ) { return route ; } |
9,007 | equivalent to calling flush flushable , true , but with no ioexception in the signature . concode_field_sep Logger logger concode_field_sep void flush | void function ( Flushable arg0 ) { try { flush ( arg0 , true ) ; } catch ( IOException loc0 ) { logger . log ( Level . SEVERE , "srini_string" , loc0 ) ; } } |
9,008 | build the default thread name prefix for this factory . concode_field_sep boolean daemon concode_elem_sep String threadNamePrefix concode_elem_sep ThreadGroup threadGroup concode_elem_sep int threadPriority concode_elem_sep AtomicInteger threadCount concode_field_sep void setThreadNamePrefix concode_elem_sep void setTh... | String function ( ) { return ClassUtils . getShortName ( getClass ( ) ) + "srini_string" ; } |
9,009 | return the policyidentifier value concode_field_sep String QUALIFIERS concode_elem_sep CertificatePolicyId policyIdentifier concode_elem_sep String NAME concode_elem_sep String ID concode_elem_sep Set<PolicyQualifierInfo> policyQualifiers concode_field_sep void encode concode_elem_sep void set concode_elem_sep String g... | CertificatePolicyId function ( ) { return policyIdentifier ; } |
9,010 | method yang digunakan untuk mengecek apakah permainan sudah siap dijalankan concode_field_sep PembuatArena petaGim concode_elem_sep GameState currentState concode_field_sep void restart concode_elem_sep void updateAbout concode_elem_sep void updateGameOver concode_elem_sep void start concode_elem_sep void update concod... | boolean function ( ) { return currentState == GameState . READY ; } |
9,011 | creates a new physical connection to the underlying eis resource manager . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter writer concode_elem_sep ResourceAdapter ra concode_field_sep void setResourceAdapter concode_elem_sep void setLogWriter concode_elem_sep int hashCode concode_elem_sep Object cr... | ManagedConnection function ( Subject arg0 , ConnectionRequestInfo arg1 ) { return new HelloWorldManagedConnection ( this ) ; } |
9,012 | returns numbers currently noted in cell . concode_field_sep CellNote EMPTY concode_elem_sep Set<Integer> mNotedNumbers concode_field_sep void serialize concode_elem_sep String serialize concode_elem_sep CellNote toggleNumber concode_elem_sep CellNote removeNumber concode_elem_sep CellNote clear concode_elem_sep boolean... | Set < Integer > function ( ) { return mNotedNumbers ; } |
9,013 | set behavior for getstring method when a referred-to system property is not set . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value is the default . concode_field_sep boolean validated ... | void function ( int arg0 ) { this . missingPropertyBehavior = arg0 ; } |
9,014 | get default display concode_field_sep PlaceHolder placeHolder concode_field_sep int getIntPixels concode_elem_sep int getIntPixels concode_elem_sep int getIntPixels concode_elem_sep float getPixels concode_elem_sep float getPixels concode_elem_sep int getDisplayWidth concode_elem_sep int getDisplayWidth | Display function ( final Context arg0 ) { return ( ( WindowManager ) arg0 . getSystemService ( WINDOW_SERVICE ) ) . getDefaultDisplay ( ) ; } |
9,015 | sets main gui and all child components to error mode concode_field_sep GUIleftPanel leftPanelControl concode_elem_sep String VERSION concode_elem_sep GUImainSettings settings concode_elem_sep JFrame jFrame concode_elem_sep char BREAKPOINT concode_elem_sep GUIquestSelection questSelection concode_elem_sep GUIrightPanel ... | void function ( String arg0 , String arg1 , int arg2 ) { this . menuBarControl . updateUndoRedo ( this . leftPanelControl . getSourcePane ( ) , false ) ; this . leftPanelControl . setErrorMode ( arg1 , this . rightPanelControl . showErrorPanel ( arg0 ) , arg2 ) ; } |
9,016 | the amazon ec2 instance id for this information . concode_field_sep java.util.Date sampleTimestamp concode_elem_sep String ec2InstanceId concode_elem_sep String infoType concode_elem_sep String message concode_field_sep EnvironmentInfoDescription withInfoType concode_elem_sep EnvironmentInfoDescription withInfoType con... | String function ( ) { return this . ec2InstanceId ; } |
9,017 | return the dependency version . concode_field_sep String groupId concode_elem_sep String artifactId concode_elem_sep List<Exclusion> exclusions concode_elem_sep String version concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep St... | String function ( ) { return this . version ; } |
9,018 | setter method to set the on line closure of detailed problem type concode_field_sep Integer subsubCategoryParentId concode_elem_sep Integer subsubCategoryStatus concode_elem_sep String subsubCategoryName concode_elem_sep String callBackType concode_elem_sep String subsubCategoryModifiedBy concode_elem_sep long serialVe... | void function ( Integer arg0 ) { this . subsubCategoryOnCl = arg0 ; } |
9,019 | returns a hash code value for the object . concode_field_sep String name concode_elem_sep UnitType ABSOLUTE concode_elem_sep long serialVersionUID concode_elem_sep UnitType RELATIVE concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String toString | int function ( ) { return this . name . hashCode ( ) ; } |
9,020 | constructs a stream that writes bytes to the given channel . concode_field_sep PlaceHolder placeHolder concode_field_sep Writer newWriter concode_elem_sep Writer newWriter concode_elem_sep InputStream newInputStream concode_elem_sep ReadableByteChannel newChannel concode_elem_sep WritableByteChannel newChannel concode_... | OutputStream function ( WritableByteChannel arg0 ) { return VMChannels . newOutputStream ( arg0 ) ; } |
9,021 | warning 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 s... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; } |
9,022 | fetches the time it took to solve the problem . concode_field_sep long runtimeStop concode_elem_sep long runtimeStart concode_field_sep long totalRuntime concode_elem_sep void setEndTime | long function ( long arg0 ) { return arg0 - runtimeStart ; } |
9,023 | gets the comments . concode_field_sep boolean ifNotExists concode_elem_sep Map<String,String> dbProperties concode_elem_sep Map<String,String> innerDBProps concode_elem_sep String dbName concode_elem_sep String innerLoc concode_elem_sep boolean ifNotExits concode_elem_sep String comment concode_elem_sep String location... | String function ( ) { return this . comment ; } |
9,024 | get the offset of the shadow from the line . concode_field_sep Integer xAxis concode_elem_sep List<Object> data concode_elem_sep String color concode_elem_sep Boolean shadow concode_elem_sep String fillAxis concode_elem_sep Boolean show concode_elem_sep String fillToValue concode_elem_sep Integer fillAlpha concode_elem... | Integer function ( ) { return shadowOffset ; } |
9,025 | set the value related to the column : item_count concode_field_sep String REF concode_elem_sep java.lang.Boolean printedToKitchen concode_elem_sep com.floreantpos.model.TicketItemModifierGroup parent concode_elem_sep java.lang.Integer groupId concode_elem_sep String PROP_EXTRA_UNIT_PRICE concode_elem_sep String PROP_PR... | void function ( java . lang . Integer arg0 ) { this . itemCount = arg0 ; } |
9,026 | gets the value of the processingtimemillis property . concode_field_sep Long processingTimeMillis concode_elem_sep Long pendingTimeMillis concode_elem_sep String jobStatsType concode_elem_sep Integer progressPercent concode_field_sep void setPendingTimeMillis concode_elem_sep Integer getProgressPercent concode_elem_sep... | Long function ( ) { return processingTimeMillis ; } |
9,027 | obtains value of the coreconnectionpnames #socket_buffer_size parameter . if not set , defaults to -1 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setS... | int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( CoreConnectionPNames . SOCKET_BUFFER_SIZE , - 1 ) ; } |
9,028 | subtract this counters from that counters . concode_field_sep Factory<E,C> factory concode_elem_sep long[] counters concode_elem_sep Class<E> enumClass concode_elem_sep java.util.Map<K,C> counts concode_field_sep void add concode_elem_sep void add concode_elem_sep void negation concode_elem_sep void set concode_elem_se... | void function ( final EnumCounters < E > arg0 ) { for ( int loc0 = 0 ; loc0 < counters . length ; loc0 ++ ) { this . counters [ loc0 ] -= arg0 . counters [ loc0 ] ; } } |
9,029 | sets the value of the capacity property . concode_field_sep ResponseTimeRequestClass responseTimeRequestClass concode_elem_sep String capacityName concode_elem_sep MaxThreadsConstraint maxThreadsConstraint concode_elem_sep Capacity capacity concode_elem_sep FairShareRequestClass fairShareRequestClass concode_elem_sep B... | void function ( final Capacity arg0 ) { this . capacity = arg0 ; } |
9,030 | correlation id is a '' / '' separated nested string the first part is the table with tbl = concode_field_sep PlaceHolder placeHolder concode_field_sep Object getCorrelationId concode_elem_sep String constructPathFromCorrelationId concode_elem_sep Stream<Path> getPathStream concode_elem_sep Message<FileMessage> generate... | String function ( String arg0 ) { String loc0 = isPartition ( arg0 ) ? arg0 . substring ( 0 , arg0 . indexOf ( "srini_string" ) ) : arg0 ; return loc0 . replace ( Constants . CORREL_ID_TABLENAME_LABEL + Constants . CORREL_ID_LABEL_VALUE_SEP , "srini_string" ) ; } |
9,031 | convert a sample count from one timebase to another concode_field_sep Timebase HZ_50 concode_elem_sep Timebase NTSC concode_elem_sep Timebase HZ_44100 concode_elem_sep Timebase HZ_192000 concode_elem_sep Timebase HZ_1000 concode_elem_sep int numerator concode_elem_sep int denominator concode_elem_sep Timebase HZ_25 con... | double function ( final double arg0 , final Timebase arg1 ) { if ( arg0 == 0 ) { return 0 ; } else if ( ! this . equals ( arg1 ) ) { final double loc0 = resample ( arg0 , arg1 , this ) ; return loc0 ; } else { return arg0 ; } } |
9,032 | get custom serializer concode_field_sep java.lang.String uploadRate concode_elem_sep java.lang.String downloadRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_elem_sep com.gvt.www.ws.eai.os... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
9,033 | sets content id . concode_field_sep long serialVersionUID concode_elem_sep Integer contentId concode_elem_sep Integer hubDistributionStatusId concode_elem_sep Integer hubSubscriptionId concode_field_sep Integer getContentId concode_elem_sep void setHubSubscriptionId concode_elem_sep void setHubDistributionStatusId conc... | void function ( Integer arg0 ) { this . contentId = arg0 ; } |
9,034 | calculates the height of a rectangle given the mactionbarbackbtn and right edges and an aspect ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep float calculateAspectRatio concode_elem_sep float calculateAspectRatio concode_elem_sep float calculateTop concode_elem_sep float calculateWidth concode_elem... | float function ( float arg0 , float arg1 , float arg2 ) { final float loc0 = arg1 - arg0 ; final float loc1 = loc0 / arg2 ; return loc1 ; } |
9,035 | loads the remaining entities if any that were not loaded before . applies to cached lazy lists only . concode_field_sep Cursor cursor concode_elem_sep int size concode_elem_sep List<E> entities concode_elem_sep int index concode_elem_sep ReentrantLock lock concode_elem_sep InternalQueryDaoAccess<E> daoAccess concode_el... | void function ( ) { checkCached ( ) ; int loc0 = entities . loc0 ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { get ( loc1 ) ; } } |
9,036 | sets default transaction isolation . concode_field_sep TransactionConcurrency DFLT_TX_CONCURRENCY concode_elem_sep int pessimisticTxLogLinger concode_elem_sep Factory txManagerFactory concode_elem_sep TransactionIsolation DFLT_TX_ISOLATION concode_elem_sep boolean useJtaSync concode_elem_sep long serialVersionUID conco... | void function ( TransactionIsolation arg0 ) { this . dfltIsolation = arg0 ; } |
9,037 | returns the set of tag names concode_field_sep MetricMap metricMap concode_elem_sep TagMap tagMap concode_field_sep TagMap getTagsCopy concode_elem_sep MetricMap getMetricsCopy concode_elem_sep Number getMetric concode_elem_sep Object getTag concode_elem_sep Set<String> getMetricNames | Set < String > function ( ) { return Collections . unmodifiableSet ( tagMap . keySet ( ) ) ; } |
9,038 | listen for messages from remote nodes . concode_field_sep int MESSAGES_NUM concode_field_sep void startListening concode_elem_sep void main | void function ( IgniteMessaging arg0 , final CountDownLatch arg1 , final CountDownLatch arg2 ) { arg0 . localListen ( TOPIC . ORDERED , ( nodeId , msg ) -> { arg1 . countDown ( ) ; return arg1 . getCount ( ) > 0 ; } ) ; arg0 . localListen ( TOPIC . UNORDERED , ( nodeId , msg ) -> { arg2 . countDown ( ) ; return arg2 . ... |
9,039 | a list of contact address for the domain registrant . concode_field_sep String validationDomain concode_elem_sep String domainName concode_elem_sep java.util.List<String> validationEmails concode_field_sep void setValidationEmails concode_elem_sep int hashCode concode_elem_sep String getValidationDomain concode_elem_se... | java . util . List < String > function ( ) { return validationEmails ; } |
9,040 | sets the layer vector to the given java.util.vector . concode_field_sep int ORIENTATION_SHIFTED concode_elem_sep String filename concode_elem_sep int ORIENTATION_HEXAGONAL concode_elem_sep int ORIENTATION_ISOMETRIC concode_elem_sep Vector<TileSet> tileSets concode_elem_sep Vector<MapLayer> layers concode_elem_sep Recta... | void function ( Vector < MapLayer > arg0 ) { this . layers = arg0 ; } |
9,041 | returns the simple name of the underlying class as supplied in the source code . concode_field_sep PlaceHolder placeHolder concode_field_sep Field getDeclaredField concode_elem_sep Class forName concode_elem_sep boolean isAnnotationPresent concode_elem_sep Field getField concode_elem_sep Method getDeclaredMethod concod... | String function ( Class arg0 ) { return arg0 . getSimpleName ( ) ; } |
9,042 | getter for the field y. concode_field_sep String sysoid concode_elem_sep String icon concode_elem_sep int x concode_elem_sep int y concode_elem_sep int mapId concode_elem_sep int id concode_elem_sep String label concode_elem_sep String type concode_field_sep String getSysoid concode_elem_sep void setY concode_elem_sep ... | int function ( ) { return y ; } |
9,043 | set the context implementation class name . concode_field_sep Host host concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep StringManager sm concode_elem_sep String contextClass concode_elem_sep String userClass concode_elem_sep String home concode_elem_sep Pattern deny concode_elem_sep String configClass... | void function ( String arg0 ) { this . contextClass = arg0 ; } |
9,044 | checks if the data needs anonymization . typically , data types which are numeric in nature does n't need anonymization . concode_field_sep String[] KNOWN_WORDS concode_field_sep boolean hasSuffix concode_elem_sep String[] extractSuffix concode_elem_sep boolean isKnownData concode_elem_sep boolean isKnownData | boolean function ( String arg0 ) { if ( StringUtils . isNumeric ( arg0 ) ) { return false ; } return true ; } |
9,045 | saves given configuration . concode_field_sep List<Config> configs concode_elem_sep String defaultConfigName concode_field_sep void setConfigs concode_elem_sep boolean hasDefault concode_elem_sep void deleteConfig concode_elem_sep boolean contains concode_elem_sep boolean validateUrlAndDomain concode_elem_sep void upda... | void function ( Config arg0 ) { if ( ! contains ( arg0 ) ) { configs . add ( arg0 ) ; } } |
9,046 | portable way of creating a portable message digest instance computing sha 160 bit digests . does messagedigest #getinstance messagedigest.getinstance messagedigest #alg_sha messagedigest.alg _ sha on the card if javacard_applet is defined and new message_digest_wrapper on the host if javacard_applet is undefined . only... | MessageDigest function ( ) { return MessageDigest . getInstance ( MessageDigest . ALG_SHA , false ) ; } |
9,047 | gets the value of the scale property . concode_field_sep ResponsibleParty publisher concode_elem_sep String edition concode_elem_sep String scale concode_elem_sep List<GeographicCoverage> geographicCoverage concode_field_sep Map withScale concode_elem_sep Map withGeographicCoverage concode_elem_sep Map withGeographicCo... | String function ( ) { return scale ; } |
9,048 | this type of material ca n't be pushed , but pistons can move over it . concode_field_sep EnumPushReaction mobilityFlag concode_elem_sep Material GROUND concode_elem_sep Material WATER concode_elem_sep boolean canBurn concode_elem_sep Material CRAFTED_SNOW concode_elem_sep boolean requiresNoTool concode_elem_sep Materi... | Material function ( ) { this . mobilityFlag = EnumPushReaction . DESTROY ; return this ; } |
9,049 | sets a domerrorhandler on the dom level 3 serializer . this interface is a public api . concode_field_sep DOMErrorHandler fErrorHandler concode_elem_sep SerializationHandler fSerializationHandler concode_elem_sep String fNewLine concode_elem_sep LSSerializerFilter fSerializerFilter concode_field_sep void setSerializati... | void function ( DOMErrorHandler arg0 ) { fErrorHandler = arg0 ; } |
9,050 | queues the specified httprequest for batched execution . batched requests are executedwhen #execute is called . concode_field_sep HttpRequest request concode_elem_sep HttpRequestFactory requestFactory concode_elem_sep Class<T> dataClass concode_elem_sep Class<E> errorClass concode_elem_sep GenericUrl batchUrl concode_e... | BatchRequest function ( HttpRequest arg0 , Class < T > arg1 , Class < E > arg2 , BatchCallback < T , E > arg3 ) { Preconditions . checkNotNull ( arg0 ) ; Preconditions . checkNotNull ( arg3 ) ; Preconditions . checkNotNull ( arg1 ) ; Preconditions . checkNotNull ( arg2 ) ; requestInfos . add ( new RequestInfo < T , E >... |
9,051 | gets the value of the address property . concode_field_sep Address address concode_elem_sep String homePhone concode_elem_sep PersonalIdentification identificationType concode_elem_sep XMLGregorianCalendar dateOfBirth concode_elem_sep long serialVersionUID concode_elem_sep String accountNumber concode_elem_sep String s... | Address function ( ) { return address ; } |
9,052 | the policies . concode_field_sep String nextMarker concode_elem_sep java.util.List<Policy> policies concode_field_sep String getNextMarker concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListPrincipalPoliciesResult clone concode_elem_sep void setPolicies concode_elem_sep String toString c... | java . util . List < Policy > function ( ) { return policies ; } |
9,053 | removes the specified annotation from set of excluded annotations . concode_field_sep Set<Class<? extends Annotation>> excludedAnnotations concode_elem_sep Map<Class<?>,Set<String>> excludedFields concode_elem_sep Map<Class<?>,List<Method>> extraMethods concode_field_sep ClassInfo getClassInfo concode_elem_sep Collecti... | AbstractClassInfoStrategy function ( final Class < ? extends Annotation > arg0 ) { excludedAnnotations . remove ( arg0 ) ; return this ; } |
9,054 | returns the closest integer to the specified float . this method will only properly round floats from - 2 ^ 14 to float.max _ value - 2 ^ 14 . concode_field_sep float INV_ATAN2_DIM_MINUS_1 concode_elem_sep double BIG_ENOUGH_FLOOR concode_elem_sep Random random concode_elem_sep float radToIndex concode_elem_sep int ATAN... | int function ( float arg0 ) { return ( int ) ( arg0 + BIG_ENOUGH_ROUND ) - BIG_ENOUGH_INT ; } |
9,055 | get the initial heading . concode_field_sep VehicleSpec vehicleSpec concode_elem_sep double currentTime concode_elem_sep Rectangle2D noVehicleZone concode_elem_sep double acceleration concode_elem_sep Point2D pos concode_elem_sep double heading concode_elem_sep double steeringAngle concode_elem_sep double spawnTime con... | double function ( ) { return heading ; } |
9,056 | generates a url . concode_field_sep ArrayList urlSeries concode_field_sep int getListCount concode_elem_sep int getURLCount concode_elem_sep String getURL concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void addURLSeries | String function ( CategoryDataset arg0 , int arg1 , int arg2 ) { return getURL ( arg1 , arg2 ) ; } |
9,057 | gets the department value for this paycheckjournalearning . concode_field_sep java.lang.Double hours concode_elem_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuit... | com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return department ; } |
9,058 | set the ifnonematch value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ifNone... | PoolPatchOptions function ( String arg0 ) { this . ifNoneMatch = arg0 ; return this ; } |
9,059 | get whether format could be shown concode_field_sep String format concode_elem_sep String name concode_elem_sep IConfigurationElement dataExtractionExtension concode_elem_sep String id concode_elem_sep String mimeType concode_elem_sep Boolean isHidden concode_field_sep String getName concode_elem_sep String getMimeType... | Boolean function ( ) { return isHidden ; } |
9,060 | gets the cloudlet 's execution start time . concode_field_sep int peId concode_elem_sep int index concode_elem_sep double startExecTime concode_elem_sep int NOT_FOUND concode_elem_sep double totalCompletionTime concode_elem_sep int duration concode_elem_sep int[] peArrayId concode_elem_sep int machineId concode_elem_se... | double function ( ) { return cloudlet . getExecStartTime ( ) ; } |
9,061 | set the maximum allowed size in bytes before uploads are written to disk . uploaded files will still be received past this amount , but they will not be stored in memory . default is 10240 , according to commons fileupload . concode_field_sep boolean uploadTempDirSpecified concode_elem_sep MultiValueMap<String,Multipar... | void function ( int arg0 ) { this . fileItemFactory . setSizeThreshold ( arg0 ) ; } |
9,062 | checks if the name of the torename identifier already exists in the given configuration implementation as local name for a component . if the newname already exists the refactoringstatus is marked as erroneous and context information is added . if the newname doesnt exist the refactoringstatus is not modified.if the ol... | void function ( ConfigurationAstAnalyzer arg0 , IFile arg1 , Identifier arg2 , String arg3 , RefactoringStatus arg4 ) { if ( arg2 == null ) { return ; } Identifier loc0 = existsLocalComponentName ( arg0 , arg3 ) ; if ( loc0 != null ) { addInfo ( arg2 , loc0 , arg1 , arg4 ) ; } } |
9,063 | cars concode_field_sep Logger logger concode_elem_sep List<Car> cars concode_elem_sep String name concode_elem_sep Map<String,CarType> carTypes concode_field_sep void setName concode_elem_sep boolean isAvailable concode_elem_sep Reservation confirmQuote concode_elem_sep Integer getAmountOfReservationsBy concode_elem_se... | Car function ( int arg0 ) { for ( Car loc0 : cars ) { if ( loc0 . getId ( ) == arg0 ) return loc0 ; } throw new IllegalArgumentException ( "srini_string" + name + "srini_string" + arg0 ) ; } |
9,064 | prefixes enum values , if they start with illegal character other than letter , dollar sign or underscore concode_field_sep PlaceHolder placeHolder concode_field_sep boolean startsWithLetter concode_elem_sep Collection<String> prefixEnumValues | String function ( String arg0 ) { return arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || startsWithLetter ( arg0 ) ? arg0 : "srini_string" . concat ( arg0 ) ; } |
9,065 | returns the image id of this image . concode_field_sep Image _image concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep b... | long function ( ) { return _image . getImageId ( ) ; } |
9,066 | returns the serialized form of the saga . concode_field_sep String sagaId concode_elem_sep String sagaType concode_elem_sep byte[] serializedSaga concode_elem_sep Saga saga concode_elem_sep String revision concode_field_sep String getSagaId concode_elem_sep String getSagaType concode_elem_sep Saga getSaga concode_elem_... | byte [ ] function ( ) { return serializedSaga ; } |
9,067 | set the strategy to use to create the bytecode from this generator . by default an instance of @see defaultgeneratorstrategy is used . concode_field_sep NamingPolicy namingPolicy concode_elem_sep ClassLoader classLoader concode_elem_sep ThreadLocal CURRENT concode_elem_sep boolean attemptLoad concode_elem_sep boolean u... | void function ( GeneratorStrategy arg0 ) { if ( arg0 == null ) arg0 = DefaultGeneratorStrategy . INSTANCE ; this . strategy = arg0 ; } |
9,068 | sets the student id for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_ele... | void function ( int arg0 ) { this . studentId = arg0 ; } |
9,069 | testvalue tests the specified value for validity against this indexquery . the helper classes in org.dbxml.core.indexer.helpers should be used for optimized performance . concode_field_sep int EQ concode_elem_sep int op concode_elem_sep int GT concode_elem_sep int NBW concode_elem_sep Value[] vals concode_elem_sep int ... | boolean function ( String arg0 ) { return testValue ( new Value ( arg0 ) ) ; } |
9,070 | move index to concode_field_sep String mSteps concode_elem_sep int mWorkingIndex concode_elem_sep String DELIM concode_elem_sep String mName concode_field_sep void moveForward concode_elem_sep String getName concode_elem_sep void addStep concode_elem_sep void moveBack concode_elem_sep void removeStep concode_elem_sep v... | void function ( int arg0 ) { mWorkingIndex = arg0 ; if ( mWorkingIndex >= getStepsArray ( ) . length ) { mWorkingIndex = getStepsArray ( ) . length - 1 ; } if ( mWorkingIndex < 0 ) { mWorkingIndex = 0 ; } } |
9,071 | set the count of records in the buffer . used for task input only . concode_field_sep int count concode_elem_sep ByteBuffer buffer concode_field_sep int count concode_elem_sep void count concode_elem_sep ByteBuffer buffer concode_elem_sep void buffer | void function ( int arg0 ) { this . count = arg0 ; } |
9,072 | create a uri concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> hostnamePortPair concode_elem_sep Map<String,String> hostnamePortPair concode_elem_sep void validateEndpoint concode_elem_sep Endpoint inetAddrEndpoint concode_elem_sep Map<String,String> uri concode_elem_sep List<String> retrie... | Map < String , String > function ( String arg0 ) { return map ( ADDRESS_URI , arg0 ) ; } |
9,073 | completely skip the apply step . concode_field_sep boolean ignoreApply concode_elem_sep T contentItem concode_elem_sep PatchingTaskDescription description concode_elem_sep boolean skipExecution concode_elem_sep byte[] backupHash concode_field_sep boolean prepare concode_elem_sep byte[] backup concode_elem_sep boolean i... | void function ( ) { ignoreApply = true ; } |
9,074 | validate handling of null . concode_field_sep PlaceHolder placeHolder concode_field_sep ByteBuffer copyIntoLargerArrayAndWrap concode_elem_sep Serializer<T> getSerializer concode_elem_sep Collection<T> getTestData concode_elem_sep void testRoundTrip concode_elem_sep void testByteBufferWithSharedBackingArrayIsOk | void function ( ) { Assert . assertNull ( getSerializer ( ) . fromByteBuffer ( getSerializer ( ) . toByteBuffer ( null ) ) ) ; } |
9,075 | used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ... | boolean function ( ) { return amIActive ; } |
9,076 | test % throwablefull separator | filters packages concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testFullAnsiWithCustomStyle concode_elem_sep void testFullAnsi concode_elem_sep void testNoneAndSeparatorAndFilters concode_e... | void function ( ) { test ( new String [ ] { "srini_string" , "srini_string" , "srini_string" } , Integer . MAX_VALUE , "srini_string" , Arrays . asList ( "srini_string" ) ) ; } |
9,077 | returns the pre field data . concode_field_sep List<Object> preFieldData concode_elem_sep List<Object> fieldValues concode_elem_sep List<Object> postFieldData concode_field_sep void appendData concode_elem_sep Object getValue concode_elem_sep void serialize concode_elem_sep void readBlockData concode_elem_sep void pars... | List < Object > function ( ) { return preFieldData ; } |
9,078 | sets the value of the perpetualaccessstartdate property . concode_field_sep String perpetualAccessEndDateString concode_elem_sep String perpetualAccessEndVolume concode_elem_sep String perpetualAccessStartDateFormat concode_elem_sep String perpetualAccessStartDateString concode_elem_sep String perpetualAccessStartVolum... | void function ( String arg0 ) { this . perpetualAccessStartDate = arg0 ; } |
9,079 | sets image loader masking color . masking color is the color of the images that will be converted to transparent . concode_field_sep Map imagesBank concode_elem_sep Map imageBank concode_elem_sep Color maskColor concode_elem_sep BaseIO base concode_field_sep void storeImage concode_elem_sep BufferedImage[] getStoredIma... | void function ( Color arg0 ) { this . maskColor = arg0 ; } |
9,080 | sets the controls that are being cached here . if these are the same controls that were used last time , this method does nothing . otherwise , the cache is flushed and a new cache is created for the new controls . concode_field_sep SizeCache[] caches concode_field_sep SizeCache getCache concode_elem_sep void flush con... | void function ( Control [ ] arg0 ) { if ( arg0 . length != caches . length ) { rebuildCache ( arg0 ) ; return ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { caches [ loc0 ] . setControl ( arg0 [ loc0 ] ) ; } } |
9,081 | adds the given property to the expression to be built . concode_field_sep String DEFAULT_QUALIFIER_DELIMITER concode_elem_sep Sort fallbackSort concode_elem_sep Sort DEFAULT_SORT concode_elem_sep String SORT_DEFAULTS_NAME concode_elem_sep String sortParameter concode_elem_sep String DEFAULT_PROPERTY_DELIMITER concode_e... | void function ( String arg0 ) { this . elements . add ( arg0 ) ; } |
9,082 | get the writers list concode_field_sep Map<InternalParquetRecordWriter,Long> writerList concode_elem_sep long DEFAULT_MIN_MEMORY_ALLOCATION concode_elem_sep long totalMemoryPool concode_elem_sep float DEFAULT_MEMORY_POOL_RATIO concode_elem_sep long minMemoryAllocation concode_elem_sep Log LOG concode_elem_sep float mem... | Map < InternalParquetRecordWriter , Long > function ( ) { return writerList ; } |
9,083 | gets the value of the mediarelincrtimepoint property . concode_field_sep MediaIncrDurationType mediaIncrDuration concode_elem_sep MediaRelIncrTimePointType mediaRelIncrTimePoint concode_elem_sep long serialVersionUID concode_field_sep void setMediaRelIncrTimePoint concode_elem_sep void setMediaIncrDuration concode_elem... | MediaRelIncrTimePointType function ( ) { return mediaRelIncrTimePoint ; } |
9,084 | appends a byte-array to the payload concode_field_sep short MAX_PAYLOAD_SIZE concode_elem_sep byte PT_ACTION concode_elem_sep byte ICON_JPEG concode_elem_sep byte majver concode_elem_sep byte[] payload concode_elem_sep byte PT_NOTIFICATION concode_elem_sep byte minver concode_elem_sep byte PT_BROADCAST concode_elem_sep... | void function ( byte [ ] arg0 ) { int loc0 = this . payload . length ; byte [ ] loc1 = this . payload ; this . payload = new byte [ loc0 + arg0 . length ] ; System . arraycopy ( loc1 , 0 , this . payload , 0 , loc0 ) ; System . arraycopy ( arg0 , 0 , this . payload , loc0 , arg0 . length ) ; } |
9,085 | unregister an observer from callbacks related to the adapter 's data changing . concode_field_sep int POSITION_NONE concode_elem_sep int POSITION_UNCHANGED concode_elem_sep DataSetObservable mObservable concode_field_sep void restoreState concode_elem_sep void startUpdate concode_elem_sep void startUpdate concode_elem_... | void function ( DataSetObserver arg0 ) { mObservable . unregisterObserver ( arg0 ) ; } |
9,086 | gets the single instance of the loggingtraceengine . concode_field_sep Log logger concode_elem_sep LoggingTraceEngine loggingTraceEngine concode_field_sep void trace concode_elem_sep boolean isTracing | LoggingTraceEngine function ( Properties arg0 ) { return loggingTraceEngine ; } |
9,087 | set the name of the default theme . out-of-the-box value is `` theme '' . concode_field_sep String defaultThemeName concode_elem_sep String ORIGINAL_DEFAULT_THEME_NAME concode_field_sep String getDefaultThemeName | void function ( String arg0 ) { this . defaultThemeName = arg0 ; } |
9,088 | set name of currently selected conversation concode_field_sep String charset concode_elem_sep String selected concode_elem_sep ArrayList<String> connectCommands concode_elem_sep String title concode_elem_sep boolean autoconnect concode_elem_sep ArrayList<String> autoJoinChannels concode_elem_sep int status concode_elem... | void function ( String arg0 ) { this . selected = arg0 ; } |
9,089 | get the height of the image in pixels . concode_field_sep Image image concode_elem_sep int DEFAULT_BORDER_SIZE concode_field_sep int getWidth concode_elem_sep void free concode_elem_sep void write | int function ( ) { return NIVision . imaqGetImageSize ( image ) . height ; } |
9,090 | create an instance of supportcaseescalateto concode_field_sep QName _Solution_QNAME concode_elem_sep QName _IssueSearch_QNAME concode_elem_sep QName _SupportCaseType_QNAME concode_elem_sep QName _SupportCaseIssue_QNAME concode_elem_sep QName _SolutionSearch_QNAME concode_elem_sep QName _SupportCase_QNAME concode_elem_s... | SupportCaseEscalateTo function ( ) { return new SupportCaseEscalateTo ( ) ; } |
9,091 | helper method to start location updates . concode_field_sep ILocationCallBacks mInterface concode_elem_sep int UPDATE_INTERVAL concode_elem_sep Context mContext concode_elem_sep boolean mRequestingLocationUpdates concode_elem_sep Location mLocation concode_elem_sep LocationRequest mLocationRequest concode_elem_sep Stri... | void function ( ) { Log . i ( TAG , "srini_string" ) ; LocationServices . FusedLocationApi . requestLocationUpdates ( mGoogleApiClient , mLocationRequest , this ) ; } |
9,092 | sets a boolean bitfield . concode_field_sep int _mask concode_elem_sep int _shift_count concode_field_sep byte clearByte concode_elem_sep byte setByte concode_elem_sep short setShortValue concode_elem_sep int set concode_elem_sep boolean isSet concode_elem_sep int clear concode_elem_sep int getRawValue concode_elem_sep... | byte function ( final byte arg0 , final boolean arg1 ) { return arg1 ? setByte ( arg0 ) : clearByte ( arg0 ) ; } |
9,093 | remove the first element , if it matches . concode_field_sep K[] array concode_field_sep void add concode_elem_sep Iterator<K> iterator concode_elem_sep K peekFirst concode_elem_sep K peekLast concode_elem_sep boolean removeLast | boolean function ( K arg0 ) { if ( peekFirst ( ) != arg0 ) { return false ; } int loc0 = array . length ; @ SuppressWarnings ( "srini_string" ) K [ ] loc1 = ( K [ ] ) new Object [ loc0 - 1 ] ; System . arraycopy ( array , 1 , loc1 , 0 , loc0 - 1 ) ; array = loc1 ; return true ; } |
9,094 | given a token find the active list associated with the token type concode_field_sep List<ActiveListFactory> activeListFactories concode_elem_sep ActiveList[] currentActiveLists concode_elem_sep Logger logger concode_elem_sep boolean checkPriorLists concode_elem_sep int listPtr concode_elem_sep String PROP_ACTIVE_LIST_F... | ActiveList function ( Token arg0 ) { return currentActiveLists [ arg0 . getSearchState ( ) . getOrder ( ) ] ; } |
9,095 | specifies the tag key of the query . concode_field_sep String metric concode_elem_sep String tagValue concode_elem_sep String scope concode_elem_sep String namespace concode_elem_sep String tagKey concode_field_sep void setMetric concode_elem_sep String getNamespace concode_elem_sep String getTagValue concode_elem_sep ... | void function ( String arg0 ) { this . tagKey = arg0 ; } |
9,096 | locates and decodes a maxicode in an image . concode_field_sep Decoder decoder concode_elem_sep ResultPoint[] NO_POINTS concode_elem_sep int MATRIX_WIDTH concode_elem_sep int MATRIX_HEIGHT concode_field_sep void reset concode_elem_sep BitMatrix extractPureBits | Result function ( BinaryBitmap arg0 ) { return decode ( arg0 , null ) ; } |
9,097 | sets the value of the name property . concode_field_sep String extraOptionsHelpUrl concode_elem_sep String name concode_elem_sep int defaultDatabasePort concode_elem_sep String shortName concode_elem_sep List<DatabaseAccessType> supportedAccessTypes concode_field_sep void setDefaultDatabasePort concode_elem_sep int get... | void function ( String arg0 ) { this . name = arg0 ; } |
9,098 | this implementation returns the passed-in value as-is . concode_field_sep Log logger concode_elem_sep LobHandler lobHandler concode_elem_sep TransactionManager jtaTransactionManager concode_field_sep void nullSafeSetInternal concode_elem_sep boolean isMutable concode_elem_sep void nullSafeSet concode_elem_sep int hashC... | Serializable function ( Object arg0 ) { return ( Serializable ) arg0 ; } |
9,099 | adds the kaleo task assignment to the database . also notifies the appropriate model listeners . concode_field_sep KaleoTaskAssignmentLocalService _kaleoTaskAssignmentLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kern... | com . liferay . portal . workflow . kaleo . model . KaleoTaskAssignment function ( com . liferay . portal . workflow . kaleo . model . KaleoTaskAssignment arg0 ) { return _kaleoTaskAssignmentLocalService . addKaleoTaskAssignment ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.