idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
1,200 | return the current root collector for this search concode_field_sep InternalProfileTree queryTree concode_elem_sep InternalProfileCollector collector concode_field_sep List<ProfileShardResult> buildShardResults concode_elem_sep ProfileBreakdown getQueryBreakdown concode_elem_sep long stopAndAddRewriteTime concode_elem_... | CollectorResult function ( ) { return collector . getCollectorTree ( ) ; } |
1,201 | assert the response body content as a byte array . concode_field_sep XmlExpectationsHelper xmlHelper concode_elem_sep JsonExpectationsHelper jsonHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep ... | ResultMatcher function ( final byte [ ] arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { assertEquals ( "srini_string" , arg0 , arg1 . getResponse ( ) . getContentAsByteArray ( ) ) ; } } ; } |
1,202 | create an instance of saveresponse concode_field_sep QName _SaveResponse_QNAME concode_elem_sep QName _Save_QNAME concode_elem_sep QName _QueryResponse_QNAME concode_elem_sep QName _Query_QNAME concode_field_sep QueryResponse createQueryResponse concode_elem_sep JAXBElement<QueryResponse> createQueryResponse concode_el... | SaveResponse function ( ) { return new SaveResponse ( ) ; } |
1,203 | returns the ssl socket factory , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authentica... | SSLSocketFactory function ( ) { return sslSocketFactory ; } |
1,204 | set the graphic state transorm on all child sprites , this is used for xform object parsing and text selection . there is no need to do this outside of the context parser . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds ... | void function ( AffineTransform arg0 ) { this . graphicStateTransform = arg0 ; for ( GlyphText loc0 : glyphTexts ) { loc0 . normalizeToUserSpace ( this . graphicStateTransform ) ; } } |
1,205 | this method resets the incoming events time events included . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean v2 concode_elem_sep long value concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_ele... | void function ( ) { } |
1,206 | retrieves the canonical path for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA... | String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; } |
1,207 | return the map of ` aggregate ' details that should be used from the specified healths . concode_field_sep PlaceHolder placeHolder concode_field_sep Status aggregateStatus concode_elem_sep Health aggregate | Map < String , Object > function ( Map < String , Health > arg0 ) { return new LinkedHashMap < String , Object > ( arg0 ) ; } |
1,208 | compares password entered and password in the database . concode_field_sep PlaceHolder placeHolder concode_field_sep String hashString | boolean function ( String arg0 , String arg1 ) { if ( arg1 . startsWith ( "srini_string" ) ) { return arg1 . equalsIgnoreCase ( hashString ( arg0 ) ) ; } else if ( arg1 . startsWith ( "srini_string" ) ) { return arg1 . equals ( "srini_string" + arg0 ) ; } else { return arg1 . equals ( arg0 ) ; } } |
1,209 | gets the value of the id property . concode_field_sep CanonicalizationMethodType canonicalizationMethod concode_elem_sep List<ReferenceType> reference concode_elem_sep SignatureMethodType signatureMethod concode_elem_sep String id concode_field_sep void add concode_elem_sep void setCanonicalizationMethod concode_elem_s... | String function ( ) { return id ; } |
1,210 | get the list of form elements to use for iteration . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormEleme... | ArrayList function ( ) { return componentList ; } |
1,211 | set double value at position 0 ; concode_field_sep double[] _data concode_elem_sep int _ofs concode_field_sep void setAt concode_elem_sep double getAt concode_elem_sep void dec concode_elem_sep void dec concode_elem_sep void setData concode_elem_sep void setData concode_elem_sep double[] cloneData concode_elem_sep doub... | void function ( double arg0 ) { _data [ _ofs ] = arg0 ; } |
1,212 | returns the end date/time in milliseconds . concode_field_sep long serialVersionUID concode_elem_sep long start concode_elem_sep long end concode_field_sep long getStartMillis concode_elem_sep Date getStart concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep Dat... | long function ( ) { return this . end ; } |
1,213 | gets the last ip . concode_field_sep String lastIp concode_elem_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep Pattern sessionIdPattern concode_elem_sep Integer idleTimeToSec concode_elem_sep List<Pattern> attrNamePatterns concode_elem_sep String ACTION_APPLY concode_elem_sep String idleTimeT... | String function ( ) { return lastIp ; } |
1,214 | sets the id nguoi tao of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBrid... | void function ( long arg0 ) { _kiemDemVien . setIdNguoiTao ( arg0 ) ; } |
1,215 | get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.lists.accounting_2014_2.Rate[] rateList concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
1,216 | returns true if given control setting is possible outcome of this call concode_field_sep boolean noPriorLine concode_elem_sep boolean noNewLine concode_field_sep boolean isCertain concode_elem_sep void setNoNewLine concode_elem_sep void writeIndent concode_elem_sep String write concode_elem_sep void write concode_elem_... | boolean function ( JavaControl arg0 ) { return isCertain ( arg0 ) ; } |
1,217 | retrieve the current attribute value-to-sakai user type map . concode_field_sep String logicalAttributeName concode_elem_sep Logger M_log concode_elem_sep Map<String,String> attributeValueToSakaiUserTypeMap concode_elem_sep boolean returnLiteralAttributeValueIfNoMapping concode_elem_sep String defaultSakaiUserType conc... | Map < String , String > function ( ) { return attributeValueToSakaiUserTypeMap ; } |
1,218 | perform additional initialisation routine here concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isDoNotActivateOnStart concode_elem_sep void createToolWindowContent | void function ( ToolWindow arg0 ) { } |
1,219 | closes socket , ignoring any checked exceptions . does nothing if socket is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY co... | void function ( Socket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } |
1,220 | get the scheme of the url e.g. http , https , file . the returned string contains everything before the '' : / / '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String getOrigin concode_elem_sep String nativeGetOrigin concode_elem_sep String nativeGetScheme | String function ( String arg0 ) { return nativeGetScheme ( arg0 ) ; } |
1,221 | converts an array of lambda expressions into an array of their evaluation results . concode_field_sep PlaceHolder placeHolder concode_field_sep Object get concode_elem_sep Message get concode_elem_sep Message getMessage | Object [ ] function ( final Supplier < ? > ... arg0 ) { if ( arg0 == null ) { return null ; } final Object [ ] loc0 = new Object [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = get ( arg0 [ loc1 ] ) ; } return loc0 ; } |
1,222 | get the split time on the stopwatch . this is the time between start and latest split . concode_field_sep long NANO_2_MILLIS concode_elem_sep State runningState concode_elem_sep long startTimeMillis concode_elem_sep long startTime concode_elem_sep long stopTime concode_elem_sep SplitState splitState concode_field_sep v... | long function ( ) { return getSplitNanoTime ( ) / NANO_2_MILLIS ; } |
1,223 | gets the character at the current position as returned by getindex . concode_field_sep UCharacterIterator iterator concode_field_sep char next concode_elem_sep char last concode_elem_sep char previous concode_elem_sep int getIndex concode_elem_sep char setIndex concode_elem_sep int getEndIndex concode_elem_sep Object c... | char function ( ) { return ( char ) iterator . current ( ) ; } |
1,224 | build metadata resolver aggregate . concode_field_sep Logger LOGGER concode_elem_sep Map<Resource,MetadataFilterChain> metadataResources concode_elem_sep ChainingMetadataResolver metadataResolver concode_elem_sep OpenSamlConfigBean configBean concode_elem_sep boolean requireValidMetadata concode_elem_sep Object lock co... | void function ( ) { buildMetadataResolverAggregate ( null ) ; } |
1,225 | 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 ) ) ; } |
1,226 | gets the value of the description property . concode_field_sep String peerNetworkAddress concode_elem_sep String peerIpAddress concode_elem_sep boolean isEnabled concode_elem_sep Boolean isOperational concode_elem_sep String name concode_elem_sep String description concode_elem_sep String encryptionProtocol concode_ele... | String function ( ) { return description ; } |
1,227 | create an instance of treatmenttype concode_field_sep QName _ProviderRep_QNAME concode_elem_sep QName _TreatmentRep_QNAME concode_elem_sep QName _PatientRep_QNAME concode_field_sep PatientType createPatientType concode_elem_sep ProviderType createProviderType concode_elem_sep DrugTreatmentType createDrugTreatmentType c... | TreatmentType function ( ) { return new TreatmentRepresentation ( ) ; } |
1,228 | generates the payment redirection url for an ideal payment get method . the hash value will be calculated and integrated into the paylemnt url automatically . concode_field_sep Log log concode_elem_sep SofortLibCommon sofortLib concode_elem_sep HashAlgorithm hashAlgorithm concode_field_sep String calculateHash concode_... | String function ( IDealRequest arg0 , String arg1 ) { log . info ( "srini_string" ) ; HttpConnectionData loc0 = ( HttpConnectionData ) sofortLib . getConnection ( arg0 ) . getConnectionData ( ) ; return new IDealRequestPaymentUrlBuilder ( arg0 ) . getPaymentUrl ( loc0 . getTarget ( ) , arg1 , hashAlgorithm ) ; } |
1,229 | associating a vertex to an existing mapping . concode_field_sep Map<String,VertexMapping> mappings concode_field_sep void dedicate concode_elem_sep VertexMapping getMapping concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep void associate concode_elem_sep void put | void function ( final MapperDAGVertex arg0 ) { this . mappings . get ( arg0 . getName ( ) ) . removeVertexID ( arg0 . getName ( ) ) ; this . mappings . remove ( arg0 . getName ( ) ) ; } |
1,230 | returns menu item accelerator text . concode_field_sep PlaceHolder placeHolder concode_field_sep int getIconPlaceholderWidth | String function ( final JMenuItem arg0 ) { final KeyStroke loc0 = arg0 . getAccelerator ( ) ; return loc0 != null ? SwingUtils . hotkeyToString ( loc0 ) : null ; } |
1,231 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Date dataFim 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 java... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
1,232 | called when the projects for the build have been created from the settings . none of the projects have been evaluated . concode_field_sep Gradle gradle concode_elem_sep StringBuffer bufferedLiveOutput concode_elem_sep float totalTasksExecuted concode_elem_sep Timer liveOutputTimer concode_elem_sep Logger logger concode... | void function ( Gradle arg0 ) { } |
1,233 | moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction . concode_field_sep QuadCurve2D quad concode_elem_sep int index concode_elem_sep AffineTransform affine concode_field_sep int getWindingRule concode_elem_sep int curren... | void function ( ) { index ++ ; } |
1,234 | indicate that this action should not use the memory cache for attempting to load or save the image . this can be useful when you know an image will only ever be used once e.g. , loading an image from the filesystem and uploading to a remote server . concode_field_sep boolean deferred concode_elem_sep boolean skipMemory... | RequestCreator function ( ) { skipMemoryCache = true ; return this ; } |
1,235 | returns salt_length 8 bytes of random data concode_field_sep int SALT_LENGTH concode_elem_sep ScryptParameters scryptParameters concode_elem_sep Logger log concode_elem_sep SecureRandom secureRandom concode_elem_sep int BLOCK_LENGTH concode_elem_sep int KEY_LENGTH concode_field_sep EncryptedData encrypt concode_elem_se... | byte [ ] function ( ) { byte [ ] loc0 = new byte [ SALT_LENGTH ] ; secureRandom . nextBytes ( loc0 ) ; return loc0 ; } |
1,236 | add a path to reap children from concode_field_sep Reaper.Mode mode concode_elem_sep int reapingThresholdMs concode_elem_sep int DEFAULT_REAPING_THRESHOLD_MS concode_elem_sep AtomicReference<State> state concode_elem_sep Collection<String> paths concode_elem_sep Future<?> task concode_elem_sep CloseableScheduledExecuto... | ChildReaper function ( String arg0 ) { paths . add ( PathUtils . validatePath ( arg0 ) ) ; return this ; } |
1,237 | adds an int to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSON... | JSONBuilder function ( int arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } |
1,238 | checks if the server is currently running . concode_field_sep ListenerFactory listenerFactory concode_elem_sep IServerSettingsManager serverSettingsManager concode_elem_sep Throwable asyncException concode_elem_sep String extendedConfiguratorCoreConfig concode_elem_sep List<IListener> listeners concode_elem_sep boolean... | boolean function ( ) { return this . started ; } |
1,239 | switch between printing full apdu 's or dots only . concode_field_sep boolean dots_only concode_elem_sep PrintWriter out concode_field_sep void exchangedAPDU | void function ( boolean arg0 ) { this . dots_only = arg0 ; } |
1,240 | the value for the cache node type . returns a reference to this object so that method calls can be chained together . concode_field_sep String cacheNodeType concode_elem_sep String value concode_field_sep String getValue concode_elem_sep CacheNodeTypeSpecificValue withCacheNodeType concode_elem_sep String getCacheNodeT... | CacheNodeTypeSpecificValue function ( String arg0 ) { this . value = arg0 ; return this ; } |
1,241 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
1,242 | return hash code of this object . concode_field_sep SSLContext sslcontext concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep SSLContext createEasySSLContext concode_elem_sep boolean equals concode_elem_sep... | int function ( ) { return EasySSLProtocolSocketFactory . class . hashCode ( ) ; } |
1,243 | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed | void function ( ) { this . handler . cancel ( ) ; } |
1,244 | serialize the given remoteinvocation to the given outputstream . the default implementation gives decorateoutputstream a chanceto decorate the stream first for example , for custom encryption or compression . creates an objectoutputstream for the final stream and calls dowriteremoteinvocation to actually write the obje... | void function ( RemoteInvocation arg0 , OutputStream arg1 ) { ObjectOutputStream loc0 = new ObjectOutputStream ( decorateOutputStream ( arg1 ) ) ; try { doWriteRemoteInvocation ( arg0 , loc0 ) ; } finally { loc0 . close ( ) ; } } |
1,245 | returns the size of this big array in bytes . concode_field_sep byte[][] array concode_elem_sep long SIZE_OF_SEGMENT concode_elem_sep byte initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void set concode_elem_sep void grow concode_elem_sep byte get concode_elem_sep void alloca... | long function ( ) { return SizeOf . sizeOf ( array ) + ( segments * SIZE_OF_SEGMENT ) ; } |
1,246 | prints a message at warn 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 , Throwable arg2 ) { println ( WARN , arg0 , arg1 , arg2 ) ; } |
1,247 | sets the value of the id property . concode_field_sep String revision concode_elem_sep String type concode_elem_sep String severity concode_elem_sep String summary concode_elem_sep String reviewerId concode_elem_sep String description concode_elem_sep String resolution concode_elem_sep ReviewIssueMeta reviewIssueMeta c... | void function ( String arg0 ) { this . id = arg0 ; } |
1,248 | gets the rrf dir . concode_field_sep String sab concode_elem_sep String rrfDir concode_elem_sep String uri concode_elem_sep String version concode_field_sep void setSab concode_elem_sep void setRrfDir concode_elem_sep void load concode_elem_sep String getSab concode_elem_sep void main | String function ( ) { return rrfDir ; } |
1,249 | set the message that is printed upon a trigger 's firing . concode_field_sep String triggerMisfiredMessage concode_elem_sep String name concode_elem_sep String triggerFiredMessage concode_elem_sep String triggerCompleteMessage concode_elem_sep Logger log concode_field_sep String getName concode_elem_sep String getTrigg... | void function ( final String arg0 ) { this . triggerMisfiredMessage = arg0 ; } |
1,250 | returns the java executable command . concode_field_sep List<String> modulesDirs concode_elem_sep String MODULES_JAR_NAME concode_elem_sep Path JAVA_HOME concode_elem_sep boolean WINDOWS concode_elem_sep String JAVA_EXE concode_elem_sep boolean addDefaultModuleDir concode_elem_sep Path wildflyHome concode_elem_sep bool... | String function ( ) { return getJavaCommand ( javaHome ) ; } |
1,251 | reverses all bits in the array . concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void setRange concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep int getNextUnset concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep voi... | void function ( ) { int [ ] loc0 = new int [ bits . length ] ; int loc1 = this . size ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( get ( loc1 - loc2 - 1 ) ) { loc0 [ loc2 >> 5 ] |= 1 << ( loc2 & 0x1F ) ; } } bits = loc0 ; } |
1,252 | getter for the list of statistics for failurecauses . concode_field_sep String displayName concode_elem_sep UpstreamCause upstreamCause concode_elem_sep int timeZoneOffset concode_elem_sep String project concode_elem_sep int buildNumber concode_elem_sep String master concode_elem_sep long duration concode_elem_sep Stri... | List < FailureCauseStatistics > function ( ) { return failureCauseStatisticsList ; } |
1,253 | sets the value of the devicecapabilitytargeting property . concode_field_sep OperatingSystemTargeting operatingSystemTargeting concode_elem_sep BrowserLanguageTargeting browserLanguageTargeting concode_elem_sep DeviceCategoryTargeting deviceCategoryTargeting concode_elem_sep MobileDeviceTargeting mobileDeviceTargeting ... | void function ( DeviceCapabilityTargeting arg0 ) { this . deviceCapabilityTargeting = arg0 ; } |
1,254 | returns the . concode_field_sep Orientation orientation concode_elem_sep double[][] array concode_elem_sep JHCScale<?> xScale concode_elem_sep JHCScale<?> yScale concode_field_sep int getHeight concode_elem_sep Orientation getOrientation concode_elem_sep JHCScale<?> getXScale concode_elem_sep JHCScale<?> getYScale conc... | double function ( int arg0 , int arg1 ) { switch ( orientation ) { case ROW : return array [ arg1 ] [ arg0 ] ; case COLUMN : return array [ arg0 ] [ arg1 ] ; } throw new IllegalStateException ( "srini_string" ) ; } |
1,255 | gets the user id param name . concode_field_sep String filterFieldsMaxDepth concode_elem_sep String loginCaseSensitive concode_elem_sep String userIdParamName concode_elem_sep String maxExportableSheets concode_elem_sep String autolocking concode_elem_sep String helpContentUrl concode_elem_sep String contactUrl concode... | String function ( ) { return userIdParamName ; } |
1,256 | get the resource adapter concode_field_sep String property concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_sep String getProperty concode_el... | ResourceAdapter function ( ) { return ra ; } |
1,257 | describe additems method here . concode_field_sep List<ServiceIdentity> identities concode_elem_sep String name concode_elem_sep String node concode_elem_sep String jid concode_elem_sep Logger log concode_elem_sep boolean adminOnly concode_elem_sep Set<ServiceEntity> items concode_elem_sep Set<String> features concode_... | void function ( ServiceEntity ... arg0 ) { if ( this . items == null ) { this . items = new LinkedHashSet < ServiceEntity > ( ) ; } for ( ServiceEntity loc0 : arg0 ) { if ( this . items . contains ( loc0 ) ) { this . items . remove ( loc0 ) ; } this . items . add ( loc0 ) ; } } |
1,258 | method `` padstring '' . concode_field_sep int PERCENT concode_elem_sep int NUMBER concode_elem_sep int OTHER concode_field_sep Double parseDouble concode_elem_sep boolean checkInput concode_elem_sep Double formatDouble concode_elem_sep Double formatPercentDecimalDouble concode_elem_sep Double formatFourDecimalDouble c... | String function ( String arg0 , int arg1 ) { return String . format ( "srini_string" + arg1 + "srini_string" , arg0 ) ; } |
1,259 | this method was generated by mybatis generator . this method returns the value of the database column ptenumain.valuetype concode_field_sep String valuetype concode_elem_sep String enutype concode_elem_sep String enudesc concode_elem_sep String enuname concode_field_sep String getEnudesc concode_elem_sep void setEnudes... | String function ( ) { return valuetype ; } |
1,260 | get _ 123number concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep Integer getName concode_elem_sep String getProperty concode_elem_sep Integer get... | Integer function ( ) { return _123Number ; } |
1,261 | implementation note : this hash code should be consistent with boolean #hashcode . concode_field_sep Trilean TRUE concode_elem_sep long serialVersionUID concode_elem_sep Trilean FALSE concode_elem_sep Trilean UNKNOWN concode_elem_sep byte value concode_field_sep Trilean or concode_elem_sep boolean isFalse concode_elem_... | int function ( ) { if ( this . isTrue ( ) ) { return Boolean . hashCode ( true ) ; } else if ( this . isFalse ( ) ) { return Boolean . hashCode ( false ) ; } else { return Byte . hashCode ( value ) ; } } |
1,262 | gets the item value for this assemblycomponent . concode_field_sep java.lang.String componentNumbers concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef item concode_elem_sep java.lang.Double quantity concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webse... | com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return item ; } |
1,263 | set whether the encoder should encode alpha transparency this is not supported for jpeg , so this method does nothing . concode_field_sep float quality concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep void setQuality concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha | void function ( boolean arg0 ) { } |
1,264 | get the recordingroot object for a recording concode_field_sep CellServerState serverState concode_elem_sep Logger logger concode_elem_sep String relativePath concode_elem_sep String name concode_elem_sep String WEB_SERVICE_PREFIX concode_field_sep CellMap<CellImportEntry> loadCellMap concode_elem_sep CellMap<CellImpor... | RecordingRoot function ( String arg0 ) { String loc0 = URLEncoder . encode ( arg0 , "srini_string" ) ; URL loc1 = new URL ( CellExporterUtils . getWebServerURL ( ) , WEB_SERVICE_PREFIX + "srini_string" + loc0 ) ; return RecordingRoot . decode ( new InputStreamReader ( loc1 . openStream ( ) ) ) ; } |
1,265 | should return the number that was assigned to object o that was previously passed as an argument to add . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep int size | long function ( Object arg0 ) { if ( arg0 == null ) return 0 ; return ( ( Long ) arg0 ) . longValue ( ) ; } |
1,266 | implementation only supports unix line-end format and is suitable for processing http and other network protocol communications . reads and writes a line of data . returns the number of bytes read/written . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep Serializable deseri... | int function ( InputStream arg0 , OutputStream arg1 ) { } |
1,267 | return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName... | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; } |
1,268 | get password concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep U... | String function ( ) { return password ; } |
1,269 | tests the coordinates order . the input layer is projected in epsg :4326 , the result is reprojected to epsg :3857 . concode_field_sep PlaceHolder placeHolder concode_field_sep String makeFullName concode_elem_sep void testGMLAsJSON concode_elem_sep String testGetGeofileToJSON concode_elem_sep void testKMLCoordinatesEP... | void function ( ) { String loc0 = "srini_string" ; String loc1 = makeFullName ( loc0 ) ; String loc2 = testGetGeofileToJSON ( loc1 , "srini_string" ) ; assertCoordinateContains ( - 252175.451614371791948 , 6177255.152005254290998 , loc2 ) ; } |
1,270 | returns encoded url path . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,List<String>> getUrlParameters concode_elem_sep void shareOnVk concode_elem_sep void shareOnTwitter concode_elem_sep void browseSite concode_elem_sep void openFile concode_elem_sep String decodeUrl concode_elem_sep void br... | String function ( final String arg0 ) { try { final URL loc0 = new URL ( arg0 ) ; final URI loc1 = new URI ( loc0 . getProtocol ( ) , loc0 . getHost ( ) , loc0 . getPath ( ) , loc0 . getQuery ( ) , null ) ; return loc1 . toASCIIString ( ) ; } catch ( final Throwable loc0 ) { return arg0 ; } } |
1,271 | returns a weigher that returns the given constant for every request . concode_field_sep int constant concode_field_sep int weigh concode_elem_sep int weigh concode_elem_sep int weigh concode_elem_sep Weigher<Integer,Object> intKeyWeigher concode_elem_sep Weigher<Object,Integer> intValueWeigher | Weigher < Object , Object > function ( int arg0 ) { return new ConstantWeigher ( arg0 ) ; } |
1,272 | sets the value of the id property . concode_field_sep String ipaddress concode_elem_sep String filename concode_elem_sep String filedigest concode_elem_sep String filesize concode_elem_sep int id concode_elem_sep String _abstract concode_field_sep String getFiledigest concode_elem_sep String getFilename concode_elem_se... | void function ( int arg0 ) { this . id = arg0 ; } |
1,273 | remove all listeners from the chain . concode_field_sep List<T> mListeners concode_elem_sep boolean mPerformingClearMethod concode_elem_sep RecyclerView mRecyclerView concode_elem_sep boolean mReleased concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep void onRecyclerViewAttached concode_elem_s... | void function ( ) { clear ( false ) ; } |
1,274 | return calcoffset if it is in the middle three quantiles , use the first or last quantile otherwise . concode_field_sep DensityMap densities concode_field_sep Integer getSplitHoriz concode_elem_sep SplittableDensityArea[] splitVert concode_elem_sep double getAspectRatio concode_elem_sep List<Area> split concode_elem_se... | Integer function ( int arg0 , int arg1 , long arg2 ) { int loc0 = arg0 + ( int ) arg2 ; int loc1 = ( arg1 - arg0 ) / 5 ; if ( loc0 - arg0 < loc1 ) loc0 = arg0 + loc1 ; else if ( arg1 - loc0 < loc1 ) loc0 = arg1 - loc1 ; if ( loc0 % 2 != 0 ) loc0 -- ; if ( loc0 == arg0 || loc0 == arg1 ) return null ; return loc0 ; } |
1,275 | get all admin emails that have been moved into trash bin concode_field_sep AdminEmailsLogic instance concode_elem_sep AdminEmailsDb adminEmailsDb concode_field_sep List<AdminEmailAttributes> getSentAdminEmails concode_elem_sep AdminEmailAttributes getAdminEmail concode_elem_sep List<AdminEmailAttributes> getAdminEmailD... | List < AdminEmailAttributes > function ( ) { return adminEmailsDb . getAdminEmailsInTrashBin ( ) ; } |
1,276 | convert a 64-bit byte array to a long . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encrypt concode_elem_sep long encrypt concode_elem_sep byte[] longToByteArray concode_elem_sep byte[] decrypt concode_elem_sep long decrypt | long function ( byte [ ] arg0 ) { long loc0 = 0L ; for ( int loc1 = 0 ; loc1 < 8 ; loc1 ++ ) loc0 = ( loc0 << 8 ) | ( arg0 [ loc1 ] & 0xFFL ) ; return loc0 ; } |
1,277 | true if a cursor has been set concode_field_sep ByteBuffer cursor concode_elem_sep boolean inclusive concode_elem_sep byte code concode_elem_sep String propertyName concode_elem_sep RangeValue start concode_elem_sep RangeValue finish concode_elem_sep int nodeId concode_elem_sep Object value concode_elem_sep boolean rev... | boolean function ( ) { return this . cursor != null ; } |
1,278 | access the list of groups by category site type concode_field_sep Map<String,String> m concode_field_sep List getDefaultTools concode_elem_sep Locale getLocaleFromString concode_elem_sep String getLoggedOutUrl concode_elem_sep List<String> getToolCategories concode_elem_sep ConfigData getConfigData concode_elem_sep Str... | List function ( String arg0 ) { return null ; } |
1,279 | returns the number of rows matching the dynamic query . concode_field_sep SyncDeviceLocalService _syncDeviceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDevice getSyncDeviceByUuidAndCompanyId concode_elem_sep com.liferay.sync.model.SyncDevice fetch... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _syncDeviceLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
1,280 | method to clear outstanding bids and restore them to their initial state concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_el... | String function ( boolean arg0 ) { getContextMessageLog ( ) ; StubServer . resetAuction ( ) ; appendControl ( "srini_string" ) ; if ( ! arg0 ) { messageLog . addMessage ( "srini_string" , "srini_string" , null ) ; } storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; } |
1,281 | create an instance of jaxbelement concode_field_sep QName _CurrencyResponse_QNAME concode_elem_sep QName _CurrencyRequest_QNAME concode_elem_sep QName _CurrencyRate_QNAME concode_elem_sep QName _Currency_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteRequest conco... | JAXBElement < CurrencyResponse > function ( CurrencyResponse arg0 ) { return new JAXBElement < CurrencyResponse > ( _CurrencyResponse_QNAME , CurrencyResponse . class , null , arg0 ) ; } |
1,282 | returns true if this histogram object has been initialized by calling merge or allocate . concode_field_sep int nusedbins concode_elem_sep ArrayList<Coord> bins concode_elem_sep int nbins concode_elem_sep double x concode_elem_sep double y concode_elem_sep Random prng concode_field_sep void add concode_elem_sep ArrayLi... | boolean function ( ) { return nbins != 0 ; } |
1,283 | update task concode_field_sep Log log concode_elem_sep SessionFactory sessionFactory concode_field_sep List<TaskDefinition> getTasks concode_elem_sep TaskDefinition getTaskByName concode_elem_sep void setSessionFactory concode_elem_sep void createTask concode_elem_sep void deleteTask concode_elem_sep void deleteTask co... | void function ( TaskDefinition arg0 ) { sessionFactory . getCurrentSession ( ) . merge ( arg0 ) ; } |
1,284 | sets the read-only configuration property . by default this property is false . this property is true to open all store indices for read-only access , or false to open them for read-write access . false may not be specified if the environment is read-only . concode_field_sep boolean allowCreate concode_elem_sep boolean... | void function ( boolean arg0 ) { this . readOnly = arg0 ; } |
1,285 | returns the directory relative to local path from the specified message . this method returns null , if the specified message is n't a exam_dir - message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMessageNotNull | String function ( String arg0 , String arg1 ) { final int loc0 = arg0 . indexOf ( arg1 ) ; if ( loc0 < 0 ) { return null ; } return arg0 . substring ( loc0 + arg1 . length ( ) ) ; } |
1,286 | returns a string representation of this operation . the returned string is implementation dependent . it is usually provided for debugging purposes only . concode_field_sep long serialVersionUID concode_elem_sep ParameterDescriptorGroup descriptor concode_field_sep String getVersion concode_elem_sep String getName conc... | String function ( ) { return Classes . getShortClassName ( this ) + '[' + getName ( ) + ']' ; } |
1,287 | returns the localized text for the action . concode_field_sep String fileText_ concode_elem_sep String viewActionText_ concode_elem_sep String exitText_ concode_elem_sep String pasteText_ concode_elem_sep VObject object_ concode_elem_sep String saveText_ concode_elem_sep String saveConfirmTitle_ concode_elem_sep String... | String function ( ) { return allowChanges_ ? editActionText_ : viewActionText_ ; } |
1,288 | the http status value that this error page matches . concode_field_sep Class<? extends Throwable> exception concode_elem_sep String path concode_elem_sep HttpStatus status concode_field_sep String getExceptionName concode_elem_sep Class<? extends Throwable> getException concode_elem_sep int hashCode concode_elem_sep bo... | int function ( ) { return ( this . status == null ? 0 : this . status . value ( ) ) ; } |
1,289 | returns the timestamp from the last message that was parsed . concode_field_sep String lastTimestamp concode_elem_sep XLogFilter filter concode_elem_sep int count concode_elem_sep BufferedReader reader concode_elem_sep String lastMessage concode_elem_sep String nextLine concode_elem_sep boolean empty concode_elem_sep b... | String function ( ) { return lastTimestamp ; } |
1,290 | returns content formatted as an error message concode_field_sep PlaceHolder placeHolder concode_field_sep Text broadcast concode_elem_sep Text broadcast concode_elem_sep Text subduedHeading concode_elem_sep Text subduedHeading concode_elem_sep Text bool concode_elem_sep Text heading concode_elem_sep Text heading concod... | Text function ( Object ... arg0 ) { return error ( Text . of ( arg0 ) ) ; } |
1,291 | 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 ( ) ) ; } |
1,292 | it adds an item in the specified itemset of the sequence concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep Sequence cloneSequenceMinusItems concode_elem_sep int size concode_elem_sep Itemset get concode_elem_sep int length concode_elem_sep void setID c... | void function ( int arg0 , Item arg1 ) { itemsets . get ( arg0 ) . addItem ( arg1 ) ; numberOfItems ++ ; } |
1,293 | rollback a table creation concode_field_sep PlaceHolder placeHolder concode_field_sep List<SchemaTableName> listTables concode_elem_sep boolean supportsMetadataDelete concode_elem_sep void createTable concode_elem_sep ColumnMetadata getColumnMetadata concode_elem_sep ColumnHandle getSampleWeightColumnHandle concode_ele... | void function ( ConnectorSession arg0 , ConnectorOutputTableHandle arg1 ) { } |
1,294 | set the hard state of this disk dynamically . concode_field_sep ResourceStatePolicy resourceStatePolicy concode_elem_sep AmbryDataNode datanode concode_elem_sep String mountPath concode_elem_sep long rawCapacityBytes concode_field_sep String getMountPath concode_elem_sep HardwareState getState concode_elem_sep long get... | void function ( HardwareState arg0 ) { if ( arg0 == HardwareState . AVAILABLE ) { resourceStatePolicy . onHardUp ( ) ; } else { resourceStatePolicy . onHardDown ( ) ; } } |
1,295 | mutator for the to property . concode_field_sep List<QName> mustUnderstand concode_elem_sep EndpointReferenceType replyTo concode_elem_sep EndpointReferenceType faultTo concode_elem_sep AttributedURIType messageID concode_elem_sep AttributedURIType action concode_elem_sep EndpointReferenceType from concode_elem_sep Str... | void function ( AttributedURIType arg0 ) { toURIType = arg0 ; } |
1,296 | the configurations whose files are to be excluded from dependent-module elements . for examples see docs for eclipsewtp concode_field_sep List<WbProperty> properties concode_elem_sep String libDeployPath concode_elem_sep String contextPath concode_elem_sep Project project concode_elem_sep List<WbResource> resources con... | Set < Configuration > function ( ) { return minusConfigurations ; } |
1,297 | returns the set of unshielded colliders in the graph returned by search . non-null after search is called . concode_field_sep int numDependenceJudgements concode_elem_sep SepsetMap sepset concode_elem_sep int numFalseDependenceJudgements concode_elem_sep int depth concode_elem_sep boolean aggressivelyPreventCycles conc... | Set < Triple > function ( ) { return unshieldedColliders ; } |
1,298 | adds a view interceptor to the given method concode_field_sep Map<Class<?>,Object> privateData concode_elem_sep ViewInstanceFactory viewInstanceFactory concode_elem_sep Set<Method> asyncMethods concode_elem_sep ServiceName viewServiceName concode_elem_sep OrderedItemContainer<InterceptorFactory> clientPreDestroyInterce... | void function ( Method arg0 , InterceptorFactory arg1 , int arg2 ) { OrderedItemContainer < InterceptorFactory > loc0 = viewInterceptors . get ( arg0 ) ; if ( loc0 == null ) { viewInterceptors . put ( arg0 , loc0 = new OrderedItemContainer < InterceptorFactory > ( ) ) ; } loc0 . add ( arg1 , arg2 ) ; } |
1,299 | test of checkpassword method , of class security . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCheckPassword2 concode_elem_sep void testCheckPassword concode_elem_sep void testHashPassword | void function ( ) { String loc0 = "srini_string" ; boolean loc1 = Security . checkPassword ( "srini_string" , loc0 ) ; assertFalse ( loc1 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.