idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
18,300 | the window hidden event concode_field_sep boolean resizedTrigger concode_field_sep void windowResized concode_elem_sep void resetTrigger concode_elem_sep void windowMoved concode_elem_sep void windowShown concode_elem_sep void disposing | void function ( com . sun . star . lang . EventObject arg0 ) { } |
18,301 | decreases the count of the pending variable . concode_field_sep int pending concode_elem_sep String inputline concode_elem_sep Lock lock concode_elem_sep InvertedIndex index concode_elem_sep LinkedHashMap<String,ArrayList<SearchResults>> map concode_elem_sep WorkQueue workers concode_elem_sep Logger log concode_field_s... | void function ( ) { pending -- ; log . debug ( "srini_string" , pending ) ; if ( pending <= 0 ) { this . notifyAll ( ) ; } } |
18,302 | sets the quality setting for encoding jpeg images . concode_field_sep Float jpegQuality concode_elem_sep Integer resolution concode_elem_sep Boolean jpegForceBaseline concode_elem_sep String compressionMethod concode_field_sep Integer getResolution concode_elem_sep void setCompressionMethod concode_elem_sep void setRes... | void function ( float arg0 , boolean arg1 ) { this . jpegQuality = new Float ( arg0 ) ; this . jpegForceBaseline = arg1 ? Boolean . TRUE : Boolean . FALSE ; } |
18,303 | get a list of principal names . concode_field_sep List<String> principalNames concode_elem_sep SyncType syncType concode_elem_sep PrincipalType principalType concode_field_sep PrincipalType valueOfIgnoreCase concode_elem_sep SyncType valueOfIgnoreCase concode_elem_sep PrincipalType getPrincipalType concode_elem_sep Syn... | List < String > function ( ) { return principalNames ; } |
18,304 | gets the pos2 . concode_field_sep Graphics myPen concode_elem_sep Vec2 myPos2 concode_elem_sep BufferedImage myImage concode_elem_sep Vec2 myPos1 concode_elem_sep Vec2 myDefaultPos2 concode_elem_sep GamePanel myGamePanel concode_elem_sep Vec2 myDefaultPos1 concode_field_sep Vec2 getScaledPos1 concode_elem_sep Vec2 getS... | Vec2 function ( ) { return myPos2 ; } |
18,305 | set if class c may be instanciiated concode_field_sep Map<Class<?>,Boolean> classesToInstanciiate concode_elem_sep boolean trusted concode_field_sep void setTrusted concode_elem_sep Class<?>[] getInstantiableClasses concode_elem_sep Object FunctionCallback concode_elem_sep boolean getAllowInstanciiation concode_elem_se... | void function ( Class < ? > arg0 , boolean arg1 ) { this . classesToInstanciiate . put ( arg0 , arg1 ) ; } |
18,306 | gets the value of the installmentplanid property . concode_field_sep String installmentPlanId concode_elem_sep long serialVersionUID concode_elem_sep String installmentEquipmentId concode_elem_sep BigDecimal paymentAmount concode_field_sep void setPaymentAmount concode_elem_sep void setInstallmentPlanId concode_elem_se... | String function ( ) { return installmentPlanId ; } |
18,307 | check the page index to see if there is a search result . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode... | boolean function ( int arg0 ) { return searchResultCache . get ( arg0 ) != null ; } |
18,308 | sets the sort order for the artist song list . concode_field_sep String ALBUM_SONG_SORT_ORDER concode_elem_sep int DEFFAULT_PAGE concode_elem_sep String ALBUM_LAYOUT concode_elem_sep String DEFAULT_THEME_COLOR concode_elem_sep PreferenceUtils sInstance concode_elem_sep String DOWNLOAD_MISSING_ARTWORK concode_elem_sep S... | void function ( final String arg0 ) { setSortOrder ( ARTIST_SONG_SORT_ORDER , arg0 ) ; } |
18,309 | resumes engine work . paused `` load & display '' tasks will continue its work . concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderConfiguration configuration concode_elem_sep Object pauseLock concode_... | void function ( ) { paused . set ( false ) ; synchronized ( pauseLock ) { pauseLock . notifyAll ( ) ; } } |
18,310 | dispose all of the cached cursors . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idToCursorMap concode... | void function ( ) { for ( Cursor loc0 : m_idToCursorMap . values ( ) ) { loc0 . dispose ( ) ; } m_idToCursorMap . clear ( ) ; } |
18,311 | clears all encoding hooks . concode_field_sep byte STRING concode_elem_sep byte MAXKEY concode_elem_sep Logger LOGGER concode_elem_sep char flagChar concode_elem_sep byte EOO concode_elem_sep byte TIMESTAMP concode_elem_sep Charset _utf8 concode_elem_sep byte DATE concode_elem_sep byte NUMBER_INT concode_elem_sep byte ... | void function ( ) { _encodeHooks = false ; _encodingHooks . clear ( ) ; } |
18,312 | convert a passed byte string e.g. 50b , 100k , or 250m to mebibytes for internal use . if no suffix is provided , the passed number is assumed to be in mebibytes . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Imm... | long function ( String arg0 ) { return byteStringAs ( arg0 , ByteUnit . MiB ) ; } |
18,313 | return spring-boot managed dependencies . concode_field_sep Dependencies delegate concode_field_sep String getVersion concode_elem_sep Iterator<Dependency> iterator concode_elem_sep String getSpringBootVersion concode_elem_sep Dependency find concode_elem_sep Dependency find | ManagedDependencies function ( ) { return get ( Collections . < Dependencies > emptySet ( ) ) ; } |
18,314 | set interval items concode_field_sep int milliseconds concode_elem_sep int days concode_field_sep Interval set concode_elem_sep Date dateChange concode_elem_sep String toString concode_elem_sep Calendar calendarChange concode_elem_sep void setMilliseconds concode_elem_sep Timestamp timestampChange | void function ( int arg0 ) { this . days = arg0 ; } |
18,315 | sets the help text for this expression concode_field_sep String[] usage concode_elem_sep FindOptions options concode_elem_sep LinkedList<String> arguments concode_elem_sep Configuration conf concode_elem_sep String[] help concode_elem_sep LinkedList<Expression> children concode_field_sep void prepare concode_elem_sep v... | void function ( String [ ] arg0 ) { this . help = arg0 ; } |
18,316 | parses a given distance and converts it to the specified unit . concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_e... | double function ( String arg0 , DistanceUnit arg1 , DistanceUnit arg2 ) { Distance loc0 = Distance . parseDistance ( arg0 , arg1 ) ; return convert ( loc0 . value , loc0 . unit , arg2 ) ; } |
18,317 | the amazon resource name arn of the deleted virtual tape . concode_field_sep String tapeARN concode_field_sep DeleteTapeResult withTapeARN concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteTapeResult clone concode_elem_sep void setTapeARN concode_elem_sep String toString | String function ( ) { return this . tapeARN ; } |
18,318 | accesses the number of undealt cards in this deck . concode_field_sep int size concode_elem_sep List<Card> cards concode_field_sep Card deal concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep void shuffle | int function ( ) { return size ; } |
18,319 | removes the newly bound osgi service and its service reference to the internally maintained and sorted servicemap . this method is invoked when a plugin is unbound removed/uninstalled . this includes preingest , postingest , prequery , postquery , preresource , postresource plugins . concode_field_sep String READ_ONLY_... | void function ( ServiceReference arg0 ) { LOGGER . debug ( "srini_string" + arg0 ) ; serviceMap . remove ( arg0 ) ; LOGGER . debug ( Arrays . asList ( serviceMap . values ( ) ) . toString ( ) ) ; } |
18,320 | invoke this expression returning a double concode_field_sep PlaceHolder placeHolder concode_field_sep int getInt concode_elem_sep boolean isTrue concode_elem_sep T get concode_elem_sep boolean isFalse concode_elem_sep List<Object> invoke concode_elem_sep String getString | Double function ( Scope arg0 ) { Number loc0 = ( Number ) invoke ( arg0 ) ; return loc0 == null ? 0 : loc0 . doubleValue ( ) ; } |
18,321 | gets the user id or user name the request will be sent to . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_elem_sep Strin... | String function ( ) { return to ; } |
18,322 | returns the application 's name . concode_field_sep AdminEnvironment adminEnvironment concode_elem_sep MutableServletContextHandler servletContext concode_elem_sep Validator validator concode_elem_sep MutableServletContextHandler adminContext concode_elem_sep ExecutorService healthCheckExecutorService concode_elem_sep ... | String function ( ) { return name ; } |
18,323 | this method resets the outgoing events . concode_field_sep long exits concode_elem_sep long entries concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep void exitSequence_main_region... | void function ( ) { } |
18,324 | return whether this object has an associated timeout . 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 v... | boolean function ( ) { return ( this . deadline != null ) ; } |
18,325 | set the issuerandserial value . concode_field_sep ASN1OctetString encKey concode_elem_sep IssuerAndSerialNumber issuerAndSerial concode_elem_sep AlgorithmIdentifier keyEncAlgor concode_elem_sep X509AuxCertificate cert concode_elem_sep int version concode_field_sep int getVersion concode_elem_sep boolean compare concode... | void function ( final IssuerAndSerialNumber arg0 ) { this . issuerAndSerial = arg0 ; } |
18,326 | in most cases , this is just the index of the word . however , this should be the value used to sort nodes in a tree . concode_field_sep double pseudoPosition concode_elem_sep Redwood.RedwoodChannels log concode_elem_sep long serialVersionUID concode_elem_sep int copyCount concode_elem_sep CoreLabel label concode_elem_... | double function ( ) { if ( ! Double . isNaN ( pseudoPosition ) ) { return pseudoPosition ; } else { return ( double ) index ( ) ; } } |
18,327 | performs the graph traversion with all elements which are contained in the specified iterator . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myE... | void function ( Iterator arg0 ) { myElements = arg0 ; this . perform ( ) ; } |
18,328 | sets the user name . concode_field_sep Logger logger concode_elem_sep String password concode_elem_sep int port concode_elem_sep String host concode_elem_sep Service service concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setHost concode_elem_sep void disconnect concode_elem_se... | void function ( String arg0 ) { this . userName = arg0 ; } |
18,329 | gets the tabcontents data model . concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void setSelectedTabIndex concode_elem_sep ... | HashMap < Node , TabState > function ( ) { return tabContents ; } |
18,330 | ensures that the current thread does n't hold any read locks . if the thread holds any read locks , this method throws a javax.ejb.illegalloopbackexception . if no read locks are held , then this method delegates the call to the internal delegate java.util.concurrent.locks.reentrantreadwritelock concode_field_sep Threa... | void function ( ) { checkLoopback ( ) ; delegate . writeLock ( ) . lockInterruptibly ( ) ; } |
18,331 | retrieve error details concode_field_sep LocalStringsImpl strings concode_elem_sep Vector<String> warningDetails concode_elem_sep FaultLocation faultLocation concode_elem_sep String WEBSERVICE_CLIENT concode_elem_sep String moduleName concode_elem_sep String CONNECTOR concode_elem_sep int NOT_APPLICABLE concode_elem_se... | Vector function ( ) { return errorDetails ; } |
18,332 | the error message explaining why the target removal failed on this entry . concode_field_sep String targetId concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_field_sep String getTargetId concode_elem_sep void setErrorMessage concode_elem_sep void setTargetId concode_elem_sep RemoveTargetsR... | String function ( ) { return this . errorMessage ; } |
18,333 | sets the value of the embed property . concode_field_sep Boolean builtIn concode_elem_sep String name concode_elem_sep String embed concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setBuiltIn concode_elem_sep String getEmbed concode_elem_sep boolean isBuiltIn | void function ( String arg0 ) { this . embed = arg0 ; } |
18,334 | get the thread id concode_field_sep ThreadLocal<Long> THREAD_LOCAL concode_field_sep void removeThreadId concode_elem_sep void setThreadId | long function ( ) { final Long loc0 = THREAD_LOCAL . get ( ) ; if ( loc0 != null ) { return loc0 ; } return Thread . currentThread ( ) . getId ( ) ; } |
18,335 | get parameter value from the web.xml file concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_... | String function ( String arg0 ) { ServletContext loc0 = ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; return loc0 . getInitParameter ( arg0 ) ; } |
18,336 | sets the value of the metainfo property . concode_field_sep MetaInfoType metaInfo concode_elem_sep CMSContentBaseType content concode_field_sep MetaInfoType getMetaInfo concode_elem_sep void setContent concode_elem_sep CMSContentBaseType getContent | void function ( MetaInfoType arg0 ) { this . metaInfo = arg0 ; } |
18,337 | the required argument stuff of the jakarta cli did n't work as expeced , so we have to do this manually . if specifed argument is not found an appropriate error message is written the program exited . concode_field_sep PlaceHolder placeHolder concode_field_sep void main | String function ( CommandLine arg0 , char arg1 ) { String loc0 = arg0 . getOptionValue ( arg1 ) ; if ( loc0 == null ) { System . err . println ( "srini_string" - "srini_string" ) ; System . exit ( - 1 ) ; } return loc0 ; } |
18,338 | helper . concode_field_sep Logger log concode_elem_sep Map<URI,List<TermNode>> params concode_field_sep void add concode_elem_sep void set concode_elem_sep void clear concode_elem_sep String getAsString concode_elem_sep String getAsString concode_elem_sep URI getAsURI concode_elem_sep URI getAsURI concode_elem_sep Serv... | Integer function ( final URI arg0 ) { return getAsInt ( arg0 , null ) ; } |
18,339 | checks that the given argument is neither null nor empty . if it is , throws nullpointerexception or illegalargumentexception . otherwise , returns the argument . concode_field_sep PlaceHolder placeHolder concode_field_sep int checkPositiveOrZero concode_elem_sep T checkNotNull concode_elem_sep int intValue concode_ele... | T [ ] function ( T [ ] arg0 , String arg1 ) { checkNotNull ( arg0 , arg1 ) ; checkPositive ( arg0 . length , arg1 + "srini_string" ) ; return arg0 ; } |
18,340 | documentation pending concode_field_sep boolean string concode_elem_sep boolean ipAddress concode_elem_sep boolean numeric concode_elem_sep String property concode_elem_sep boolean date concode_elem_sep Collection collection concode_field_sep void toIPAddressSort concode_elem_sep Collection sortDesc concode_elem_sep Co... | Object [ ] function ( ) { Object [ ] loc0 = collection . toArray ( ) ; Arrays . sort ( loc0 , getBeanSortComparator ( property ) ) ; return loc0 ; } |
18,341 | override with true returned if your action has to display its text along with the icon when placed in the toolbar concode_field_sep Presentation myTemplatePresentation concode_elem_sep Key<List<AnAction>> ACTIONS_KEY concode_elem_sep boolean myIsGlobal concode_elem_sep boolean myIsDefaultIcon concode_elem_sep boolean m... | boolean function ( ) { return false ; } |
18,342 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer hierarchyLevel concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long customTargetingKeyId concode_field_sep java.lang.Long getCu... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
18,343 | the resource 's identifier . 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 UpdateResourceResult withPath concode_elem_sep java.util.Map<String,Method> getResourceM... | void function ( String arg0 ) { this . id = arg0 ; } |
18,344 | generate the actual sinus wave of one simple tone . concode_field_sep int MAX_AMPLITUDE concode_elem_sep float SAMPLE_RATE concode_field_sep String generate concode_elem_sep String writeWav concode_elem_sep byte[] generateSilence | byte [ ] function ( int arg0 , int arg1 , int arg2 ) { byte [ ] loc0 = new byte [ Float . valueOf ( arg2 * ( SAMPLE_RATE / 1000 ) + 1 ) . intValue ( ) ] ; for ( int loc1 = 0 ; loc1 < arg2 * SAMPLE_RATE / 1000 ; loc1 ++ ) { double loc2 = loc1 / ( SAMPLE_RATE / arg0 ) * 2.0 * Math . PI ; loc0 [ loc1 ] = ( byte ) ( Math .... |
18,345 | perform the search concode_field_sep int nresults concode_elem_sep String SEARCH_SUFFIX concode_elem_sep int requestPage concode_elem_sep int pagenum concode_elem_sep Logger log concode_elem_sep int pagesize concode_elem_sep SearchList searchResults concode_elem_sep ToolManager toolManager concode_elem_sep String searc... | List function ( ) { return search ( ) ; } |
18,346 | the url fetched . concode_field_sep Metadata metadata concode_elem_sep MimeUtil mimeTypes concode_elem_sep int VERSION concode_elem_sep String DIR_NAME concode_elem_sep int version concode_elem_sep String contentType concode_elem_sep String url concode_elem_sep byte[] content concode_elem_sep String base concode_field_... | String function ( ) { return url ; } |
18,347 | fill in the value by data from the cdr stream . concode_field_sep SetOverrideType value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write | void function ( org . omg . CORBA . portable . InputStream arg0 ) { value = SetOverrideTypeHelper . read ( arg0 ) ; } |
18,348 | used to get the report where information is being added . concode_field_sep GraphEventHandler handler concode_elem_sep GraphEventBuilder eventBuilder concode_elem_sep Report report concode_elem_sep StreamReaderStatusListener listener concode_field_sep void onDataReceived concode_elem_sep void onStreamClosed concode_ele... | Report function ( ) { return report ; } |
18,349 | converts the int into the appropriate string . concode_field_sep int QUERY_OPERATION concode_elem_sep int NO_OPERATION concode_elem_sep int DELETE_OPERATION concode_elem_sep int UPDATE_OPERATION concode_elem_sep List keywords concode_elem_sep Envelope latLongBoundingBox concode_elem_sep String title concode_elem_sep St... | String function ( int arg0 ) { switch ( arg0 ) { case 1 : return "srini_string" ; case 2 : return "srini_string" ; case 4 : return "srini_string" ; case 8 : return "srini_string" ; case 16 : return "srini_string" ; } return "srini_string" ; } |
18,350 | stores a selected function . used when resolving targeted functions . concode_field_sep ReferenceBinding fReferenceBinding concode_elem_sep boolean fCouldNarrow concode_elem_sep boolean fImpliedObject concode_elem_sep ICPPFunction fSelectedFunction concode_elem_sep Cost NO_CONVERSION concode_elem_sep IType source conco... | void function ( ICPPFunction arg0 ) { fSelectedFunction = arg0 ; } |
18,351 | get longitude . concode_field_sep Integer rooms concode_elem_sep Integer pricePerMonth concode_elem_sep Landlord landlord concode_elem_sep String city concode_elem_sep double latitude concode_elem_sep String postcode concode_elem_sep Date validFrom concode_elem_sep Type type concode_elem_sep String number concode_elem_... | double function ( ) { return longitude ; } |
18,352 | getheaderrenderer concode_field_sep Object identifier concode_elem_sep int preferredWidth concode_elem_sep long serialVersionUID concode_elem_sep String CELL_RENDERER_PROPERTY concode_elem_sep boolean isResizable concode_elem_sep TableCellRenderer cellRenderer concode_elem_sep Object headerValue concode_elem_sep int re... | TableCellRenderer function ( ) { return headerRenderer ; } |
18,353 | get custom serializer concode_field_sep com.google.api.ads.dfp.axis.v201502.Technology[] excludedDeviceCategories concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.Tec... | 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 ) ; } |
18,354 | open an iterator over a tree . concode_field_sep RevTree[] sourceTrees concode_elem_sep ObjectReader reader concode_elem_sep RevCommit[] sourceCommits concode_elem_sep ProgressMonitor monitor concode_elem_sep ObjectInserter inserter concode_elem_sep Repository db concode_elem_sep RevWalk walk concode_elem_sep RevObject... | AbstractTreeIterator function ( final AnyObjectId arg0 ) { return new CanonicalTreeParser ( null , reader , arg0 ) ; } |
18,355 | returns the uri . concode_field_sep String uri_ concode_elem_sep Properties parameters_ concode_elem_sep String url_ concode_elem_sep String reference_ concode_elem_sep String copyright concode_field_sep HTMLHyperlink getHTMLHyperlink concode_elem_sep String getURL concode_elem_sep ServletHyperlink getServletHyperlink ... | String function ( ) { return uri_ ; } |
18,356 | performs standard initializations on a newly created socket . concode_field_sep Log log concode_elem_sep SchemeRegistry schemeRegistry concode_field_sep void updateSecureConnection concode_elem_sep void openConnection concode_elem_sep InetAddress[] resolveHostname concode_elem_sep OperatedClientConnection createConnect... | void function ( final Socket arg0 , final HttpContext arg1 , final HttpParams arg2 ) { arg0 . setTcpNoDelay ( HttpConnectionParams . getTcpNoDelay ( arg2 ) ) ; arg0 . setSoTimeout ( HttpConnectionParams . getSoTimeout ( arg2 ) ) ; int loc0 = HttpConnectionParams . getLinger ( arg2 ) ; if ( loc0 >= 0 ) { arg0 . setSoLin... |
18,357 | the rectangle associated with this annotation . concode_field_sep COSDictionary annot concode_field_sep void setName concode_elem_sep boolean isInvisible concode_elem_sep String getSubject concode_elem_sep void setSubject concode_elem_sep String getName concode_elem_sep Integer getPage concode_elem_sep boolean isNoRota... | PDRectangle function ( ) { PDRectangle loc0 = null ; COSArray loc1 = ( COSArray ) annot . getDictionaryObject ( COSName . RECT ) ; if ( loc1 != null ) { loc0 = new PDRectangle ( loc1 ) ; } return loc0 ; } |
18,358 | put boolean preferences concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep boolean checkExist concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putFloat concode_elem_sep void revomeKey concode_elem_sep boolean putInt conc... | boolean function ( Context arg0 , String arg1 , boolean arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFERENCE_NAME , Context . MODE_PRIVATE ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putBoolean ( arg1 , arg2 ) ; return loc1 . commit ( ) ; } |
18,359 | replaces the value of all pairs with the given value by the given new one . linear runtime complexity . concode_field_sep HashPMap<K,V> data concode_elem_sep PList<K> keysSorted concode_field_sep PMap<K,V> minus concode_elem_sep Set<java.util.Map.Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_se... | PMap < K , V > function ( V arg0 , V arg1 ) { HashPMap < K , V > loc0 = data ; for ( K loc1 : loc0 . keySet ( ) ) { if ( loc0 . get ( loc1 ) . equals ( arg0 ) ) loc0 = loc0 . plus ( loc1 , arg1 ) ; } return new PMap < K , V > ( loc0 ) ; } |
18,360 | returns the number of settings that have values assigned . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int DOWNLOAD_RETRANS_RATE concode_elem_sep int[] values... | int function ( ) { return Integer . bitCount ( set ) ; } |
18,361 | constructs a random directory name . the directory is a string of 16 hex characters prefix . concode_field_sep PlaceHolder placeHolder concode_field_sep T createCopySerializable concode_elem_sep String getRandomFilename concode_elem_sep T createCopyWritable concode_elem_sep String getTempDir | String function ( ) { final char [ ] loc0 = { '0' , '1' , '2' , '3' , '4' , '5' , '6' , '7' , '8' , '9' , 'a' , 'b' , 'c' , 'd' , 'e' , 'f' } ; String loc1 = "srini_string" ; for ( int loc2 = 0 ; loc2 < 16 ; loc2 ++ ) { loc1 += loc0 [ ( int ) ( Math . random ( ) * loc0 . length ) ] ; } return loc1 ; } |
18,362 | stop execution . concode_field_sep AtomicReference<List<NikobusCommandListener>> atomicListReference concode_elem_sep LinkedBlockingQueue<byte[]> bufferQueue concode_elem_sep boolean stopped concode_elem_sep StringBuilder commandBuilder concode_elem_sep NikobusBinding binding concode_elem_sep Logger log concode_elem_se... | void function ( ) { stopped = true ; } |
18,363 | returns true if the received packet should not be replied . use multiplerecipientmanager #reply org.jivesoftware.smack.xmppconnection , org.jivesoftware.smack.packet.message , org.jivesoftware.smack.packet.message to send replies . concode_field_sep MultipleAddresses extension concode_field_sep List getTOAddresses conc... | boolean function ( ) { return ! extension . getAddressesOfType ( MultipleAddresses . NO_REPLY ) . isEmpty ( ) ; } |
18,364 | get keytype concode_field_sep List<String> scopes concode_elem_sep String validityTime concode_elem_sep String callbackUrl concode_elem_sep List<String> accessAllowDomains concode_elem_sep String value concode_elem_sep KeyTypeEnum keyType concode_field_sep KeyTypeEnum fromValue concode_elem_sep ApplicationKeyGenerateRe... | KeyTypeEnum function ( ) { return keyType ; } |
18,365 | returns the page size . concode_field_sep int fromIndex concode_elem_sep int values concode_elem_sep int pageSize concode_elem_sep int toIndex concode_field_sep PageRange setPages concode_elem_sep int getFromIndex concode_elem_sep int pageCount concode_elem_sep int getToIndex concode_elem_sep boolean nextPage concode_e... | int function ( ) { return pageSize ; } |
18,366 | isuncompressed concode_field_sep int kLFHLen concode_elem_sep String LOG_TAG concode_elem_sep HashMap<File,ZipFile> mZipFiles concode_elem_sep int kCDELen concode_elem_sep long mLocalHdrOffset concode_elem_sep int kEOCDNumEntries concode_elem_sep int kCDECompLen concode_elem_sep HashMap<String,ZipEntryRO> mHashMap conc... | boolean function ( ) { return mMethod == kCompressStored ; } |
18,367 | test that the proper state is propagated when the health monitor sees an uncaught exception in its thread . concode_field_sep AtomicInteger createProxyCount concode_elem_sep DummyHAService svc concode_elem_sep HealthMonitor hm concode_elem_sep boolean throwOOMEOnCreate concode_elem_sep Log LOG concode_field_sep void te... | void function ( ) { LOG . info ( "srini_string" ) ; throwOOMEOnCreate = true ; svc . actUnreachable = true ; waitForState ( hm , HealthMonitor . State . HEALTH_MONITOR_FAILED ) ; hm . shutdown ( ) ; hm . join ( ) ; assertFalse ( hm . isAlive ( ) ) ; } |
18,368 | returns the value of the ` xlink : actuate ' attribute of the given element . concode_field_sep PlaceHolder placeHolder concode_field_sep String getXLinkHref concode_elem_sep void setXLinkHref concode_elem_sep String getXLinkShow concode_elem_sep void setXLinkShow concode_elem_sep String getXLinkTitle concode_elem_sep ... | String function ( Element arg0 ) { return arg0 . getAttributeNS ( XLINK_NAMESPACE_URI , "srini_string" ) ; } |
18,369 | returns the osgi service identifier . concode_field_sep PortalPreferencesLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.model.PortalPreferences getPortalPreferences concode_elem_sep com.liferay.portal.... | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
18,370 | get the patch version concode_field_sep int patch concode_elem_sep String lcQualifier concode_elem_sep int major concode_elem_sep int minor concode_elem_sep Comparator<String> QUALIFIER_COMPARATOR concode_elem_sep String qualifier concode_elem_sep String version concode_elem_sep int buildNumber concode_field_sep String... | int function ( ) { return patch ; } |
18,371 | obtains the value for the specified bitfield , appropriately shifted right . many users of a bitfield will want to treat the specified bits as an int value , and will not want to be aware that the value is stored as a bitfield and so shifted left so many bits . concode_field_sep int _mask concode_elem_sep int _shift_co... | int function ( final int arg0 ) { return getRawValue ( arg0 ) >> _shift_count ; } |
18,372 | returns true . concode_field_sep long serialVersionUID concode_field_sep AtMostOneEdgePerPair serializableInstance concode_elem_sep boolean isEdgeAddable concode_elem_sep boolean isNodeAddable concode_elem_sep boolean isEdgeRemovable concode_elem_sep String toString | boolean function ( Node arg0 , Graph arg1 ) { return true ; } |
18,373 | sets whether to enable additional verbose debugging diagnostics . concode_field_sep boolean mAllowPrefetching concode_elem_sep int mMaximumBytes concode_elem_sep boolean mForceKeepAllFramesInMemory concode_elem_sep boolean mEnableDebugging concode_field_sep int getMaximumBytes concode_elem_sep boolean getEnableDebuggin... | AnimatedDrawableOptionsBuilder function ( boolean arg0 ) { mEnableDebugging = arg0 ; return this ; } |
18,374 | search for items . concode_field_sep Logger log concode_field_sep void deleteItemContent concode_elem_sep void addItemMetaData concode_elem_sep ItemDataIfc saveItem concode_elem_sep void deleteItem concode_elem_sep void deleteItemMetaData concode_elem_sep ItemDataIfc getItem concode_elem_sep ItemDataIfc getItem | Map function ( String arg0 ) { Map loc0 = new HashMap ( ) ; try { ItemService loc1 = new ItemService ( ) ; loc0 = loc1 . getItemsByKeyword ( arg0 ) ; } catch ( Exception loc1 ) { throw new AssessmentServiceException ( loc1 ) ; } return loc0 ; } |
18,375 | returns the graph assoicated with the symbol graph . it is the client 's responsibility not to mutate the graph . concode_field_sep ST<String,Integer> st concode_elem_sep String[] keys concode_elem_sep Graph G concode_field_sep boolean contains concode_elem_sep String name concode_elem_sep int index concode_elem_sep vo... | Graph function ( ) { return G ; } |
18,376 | get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa... | Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; } |
18,377 | read the next interval histogram from the log . returns a histogram object if an interval line was found , or null if not . upon encountering any unexpected format errors in reading the next interval from the file , this method will return a null . concode_field_sep double startTimeSec concode_elem_sep double baseTimeS... | EncodableHistogram function ( ) { return nextIntervalHistogram ( 0.0 , Long . MAX_VALUE * 1.0 , true ) ; } |
18,378 | deletes any associated native buffer buffers . this is necessary because it is unlikely that native buffers will be garbage collected naturally due to how gc works , therefore the collection must be handled manually . only implementations that manage native buffers need to override this method . note that the behavior ... | void function ( ) { } |
18,379 | set the configuration parameter to be limited to the values in the options list concode_field_sep List<FilterCriteria> filterCriteria concode_elem_sep BigDecimal max concode_elem_sep Boolean advanced concode_elem_sep String defaultValue concode_elem_sep Integer multipleLimit concode_elem_sep String pattern concode_elem... | ConfigDescriptionParameterBuilder function ( String arg0 ) { this . groupName = arg0 ; return this ; } |
18,380 | set the name of the jsonp function name . concode_field_sep String jsonpFunction concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep void setValue concode_elem_sep String getJsonpFunction | void function ( String arg0 ) { this . jsonpFunction = arg0 ; } |
18,381 | read the exception from the cdr intput stream . concode_field_sep PlaceHolder placeHolder concode_field_sep ForwardRequest extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | ForwardRequest function ( InputStream arg0 ) { arg0 . read_string ( ) ; ForwardRequest loc0 = new ForwardRequest ( ) ; loc0 . forward = arg0 . read_Object ( ) ; return loc0 ; } |
18,382 | the api 's description . concode_field_sep java.util.Date createdDate concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep RestApi withDescription concode_elem_sep String getId concode_elem_sep void se... | String function ( ) { return this . description ; } |
18,383 | sets the value of the price property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep BigDecimal price concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep XMLGregorianCalendar startDate concode_field_sep XMLGregorianCalendar getStartD... | void function ( BigDecimal arg0 ) { this . price = arg0 ; } |
18,384 | gets a builder for the field . if no builder has been created yet , a builder is created on demand by calling message #tobuilder . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep void onChanged conco... | BType function ( ) { if ( builder == null ) { builder = ( BType ) message . newBuilderForType ( this ) ; builder . mergeFrom ( message ) ; builder . markClean ( ) ; } return builder ; } |
18,385 | get an array containing the currently registered listeners . modification to this array 's elements will have no effect on the eventlistenersupport instance . concode_field_sep L proxy concode_elem_sep List<L> listeners concode_elem_sep long serialVersionUID concode_elem_sep L[] prototypeArray concode_field_sep void cr... | L [ ] function ( ) { return listeners . toArray ( prototypeArray ) ; } |
18,386 | decline a player concode_field_sep GameMode mode concode_elem_sep Gson gson concode_elem_sep LcdsServiceProxy lcds concode_elem_sep String SERVICE concode_elem_sep RtmpClient client concode_elem_sep String uuid concode_field_sep void createGroup concode_elem_sep void retrievePlayerInfo concode_elem_sep void specifyRole... | void function ( double arg0 ) { JsonObject loc0 = new JsonObject ( ) ; loc0 . addProperty ( "srini_string" , arg0 ) ; lcds . call ( uuid , mode , "srini_string" , loc0 ) ; } |
18,387 | look for & kill expired workers . workers are oldest to most recent , so we stop at the first alive worker . concode_field_sep ZFrame address concode_elem_sep int HEARTBEAT_LIVENESS concode_elem_sep Deque<Worker> waiting concode_elem_sep ZContext ctx concode_elem_sep Deque<ZMsg> requests concode_elem_sep Map<String,Ser... | void function ( ) { Iterator < Worker > loc0 = waiting . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { Worker loc1 = loc0 . next ( ) ; if ( loc1 . expiry < System . currentTimeMillis ( ) ) { loc0 . remove ( ) ; log . format ( "srini_string" , loc1 . identity ) ; deleteWorker ( loc1 , false ) ; } } } |
18,388 | deactivate this component . concode_field_sep Scheduler scheduler concode_elem_sep ServiceTracker<?,?> serviceTracker concode_elem_sep Logger logger concode_field_sep void unregister concode_elem_sep String getServiceIdentifier concode_elem_sep void register | void function ( ) { this . serviceTracker . close ( ) ; } |
18,389 | sets the server path concode_field_sep String ReplyHTML concode_elem_sep String description concode_elem_sep String handledPath concode_elem_sep String title concode_elem_sep String ReplyType concode_field_sep String getReplyHTML concode_elem_sep void setReplyHTML concode_elem_sep String getTitle concode_elem_sep void ... | void function ( String arg0 ) { this . handledPath = arg0 ; } |
18,390 | returns the time when this session was created , measured in milliseconds since midnight january 1 , 1970 gmt . concode_field_sep String sessionId_ concode_elem_sep String clientAddr_ concode_elem_sep Logger LOGGER concode_elem_sep int accessCount_ concode_elem_sep boolean isInvalidated_ concode_elem_sep long lastAcces... | long function ( ) { maybeThrowIllegalStateException ( ) ; return creationTime_ ; } |
18,391 | the user name to use for basic authentication . concode_field_sep Integer timeToLive concode_elem_sep String password concode_elem_sep boolean sendEmptyExchangeOnTimeout concode_elem_sep String uris concode_elem_sep String servicePath concode_elem_sep CamelContext camelContext concode_elem_sep SSLContextParameters sslC... | void function ( String arg0 ) { this . userName = arg0 ; } |
18,392 | create an instance of objecttypetype . concode_field_sep QName _MethodInfo_QNAME concode_elem_sep QName _ObjectType_QNAME concode_elem_sep QName _Label_QNAME concode_elem_sep QName _JDIXOClasses_QNAME concode_field_sep LabelType createLabelType concode_elem_sep JDIXOClassesType createJDIXOClassesType concode_elem_sep J... | ObjectTypeType function ( ) { return new ObjectTypeType ( ) ; } |
18,393 | flush a list of rectangles of cached image data . concode_field_sep AffineTransform usr2dev concode_elem_sep int offScreenWidth concode_elem_sep boolean isDoubleBuffered concode_elem_sep int IMAGE_TYPE concode_elem_sep RenderingHints renderingHints concode_elem_sep RenderingHints defaultRenderingHints concode_elem_sep ... | void function ( Collection arg0 ) { } |
18,394 | returns the number of extra layers to add after the optimization point 'n' , but before optimization point ` n +1 ' . if there is no optimization point ` n +1 ' then they should be added before the overall target bitrate . concode_field_sep float totbrate concode_elem_sep int SZ_INCR concode_elem_sep float optbrate[] c... | int function ( int arg0 ) { return ( arg0 < nopt ) ? extralyrs [ arg0 ] : 0 ; } |
18,395 | struct is assumed to contain valid structoruniontype metadata when used with this method . this method may throw if structoruniontype is unknown . use convertwithoutprojection below to convert a structtype to messagetype concode_field_sep FieldProjectionFilter fieldProjectionFilter concode_field_sep ThriftField toThrif... | MessageType function ( StructType arg0 ) { MessageType loc0 = ThriftSchemaConvertVisitor . convert ( arg0 , fieldProjectionFilter , true ) ; fieldProjectionFilter . assertNoUnmatchedPatterns ( ) ; return loc0 ; } |
18,396 | configure one more simple patterns as described in patternmatchutils #simplematch to use in order to recognize custom redirect prefixes in addition to `` redirect : '' . note that simply configuring this property will not make a custom redirect prefix work . there must be a custom view that recognizes the prefix as wel... | void function ( String ... arg0 ) { this . redirectPatterns = arg0 ; } |
18,397 | this method is always called after invoking the operation on the local servant . the default method returns without action . concode_field_sep Delegate delegate concode_field_sep boolean _is_equivalent concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep int _hash concode_e... | void function ( ServantObject arg0 ) { delegate . servant_postinvoke ( this , arg0 ) ; } |
18,398 | return a new name using suggestion that will not be a java identifier or clash withother names . concode_field_sep Set<String> allocatedNames concode_elem_sep Map<Object,String> tagToName concode_field_sep String toJavaIdentifier concode_elem_sep String get concode_elem_sep NameAllocator clone | String function ( String arg0 ) { return newName ( arg0 , UUID . randomUUID ( ) . toString ( ) ) ; } |
18,399 | set whether to ignore unknown fields , that is , whether to ignore bind parameters that do not have corresponding fields in the target object . default is `` true '' . turn this off to enforce that all bind parameters must have a matching field in the target object . concode_field_sep String targetName concode_elem_sep... | void function ( boolean arg0 ) { this . ignoreUnknownFields = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.