idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
31,100 | returns the identifier for this event bus . concode_field_sep Logger logger concode_elem_sep String identifier concode_elem_sep SubscriberRegistry subscribers concode_elem_sep Executor executor concode_elem_sep LoggingHandler INSTANCE concode_elem_sep SubscriberExceptionHandler exceptionHandler concode_elem_sep Dispatc... | String function ( ) { return identifier ; } |
31,101 | gets the uri of the local image , video , or audio clip to send to messenger . must be a file : / / , content : / / , or res : / / uri . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep ShareToMessengerParamsBuilder setMet... | Uri function ( ) { return mUri ; } |
31,102 | print the status on the specified printwriter . concode_field_sep int INVALID concode_elem_sep int PREPARING concode_elem_sep int ABORTING concode_elem_sep int ABORTED concode_elem_sep int COMMITTING concode_elem_sep int CREATED concode_elem_sep int DISABLED concode_elem_sep int PREPARED concode_elem_sep int COMMITTED ... | void function ( PrintWriter arg0 , int arg1 ) { arg0 . print ( ActionStatus . stringForm ( arg1 ) ) ; } |
31,103 | checks if another value is available concode_field_sep Pointer con concode_elem_sep int pos concode_elem_sep int size concode_field_sep String next concode_elem_sep void remove | boolean function ( ) { return pos < size ; } |
31,104 | gets the results of each individual message , which is immutable . concode_field_sep long multicastId concode_elem_sep int success concode_elem_sep int failure concode_elem_sep int canonicalIds concode_elem_sep List<Result> results concode_elem_sep List<Result> results concode_elem_sep List<Long> retryMulticastIds conc... | List < Result > function ( ) { return results ; } |
31,105 | returns the raw content of the email concode_field_sep String plainContent concode_elem_sep String subject concode_elem_sep String action concode_elem_sep Long emailId concode_elem_sep String htmlContent concode_field_sep String getSubject concode_elem_sep void setHtmlContent concode_elem_sep void setSubject concode_el... | String function ( ) { return htmlContent ; } |
31,106 | finish the event concode_field_sep Logger log concode_field_sep void consume concode_elem_sep void end concode_elem_sep void initialize | void function ( Context arg0 ) { } |
31,107 | returns the model 's maximum . concode_field_sep int min concode_elem_sep ChangeEvent changeEvent concode_elem_sep boolean isAdjusting concode_elem_sep EventListenerList listenerList concode_elem_sep int value concode_elem_sep int extent concode_elem_sep int max concode_field_sep T[] getListeners concode_elem_sep int g... | int function ( ) { return max ; } |
31,108 | sets the value of the endopen property . concode_field_sep List<Object> attvaluesOrSpellsOrColor concode_elem_sep String start concode_elem_sep Float weight concode_elem_sep String end concode_elem_sep String endopen concode_elem_sep String id concode_elem_sep String label concode_elem_sep String source concode_elem_se... | void function ( String arg0 ) { this . endopen = arg0 ; } |
31,109 | creates a new instance with this mime type and the given charset name . concode_field_sep ContentType TEXT_HTML concode_elem_sep Charset charset concode_elem_sep ContentType MULTIPART_FORM_DATA concode_elem_sep ContentType APPLICATION_FORM_URLENCODED concode_elem_sep ContentType APPLICATION_XML concode_elem_sep Content... | ContentType function ( final String arg0 ) { return create ( this . getMimeType ( ) , arg0 ) ; } |
31,110 | two objects that are equal are required to return the same hashcode . concode_field_sep double EPSILON concode_field_sep void testConstructor1 concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { OHLCItem loc0 = new OHLCItem ( new Year ( 2009 ) , 2.0 , 4.0 , 1.0 , 3.0 ) ; OHLCItem loc1 = new OHLCItem ( new Year ( 2009 ) , 2.0 , 4.0 , 1.0 , 3.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
31,111 | executes the specified command on the server and writes the response to out . command info is printed to system.out by default . concode_field_sep PlaceHolder placeHolder concode_field_sep void main | String function ( final ClientSession arg0 , final String arg1 ) { return arg0 . execute ( arg1 ) ; } |
31,112 | generate a column alias that is unique across multiple tables concode_field_sep int typeIndex concode_elem_sep String defaultValue concode_elem_sep boolean nullable concode_elem_sep int length concode_elem_sep int DEFAULT_LENGTH concode_elem_sep int precision concode_elem_sep String checkConstraint concode_elem_sep int... | String function ( Dialect arg0 , Table arg1 ) { return getAlias ( arg0 ) + arg1 . getUniqueInteger ( ) + '_' ; } |
31,113 | returns message as string concode_field_sep Hashtable bundles concode_elem_sep Locale locale concode_elem_sep String bundleSuffix concode_field_sep ResourceBundle loadBundle concode_elem_sep ResourceBundle loadBundle concode_elem_sep ResourceBundle loadBundle concode_elem_sep String getPackageName | String function ( ResourceBundle arg0 , String arg1 ) { return arg0 . getString ( arg1 ) ; } |
31,114 | atomic type hash code generation . concode_field_sep HashCodeCalculator s_aInstance concode_elem_sep int MULTIPLIER concode_elem_sep int HASHCODE_NULL concode_field_sep placeholderType placeHolder | int function ( final int arg0 , final byte arg1 ) { return append ( arg0 , ( int ) arg1 ) ; } |
31,115 | gets the value of the miplatformpass property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep MIPlatformPassType miPlatformPass concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type ... | MIPlatformPassType function ( ) { return miPlatformPass ; } |
31,116 | returns true if the value is fixed , in which case the `` defaultvalue '' property is always used . concode_field_sep int TYPE_ALPHA concode_elem_sep int TYPE_WORD concode_elem_sep int TYPE_URI_UNRESERVED concode_elem_sep int TYPE_DIGIT concode_elem_sep String defaultValue concode_elem_sep int TYPE_URI_PATH concode_ele... | boolean function ( ) { return this . fixed ; } |
31,117 | returns the factory implementation object . object is instance of an com.hazelcast.nio.ssl.sslcontextfactory concode_field_sep Properties properties concode_elem_sep String factoryClassName concode_elem_sep Object factoryImplementation concode_elem_sep boolean enabled concode_field_sep MCMutualAuthConfig setFactoryClas... | Object function ( ) { return factoryImplementation ; } |
31,118 | sets the id user of this user additional data . concode_field_sep UserAdditionalData _userAdditionalData concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep int getWei... | void function ( long arg0 ) { _userAdditionalData . setIdUser ( arg0 ) ; } |
31,119 | get the extension of a file . the code is based on http://java.sun.com/docs/books/tutorial/uiswing/components/examples/utils.java concode_field_sep String OS concode_elem_sep NumberFormat LONG_DECIMAL_FORMAT concode_field_sep boolean isLinux concode_elem_sep boolean checkOverwrite concode_elem_sep T[] intersect concode... | String function ( File arg0 ) { String loc0 = null ; String loc1 = arg0 . getName ( ) ; int loc2 = loc1 . lastIndexOf ( '.' ) ; if ( ( loc2 > 0 ) && ( loc2 < loc1 . length ( ) - 1 ) ) { loc0 = loc1 . substring ( loc2 + 1 ) ; } return loc0 ; } |
31,120 | set the id value . concode_field_sep String resourceName concode_elem_sep String id concode_elem_sep String resourceType concode_field_sep TargetResource withResourceType concode_elem_sep TargetResource withResourceName concode_elem_sep String resourceName concode_elem_sep String id concode_elem_sep String resourceType | TargetResource function ( String arg0 ) { this . id = arg0 ; return this ; } |
31,121 | sets the address concode_field_sep String expiryDate concode_elem_sep long billingId concode_elem_sep Address address concode_elem_sep String secretCode concode_elem_sep String accountNumber concode_field_sep Long getBillingId concode_elem_sep void setBillingId concode_elem_sep void setAccountNumber concode_elem_sep St... | void function ( Address arg0 ) { this . address = arg0 ; } |
31,122 | the method returns the value to be treated as null while data load concode_field_sep String blocksID concode_elem_sep String[] aggTables concode_elem_sep String databaseName concode_elem_sep String allDictPath concode_elem_sep String colDictFilePath concode_elem_sep String dateFormat concode_elem_sep boolean isDirectLo... | String function ( ) { return serializationNullFormat ; } |
31,123 | stop program concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep vo... | void function ( String arg0 ) { if ( arg0 != null && arg0 . length ( ) > 0 ) { CWin . arg0 ( Clarion . newString ( arg0 ) , Clarion . newString ( "srini_string" ) , Icon . HAND ) ; } System . exit ( 0 ) ; } |
31,124 | deserializes wikipedia redirect data concode_field_sep PlaceHolder placeHolder concode_field_sep void saveSerialized concode_elem_sep WikipediaRedirect loadWikipediaRedirectFromSerialized concode_elem_sep WikipediaHypernym loadWikipediaHypernym concode_elem_sep void save concode_elem_sep WikipediaRedirect loadWikipedia... | WikipediaRedirect function ( File arg0 ) { if ( ! arg0 . exists ( ) || arg0 . isDirectory ( ) ) { System . err . println ( "srini_string" + arg0 . getAbsolutePath ( ) ) ; System . exit ( - 1 ) ; } if ( arg0 . getName ( ) . endsWith ( "srini_string" ) ) { return loadWikipediaRedirectFromSerialized ( arg0 ) ; } else { re... |
31,125 | whether web service authentication is allowed . this can be set to false to disallow sending credential with this request.this is useful for the autodiscover request to the legacy http url , because this single request does n't require authentication and we do n't want to send credential over http . default is true . c... | void function ( boolean arg0 ) { this . allowAuthentication = arg0 ; } |
31,126 | set the timeout for this object in milliseconds . concode_field_sep int referenceCount concode_elem_sep boolean rollbackOnly concode_elem_sep boolean synchronizedWithTransaction concode_elem_sep boolean isVoid concode_elem_sep Date deadline concode_field_sep boolean isSynchronizedWithTransaction concode_elem_sep void u... | void function ( long arg0 ) { this . deadline = new Date ( System . currentTimeMillis ( ) + arg0 ) ; } |
31,127 | send a justified string with the specifed arguments to trace.log . concode_field_sep String CLASS concode_field_sep String jsprintf concode_elem_sep String jsnprintf concode_elem_sep String repeater | void function ( String arg0 , Object [ ] arg1 ) { if ( Trace . isTraceOn ( ) && Trace . isTraceInformationOn ( ) ) { Trace . log ( Trace . INFORMATION , CLASS + "srini_string" + jsprintf ( arg0 , arg1 ) ) ; } } |
31,128 | add build items to the history page . concode_field_sep List<HistoryPageEntry<Run>> runs concode_elem_sep String searchString concode_elem_sep long nextBuildNumber concode_elem_sep HistoryWidget widget concode_elem_sep Long olderThan concode_elem_sep Long newerThan concode_elem_sep long oldestOnPage concode_elem_sep in... | void function ( @ Nonnull Iterable < T > arg0 ) { addInternal ( arg0 ) ; } |
31,129 | gets the value of the addressline2 property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum con... | String function ( ) { return addressLine2 ; } |
31,130 | settitle . concode_field_sep ConcurrentMap<URI,Image> imageCache concode_field_sep JButton getButton concode_elem_sep void setDefaultFont concode_elem_sep JToggleButton getToggleButton concode_elem_sep void setHTMLEditorKit concode_elem_sep URL getFileURL concode_elem_sep void setVerticalScrollingView concode_elem_sep ... | void function ( JPanel arg0 , String arg1 ) { Border loc0 = arg0 . getBorder ( ) ; if ( loc0 instanceof TitledBorder ) { ( ( TitledBorder ) arg0 . getBorder ( ) ) . setTitle ( arg1 ) ; arg0 . repaint ( ) ; } else arg0 . setBorder ( BorderFactory . createTitledBorder ( arg1 ) ) ; } |
31,131 | the private key ; the contents of the certificate 's domain.kex file . concode_field_sep String privateKey concode_elem_sep String chain concode_elem_sep String certificate concode_field_sep void setChain concode_elem_sep String getCertificate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s... | String function ( ) { return this . privateKey ; } |
31,132 | assert that an object is not null . assert.notnull clazz ; concode_field_sep PlaceHolder placeHolder concode_field_sep void isTrue concode_elem_sep void state concode_elem_sep void notEmpty concode_elem_sep void hasLength | void function ( Object arg0 ) { notNull ( arg0 , "srini_string" ) ; } |
31,133 | gets the stack associated with this lexer . once parse has successfully executed the stack will contain n numbers which represent the type 4 function output . concode_field_sep Stack<Object> stack concode_elem_sep char[] buf concode_elem_sep int expressionDepth concode_elem_sep Reader reader concode_elem_sep int TOKEN_... | Stack function ( ) { return stack ; } |
31,134 | javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep int majorNum concode_elem_sep int minorNum concode_elem_sep String name concode_elem_sep JEVersion CURRENT_VERSION concode_elem_sep int patchNum concode_field_sep int getMinor concode_elem_sep int getPatch con... | int function ( ) { return majorNum ; } |
31,135 | returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put | Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; return loc0 ; } |
31,136 | the nexttoken value to include in a future listtaskdefinitions request . when the results of a listtaskdefinitions request exceed maxresults , this value can be used to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep String nextToken concode_elem_sep c... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
31,137 | gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Label label concode_elem_sep String align concode_field_sep String getMapping concode_elem_sep L... | Layout function ( ) { return layout ; } |
31,138 | create unmarshaller . concode_field_sep JAXBContext jaxbContext concode_field_sep Marshaller createMarshaller concode_elem_sep String toXml concode_elem_sep String toXml concode_elem_sep String toXml concode_elem_sep T fromXml | Unmarshaller function ( ) { try { return jaxbContext . createUnmarshaller ( ) ; } catch ( JAXBException loc0 ) { throw new SystemException ( "srini_string" , loc0 ) ; } } |
31,139 | called when the loading of a document was cancelled . concode_field_sep PlaceHolder placeHolder concode_field_sep void documentLoadingStarted concode_elem_sep void documentLoadingCompleted concode_elem_sep void documentLoadingFailed | void function ( SVGDocumentLoaderEvent arg0 ) { } |
31,140 | sets the class type that is being mapped . concode_field_sep Map<String,PropertyDescriptor> descriptorMap concode_elem_sep String[] header concode_elem_sep boolean annotationDriven concode_elem_sep Map<String,BeanField> fieldMap concode_elem_sep boolean determinedIfAnnotationDriven concode_elem_sep Map<String,Integer> ... | void function ( Class < T > arg0 ) { this . type = arg0 ; } |
31,141 | get the decorated function . concode_field_sep Vector permutedIndices concode_elem_sep ContinuousFunction function concode_field_sep Double apply concode_elem_sep void setFunction | ContinuousFunction function ( ) { return function ; } |
31,142 | 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 ) ) ; } |
31,143 | update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc... | void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; } |
31,144 | returns the time to live set with #settimetolive int . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep int m... | int function ( ) { return mTimeToLive ; } |
31,145 | reads a num value from disk . concode_field_sep RandomAccessFile raf concode_elem_sep long length concode_elem_sep Buffers bm concode_elem_sep int off concode_elem_sep boolean changed concode_field_sep long cursor concode_elem_sep void cursor concode_elem_sep void writeToken concode_elem_sep void writeToken concode_ele... | int function ( final long arg0 ) { cursor ( arg0 ) ; return readNum ( ) ; } |
31,146 | returns true if this sax parser processes namespaces . concode_field_sep String NAMESPACE_PREFIXES concode_elem_sep String NAMESPACES concode_elem_sep String STRING_INTERNING concode_elem_sep ContentHandler contentHandler concode_elem_sep LexicalHandler lexicalHandler concode_elem_sep String VALIDATION concode_elem_sep... | boolean function ( ) { return processNamespaces ; } |
31,147 | are there any characters left to parse ? concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep void setLowerCaseNames concode_elem_sep String getToken concode_elem_sep String parseQuotedT... | boolean function ( ) { return this . pos < this . len ; } |
31,148 | route with two parameters . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep String pathPattern conco... | RoutingDsl function ( BiFunction < A1 , A2 , ? extends CompletionStage < Result >> arg0 ) { return build ( 2 , arg0 , BiFunction . class ) ; } |
31,149 | a method to update the picture frame image with the image in the picture concode_field_sep ImageIcon imageIcon concode_elem_sep JLabel label concode_elem_sep JFrame frame concode_elem_sep DigitalPicture picture concode_field_sep void setVisible concode_elem_sep void setPicture concode_elem_sep void hide concode_elem_se... | void function ( ) { if ( picture != null ) { imageIcon . setImage ( picture . getImage ( ) ) ; frame . setTitle ( picture . getTitle ( ) ) ; } } |
31,150 | getter for the mesh . concode_field_sep String filename concode_elem_sep Mesh mesh concode_field_sep void setMesh concode_elem_sep void read concode_elem_sep void write concode_elem_sep void setFilename concode_elem_sep SimpleMatrix toSimpleMatrix | Mesh function ( ) { return this . mesh ; } |
31,151 | convert v24 text encoding to a valid v23 encoding concode_field_sep Logger logger concode_field_sep byte getUnicodeTextEncoding concode_elem_sep byte getTextEncoding | byte function ( byte arg0 ) { if ( arg0 == TextEncoding . UTF_16BE ) { return TextEncoding . UTF_16 ; } else if ( arg0 == TextEncoding . UTF_8 ) { return TextEncoding . ISO_8859_1 ; } else { return arg0 ; } } |
31,152 | the purchase token . concode_field_sep String purchaseToken concode_elem_sep Integer instanceCount concode_field_sep void setPurchaseToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PurchaseRequest withPurchaseToken concode_elem_sep Integer getInstanceCount concode_elem_sep PurchaseR... | String function ( ) { return this . purchaseToken ; } |
31,153 | steps into suppressed call resume execution and call xdebugsession #positionreached when next line is reached . do not call this method directly . use xdebugsession #forcestepinto instead concode_field_sep XDebugSession mySession concode_elem_sep ProcessHandler myProcessHandler concode_field_sep XSmartStepIntoHandler<?... | void function ( ) { startStepInto ( ) ; } |
31,154 | limit the string to a certain number of characters , adding '' ... '' if it was truncated concode_field_sep PlaceHolder placeHolder concode_field_sep String trimToZeroLower concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep String[] split concode_elem_... | String function ( String arg0 , int arg1 ) { StringBuilder loc0 = new StringBuilder ( arg0 ) ; if ( loc0 . arg1 ( ) > arg1 ) { loc0 . setLength ( arg1 ) ; loc0 . append ( "srini_string" ) ; } return loc0 . toString ( ) ; } |
31,155 | initializes the shuffleclient , specifying this executor 's appid . must be called before any other method on the shuffleclient . concode_field_sep PlaceHolder placeHolder concode_field_sep void fetchBlocks | void function ( String arg0 ) { } |
31,156 | even though it is possible to run without the logger implementation classes in place , it is very confusing and misleading . the bitcoinj logs output connection and transaction information . without them , it 's difficult to know what is happening , and the application might seem `` stuck '' . concode_field_sep boolean... | void function ( ) { StaticLoggerBinder . getSingleton ( ) ; } |
31,157 | gets the value of the originalaccountpassword property . concode_field_sep String lastName concode_elem_sep String impContact concode_elem_sep AddressType address concode_elem_sep String businessName concode_elem_sep String dateOfBirth concode_elem_sep long serialVersionUID concode_elem_sep String ssn concode_elem_sep ... | String function ( ) { return originalAccountPassword ; } |
31,158 | sets the value of the name property . concode_field_sep Layout layout concode_elem_sep String path concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_elem_sep String activeScope concode_elem_... | void function ( String arg0 ) { this . name = arg0 ; } |
31,159 | adds a set of grantee/permission pairs to the access control list acl , where each item in the set is a grant object . concode_field_sep Owner owner concode_elem_sep List<Grant> grantList concode_elem_sep long serialVersionUID concode_elem_sep Set<Grant> grantSet concode_field_sep Set<Grant> getGrants concode_elem_sep ... | void function ( Grant ... arg0 ) { for ( Grant loc0 : arg0 ) { grantPermission ( loc0 . getGrantee ( ) , loc0 . getPermission ( ) ) ; } } |
31,160 | check whether the given item is associated with an album . concode_field_sep int[] empty_list concode_elem_sep List<Integer> albums concode_elem_sep List<KDDCupItemType> types concode_elem_sep List<Integer> artists concode_elem_sep List<int[]> genres concode_field_sep boolean hasArtist concode_elem_sep KDDCupItemType g... | boolean function ( int arg0 ) { return albums . get ( arg0 ) != - 1 ; } |
31,161 | if this life cycle supports a restart of hudson , do so . otherwise , throw unsupportedoperationexception , which is what the default implementation does . the restart operation may happen synchronously in which case this method will never return , or asynchronously in which case this method will successfully return . ... | void function ( ) { throw new UnsupportedOperationException ( ) ; } |
31,162 | gets the value of the exceptionmessage property . concode_field_sep String exceptionCode concode_elem_sep String exceptionMessage concode_field_sep void setExceptionMessage concode_elem_sep String getExceptionCode concode_elem_sep void setExceptionCode | String function ( ) { return exceptionMessage ; } |
31,163 | indicates the currently stored state of the shrink to fit printable area property . concode_field_sep int printCopies concode_elem_sep String defaultURL concode_elem_sep File defaultFile concode_elem_sep PrintHelper printHelper concode_elem_sep boolean isShrinkToPrintableArea concode_field_sep void setDefaultFile conco... | boolean function ( ) { return isShrinkToPrintableArea ; } |
31,164 | devuelve una string pedida por pantalla concode_field_sep PlaceHolder placeHolder concode_field_sep void pedirA concode_elem_sep void pedirC concode_elem_sep void pedirB | String function ( ) { Scanner loc0 = new Scanner ( System . in ) ; return loc0 . nextLine ( ) ; } |
31,165 | remove any statistics parameters from the given socket . concode_field_sep int statsTag concode_elem_sep TrafficStatsCompatImpl IMPL concode_elem_sep ThreadLocal<SocketTags> mThreadSocketTags concode_field_sep int getThreadStatsTag concode_elem_sep int getThreadStatsTag concode_elem_sep int getThreadStatsTag concode_el... | void function ( Socket arg0 ) { IMPL . untagSocket ( arg0 ) ; } |
31,166 | specifies whether the rule is disabled . concode_field_sep java.util.Date createdAt concode_elem_sep Boolean ruleDisabled concode_elem_sep String ruleName concode_elem_sep String description concode_elem_sep java.util.List<Action> actions concode_elem_sep String sql concode_field_sep TopicRule withRuleName concode_elem... | TopicRule function ( Boolean arg0 ) { setRuleDisabled ( arg0 ) ; return this ; } |
31,167 | gets the value of the code property . concode_field_sep String code concode_elem_sep String featureSoc concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String periodCode concode_elem_sep String inclusiveMOU concode_field_sep String getFeatureSoc concode_elem_sep String getPeri... | String function ( ) { return code ; } |
31,168 | get the job id concode_field_sep JobStatusChanged datum concode_field_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep void setDatum concode_elem_sep String getStatus | JobID function ( ) { return JobID . forName ( datum . getJobid ( ) . toString ( ) ) ; } |
31,169 | returns the start year of the copyright concode_field_sep Properties PROPERTIES concode_elem_sep String PROPERTY_FILE concode_field_sep String getToYear concode_elem_sep String getURL concode_elem_sep String getAddress concode_elem_sep void main concode_elem_sep String getOwner | String function ( ) { return PROPERTIES . getProperty ( "srini_string" , "srini_string" ) ; } |
31,170 | method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void showUsa... | void function ( ) { int loc0 = vList . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { System . out . print ( "srini_string" ) ; String loc2 = ( String ) vList . elementAt ( loc1 ) ; if ( ! processFile ( loc2 ) ) { System . out . println ( "srini_string" + loc2 + "srini_string" ) ; } } System . out . println ... |
31,171 | gets the value of the addldata property . concode_field_sep AddressType address concode_elem_sep BaseDataType baseData concode_elem_sep BillingProfileType billingProfile concode_elem_sep CustomerDataType customerInfo concode_elem_sep long serialVersionUID concode_elem_sep AddlDataType addlData concode_field_sep void se... | AddlDataType function ( ) { return addlData ; } |
31,172 | #parseany streamtokenizer , string with default message . concode_field_sep float MAX_ABS_OUTPUT_VALUE concode_elem_sep float[] DEF_COLOR concode_elem_sep float DEF_SCALE concode_field_sep boolean parseWord concode_elem_sep boolean parseWord concode_elem_sep boolean parseArray concode_elem_sep boolean parseArray concod... | String function ( StreamTokenizer arg0 ) { return parseAny ( arg0 , null ) ; } |
31,173 | the distribution 's information . concode_field_sep String location concode_elem_sep String eTag concode_elem_sep Distribution distribution concode_field_sep Distribution getDistribution concode_elem_sep CreateDistributionResult withDistribution concode_elem_sep String getLocation concode_elem_sep CreateDistributionRes... | void function ( Distribution arg0 ) { this . distribution = arg0 ; } |
31,174 | get the usercertstoreentry represented by this issuer . concode_field_sep UserCertStoreEntry storeEntry concode_elem_sep String name concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CertGenerator generator concode_elem_sep String toString concode_elem_sep int compareTo | UserCertStoreEntry function ( ) { return this . storeEntry ; } |
31,175 | insert a hobbit @a character of a particular @a race into the hobbitcontentprovider . concode_field_sep String TAG concode_elem_sep HobbitOpsImpl mHobbitOpsImpl concode_elem_sep ContentProviderAccessType mAccessType concode_field_sep void displayAll concode_elem_sep void onConfiguration concode_elem_sep int updateByUri... | Uri function ( String arg0 , String arg1 ) { return mHobbitOpsImpl . insert ( arg0 , arg1 ) ; } |
31,176 | get a string for the gsm error code . concode_field_sep int GSM_ERR_T_ABSENT concode_elem_sep int GSM_TON_ALPHANUMERIC concode_elem_sep int GSM_NPI_NATIONAL concode_elem_sep int GSM_ERR_P_UNKNOWN concode_elem_sep int GSM_ERR_T_MEMCAP concode_elem_sep int GSM_TON_UNKNOWN concode_elem_sep int GSM_ERR_T_MSERROR concode_el... | String function ( int arg0 ) { initTables ( ) ; String loc0 = ( String ) errorTable . get ( new Integer ( arg0 ) ) ; return loc0 == null ? "srini_string" : loc0 ; } |
31,177 | convenience method to create a bitmap given a context 's drawable resource id . concode_field_sep int BYTES_PER_FLOAT concode_elem_sep float DEG concode_field_sep void addQuad concode_elem_sep FloatBuffer makeFloatBuffer3 concode_elem_sep FloatBuffer makeFloatBuffer4 | Bitmap function ( Context arg0 , int arg1 ) { InputStream loc0 = arg0 . getResources ( ) . openRawResource ( arg1 ) ; Bitmap loc1 ; try { loc1 = BitmapFactory . decodeStream ( loc0 ) ; } finally { try { loc0 . close ( ) ; } catch ( IOException loc2 ) { } } return loc1 ; } |
31,178 | queries whether my hints include the specified hint . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList concode_elem_sep String objId concode_elem_sep int NONE concode_elem_sep St... | boolean function ( String arg0 ) { return hints . indexOf ( arg0 ) != NONE ; } |
31,179 | logs the given message and throwable at the ` info ' level . concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_s... | void function ( Object arg0 , Throwable arg1 ) { logInternal ( INFO , arg0 , arg1 ) ; } |
31,180 | returns the result of applying the parser to arg as a serialized tree . concode_field_sep ParserGrammar parser concode_elem_sep int port concode_elem_sep ServerSocket serverSocket concode_elem_sep Redwood.RedwoodChannels log concode_elem_sep boolean stillRunning concode_elem_sep int DEFAULT_PORT concode_elem_sep TreeBi... | void function ( String arg0 , OutputStream arg1 ) { Tree loc0 = parse ( arg0 , false ) ; if ( loc0 == null ) { return ; } log . info ( loc0 ) ; if ( loc0 != null ) { ObjectOutputStream loc1 = new ObjectOutputStream ( arg1 ) ; loc1 . writeObject ( loc0 ) ; loc1 . flush ( ) ; } } |
31,181 | find a file inside this test bundle concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | File function ( String arg0 ) { return getFileLocation ( ASMatrixTests . PLUGIN_ID , arg0 ) ; } |
31,182 | get this node 's padding , as defined by style + default padding . concode_field_sep CSSNode mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNode nextChild concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCS... | Spacing function ( ) { return style . padding ; } |
31,183 | this method is added only for consistency with other url patterns and for maintaining consistency of usage of the http `` verb '' at the client side upload image as a data url essentially a base64 encoded stream concode_field_sep ImageWritePlatformService imageWritePlatformService concode_elem_sep PlatformSecurityConte... | String function ( @ PathParam ( "srini_string" ) final String arg0 , @ PathParam ( "srini_string" ) final Long arg1 , final String arg2 ) { return addNewClientImage ( arg0 , arg1 , arg2 ) ; } |
31,184 | sets the value of the version property . concode_field_sep XMLGregorianCalendar versionEndDate concode_elem_sep String name concode_elem_sep Description description concode_elem_sep XMLGregorianCalendar versionStartDate concode_elem_sep String actionCode concode_elem_sep long serialVersionUID concode_elem_sep String id... | void function ( String arg0 ) { this . version = arg0 ; } |
31,185 | writes out the content in the multipart/form encoding . this method produces slightly different formatting depending on its compatibility mode . concode_field_sep String boundary concode_elem_sep HttpMultipartMode mode concode_elem_sep Charset charset concode_elem_sep ByteArrayBuffer FIELD_SEP concode_elem_sep List<For... | void function ( final OutputStream arg0 , MultipartEntity . CallBackInfo arg1 ) { doWriteTo ( this . mode , arg0 , arg1 , true ) ; } |
31,186 | determine whether the given url points to a resource in the file system , that is , has protocol `` file '' , `` vfsfile '' or `` vfs '' . concode_field_sep String WAR_URL_PREFIX concode_elem_sep String JAR_URL_SEPARATOR concode_elem_sep String URL_PROTOCOL_FILE concode_elem_sep String URL_PROTOCOL_JAR concode_elem_sep... | boolean function ( URL arg0 ) { String loc0 = arg0 . getProtocol ( ) ; return ( URL_PROTOCOL_FILE . equals ( loc0 ) || URL_PROTOCOL_VFSFILE . equals ( loc0 ) || URL_PROTOCOL_VFS . equals ( loc0 ) ) ; } |
31,187 | boolean value that if true , indicates there is more data to be downloaded . concode_field_sep Boolean additionalDataPending concode_elem_sep String marker concode_elem_sep String logFileData concode_field_sep void setMarker concode_elem_sep DownloadDBLogFilePortionResult withLogFileData concode_elem_sep Boolean getAdd... | Boolean function ( ) { return additionalDataPending ; } |
31,188 | puts latitude in range of -90 to 90 . concode_field_sep PlaceHolder placeHolder concode_field_sep void randomPointIn concode_elem_sep GeoPoint randomPointIn concode_elem_sep void randomPoint concode_elem_sep GeoPoint randomPoint concode_elem_sep double normalizeLongitude | double function ( double arg0 ) { if ( arg0 >= - 90 && arg0 <= 90 ) { return arg0 ; } double loc0 = Math . abs ( ( arg0 + 90 ) % 360 ) ; return ( loc0 <= 180 ? loc0 : 360 - loc0 ) - 90 ; } |
31,189 | get list products in categorysub concode_field_sep PlaceHolder placeHolder concode_field_sep boolean deleteProducts concode_elem_sep List<ProductsView> getAllProductByUser concode_elem_sep boolean updateProducts concode_elem_sep List<Products> lstProductPaid concode_elem_sep List<Products> lstProductPaid concode_elem_s... | List < Products > function ( CategorySub arg0 , String arg1 ) { return ProductDAO . lstProduct ( arg0 , arg1 ) ; } |
31,190 | converts a password to a byte array according to the scheme in pkcs5 ascii , no padding concode_field_sep int iterationCount concode_elem_sep byte[] password concode_elem_sep byte[] salt concode_field_sep byte[] PKCS5PasswordToUTF8Bytes concode_elem_sep void init concode_elem_sep byte[] getPassword concode_elem_sep int... | byte [ ] function ( char [ ] arg0 ) { byte [ ] loc0 = new byte [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 != loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = ( byte ) arg0 [ loc1 ] ; } return loc0 ; } |
31,191 | returns a new simpledigitalout instance . concode_field_sep PlaceHolder placeHolder concode_field_sep DigitalIn createDigitalIn concode_elem_sep DigitalIn createDigitalIn concode_elem_sep ProcessImageImplementation createProcessImageImplementation concode_elem_sep Register createRegister concode_elem_sep Register creat... | DigitalOut function ( ) { return new SimpleDigitalOut ( ) ; } |
31,192 | return if the internal list had listeners . concode_field_sep T multicaster concode_elem_sep List<T> listeners concode_field_sep T getMulticaster concode_elem_sep Object invoke concode_elem_sep void removeListener concode_elem_sep void addListener | boolean function ( ) { return listeners . isEmpty ( ) ; } |
31,193 | set visible . concode_field_sep boolean vis concode_elem_sep Image image concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int height concode_field_sep int getX concode_elem_sep int getY concode_elem_sep void displayImage concode_elem_sep boolean isVisible concode_elem_sep Image ... | void function ( Boolean arg0 ) { vis = arg0 ; } |
31,194 | returns a gdiobject from the handle table concode_field_sep Vector objectVector concode_elem_sep boolean bReading concode_elem_sep Vector records concode_elem_sep int numRecords concode_elem_sep int lastObjectIdx concode_elem_sep int vpW concode_elem_sep URL url concode_elem_sep int vpY concode_elem_sep int numObjects ... | GdiObject function ( int arg0 ) { return ( GdiObject ) objectVector . get ( arg0 ) ; } |
31,195 | when modifying the buffer , acquire the readlatch . call release to release the latch . note that containslsn acquires the latch for reading . concode_field_sep Latch readLatch concode_field_sep void release concode_elem_sep void hook480 concode_elem_sep void reinit concode_elem_sep void hook479 concode_elem_sep void r... | void function ( ) { readLatch . acquire ( ) ; } |
31,196 | gets the description value for this category . concode_field_sep long serialVersionUID concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCal... | java . lang . String function ( ) { return description ; } |
31,197 | this method resets the incoming events time events included . concode_field_sep double realValue concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long intValue concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep boolean chec... | void function ( ) { } |
31,198 | gets the value of the mockquery property . concode_field_sep Object mock concode_elem_sep Object live concode_elem_sep String mockQuery concode_field_sep Object getLive concode_elem_sep void setMock concode_elem_sep Object getMock concode_elem_sep void setLive concode_elem_sep void setMockQuery | String function ( ) { return mockQuery ; } |
31,199 | gets the output type . concode_field_sep OutputTypeEnum outputType concode_elem_sep boolean linkFortranMain concode_elem_sep boolean staticRuntime concode_elem_sep SubsystemEnum subsystem concode_elem_sep boolean linkCPP concode_elem_sep boolean linkFortran concode_field_sep boolean isJNIModule concode_elem_sep boolean... | String function ( ) { return this . outputType . getValue ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.