idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
19,900 | getagent concode_field_sep CollectionAgent m_agent concode_elem_sep boolean m_forceRescanSent concode_elem_sep EventProxy m_eventProxy concode_field_sep EventProxy getEventProxy concode_elem_sep Event createForceResanEvent concode_elem_sep void sendForceRescanEvent concode_elem_sep ThreadCategory log concode_elem_sep v... | CollectionAgent function ( ) { return m_agent ; } |
19,901 | gets the message that should be displayed when the task has completed . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep St... | String function ( ) { setDialogMessage ( ) ; return dialogMessage ; } |
19,902 | returns the path to map file to use . concode_field_sep List<Service> dataServiceConfiguration concode_elem_sep AgentConfiguration agentConfiguration concode_elem_sep EvoKnowledgeConfiguration evoConfiguration concode_elem_sep WorldConfiguration worldConfiguration concode_elem_sep List<Service> plannerServiceConfigurat... | Path function ( ) { return Paths . get ( dataPath , worldConfiguration . getMapFile ( ) ) ; } |
19,903 | set a color concode_field_sep byte red concode_elem_sep byte green concode_elem_sep byte blue concode_elem_sep byte alpha concode_elem_sep long serialVersionUID concode_field_sep void readRGBA concode_elem_sep void writeABGR concode_elem_sep void readBGRA concode_elem_sep void setRed concode_elem_sep void setRed concod... | void function ( byte arg0 , byte arg1 , byte arg2 ) { set ( arg0 , arg1 , arg2 , ( byte ) 255 ) ; } |
19,904 | dummy test case to make intellij recognize this as a test class . concode_field_sep Injector injector concode_field_sep void testConfig concode_elem_sep void setUp concode_elem_sep void testCloudStoreServerSet | void function ( ) { } |
19,905 | returns the inviter . concode_field_sep ChatRoom chatRoom concode_elem_sep String inviter concode_elem_sep byte[] chatRoomPasword concode_elem_sep String reason concode_field_sep ChatRoom getTargetChatRoom concode_elem_sep String getReason concode_elem_sep byte[] getChatRoomPassword | String function ( ) { return inviter ; } |
19,906 | gets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<AdUnit> results concode_field_sep void setTotalResultSetSize concode_elem_sep void setStartIndex concode_elem_sep List<AdUnit> getResults concode_elem_sep Integer getTotalRe... | Integer function ( ) { return startIndex ; } |
19,907 | create a 1-card deck and test the deck methods with it . concode_field_sep PlaceHolder placeHolder concode_field_sep void test2CardDeck concode_elem_sep void testOneCard concode_elem_sep void testShuffle concode_elem_sep void main concode_elem_sep void testEmpty | void function ( ) { String [ ] loc0 = { "srini_string" } ; String [ ] loc1 = { "srini_string" } ; int [ ] loc2 = { 1 } ; Deck loc3 = new Deck ( loc0 , loc1 , loc2 ) ; testOneCard ( loc3 , new Card ( "srini_string" , "srini_string" , 1 ) ) ; testEmpty ( loc3 ) ; loc3 . shuffle ( ) ; testOneCard ( loc3 , new Card ( "srin... |
19,908 | compare this policyinformation with another object for equality 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 CertificatePolicyId getPolicyIden... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof PolicyInformation ) ) return false ; PolicyInformation loc0 = ( PolicyInformation ) arg0 ; if ( ! policyIdentifier . equals ( loc0 . getPolicyIdentifier ( ) ) ) return false ; return policyQualifiers . equals ( loc0 . getPolicyQualifiers ( ) ) ; } |
19,909 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep Date dateTime concode_elem_sep BigDecimal number concode_elem_sep byte[] binary concode_elem_sep Float _float concode_elem_sep Integer integer c... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
19,910 | this method resets the incoming events time events included . concode_field_sep boolean equal concode_elem_sep boolean not concode_elem_sep boolean or concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean and concode_elem_sep int nextStateIndex concode_elem_sep boolean notequal concode_elem_sep boolean ... | void function ( ) { sCInterface . clearEvents ( ) ; } |
19,911 | retrieve the content length of the request . concode_field_sep ActionRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep String toString concode_elem_sep InputStream getInputStream | int function ( ) { return request . getContentLength ( ) ; } |
19,912 | returns the current index in the source string . concode_field_sep String string concode_elem_sep int offset concode_elem_sep int start concode_elem_sep int end concode_field_sep char next concode_elem_sep char current concode_elem_sep char last concode_elem_sep char previous concode_elem_sep int getEndIndex concode_el... | int function ( ) { return offset ; } |
19,913 | not used . concode_field_sep int buttonGap concode_elem_sep int labelGap concode_elem_sep int vGap concode_elem_sep int[] colWidth concode_elem_sep long serialVersionUID concode_elem_sep int COLUMNS concode_elem_sep int[] rowHeight concode_field_sep Dimension preferredLayoutSize concode_elem_sep Dimension minimumLayout... | void function ( final Component arg0 ) { } |
19,914 | gets whether this print job is queued . such a print job is ready to be printed and can be started or cancelled . concode_field_sep String LOG_TAG concode_elem_sep PrintDocument mDocument concode_elem_sep IPrintServiceClient mPrintServiceClient concode_elem_sep PrintJobInfo mCachedInfo concode_field_sep boolean cancel ... | boolean function ( ) { PrintService . throwIfNotCalledOnMainThread ( ) ; return getInfo ( ) . getState ( ) == PrintJobInfo . STATE_QUEUED ; } |
19,915 | getter method for sourceid concode_field_sep String subCategoryId concode_elem_sep String resolutionCodeName concode_elem_sep String sourceName concode_elem_sep String subCategoryName concode_elem_sep String isMandatory concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem_sep Strin... | String function ( ) { return sourceId ; } |
19,916 | implements outputstream.write int in terms of outputstream.write byte , int , int . outputstream assumes that you implement outputstream.write int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY c... | void function ( OutputStream arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 1 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; arg0 . write ( loc0 ) ; } |
19,917 | 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 ) ; } |
19,918 | stemms the given term to an unique discriminator . concode_field_sep StringBuilder sb concode_elem_sep Locale locale concode_elem_sep int substCount concode_field_sep boolean isStemmable concode_elem_sep void strip concode_elem_sep void removeParticleDenotion concode_elem_sep void optimize concode_elem_sep void resubst... | String function ( String arg0 ) { arg0 = arg0 . toLowerCase ( locale ) ; if ( ! isStemmable ( arg0 ) ) return arg0 ; sb . delete ( 0 , sb . length ( ) ) ; sb . insert ( 0 , arg0 ) ; substitute ( sb ) ; strip ( sb ) ; optimize ( sb ) ; resubstitute ( sb ) ; removeParticleDenotion ( sb ) ; return sb . toString ( ) ; } |
19,919 | sets the size threshold in bytes after which files will be written to disk . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxRequestSize concode_elem_sep void setMaxRequestSize concode_elem_sep v... | void function ( int arg0 ) { this . fileSizeThreshold = arg0 ; } |
19,920 | encode the input data producing a hex encoded byte array . concode_field_sep HexEncoder encoder concode_field_sep byte[] decode concode_elem_sep byte[] decode concode_elem_sep int decode | byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; try { encoder . encode ( arg0 , arg1 , arg2 , loc0 ) ; } catch ( IOException loc1 ) { throw new RuntimeException ( "srini_string" + loc1 ) ; } return loc0 . toByteArray ( ) ; } |
19,921 | inserts the tuple into the given heap file . concode_field_sep Schema schema concode_elem_sep byte[] data concode_field_sep Object[] getAllFields concode_elem_sep void setAllFields concode_elem_sep void setField concode_elem_sep void setField concode_elem_sep int getIntFld concode_elem_sep void setFloatFld concode_elem... | RID function ( HeapFile arg0 ) { return arg0 . insertRecord ( data ) ; } |
19,922 | compatibility check for the ov-chip protocol layer . see the compatibility check explanations and also ds.ov2.util.apdu _ serializable #is_compatible_with apdu_serializable . is_compatible_with . this object is compatible with any other instance of apdu_short . concode_field_sep short value concode_field_sep short size... | boolean function ( Object arg0 ) { if ( arg0 instanceof APDU_short ) { return true ; } return false ; } |
19,923 | notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep SubUiVisibilityListener mSubUiVisibilityListener concode_field_sep View onCreateActionView concode_elem_sep void onSubUiVisibilit... | void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } } |
19,924 | gets the instance of a script engine of a given type concode_field_sep Set<ScriptScopeProvider> scriptScopeProviders concode_elem_sep Map<String,ScriptEngine> engines concode_elem_sep ScriptModuleHandlerFactory moduleHandlerFactory concode_elem_sep ServiceRegistration factoryRegistration concode_elem_sep Logger logger ... | ScriptEngine function ( String arg0 ) { ScriptEngine loc0 = engines . get ( arg0 ) ; if ( loc0 == null ) { loc0 = engineManager . getEngineByMimeType ( arg0 ) ; for ( ScriptScopeProvider loc1 : scriptScopeProviders ) { initializeScope ( loc0 , loc1 ) ; } engines . put ( arg0 , loc0 ) ; } return loc0 ; } |
19,925 | send load balance request concode_field_sep String SET_COOKIE concode_elem_sep long sleepTime concode_elem_sep Log log concode_elem_sep SOAPEnvelope[] envelopes concode_elem_sep ServiceClient serviceClient concode_elem_sep String DEFAULT_CLIENT_REPO concode_elem_sep String COOKIE concode_field_sep void init concode_ele... | List < ResponseData > function ( String arg0 , String arg1 , String arg2 , String arg3 , int arg4 , long arg5 ) { updateServiceClientOptions ( arg0 , arg1 , arg2 ) ; return makeRequest ( arg3 , arg4 , arg5 , envelopes , serviceClient ) ; } |
19,926 | the method should read this object from the cdr input stream , but following the jdk 1.5 api it does not . concode_field_sep NameDynAnyPair value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write | void function ( InputStream arg0 ) { value = NameDynAnyPairHelper . read ( arg0 ) ; } |
19,927 | the version of the doc . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep XContentBuilderString FOUND concode_elem_sep BytesReference source con... | long function ( ) { return version ; } |
19,928 | populates a map by reading an input stream , as part of deserialization . see #writemap for the data format . the size is determined by aprior call to #readcount . concode_field_sep Field field concode_field_sep void populateMultiset concode_elem_sep void populateMultiset concode_elem_sep void writeMultiset concode_ele... | void function ( Map < K , V > arg0 , ObjectInputStream arg1 , int arg2 ) { for ( int loc0 = 0 ; loc0 < arg2 ; loc0 ++ ) { @ SuppressWarnings ( "srini_string" ) K loc1 = ( K ) arg1 . readObject ( ) ; @ SuppressWarnings ( "srini_string" ) V loc2 = ( V ) arg1 . readObject ( ) ; arg0 . put ( loc1 , loc2 ) ; } } |
19,929 | returns the date of the next partial eclipse . concode_field_sep Calendar total concode_elem_sep Calendar partial concode_field_sep void setTotal concode_elem_sep void setPartial concode_elem_sep Calendar getTotal concode_elem_sep String toString | Calendar function ( ) { return partial ; } |
19,930 | gets the warning list during the loading . concode_field_sep HashMap<String,StyleSheetParserException> unsupportedStyles concode_elem_sep ArrayList<StyleSheetParserException> warnings concode_elem_sep HashMap<String,List<StyleSheetParserException>> warningsForStyles concode_elem_sep CssErrorHandler errorHandler concode... | List < StyleSheetParserException > function ( ) { return warnings ; } |
19,931 | notify all lifecycle event listeners that a particular event has occurred for this container . the default implementation performs this notification synchronously using the calling thread . concode_field_sep InstanceListener listeners[] concode_elem_sep Wrapper wrapper concode_elem_sep Object listenersLock concode_fiel... | void function ( String arg0 , Servlet arg1 ) { if ( listeners . length == 0 ) return ; InstanceEvent loc0 = new InstanceEvent ( wrapper , arg1 , arg0 ) ; InstanceListener loc1 [ ] = listeners ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) loc1 [ loc2 ] . instanceEvent ( loc0 ) ; } |
19,932 | ========================================================================= getters + setters ========================================================================= concode_field_sep int talkingMote concode_elem_sep ArrayList<RSSI2DistFunctionInterface> functions concode_elem_sep int reportingMote concode_elem_sep int... | int function ( ) { return reportingMote ; } |
19,933 | this is not really useful in the current usage but may be if this class is used in a different way . concode_field_sep FileDescriptor outDescriptor concode_elem_sep int sessionId concode_elem_sep boolean needsSync concode_elem_sep int SCRIPT_BINARY_172 concode_elem_sep boolean busyWriting concode_elem_sep String[] LIST... | void function ( ) { } |
19,934 | go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV... | boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; } |
19,935 | associates an index routing value to the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep String filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_se... | Alias function ( String arg0 ) { this . indexRouting = arg0 ; return this ; } |
19,936 | adds a property to the desired result . concode_field_sep ThingUID bridgeUID concode_elem_sep long ttl concode_elem_sep ThingUID thingUID concode_elem_sep Map<String,Object> properties concode_elem_sep String label concode_elem_sep String representationProperty concode_elem_sep ThingTypeUID thingTypeUID concode_field_s... | DiscoveryResultBuilder function ( String arg0 , Object arg1 ) { this . properties . put ( arg0 , arg1 ) ; return this ; } |
19,937 | returns the type of the current item . concode_field_sep String m_key concode_elem_sep String m_params concode_elem_sep String m_rules concode_elem_sep String m_icon concode_elem_sep CmsExplorerContextMenuItem m_parent concode_elem_sep String m_target concode_elem_sep List<CmsExplorerContextMenuItem> m_subItems concode... | String function ( ) { return m_type ; } |
19,938 | wraps the given items in a mutable sorted set using the given comparator . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> toSet concode_elem_sep SortedMap<K,V> toSortedMap concode_elem_sep Map<K,V> toMap concode_elem_sep T[] toArray concode_elem_sep Set<T> toLinkedSet concode_elem_sep Properties toP... | SortedSet < T > function ( Comparator < T > arg0 , T ... arg1 ) { SortedSet < T > loc0 = new TreeSet < T > ( arg0 ) ; Collections . addAll ( loc0 , arg1 ) ; return loc0 ; } |
19,939 | returns total size of blocks that were skipped by the compressor for example content inside < pre > tags or inside < script > tags with disabled javascript compression concode_field_sep HtmlMetrics originalMetrics concode_elem_sep long time concode_elem_sep HtmlMetrics compressedMetrics concode_elem_sep int preservedSi... | int function ( ) { return preservedSize ; } |
19,940 | paints the item concode_field_sep Color fillColor concode_elem_sep Color outlineColor concode_elem_sep int x concode_elem_sep int y concode_elem_sep int adjustmentY concode_elem_sep int adjustmentX concode_field_sep void setY concode_elem_sep int getX concode_elem_sep void setX concode_elem_sep int getY concode_elem_se... | void function ( Graphics arg0 ) { int loc0 = SnakePart . loc0 ; arg0 . setColor ( fillColor ) ; arg0 . fillOval ( adjustmentX + x * loc0 , adjustmentY + y * loc0 , loc0 , loc0 ) ; arg0 . setColor ( outlineColor ) ; arg0 . drawOval ( adjustmentX + x * loc0 , adjustmentY + y * loc0 , loc0 , loc0 ) ; } |
19,941 | enable or disable parse error tracking for the next parse . concode_field_sep int DEFAULT_MAX_ERRORS concode_elem_sep int maxErrors concode_elem_sep TreeBuilder treeBuilder concode_elem_sep ParseErrorList errors concode_field_sep String unescapeEntities concode_elem_sep Document parseInput concode_elem_sep Parser htmlP... | Parser function ( int arg0 ) { this . maxErrors = arg0 ; return this ; } |
19,942 | gets last updated date item . concode_field_sep String lastUpdatedDateItem concode_elem_sep String owningInstitution concode_elem_sep String collectionGroupDesignation concode_elem_sep String errorDescription concode_elem_sep String itemBarcode concode_elem_sep String owningInstitutionBibId concode_elem_sep String loca... | String function ( ) { return lastUpdatedDateItem ; } |
19,943 | returns a hash code value for this operand . concode_field_sep GeometryOperand Arc concode_elem_sep GeometryOperand OffsetCurve concode_elem_sep GeometryOperand Polygon concode_elem_sep GeometryOperand Bezier concode_elem_sep GeometryOperand Tin concode_elem_sep GeometryOperand Solid concode_elem_sep GeometryOperand Ci... | int function ( ) { return namespaceURI . hashCode ( ) + 37 * name . hashCode ( ) ; } |
19,944 | helper method to get the umlaspect given an eobject concode_field_sep PlaceHolder placeHolder concode_field_sep void performUpdate concode_elem_sep DiagramModelNode createModel concode_elem_sep boolean isAssociation concode_elem_sep DiagramModelNode createChildModel concode_elem_sep List getAssociations | MetamodelAspect function ( EObject arg0 ) { return DiagramUiPlugin . getDiagramAspectManager ( ) . getUmlAspect ( arg0 ) ; } |
19,945 | gets the value of the footeraddition property . concode_field_sep String footerAddition concode_field_sep void setFooterAddition | String function ( ) { return footerAddition ; } |
19,946 | the time range from concode_field_sep Object startKey concode_elem_sep boolean flushOnEveryOperation concode_elem_sep String dataStoreClass concode_elem_sep Configuration hadoopConfiguration concode_elem_sep String keyClass concode_elem_sep long timeRangeFrom concode_elem_sep Object endKey concode_elem_sep long timeRan... | void function ( long arg0 ) { this . timeRangeFrom = arg0 ; } |
19,947 | adds new filter queries concode_field_sep List<String> fieldPresentQueries concode_elem_sep int facetOffset concode_elem_sep String query concode_elem_sep int facetLimit concode_elem_sep List<DiscoverFacetField> facetFields concode_elem_sep List<String> facetQueries concode_elem_sep List<String> filterQueries concode_e... | void function ( String ... arg0 ) { this . filterQueries . addAll ( Arrays . asList ( arg0 ) ) ; } |
19,948 | default implementation . concode_field_sep Geometry baseGeom concode_elem_sep List representativePts concode_field_sep boolean coveredBy concode_elem_sep boolean intersects concode_elem_sep boolean within concode_elem_sep Geometry getGeometry concode_elem_sep boolean envelopesIntersect concode_elem_sep boolean crosses ... | boolean function ( Geometry arg0 ) { return baseGeom . covers ( arg0 ) ; } |
19,949 | this method is relative to the gui 's x coordinate concode_field_sep int posX concode_elem_sep int posY concode_elem_sep int sizeX concode_elem_sep int texH concode_elem_sep ResourceLocation texture concode_elem_sep boolean enabled concode_elem_sep boolean visible concode_elem_sep String name concode_elem_sep GuiBase g... | int function ( ) { return posX ; } |
19,950 | returns the dn associated with this suffix descriptor . concode_field_sep String suffixDN concode_elem_sep Set<ReplicaDescriptor> replicas concode_field_sep void setReplicas concode_elem_sep Set<ReplicaDescriptor> getReplicas concode_elem_sep int hashCode concode_elem_sep void setDN concode_elem_sep String getId concod... | String function ( ) { return suffixDN ; } |
19,951 | gets the startindex value for this activitypage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep co... | java . lang . Integer function ( ) { return startIndex ; } |
19,952 | sets the distance in meters . concode_field_sep Double distance concode_elem_sep Metacard metacard concode_elem_sep Double relevance concode_field_sep Double getDistanceInMeters concode_elem_sep void setRelevanceScore concode_elem_sep void setMetacard concode_elem_sep Double getRelevanceScore concode_elem_sep String to... | void function ( Double arg0 ) { this . distance = arg0 ; } |
19,953 | returns the entry id of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEs... | long function ( ) { return _entry . getEntryId ( ) ; } |
19,954 | returns the first interface with a class name that ends with the given arguments . example : mote.getinterfaces . get `` temperature '' ; concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED con... | MoteInterface function ( String arg0 ) { for ( MoteInterface loc0 : moteInterfaces ) { if ( loc0 . getClass ( ) . getName ( ) . endsWith ( arg0 ) ) { return loc0 ; } } return null ; } |
19,955 | sets the password to use when remote server requires authentication . concode_field_sep String host concode_elem_sep int port concode_elem_sep Protocol protocol concode_elem_sep long minSeqNo concode_elem_sep Logger logger concode_elem_sep String remoteLogin concode_elem_sep PluginContext pluginContext concode_elem_sep... | void function ( String arg0 ) { this . remotePassword = arg0 ; } |
19,956 | obtains the plain text password . before using this method , ask yourself if you 'd be better off using secret #tostring secret to avoid npe . concode_field_sep Pattern ENCRYPTED_VALUE_PATTERN concode_elem_sep String MAGIC concode_elem_sep CryptoConfidentialKey KEY concode_elem_sep String PROVIDER concode_elem_sep Stri... | String function ( ) { return value ; } |
19,957 | runs tokenized macro on current thread if pgm.queuecommands is true . concode_field_sep String macro concode_elem_sep Editor editor concode_elem_sep String argument concode_elem_sep int address concode_elem_sep Program pgm concode_elem_sep String name concode_elem_sep Thread thread concode_field_sep Thread getThread co... | void function ( Program arg0 , int arg1 , String arg2 ) { this . pgm = arg0 ; this . address = arg1 ; this . name = arg2 ; if ( arg0 . queueCommands ) run ( ) ; else { thread = new Thread ( this , arg2 + "srini_string" ) ; thread . setPriority ( Math . max ( thread . getPriority ( ) - 2 , Thread . MIN_PRIORITY ) ) ; th... |
19,958 | sets the value of the billingcycle property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String emailAddress concode_elem_sep BasicAddress address concode_elem_sep int billingCycle concode_elem_sep DealerDetail dealerDetails concode_elem_sep long serialVersionUID concode_elem_s... | void function ( int arg0 ) { this . billingCycle = arg0 ; } |
19,959 | returns true if the array contains this real value . concode_field_sep long serialVersionUID concode_elem_sep ArrayType m_type concode_elem_sep String m_stringVal concode_elem_sep ArrayList<String> m_values concode_field_sep void checkInRange concode_elem_sep String valueSparse concode_elem_sep boolean isSparse concode... | boolean function ( double arg0 ) { return contains ( new Double ( arg0 ) . toString ( ) ) ; } |
19,960 | error 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 co... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
19,961 | add a revision range to the merged revisions for a path . if the merge source already has associated revision ranges , add the revision range to the existing list . concode_field_sep Map<String,List<RevisionRange>> mergeSources concode_elem_sep long serialVersionUID concode_field_sep void loadFromMergeinfoProperty conc... | void function ( String arg0 , RevisionRange arg1 ) { List < RevisionRange > loc0 = this . getRevisions ( arg0 ) ; if ( loc0 == null ) loc0 = new ArrayList < RevisionRange > ( ) ; loc0 . add ( arg1 ) ; this . setRevisionList ( arg0 , loc0 ) ; } |
19,962 | gets an stream on the wrapped resource . concode_field_sep ClassPath.ResourceInfo resource concode_elem_sep long modified concode_elem_sep String extra concode_field_sep long size concode_elem_sep void build concode_elem_sep String toString concode_elem_sep long lastModified concode_elem_sep void write concode_elem_sep... | InputStream function ( ) { return resource . url ( ) . openStream ( ) ; } |
19,963 | returns whether the method given is a getter method we should serialize / deserialize to the service . the method must begin with `` get '' or `` is '' , have no arguments , belong to a class that declares its table , and not be marked ignored . concode_field_sep Map<Class<?>,List<Method>> primaryKeyGettersCache concod... | boolean function ( Method arg0 ) { return ( arg0 . getName ( ) . startsWith ( "srini_string" ) || arg0 . getName ( ) . startsWith ( "srini_string" ) ) && arg0 . getParameterTypes ( ) . length == 0 && ! ( arg0 . isBridge ( ) || arg0 . isSynthetic ( ) ) && isDocumentType ( arg0 . getDeclaringClass ( ) ) && ! ReflectionUt... |
19,964 | returns a list of system ids for a given profile concode_field_sep Logger log concode_field_sep List<HostSystem> getSystemsByProfile concode_elem_sep List<HostSystem> getSystemsByProfile concode_elem_sep void setSystemsForProfile | List < Long > function ( Long arg0 ) { List < Long > loc0 = new ArrayList < > ( ) ; Connection loc2 = null ; try { loc2 = DBUtils . getConn ( ) ; loc0 = getSystemIdsByProfile ( loc2 , arg0 ) ; } catch ( Exception loc1 ) { log . error ( loc1 . toString ( ) , loc1 ) ; } finally { DBUtils . closeConn ( loc2 ) ; } return l... |
19,965 | getter for property matchdirection . concode_field_sep String keyPrefix concode_elem_sep int[] key concode_elem_sep Space space concode_elem_sep int[] ignoredFields concode_elem_sep int[] savedFields concode_elem_sep long timeout concode_elem_sep long TIMEOUT concode_elem_sep int matchDirection concode_elem_sep boolean... | int function ( ) { return this . matchDirection ; } |
19,966 | returns true if chromium has permission to access location . check both hasandroidlocationpermission and issystemlocationsettingenabled to determine if chromium 's location requests will return results . concode_field_sep LocationUtils sInstance concode_elem_sep Factory sFactory concode_field_sep void setFactory concod... | boolean function ( ) { return hasPermission ( Manifest . permission . ACCESS_COARSE_LOCATION ) || hasPermission ( Manifest . permission . ACCESS_FINE_LOCATION ) ; } |
19,967 | converts this object to a string . concode_field_sep DatagramSocket socket concode_field_sep void receive concode_elem_sep int getLocalPort concode_elem_sep int getSoTimeout concode_elem_sep void setSoTimeout concode_elem_sep void close concode_elem_sep void send concode_elem_sep IpAddress getLocalAddress | String function ( ) { return socket . toString ( ) ; } |
19,968 | get the last set of itemgradingifc for a student per assessment concode_field_sep Log log concode_field_sep List getTotalScores concode_elem_sep Map getItemScores concode_elem_sep MediaData getMedia concode_elem_sep ItemGradingData getLastItemGradingByAgent concode_elem_sep void saveOrUpdateAssessmentGrading concode_el... | Map function ( String arg0 , String arg1 ) { try { GradingService loc0 = new GradingService ( ) ; return loc0 . getLastItemGradingData ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw new GradingServiceException ( loc0 ) ; } } |
19,969 | get the hash code of this object . concode_field_sep Object elements[] concode_field_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString | int function ( ) { return HashCode . generate ( elements ) ; } |
19,970 | computes the number of frames on the call stack up to and including this frame . concode_field_sep Stack<Value> operands concode_elem_sep byte[] code concode_elem_sep int depth concode_elem_sep ClassMethodActor method concode_elem_sep int currentBytePosition concode_elem_sep ExecutionFrame callersFrame concode_elem_sep... | int function ( ) { return depth ; } |
19,971 | returns a string containing this interface 's address , prefix length , and broadcast address . for example : '' / 172.18.103.112 / 23 / 172.18.103.255 '' or '' / 0:0:0:0:0:0:0:1 % 1/128 null '' . concode_field_sep short prefixLength concode_elem_sep InetAddress address concode_elem_sep InetAddress broadcastAddress con... | String function ( ) { return address + "srini_string" + prefixLength + "srini_string" + broadcastAddress + "srini_string" ; } |
19,972 | gets the inconference value for this twscall . concode_field_sep int callID concode_elem_sep java.lang.String serviceCustomerPhoneDesc concode_elem_sep java.util.Calendar stateTimeStamp concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String callingDevice concode_elem_sep int callType concode_elem_sep... | int function ( ) { return inConference ; } |
19,973 | test for error free execution . concode_field_sep Verifier verifier concode_elem_sep String ARTIFACTID concode_elem_sep File testDir concode_elem_sep String PACKAGING concode_field_sep void testCompareResults concode_elem_sep void setUp concode_elem_sep void tearDown | void function ( ) { this . verifier . verifyErrorFreeLog ( ) ; } |
19,974 | sort the samples by index , if not already . concode_field_sep Sample[] recycledSamples concode_elem_sep int recycledSampleCount concode_elem_sep int SORT_ORDER_BY_INDEX concode_elem_sep int MAX_RECYCLED_SAMPLES concode_elem_sep int index concode_elem_sep int weight concode_elem_sep Comparator<Sample> VALUE_COMPARATOR ... | void function ( ) { if ( currentSortOrder != SORT_ORDER_BY_INDEX ) { Collections . sort ( samples , INDEX_COMPARATOR ) ; currentSortOrder = SORT_ORDER_BY_INDEX ; } } |
19,975 | get name concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep void setResourceAdapter concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean equals ... | String function ( ) { return name ; } |
19,976 | gets the user code wrapper . in the case of a pact , that object will be the stub with the user function , in the case of an input or output format , it will be the format object . concode_field_sep int parallelism concode_elem_sep OperatorInformation<OUT> operatorInfo concode_elem_sep CompilerHints compilerHints conco... | UserCodeWrapper < ? > function ( ) { return null ; } |
19,977 | reverses a branch which is buried a given number of instructions backward in the output . it is illegal to call this unless the indicated instruction really is a reversible branch . concode_field_sep OutputFinisher finisher concode_elem_sep ArrayList<DalvInsn> suffix concode_field_sep void add concode_elem_sep OutputFi... | void function ( int arg0 , CodeAddress arg1 ) { finisher . reverseBranch ( arg0 , arg1 ) ; } |
19,978 | create an instance of pose concode_field_sep PlaceHolder placeHolder concode_field_sep ColourSpecular createColourSpecular concode_elem_sep Submesh createSubmesh concode_elem_sep Submeshes createSubmeshes concode_elem_sep Extremes createExtremes concode_elem_sep Boneassignments createBoneassignments concode_elem_sep Le... | Pose function ( ) { return new Pose ( ) ; } |
19,979 | javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep boolean allowCreate concode_elem_sep long rangeMin concode_elem_sep boolean decrement concode_elem_sep int cacheSize concode_elem_sep long initialValue concode_elem_sep boolean autoCommitNoSync concode_elem_se... | void function ( boolean arg0 ) { this . exclusiveCreate = arg0 ; } |
19,980 | removes the extension everything behind last dot concode_field_sep char notDigSep concode_elem_sep boolean mustInitdigSep concode_elem_sep char digSep concode_field_sep String getImageName concode_elem_sep String rot13 concode_elem_sep String getExtension concode_elem_sep void initDigitalSeparator concode_elem_sep Stri... | String function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) return "srini_string" ; int loc0 = arg0 . lastIndexOf ( '.' ) ; if ( loc0 < 0 ) return arg0 ; return arg0 . substring ( 0 , loc0 ) ; } |
19,981 | sets the xvalue . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolean clip... | void function ( double [ ] arg0 ) { this . xValue = arg0 ; } |
19,982 | returns the number of password policy rels . concode_field_sep PasswordPolicyRelLocalService _service concode_field_sep com.liferay.portal.kernel.model.PasswordPolicyRel updatePasswordPolicyRel concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deletePasswordPolicyRels concode_elem_sep voi... | int function ( ) { return getService ( ) . getPasswordPolicyRelsCount ( ) ; } |
19,983 | returns the codesource of this domain . concode_field_sep boolean hasAllPermissions concode_elem_sep boolean staticBinding concode_elem_sep CodeSource code_source concode_elem_sep ClassLoader classloader concode_elem_sep PermissionCollection perms concode_elem_sep Principal[] principals concode_field_sep PermissionColl... | CodeSource function ( ) { return code_source ; } |
19,984 | receives items causing onerrorthrowable.onnextvalue and gives a chance to choose the stringrepresentation of the item in the onnextvalue stacktrace rendering . returns null if thistype of item is not managed and should use default rendering . note that primitive types are always rendered as their tostring value . if a ... | String function ( Object arg0 ) { try { return render ( arg0 ) ; } catch ( InterruptedException loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } catch ( Throwable loc0 ) { Exceptions . throwIfFatal ( loc0 ) ; } return arg0 . getClass ( ) . getName ( ) + ERROR_IN_RENDERING_SUFFIX ; } |
19,985 | adds a task log url for the heuristics to read through . concode_field_sep int triggerCount concode_elem_sep List<ErrorAndSolution> ens concode_elem_sep List<String> taskLogUrls concode_elem_sep String query concode_elem_sep Log LOG concode_elem_sep Map<ErrorHeuristic,HeuristicStats> heuristics concode_field_sep List<E... | void function ( String arg0 ) { taskLogUrls . add ( arg0 ) ; } |
19,986 | returns the table name of this key . concode_field_sep AssociationKeyMetadata metadata concode_elem_sep int hashCode concode_elem_sep EntityKey entityKey concode_elem_sep Object[] columnValues concode_field_sep String[] getColumnNames concode_elem_sep AssociationKeyMetadata getMetadata concode_elem_sep int hashCode con... | String function ( ) { return metadata . getTable ( ) ; } |
19,987 | create a mutable metric with stats concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge conc... | MutableStat function ( String arg0 , String arg1 , String arg2 , String arg3 ) { return newStat ( arg0 , arg1 , arg2 , arg3 , false ) ; } |
19,988 | return the policyqualifiers 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 CertificatePolicyId getPolicyIdentifier concode_elem_sep void e... | Set < PolicyQualifierInfo > function ( ) { return policyQualifiers ; } |
19,989 | a list of traversalstrategy classes that should not be applied to the ultimate traversal . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStandard concode_elem_sep boolean isComputer concode_elem_sep Type getType concode_elem_sep List<TraversalStrategy> getWithStrategies concode_elem_sep Traversa... | List < Class < ? extends TraversalStrategy >> function ( ) { return Collections . emptyList ( ) ; } |
19,990 | is report type of overview ? concode_field_sep NumberFormat DEFAULT_DECIMAL_FORMAT concode_elem_sep CujoProperty namePropertyGrpB concode_elem_sep ReportRequest reportRequest concode_elem_sep String reportTitle concode_elem_sep String menuName concode_elem_sep Map<CujoProperty,SummaryColumnConfig> columns concode_elem_... | boolean function ( ) { return baseReport . isOverview ( ) ; } |
19,991 | create a validation builder for order . concode_field_sep UBL20Validator s_aInstance concode_field_sep UBL20ValidatorBuilder<AttachedDocumentType> attachedDocument concode_elem_sep UBL20ValidatorBuilder<BillOfLadingType> billOfLading concode_elem_sep UBL20ValidatorBuilder<DespatchAdviceType> despatchAdvice concode_elem... | UBL20ValidatorBuilder < OrderType > function ( ) { return UBL20ValidatorBuilder . create ( OrderType . class ) ; } |
19,992 | gets the service container concode_field_sep ServiceContainer container concode_elem_sep ModelController controller concode_elem_sep Map<ModelVersion,T> legacyServices concode_elem_sep ModelTestModelControllerService controllerService concode_elem_sep OperationValidator operationValidator concode_elem_sep boolean succe... | ServiceContainer function ( ) { return container ; } |
19,993 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.encoding.Deserializer getDeserializer concode_e... | 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 ) ; } |
19,994 | make sure that a non-hdfs uri throws a helpful error . concode_field_sep MiniDFSCluster cluster concode_elem_sep Path TEST_PATH concode_elem_sep Configuration conf concode_field_sep void setUpCluster concode_elem_sep void shutDownCluster concode_elem_sep void testHdfsAdminSetQuota | void function ( ) { new HdfsAdmin ( new URI ( "srini_string" ) , conf ) ; } |
19,995 | broadcasts that clustering framework failed/shutdown concode_field_sep SortedMap<Integer,NetworkPartitionListener> networkPartitionListeners concode_elem_sep boolean isNetworkPartitioned concode_elem_sep HazelcastInstance hazelcastInstance concode_elem_sep String membershipListener concode_elem_sep int minimumClusterSi... | void function ( ) { for ( NetworkPartitionListener loc0 : networkPartitionListeners . values ( ) ) { loc0 . clusteringOutage ( ) ; } } |
19,996 | instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . 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 mLogNod... | void function ( int arg0 , String arg1 , String arg2 , Throwable arg3 ) { if ( mLogNode != null ) { mLogNode . println ( arg0 , arg1 , arg2 , arg3 ) ; } } |
19,997 | sets an object value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_el... | E function ( final String arg0 , @ Nullable final ShareOpenGraphObject arg1 ) { this . bundle . putParcelable ( arg0 , arg1 ) ; return ( E ) this ; } |
19,998 | called when the result of the clusterstatetaskexecutor #execute clusterstate , list have been processedproperly by all listeners . concode_field_sep PlaceHolder placeHolder concode_field_sep void onFailure concode_elem_sep void onNoLongerMaster | void function ( String arg0 , ClusterState arg1 , ClusterState arg2 ) { } |
19,999 | simlar to readfully , but does n't throw exception when eof is reached . concode_field_sep byte STRICT_SYNC concode_elem_sep boolean singleChMode concode_elem_sep PushbackInputStream source concode_elem_sep byte[] rawID3v2 concode_elem_sep byte INITIAL_SYNC concode_elem_sep byte[] frameBytes concode_elem_sep int bitInd... | int function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = 0 ; while ( arg2 > 0 ) { int loc1 = source . read ( arg0 , arg1 , arg2 ) ; if ( loc1 == - 1 ) { break ; } loc0 += loc1 ; arg1 += loc1 ; arg2 -= loc1 ; } return loc0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.