idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
4,900 | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
4,901 | setter method to set the customer type problem concode_field_sep String ART concode_elem_sep String l1 concode_elem_sep String l2 concode_elem_sep String l3 concode_elem_sep String l4 concode_elem_sep String l5 concode_elem_sep String SLA concode_elem_sep String type concode_elem_sep String percentSLAMet concode_elem_s... | void function ( String arg0 ) { this . customerCategory = arg0 ; } |
4,902 | sets the updatestudent student object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_elem_sep Stu... | void function ( Student arg0 ) { this . updateStudent = arg0 ; } |
4,903 | logs a property trace message . concode_field_sep String copyright concode_elem_sep int JDBCLevel_ concode_field_sep void logDataEvenIfTracingIsOff concode_elem_sep void logInformation concode_elem_sep void logInformation concode_elem_sep void logException concode_elem_sep void logException concode_elem_sep void logOpe... | void function ( Object arg0 , String arg1 , boolean arg2 ) { if ( isTraceOn ( ) ) { Boolean loc0 = new Boolean ( arg2 ) ; logProperty ( arg0 , arg1 , loc0 . toString ( ) ) ; } } |
4,904 | gets the value of the qos property . concode_field_sep boolean retained concode_elem_sep int qoS concode_elem_sep String payload concode_elem_sep String topic concode_field_sep Object copyTo concode_elem_sep Object copyTo concode_elem_sep String getPayload concode_elem_sep void setQoS concode_elem_sep boolean isRetaine... | int function ( ) { return qoS ; } |
4,905 | this is used to determine if the collector has finished . if it is not finished the collector will be registered to listen for an i/o intrrupt to read further bytes of the frame . concode_field_sep boolean last concode_elem_sep byte[] octet concode_elem_sep boolean masked concode_elem_sep int length concode_elem_sep in... | boolean function ( ) { if ( type != null ) { if ( length >= 0 && required == 0 ) { if ( masked ) { return count == mask . length ; } return true ; } } return false ; } |
4,906 | returns status handler descriptors whose prefixes are the most specific for given pluginid . concode_field_sep String ASTERISK concode_elem_sep HashMap map concode_field_sep void add concode_elem_sep void addHandlerDescriptor concode_elem_sep List get concode_elem_sep void clear concode_elem_sep List getAsteriskList | List function ( String arg0 ) { return get ( arg0 , this . map ) ; } |
4,907 | creates a series of images built from a single image , split using the given dimensions for the resulting images . the source can be either indexed or non-indexed data ; the result will be of the same type . only works if the dimensions to split the image by cut the source image exactly , without remaining edges . an e... | ByteBuffer [ ] function ( int arg0 , int arg1 , int arg2 , ImageFile arg3 ) { return splitImage ( arg0 , arg1 , arg2 , arg3 . width ( ) , arg3 . height ( ) , arg3 . format ( ) , arg3 . getImageData ( ) ) ; } |
4,908 | get the branch on which this originated . concode_field_sep Package myPackage concode_elem_sep OtterVersionAnnotation version concode_field_sep String getVersion concode_elem_sep String getUrl concode_elem_sep Package getPackage concode_elem_sep String getSrcChecksum concode_elem_sep String getUser concode_elem_sep Str... | String function ( ) { return ( version != null ) ? version . branch ( ) : "srini_string" ; } |
4,909 | sets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep JAXBElement<? ... | void function ( String arg0 ) { this . role = arg0 ; } |
4,910 | creates a memory segment that wraps the off-heap memory backing the given bytebuffer . note that the bytebuffer needs to be a direct bytebuffer . this method is intended to be used for components which pool memory and create memory segments around long-lived memory regions . concode_field_sep Factory factory concode_fi... | MemorySegment function ( ByteBuffer arg0 , Object arg1 ) { ensureInitialized ( ) ; return factory . wrapPooledOffHeapMemory ( arg0 , arg1 ) ; } |
4,911 | logs warning message about deprecation of specified property or method of some class . concode_field_sep StackTraceFilterer stackFilterer concode_elem_sep Log LOG concode_elem_sep boolean LOG_DEPRECATED concode_elem_sep String GRAILS_VERSION concode_elem_sep String GRAILS_IMPLEMENTATION_TITLE concode_field_sep boolean ... | void function ( Class < ? > arg0 , String arg1 ) { deprecated ( arg0 , arg1 , getGrailsVersion ( ) ) ; } |
4,912 | deselects the options with the given indices and fires deselectedbyindicesevent . concode_field_sep PlaceHolder placeHolder concode_field_sep MultiSelect deselectAll concode_elem_sep List<String> getSelectionTexts concode_elem_sep MultiSelect selectByValues concode_elem_sep MultiSelect selectByValues concode_elem_sep M... | MultiSelect function ( Collection < Integer > arg0 ) { Select loc0 = new EnhancedSelect ( webElement ( ) ) ; arg0 . forEach ( loc0 :: deselectByIndex ) ; return this ; } |
4,913 | collects initial information required for annotation . expected to run within read action . see externalannotator #collectinformation psifile , editor , boolean for details . concode_field_sep PlaceHolder placeHolder concode_field_sep void apply concode_elem_sep AnnotationResultType doAnnotate | InitialInfoType function ( @ NotNull PsiFile arg0 ) { return null ; } |
4,914 | tell the writer which branch it is associated with . concode_field_sep S schema concode_elem_sep Destination destination concode_elem_sep WriterOutputFormat format concode_elem_sep int branches concode_elem_sep int branch concode_elem_sep String writerId concode_field_sep DataWriterBuilder<S,D> writeTo concode_elem_sep... | DataWriterBuilder < S , D > function ( int arg0 ) { this . branch = arg0 ; return this ; } |
4,915 | enables crl distribution points support concode_field_sep Logger logger concode_elem_sep boolean enableOCSP concode_elem_sep KeyStore trustStore concode_elem_sep Collection<? extends CRL> crls concode_elem_sep String ocspResponderURL concode_elem_sep AtomicLong aliasCount concode_elem_sep boolean enableCRLDP concode_el... | void function ( boolean arg0 ) { arg0 = arg0 ; } |
4,916 | here we always return standardbasictypes #string . concode_field_sep PlaceHolder placeHolder concode_field_sep String getBeginning concode_elem_sep String getEnding concode_elem_sep String transform concode_elem_sep boolean hasArguments concode_elem_sep boolean hasParenthesesIfNoArguments concode_elem_sep String getSep... | Type function ( Type arg0 , Mapping arg1 ) { return StandardBasicTypes . STRING ; } |
4,917 | clears flags on required children . concode_field_sep String localName concode_elem_sep Element parent concode_elem_sep ArrayList<Element> requiredChilden concode_elem_sep int depth concode_elem_sep Children children concode_elem_sep EndElementListener endElementListener concode_elem_sep EndTextElementListener endTextE... | void function ( ) { ArrayList < Element > loc0 = this . requiredChilden ; if ( loc0 != null ) { for ( int loc1 = loc0 . size ( ) - 1 ; loc1 >= 0 ; loc1 -- ) { loc0 . get ( loc1 ) . visited = false ; } } } |
4,918 | returns the wind direction . concode_field_sep Double chill concode_elem_sep Integer degree concode_elem_sep Double speed concode_elem_sep String direction concode_elem_sep Double gust concode_field_sep void setSpeed concode_elem_sep Double getGust concode_elem_sep Double getSpeed concode_elem_sep Integer getDegree con... | String function ( ) { return direction ; } |
4,919 | make a new label with this string as the `` name '' . concode_field_sep PlaceHolder placeHolder concode_field_sep Label newLabelFromString | Label function ( String arg0 , int arg1 ) { return new StringLabel ( arg0 ) ; } |
4,920 | load the url into the webview . 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 parentWebView concode_elem_sep Cordov... | void function ( final String arg0 , boolean arg1 ) { webView . loadUrl ( arg0 ) ; } |
4,921 | a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TA... | void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; if ( useOneShotPreviewCallback ) { camera . setOneShotPreviewCallback ( previewCallback ) ; } else { camera . setPreviewCallback ( previewCallback ) ; } } } |
4,922 | gets arraylist of currently active timezonewrapper objects . this list is populated by selectbooleancheckbox components in ui . concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayLi... | ArrayList function ( ) { return checkedTimeZoneList ; } |
4,923 | get phone 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 User lastName concode_elem_sep void s... | String function ( ) { return phone ; } |
4,924 | get the ifmodifiedsince value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String if... | DateTime function ( ) { if ( this . ifModifiedSince == null ) { return null ; } return this . ifModifiedSince . getDateTime ( ) ; } |
4,925 | returns an element describing this delta 's element in its new location , or null if the ielementdeltaconstants #f_moved_to f_moved_to flag is not set . concode_field_sep PlaceHolder placeHolder concode_field_sep IElementDelta[] getAddedChildren concode_elem_sep IElementDelta[] getChangedChildren concode_elem_sep IElem... | IElement function ( ) { return ElementDeltas . getMovedToElement ( this ) ; } |
4,926 | access the callout 's area . concode_field_sep int line concode_elem_sep int type concode_elem_sep String otherType concode_elem_sep int OTHER concode_elem_sep int col concode_elem_sep int CALS_PAIR concode_elem_sep int LINE_RANGE concode_elem_sep Element area concode_elem_sep int callout concode_elem_sep int LINE_COLU... | Element function ( ) { return area ; } |
4,927 | create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists | File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; } |
4,928 | gets the descripcion value for this ctrela . concode_field_sep java.lang.String descripcion concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String nombre concode_elem_sep java.lang.String num... | java . lang . String function ( ) { return descripcion ; } |
4,929 | returns the name/pseudo found in the the directory for this person concode_field_sep LdapDirectoryImpl server concode_elem_sep Set<String> mails concode_elem_sep Set<String> workPhoneNumbers concode_elem_sep LdapQuery query concode_elem_sep Set<String> homePhoneNumbers concode_elem_sep String dn concode_elem_sep String... | String function ( ) { return this . displayName ; } |
4,930 | gets the point index . concode_field_sep int mSeriesIndex concode_elem_sep int mPointIndex concode_elem_sep double mXValue concode_elem_sep double mValue concode_field_sep double getValue concode_elem_sep double getXValue concode_elem_sep int getSeriesIndex | int function ( ) { return mPointIndex ; } |
4,931 | get the namespace of the emitter . concode_field_sep String pagination concode_elem_sep Boolean outputDisplayNone concode_elem_sep int overridePriority concode_elem_sep String format concode_elem_sep String icon concode_elem_sep String mimeType concode_elem_sep Boolean isHidden concode_elem_sep String fileExtension con... | String function ( ) { return namespace ; } |
4,932 | produce a jsonobject from a row of comma delimited text , using a parallel jsonarray of strings to provides the names of the elements . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJ... | JSONObject function ( JSONArray arg0 , JSONTokener arg1 ) { JSONArray loc0 = rowToJSONArray ( arg1 ) ; return loc0 != null ? loc0 . toJSONObject ( arg0 ) : null ; } |
4,933 | set the source . concode_field_sep String checksumCheckResult concode_elem_sep boolean infoFound concode_elem_sep boolean deleted concode_elem_sep boolean toBeProcessed concode_elem_sep Date processEndDate concode_elem_sep DSpaceBitstreamInfo dspaceBitstream concode_elem_sep boolean bitstreamFound concode_elem_sep Stri... | void function ( String arg0 ) { dspaceBitstream . setSource ( arg0 ) ; } |
4,934 | blocking execution . concode_field_sep String[] cmd concode_elem_sep File dir concode_field_sep boolean ffs concode_elem_sep String toString | ProcessResult function ( ) { return execute ( null ) ; } |
4,935 | factory method . assessmenthelperifc . concode_field_sep String VERSION_SUPPORTED_STRING concode_field_sep SectionHelperIfc getSectionHelperInstance concode_elem_sep ItemHelperIfc getItemHelperInstance | AssessmentHelperIfc function ( int arg0 ) { switch ( arg0 ) { case QTIVersion . VERSION_1_2 : return new AssessmentHelper12Impl ( ) ; case QTIVersion . VERSION_2_0 : return new AssessmentHelper20Impl ( ) ; default : throw new IllegalArgumentException ( VERSION_SUPPORTED_STRING ) ; } } |
4,936 | gets the value of the id property . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep void setValue concode_elem_sep void setId | String function ( ) { return id ; } |
4,937 | get the node that represents a source dom tree . concode_field_sep Node node concode_elem_sep String systemID concode_elem_sep String FEATURE concode_field_sep String getSystemId concode_elem_sep void setSystemId concode_elem_sep void setNode | Node function ( ) { return node ; } |
4,938 | returns one of three log levels depending on the read-only status of the entity ; unknown should only be the case very early in the management cycle concode_field_sep String SSH_IO concode_elem_sep String REST concode_field_sep void log concode_elem_sep void log concode_elem_sep LoggingLevel levelDebugOrTraceIfReadOnly | LoggingLevel function ( Entity arg0 , LoggingLevel arg1 , LoggingLevel arg2 , LoggingLevel arg3 ) { if ( arg0 == null ) return arg3 ; Boolean loc0 = ( ( EntityInternal ) arg0 ) . getManagementSupport ( ) . isReadOnlyRaw ( ) ; if ( loc0 == null ) return arg3 ; if ( loc0 ) return arg2 ; return arg1 ; } |
4,939 | dispatches this event to all listeners . concode_field_sep boolean isDispatching concode_elem_sep List<L> listeners concode_elem_sep List<L> queuedListenerAdditions concode_elem_sep RegistrationListener<L> registrationListener concode_elem_sep List<L> queuedListenerRemovals concode_field_sep Remover add concode_elem_se... | void function ( final Dispatcher < L > arg0 ) { isDispatching = true ; try { for ( int loc0 = 0 , loc1 = listeners . size ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . dispatch ( listeners . get ( loc0 ) ) ; } } finally { isDispatching = false ; addQueuedListeners ( ) ; removeQueuedListeners ( ) ; } } |
4,940 | create the directory parent / children and all ancestorsalong the path . concode_field_sep PlaceHolder placeHolder concode_field_sep Map.Entry<INodesInPath,String> createAncestorDirectories concode_elem_sep PermissionStatus addImplicitUwx concode_elem_sep INodesInPath unprotectedMkdir concode_elem_sep HdfsFileStatus mk... | INodesInPath function ( FSDirectory arg0 , INodesInPath arg1 , List < String > arg2 , PermissionStatus arg3 ) { assert arg0 . hasWriteLock ( ) ; for ( String loc0 : arg2 ) { arg1 = createSingleDirectory ( arg0 , arg1 , loc0 , arg3 ) ; if ( arg1 == null ) { return null ; } } return arg1 ; } |
4,941 | determine whether the given value string indicates a hex number , i.e. needs to be passed into integer.decode instead of integer.valueof etc . concode_field_sep PlaceHolder placeHolder concode_field_sep T parseNumber concode_elem_sep T parseNumber concode_elem_sep BigInteger decodeBigInteger concode_elem_sep void raise... | boolean function ( String arg0 ) { int loc0 = ( arg0 . startsWith ( "srini_string" ) ? 1 : 0 ) ; return ( arg0 . startsWith ( "srini_string" , loc0 ) || arg0 . startsWith ( "srini_string" , loc0 ) || arg0 . startsWith ( "srini_string" , loc0 ) ) ; } |
4,942 | shorthand for calling #findpreviousnode alignmentincolumnsconfig , astnode , nodeprocessor with the type ofthe given node as a target type . concode_field_sep AlignmentInColumnsHelper INSTANCE concode_field_sep ASTNode getPreviousAdjacentNodeOfTargetType concode_elem_sep ASTNode getSubNodeThatStartsNewLine concode_elem... | boolean function ( AlignmentInColumnsConfig arg0 , ASTNode arg1 , NodeProcessor arg2 ) { return findPreviousNode ( arg0 , arg1 , arg1 . getElementType ( ) , false , true , arg2 ) ; } |
4,943 | creates the deck , shuffles it , and deals 10 cards to all players . concode_field_sep Stack<Card> discardStack concode_elem_sep Phase10 game concode_elem_sep ArrayList<Card> deck concode_elem_sep int turnNumber concode_elem_sep boolean started concode_elem_sep long serialVersionUID concode_elem_sep int curPlayerNum co... | void function ( ) { createDeck ( ) ; shuffle ( ) ; deal ( ) ; } |
4,944 | turn the vibrator on . concode_field_sep IHardwareService mService concode_field_sep void cancel | void function ( long arg0 ) { try { mService . vibrate ( arg0 ) ; } catch ( RemoteException loc0 ) { } } |
4,945 | sets the domain value for this conceptvalue . concode_field_sep java.lang.String NCID concode_elem_sep java.lang.String domain concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String context concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc c... | void function ( java . lang . String arg0 ) { this . domain = arg0 ; } |
4,946 | dom : implements svgtransform #setskewx float . concode_field_sep float x concode_elem_sep float angle concode_elem_sep float y concode_elem_sep short type concode_elem_sep AffineTransform affineTransform concode_field_sep void setScale concode_elem_sep void setType concode_elem_sep void setTranslate concode_elem_sep f... | void function ( float arg0 ) { type = SVG_TRANSFORM_SKEWX ; affineTransform = AffineTransform . getShearInstance ( Math . tan ( Math . toRadians ( arg0 ) ) , 0.0 ) ; this . angle = arg0 ; } |
4,947 | returns the name of the class implementing the ticl service . concode_field_sep ApplicationMetadata metadata concode_elem_sep String BACKGROUND_INVALIDATION_LISTENER_SERVICE_NAME_KEY concode_elem_sep Map<String,ApplicationMetadata> applicationMetadataCache concode_elem_sep String listenerClass concode_elem_sep String L... | String function ( ) { return metadata . ticlServiceClass ; } |
4,948 | writes the xml-serialized object to the given file concode_field_sep boolean m_Present concode_elem_sep String FILE_EXTENSION concode_field_sep Object read concode_elem_sep Object read concode_elem_sep Object read concode_elem_sep void checkForKOML concode_elem_sep boolean isPresent concode_elem_sep String getRevision | boolean function ( String arg0 , Object arg1 ) { return write ( new FileOutputStream ( arg0 ) , arg1 ) ; } |
4,949 | reports whether this driver is a genuine jdbc complianttm driver . a driver may only report true here if it passes the jdbc compliance tests ; otherwise it is required to return false . jdbc compliance requires full support for the jdbc api and full support for sql 92 entry level . it is expected that jdbc compliant dr... | boolean function ( ) { return false ; } |
4,950 | checks to see if term t is a stopword . if so , then the termpipeline is existed . otherwise , the term is passed on to the next termpipeline object . concode_field_sep HashSet stopWords concode_elem_sep TermPipeline next concode_field_sep void loadStopwordsList | void function ( String arg0 ) { if ( stopWords . contains ( arg0 ) ) next . processTerm ( null ) ; else next . processTerm ( arg0 ) ; } |
4,951 | simple tostring which output the static value . concode_field_sep Object staticValue concode_elem_sep HtmlAttributeMap attributes concode_elem_sep Cell EMPTY_CELL concode_field_sep HtmlAttributeMap getPerRowAttributes concode_elem_sep Object getStaticValue concode_elem_sep int compareTo concode_elem_sep int compareTo c... | String function ( ) { return new ToStringBuilder ( this , ToStringStyle . SHORT_PREFIX_STYLE ) . append ( "srini_string" , this . staticValue ) . toString ( ) ; } |
4,952 | map of methods for this resource , which is included only if the request uses the embed query option . concode_field_sep String path concode_elem_sep String pathPart concode_elem_sep java.util.Map<String,Method> resourceMethods concode_elem_sep String id concode_elem_sep String parentId concode_field_sep UpdateResource... | java . util . Map < String , Method > function ( ) { return resourceMethods ; } |
4,953 | get xmpp settings of a user concode_field_sep Log log concode_field_sep boolean hasXMPPSettings concode_elem_sep String getUserIM concode_elem_sep void validateInputParameters concode_elem_sep void editXmppSettings concode_elem_sep void checkUserAuthorization concode_elem_sep boolean addUserXmppSettings concode_elem_se... | XMPPSettingsDTO function ( String arg0 ) { String loc0 = "srini_string" ; validateInputParameters ( new String [ ] { arg0 } , loc0 ) ; checkUserAuthorization ( arg0 , "srini_string" ) ; XMPPConfigurator loc1 = new XMPPConfigurator ( ) ; return loc1 . getXmppSettings ( arg0 ) ; } |
4,954 | adds a listener . concode_field_sep String SIGNED_IN_ACCOUNT_KEY concode_elem_sep Object LOCK concode_elem_sep Context mApplicationContext concode_elem_sep String TAG concode_elem_sep ChromeSigninController sChromeSigninController concode_elem_sep ObserverList<Listener> mListeners concode_field_sep void onClearSignedIn... | void function ( Listener arg0 ) { mListeners . addObserver ( arg0 ) ; } |
4,955 | size of the deque concode_field_sep Node<T> next concode_elem_sep Node<Item> current concode_elem_sep Node<Item> last concode_elem_sep int size concode_elem_sep Node<T> previous concode_elem_sep T value concode_elem_sep Node<Item> first concode_field_sep Item next concode_elem_sep void addLast concode_elem_sep Iterator... | int function ( ) { return size ; } |
4,956 | generates a name for the graphs that are generated concode_field_sep int MEMBER_3_EMAIL concode_elem_sep int MEMBER_1_PERCENT_BY_BIKE concode_elem_sep NumberFormat BY_BIKE_FORMAT concode_elem_sep NumberFormat BY_KM_FORMAT concode_elem_sep String SEPARATOR concode_elem_sep int TEAM_KM concode_elem_sep int MEMBER_3_KM_PE... | File function ( File arg0 ) { String loc0 = arg0 . getName ( ) ; String loc1 = loc0 . replace ( "srini_string" , "srini_string" ) ; return new File ( arg0 . getParent ( ) , loc1 ) ; } |
4,957 | enables initial @literal ping barrier before any connection is usable . if @literal true default is @literal false , every connection and reconnect will issue a @literal ping command and awaits its response before the connection isactivated and enabled for use . if the check fails , the connect/reconnect is treated as ... | boolean function ( ) { return pingBeforeActivateConnection ; } |
4,958 | reads from input and initalizes the value in the holder with the unmarshalled data . concode_field_sep Any value concode_field_sep TypeCode _type concode_elem_sep void _write | void function ( InputStream arg0 ) { value = arg0 . read_any ( ) ; } |
4,959 | sets the value of the numbertype property . concode_field_sep NumberType numberType concode_elem_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep List<NumericDomainType.Bounds> bounds concode_elem_sep NumericDomainType.Bounds.Maximum maximum concode_elem_sep boolean exclusive conco... | void function ( NumberType arg0 ) { this . numberType = arg0 ; } |
4,960 | calculates the digest using the strongest crypt 3 algorithm . a random salt and the default algorithm currently sha-512 are used . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( final String arg0 ) { return crypt ( arg0 , null ) ; } |
4,961 | returns true iff the cluster level blocks have changed between cluster states . note that this is an object reference equality test , not an equals test . concode_field_sep DiscoveryNodes.Delta nodesDelta concode_elem_sep String source concode_elem_sep ClusterState state concode_elem_sep ClusterState previousState conc... | boolean function ( ) { return state . blocks ( ) != previousState . blocks ( ) ; } |
4,962 | try to get an existing instance of the given resource . if an instance does not exist , create a new one with the given factory . concode_field_sep IdentityHashMap<Resource<?>,Instance> instances concode_elem_sep ScheduledExecutorFactory destroyerFactory concode_elem_sep long DESTROY_DELAY_SECONDS concode_elem_sep Obje... | T function ( Resource < T > arg0 ) { return holder . getInternal ( arg0 ) ; } |
4,963 | add local entry by datahandler concode_field_sep String serviceName concode_elem_sep Log log concode_elem_sep LocalEntryAdminServiceStub localEntryAdminServiceStub concode_field_sep String getEntryNamesString concode_elem_sep int getEntryDataCount concode_elem_sep String[] getEntryNames concode_elem_sep boolean addLoca... | boolean function ( DataHandler arg0 ) { XMLStreamReader loc0 = XMLInputFactory . newInstance ( ) . createXMLStreamReader ( arg0 . getInputStream ( ) ) ; StAXOMBuilder loc1 = new StAXOMBuilder ( loc0 ) ; OMElement loc2 = loc1 . getDocumentElement ( ) ; return ( localEntryAdminServiceStub . addEntry ( loc2 . toString ( )... |
4,964 | get _ byte concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep I... | byte [ ] function ( ) { return _byte ; } |
4,965 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
4,966 | returns the acceptedservercertificates . concode_field_sep String clientKeyStorePassword concode_elem_sep String acceptedServerCertificates concode_elem_sep String url concode_elem_sep String clientKeyStore concode_field_sep String getUrl concode_elem_sep void setAcceptedServerCertificates concode_elem_sep String getCl... | String function ( ) { return acceptedServerCertificates ; } |
4,967 | set the localized short description for this feature . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable<String,Object> valueHash concode_elem_sep String shortDescription concode_elem_sep boolean preferred concode... | void function ( String arg0 ) { this . shortDescription = arg0 ; } |
4,968 | used from the #initiators variable initializer concode_field_sep Map settings concode_elem_sep LoadedConfig aggregatedCfgXml concode_elem_sep List<ProvidedService> providedServices concode_elem_sep ConfigLoader configLoader concode_elem_sep boolean autoCloseRegistry concode_elem_sep String DEFAULT_CFG_RESOURCE_NAME con... | List < StandardServiceInitiator > function ( ) { final List < StandardServiceInitiator > loc0 = new ArrayList < StandardServiceInitiator > ( ) ; loc0 . addAll ( StandardServiceInitiators . LIST ) ; return loc0 ; } |
4,969 | get the bookmark title . concode_field_sep String mUrl concode_elem_sep String mTitle concode_field_sep String getUrl | String function ( ) { return mTitle ; } |
4,970 | returns the osgi service identifier . concode_field_sep ServiceTracker<KaleoTransitionLocalService,KaleoTransitionLocalService> _serviceTracker concode_field_sep void deleteCompanyKaleoTransitions concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void d... | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
4,971 | notifies the view about an error . concode_field_sep ResultSubpartition parent concode_elem_sep int readBatchSize concode_elem_sep BufferFileReader asyncFileReader concode_elem_sep boolean hasReachedEndOfFile concode_elem_sep AtomicInteger currentBatchSize concode_elem_sep BufferProviderCallback bufferAvailabilityListe... | void function ( IOException arg0 ) { if ( errorInIOThread == null ) { errorInIOThread = arg0 ; } final NotificationListener loc0 ; synchronized ( lock ) { loc0 = registeredListener ; registeredListener = null ; } if ( loc0 != null ) { loc0 . onNotification ( ) ; } } |
4,972 | gets the value of the fixlninst property . concode_field_sep String fixLnInst concode_elem_sep String fixPrefix concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getFixPrefix concode_elem_sep void setFixPrefix concode_elem_sep void setFixLnInst concode_elem_sep void setValue | String function ( ) { return fixLnInst ; } |
4,973 | hashcode . concode_field_sep HashMap<String,JSONObjectWrapper> properties concode_elem_sep String type concode_elem_sep JSONObject object concode_field_sep JSONObject getObject concode_elem_sep boolean equals | int function ( ) { final int loc0 = 31 ; int loc1 = 1 ; loc1 = loc0 * loc1 + ( ( type == null ) ? 0 : type . hashCode ( ) ) ; return loc1 ; } |
4,974 | sets the access condition . concode_field_sep List<NoteTypeClient> note concode_elem_sep List<IdentifierTypeClient> identifier concode_elem_sep List<ExtensionTypeClient> extension concode_elem_sep List<SubjectTypeClient> subject concode_elem_sep List<PartTypeClient> part concode_elem_sep List<TitleInfoTypeClient> title... | void function ( List < AccessConditionTypeClient > arg0 ) { this . accessCondition = arg0 ; } |
4,975 | set app as given gallery app concode_field_sep long timeStamp concode_elem_sep GalleryApp app concode_elem_sep long reportId concode_elem_sep User offender concode_elem_sep long appId concode_elem_sep String report concode_elem_sep User reporter concode_elem_sep String userName concode_elem_sep String userId concode_el... | void function ( GalleryApp arg0 ) { this . app = arg0 ; } |
4,976 | the onsuccesscallback passed as argument in this method will be referenced as a weakreference inside rosieusecase and usecaseparams to avoid memory leaks during the activity lifecycle pause-destroy stage . remember to keep a strong reference of your onsuccesscallback instance if needed . concode_field_sep WeakReference... | void function ( OnSuccessCallback arg0 ) { if ( arg0 != null ) { this . onSuccessCallback = new WeakReference < > ( arg0 ) ; } } |
4,977 | returns an javax.transaction.xa.xaresource instance . concode_field_sep JcrManagedConnectionFactory mcf concode_elem_sep Session session concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep List<JcrSessionHandle> handles concode_elem_sep Logger LOGGER concode_elem_sep JcrConnectionRequestInfo cri c... | XAResource function ( ) { return ( XAResource ) session ; } |
4,978 | send a complete request . concode_field_sep String closeAction concode_elem_sep String cancelAction concode_elem_sep String completeAction concode_elem_sep TerminationCoordinatorRPCClient CLIENT concode_field_sep TerminationCoordinatorRPCPortType getPort concode_elem_sep void sendClose concode_elem_sep TerminationCoord... | void function ( final W3CEndpointReference arg0 , final MAP arg1 , final InstanceIdentifier arg2 ) { final TerminationCoordinatorRPCPortType loc0 = getPort ( arg0 , arg1 , completeAction ) ; final NotificationType loc1 = new NotificationType ( ) ; try { loc0 . completeOperation ( loc1 ) ; } catch ( SOAPFaultException l... |
4,979 | adds all the attributes from attributes to this set . concode_field_sep AttributeSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Hashtable tab concode_field_sep boolean containsAttributeLocally concode_elem_sep boolean isEqual concode_elem_sep boolean containsAttribute concode_elem_sep boolean isEmpty... | void function ( AttributeSet arg0 ) { Enumeration loc0 = arg0 . getAttributeNames ( ) ; while ( loc0 . hasMoreElements ( ) ) { Object loc1 = loc0 . nextElement ( ) ; Object loc2 = arg0 . getAttribute ( loc1 ) ; tab . put ( loc1 , loc2 ) ; } } |
4,980 | sets the value of the mimetype property . concode_field_sep Boolean versionEnabled concode_elem_sep List<String> extension concode_elem_sep Boolean hidden concode_elem_sep String converter concode_elem_sep String mimeType concode_elem_sep Boolean locale concode_elem_sep Boolean versionCommentEnabled concode_field_sep b... | void function ( String arg0 ) { this . mimeType = arg0 ; } |
4,981 | escape all '' and \ characters to provide a proper java-like string does not escape unicode characters . concode_field_sep int _indent concode_elem_sep Pattern[] ILLEGAL_CHARACTERS concode_elem_sep String[] REPLACEMENTS concode_elem_sep StringBuilder _sb concode_field_sep SB ii concode_elem_sep SB ps concode_elem_sep i... | String function ( String arg0 ) { assert ILLEGAL_CHARACTERS . length == REPLACEMENTS . length ; for ( int loc0 = 0 ; loc0 < ILLEGAL_CHARACTERS . length ; loc0 ++ ) { Matcher loc1 = ILLEGAL_CHARACTERS [ loc0 ] . matcher ( arg0 ) ; arg0 = loc1 . replaceAll ( REPLACEMENTS [ loc0 ] ) ; } return arg0 ; } |
4,982 | the data location with the cluster name as a sub directory . concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path sharedDataFile concode_elem_sep Setting<String> PATH_SHARED_DATA_SETTING concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Path modulesFile concode_elem_sep P... | Path [ ] function ( ) { return dataWithClusterFiles ; } |
4,983 | hook for jsvc concode_field_sep Node node concode_elem_sep CountDownLatch keepAliveLatch concode_elem_sep Thread keepAliveThread concode_elem_sep Bootstrap bootstrap concode_field_sep void init concode_elem_sep Tuple<Settings,Environment> initialSettings concode_elem_sep void stop concode_elem_sep void start concode_el... | void function ( ) { node . close ( ) ; } |
4,984 | returns the maximum time interval to wait for acknowledgements concode_field_sep TimeValue ackTimeout concode_elem_sep TimeValue masterNodeTimeout concode_field_sep TimeValue masterNodeTimeout concode_elem_sep T masterNodeTimeout | TimeValue function ( ) { return ackTimeout ; } |
4,985 | sets the value of the name property . concode_field_sep String name concode_elem_sep String technologyType concode_elem_sep Long id concode_field_sep String getName concode_elem_sep void setTechnologyType concode_elem_sep void setId concode_elem_sep String getTechnologyType concode_elem_sep Long getId | void function ( String arg0 ) { this . name = arg0 ; } |
4,986 | get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep... | String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; } |
4,987 | sets the value of the comment property . concode_field_sep ContributorType contributor concode_elem_sep String action concode_elem_sep CommentType comment concode_elem_sep BigInteger id concode_elem_sep LogTextType text concode_elem_sep String type concode_elem_sep LogParamsType params concode_elem_sep String logtitle ... | void function ( CommentType arg0 ) { this . comment = arg0 ; } |
4,988 | sets the value of the accountid property . concode_field_sep String accountId concode_elem_sep String username concode_field_sep void setUsername concode_elem_sep String getAccountId concode_elem_sep String getUsername | void function ( String arg0 ) { this . accountId = arg0 ; } |
4,989 | initialize this cipher with a key and iv . concode_field_sep String mode concode_elem_sep String padding concode_elem_sep long context concode_elem_sep Log LOG concode_elem_sep String loadingFailureReason concode_elem_sep int DECRYPT_MODE concode_elem_sep String alg concode_elem_sep int ENCRYPT_MODE concode_field_sep T... | void function ( int arg0 , byte [ ] arg1 , byte [ ] arg2 ) { context = init ( context , arg0 , alg , padding , arg1 , arg2 ) ; } |
4,990 | converts a byte array to a long value . reverses #tobytes long concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Ordering<byte[]> BYTES_COMPARATOR concode_elem_sep int SIZEOF_LONG concode_elem_sep Cache<String,byte[]> cache concode_elem_sep Function<byte[],String> BYTES_TO_HEX_STRING concode_field_sep byte[] h... | long function ( byte [ ] arg0 ) { return Longs . fromByteArray ( arg0 ) ; } |
4,991 | setting image gravity inside viewport area . default value is android.view.gravity #center . concode_field_sep float MAX_ZOOM concode_elem_sep boolean isRotationEnabled concode_elem_sep Fit fitMethod concode_elem_sep int imageW concode_elem_sep float OVERZOOM_FACTOR concode_elem_sep int viewportH concode_elem_sep boole... | Settings function ( int arg0 ) { this . gravity = arg0 ; return this ; } |
4,992 | retreives a thread instance for running the specified runnable concode_field_sep ThreadFactory factory concode_field_sep ThreadFactory getImpl concode_elem_sep ThreadFactory setImpl | Thread function ( Runnable arg0 ) { return factory == this ? new Thread ( arg0 ) : factory . newThread ( arg0 ) ; } |
4,993 | releases any resources being used . concode_field_sep Log LOG concode_elem_sep String SSL_KEYSTORE_LOCATION_TPL_KEY concode_elem_sep String SSL_TRUSTSTORE_RELOAD_INTERVAL_TPL_KEY concode_elem_sep Configuration conf concode_elem_sep String SSL_TRUSTSTORE_LOCATION_TPL_KEY concode_elem_sep String SSL_TRUSTSTORE_TYPE_TPL_K... | void function ( ) { if ( trustManager != null ) { trustManager . destroy ( ) ; trustManager = null ; keyManagers = null ; trustManagers = null ; } } |
4,994 | get the templated soap xml . concode_field_sep String PRODUCT_FRAMEWORK_NAME concode_field_sep String getOAuth2SoapRequest | String function ( String arg0 , String arg1 ) { return SoapXmlTemplater . templateRequest ( arg0 , arg1 , new AdWordsJaxWsModule ( ) , PRODUCT_FRAMEWORK_NAME ) ; } |
4,995 | gets selected time zone display name . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable che... | String function ( ) { synchronized ( TimeZone . class ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; } } |
4,996 | this method is used for getting the set of configdescriptionparameter s defined by this moduletype . concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep List<ConfigDescriptionParameter> configDescriptions concode_elem_sep String description concode_elem_sep String label concode_elem_sep... | List < ConfigDescriptionParameter > function ( ) { return configDescriptions != null ? configDescriptions : Collections . < ConfigDescriptionParameter > emptyList ( ) ; } |
4,997 | get the end of this interval concode_field_sep Interval<O> right concode_elem_sep long start concode_elem_sep Interval<O> root concode_elem_sep List<IntervalData<O>> overlap concode_elem_sep Comparator<IntervalData<?>> START_COMPARATOR concode_elem_sep Comparator<IntervalData<?>> END_COMPARATOR concode_elem_sep long ce... | long function ( ) { return end ; } |
4,998 | computes the euclidean distance between two nodes . concode_field_sep int TRIAL_LIMIT concode_elem_sep double fitness concode_elem_sep int trial concode_elem_sep int id concode_elem_sep Node route[] concode_elem_sep int totalNodes concode_field_sep boolean isExhausted concode_elem_sep void setRoute concode_elem_sep voi... | double function ( Node arg0 , Node arg1 ) { int loc0 = ( arg1 . y - arg0 . y ) ; int loc1 = ( arg1 . x - arg0 . x ) ; return Math . sqrt ( ( loc0 * loc0 ) + ( loc1 * loc1 ) ) ; } |
4,999 | success concode_field_sep JHException exception concode_elem_sep int WAIT concode_elem_sep int PROCESS concode_elem_sep int FINISH concode_elem_sep boolean successFlag concode_elem_sep String errorMessage concode_elem_sep int status concode_elem_sep boolean cancelFlag concode_elem_sep ITaskCancel cancelListener concode... | void function ( ) { setFinishStatus ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.