idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
37,300 | undo the last state change . only possible if there are items in the undo history list . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep boolean isRedo concode_elem_sep boolean isUndo concode_elem_sep void redo concode_elem_sep v... | void function ( ) { if ( isUndo ( ) ) { cursor = cursor - 1 ; Memento loc0 = mementoStateHistory . get ( cursor ) ; loc0 . restore ( ) ; } } |
37,301 | get current remove wait timeout concode_field_sep boolean inAdd concode_elem_sep long removeWaitTimeout concode_elem_sep boolean checkLock concode_elem_sep long addWaitTimeout concode_elem_sep boolean enabled concode_elem_sep boolean timeWait concode_elem_sep SingleRemoveSynchronizedAddLock lock concode_elem_sep int si... | long function ( ) { removeWaitTimeout = lock . getRemoveWaitTimeout ( ) ; return removeWaitTimeout ; } |
37,302 | returns true if given control setting is certain outcome of this call concode_field_sep boolean noPriorLine concode_elem_sep boolean noNewLine concode_field_sep boolean isPossible concode_elem_sep void setNoNewLine concode_elem_sep void writeIndent concode_elem_sep String write concode_elem_sep void write concode_elem_... | boolean function ( JavaControl arg0 ) { return false ; } |
37,303 | sets when to flush a new bulk request based on the number of actions currently added . defaults to 1000 . can be set to -1 to disable it . concode_field_sep int concurrentRequests concode_elem_sep AtomicLong executionIdGen concode_elem_sep Listener listener concode_elem_sep int bulkActions concode_elem_sep ScheduledThr... | Builder function ( int arg0 ) { this . bulkActions = arg0 ; return this ; } |
37,304 | retrieves all entity classes that are referenced from entity . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeAdditionalFieldsAndLookups concode_elem_sep void addDefaultFields | List < String > function ( Entity arg0 ) { List < String > loc0 = new ArrayList < > ( ) ; for ( Field loc1 : arg0 . getFields ( ) ) { if ( loc1 . getType ( ) . isRelationship ( ) ) { loc0 . add ( new RelationshipHolder ( loc1 ) . getRelatedClass ( ) ) ; } } return loc0 ; } |
37,305 | delete table . concode_field_sep String TABLE_NAME_BY_TITLE concode_elem_sep Session session concode_elem_sep String TABLE_NAME concode_field_sep void createTable concode_elem_sep List<Book> selectAll concode_elem_sep void insertBookBatch concode_elem_sep void insertbookByTitle concode_elem_sep Book selectByTitle conco... | void function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) . append ( arg0 ) ; final String loc1 = loc0 . toString ( ) ; session . execute ( loc1 ) ; } |
37,306 | sets the highlight paint . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_s... | void function ( Paint arg0 ) { if ( arg0 != null ) { this . highlightPaint = arg0 ; } } |
37,307 | returns the kind of field or method designated by this handle . concode_field_sep String owner concode_elem_sep String name concode_elem_sep boolean itf concode_elem_sep int tag concode_elem_sep String desc concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep S... | int function ( ) { return tag ; } |
37,308 | gets the value of the date property . concode_field_sep Date date concode_elem_sep Integer hour concode_elem_sep String timeZoneID concode_elem_sep Integer minute concode_elem_sep Integer second concode_field_sep void setMinute concode_elem_sep void setSecond concode_elem_sep void setTimeZoneID concode_elem_sep Integer... | Date function ( ) { return date ; } |
37,309 | get the experimentname concode_field_sep String sharedFolderName concode_elem_sep List<GldSimulator> gldSimulators concode_elem_sep List<AbstractNs3SimulatorV2> ns3SimulatorV2 concode_elem_sep UUID uuid concode_elem_sep List<ThirdPartySimulator> thirdPartySimulators concode_elem_sep Ns3Simulator ns3Simulator concode_el... | String function ( ) { return this . uuid . toString ( ) ; } |
37,310 | an error occurred . concode_field_sep int MAX_COLUMNS concode_elem_sep Throttle throttle concode_elem_sep Object printMonitor concode_elem_sep int conflatedResult concode_elem_sep int FAIL concode_elem_sep int ERROR concode_elem_sep int PASS concode_elem_sep int columnCount concode_field_sep void startTest concode_elem... | void function ( Test arg0 , Throwable arg1 ) { throttledPrint ( ERROR ) ; } |
37,311 | initialize the library . this will load all available drivers , and see which devices are available it is forbidden to call any other method in openni before calling initialize . concode_field_sep int TIMEOUT_FOREVER concode_elem_sep List<DeviceDisconnectedListener> mDeviceDisconnectedListener concode_elem_sep List<Dev... | void function ( ) { NativeMethods . checkReturnStatus ( NativeMethods . oniInitialize ( ) ) ; mDeviceConnectedListener = new ArrayList < DeviceConnectedListener > ( ) ; mDeviceDisconnectedListener = new ArrayList < DeviceDisconnectedListener > ( ) ; mDeviceStateChangedListener = new ArrayList < DeviceStateChangedListen... |
37,312 | define el valor de la propiedad target . concode_field_sep String id concode_elem_sep List<Object> content concode_elem_sep String target concode_field_sep String getTarget concode_elem_sep List<Object> getContent concode_elem_sep void setId concode_elem_sep String getId | void function ( String arg0 ) { this . target = arg0 ; } |
37,313 | copies the entries for the given keys form the input map to the output map concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNullOrEmpty concode_elem_sep LinkedHashMap<String,String> parseMap concode_elem_sep String valueAsString concode_elem_sep void setStringValues concode_elem_sep Object valueOrN... | void function ( Map < K , V > arg0 , Map < K , V > arg1 , K ... arg2 ) { for ( K loc0 : arg2 ) { V loc1 = arg1 . get ( loc0 ) ; if ( loc1 != null ) { arg0 . put ( loc0 , loc1 ) ; } } } |
37,314 | simplest form of an illegal layout . concode_field_sep int a concode_elem_sep int b concode_elem_sep int c concode_elem_sep int d concode_elem_sep int two concode_elem_sep int one concode_elem_sep int e concode_elem_sep int f concode_elem_sep int g concode_elem_sep int h concode_field_sep void foo concode_elem_sep void... | void function ( ) { one = 1 ; two = 2 ; } |
37,315 | refreshes the start screen . concode_field_sep int START_SCREEN concode_elem_sep int lives concode_elem_sep int GAME concode_elem_sep ScrollingScreen scroll concode_elem_sep Rect screen concode_elem_sep int NEXT_LEVEL concode_elem_sep Thread thread concode_elem_sep WinPage winScreen concode_elem_sep int LOSS_SCREEN con... | void function ( ) { gameFrame . repaint ( ) ; gameFrame . validate ( ) ; } |
37,316 | string representation of this object . used mainly for debugging . concode_field_sep Reference objectReference concode_elem_sep int linearTraversalOffset concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep int getLinearTraversalOffset concode_elem_sep boolean... | String function ( ) { return objectReference . toString ( ) + "srini_string" + object . toString ( ) ; } |
37,317 | translate general objects into string . concode_field_sep String INDENT_STR concode_elem_sep int LSP_LEN concode_elem_sep int INDENT concode_field_sep void printObject concode_elem_sep void printArray concode_elem_sep void printFields concode_elem_sep void printMap concode_elem_sep void printCollection concode_elem_sep... | String function ( Object arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; printFields ( arg0 , loc0 , INDENT ) ; return loc0 . toString ( ) ; } |
37,318 | whether to skip binding output if there is a custom http error code , and instead use the response body as-is . this option is default true . concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<String,Object> consumerProper... | void function ( boolean arg0 ) { this . skipBindingOnErrorCode = arg0 ; } |
37,319 | returns privasy list name concode_field_sep boolean _isActive concode_elem_sep Set<SparkPrivacyItemListener> _listeners concode_elem_sep PrivacyList _myPrivacyList concode_elem_sep List<PrivacyItem> _privacyItems concode_elem_sep String _listName concode_elem_sep boolean _isDefault concode_field_sep boolean isBlockedIt... | String function ( ) { return _listName ; } |
37,320 | returns the column name for this columnhint . concode_field_sep int UNKNOWN_NATIVE_TYPE concode_elem_sep String m_name concode_elem_sep String m_alias concode_elem_sep LogHelper sm_logger concode_elem_sep int m_position concode_elem_sep int m_nativeDataType concode_elem_sep String sm_className concode_elem_sep Class m_... | String function ( ) { return m_name ; } |
37,321 | information about the samples . concode_field_sep String nextToken concode_elem_sep java.util.List<Sample> samples concode_field_sep void setSamples concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep java.util.List<Sample> getSamples concode_elem_sep boolean equals concode_elem_sep ListSa... | ListSamplesResult function ( java . util . Collection < Sample > arg0 ) { setSamples ( arg0 ) ; return this ; } |
37,322 | performs a double-click at the current mouse location . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode_elem_sep CompositeAction action concode_field_sep Actions release concode_elem_sep Actions release concode_elem_sep void perform concode_elem_sep Actions key... | Actions function ( ) { return this . doubleClick ( null ) ; } |
37,323 | writes the output class files . concode_field_sep Configuration configuration concode_elem_sep String VERSION concode_elem_sep ClassPool programClassPool concode_elem_sep ClassPool libraryClassPool concode_field_sep void printSeeds concode_elem_sep String fileName concode_elem_sep void obfuscate concode_elem_sep void s... | void function ( ) { if ( configuration . verbose ) { System . out . println ( "srini_string" ) ; } new OutputWriter ( configuration ) . execute ( programClassPool ) ; } |
37,324 | adds the given number of seconds to this object modifier . concode_field_sep int hour concode_elem_sep int minute concode_elem_sep double second concode_field_sep Time add concode_elem_sep Time add concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void printTime | void function ( double arg0 ) { this . second += arg0 ; while ( this . second >= 60.0 ) { this . second -= 60.0 ; this . minute += 1 ; } while ( this . minute >= 60 ) { this . minute -= 60 ; this . hour += 1 ; } } |
37,325 | calls org.apache.flink.streaming.api.operators.streamoperator #open . concode_field_sep ConcurrentLinkedQueue<Object> outputList concode_elem_sep ExecutionConfig executionConfig concode_elem_sep TypeSerializer<OUT> outputSerializer concode_elem_sep Object checkpointLock concode_elem_sep TwoInputStreamOperator<IN1,IN2,O... | void function ( ) { operator . open ( ) ; } |
37,326 | returns all requests captured so far , grouped by target node . this method does clear the captured request list . if you do not want the captured requests list cleared , use #capturedrequestsbytargetnode . concode_field_sep DiscoveryNode node concode_elem_sep TransportRequest request concode_elem_sep TransportServiceA... | Map < String , List < CapturedRequest >> function ( ) { Map < String , List < CapturedRequest >> loc0 = capturedRequestsByTargetNode ( ) ; clear ( ) ; return loc0 ; } |
37,327 | converts casts the sourceobject to a sortedservicelist . concode_field_sep XLogger LOGGER concode_field_sep boolean canConvert | Object function ( Object arg0 , ReifiedType arg1 ) { LOGGER . trace ( "srini_string" + arg0 ) ; SortedServiceList loc0 = ( ( SortedServiceList ) arg0 ) ; return loc0 ; } |
37,328 | parse a css style declaration without ' ' and ' ' . concode_field_sep Parser parser concode_field_sep LexicalUnit parsePropertyValue concode_elem_sep LexicalUnit parsePropertyValue concode_elem_sep void parseStyleSheet concode_elem_sep void parseStyleSheet concode_elem_sep String getParserVersion concode_elem_sep Selec... | void function ( String arg0 ) { parser . parseStyleDeclaration ( new InputSource ( new StringReader ( arg0 ) ) ) ; } |
37,329 | touch an ord which moves it to the top of the most recent list . concode_field_sep int MAX_HISTORY concode_elem_sep ArrayList recent concode_elem_sep int count concode_elem_sep Entry[] list concode_elem_sep String uri concode_elem_sep int current concode_field_sep Entry[] recentList concode_elem_sep void recentAdd conc... | void function ( String arg0 ) { int loc0 = recentIndexOf ( arg0 ) ; if ( loc0 >= 0 ) { Entry loc1 = ( Entry ) recent . get ( loc0 ) ; recent . remove ( loc0 ) ; recent . add ( 0 , loc1 ) ; } } |
37,330 | create a server which will attempt to bind to a specific host and port . concode_field_sep boolean closeIdleConnections concode_elem_sep MessageEncoder ENCODER concode_elem_sep Logger logger concode_elem_sep MessageDecoder DECODER concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_field_... | TransportServer function ( String arg0 , int arg1 , List < TransportServerBootstrap > arg2 ) { return new TransportServer ( this , arg0 , arg1 , rpcHandler , arg2 ) ; } |
37,331 | return false if resource mappings were manually configured , true otherwise . concode_field_sep boolean autodetect concode_elem_sep Log logger concode_elem_sep HttpRequestPathHelper urlPathHelper concode_elem_sep Map<String,ResourceWebHandler> handlerMap concode_elem_sep PathMatcher pathMatcher concode_field_sep void d... | boolean function ( ) { return this . autodetect ; } |
37,332 | returns true if the stream can receive data from its remote peer . concode_field_sep Phase outboundPhase concode_elem_sep Phase inboundPhase concode_elem_sep int onReadyThreshold concode_elem_sep DecompressorRegistry decompressorRegistry concode_elem_sep MessageFramer framer concode_elem_sep int numSentBytesQueued conc... | boolean function ( ) { return inboundPhase ( ) != Phase . STATUS ; } |
37,333 | returns an on-demand importname with the same isstatic and containername as this importname . concode_field_sep boolean isStatic concode_elem_sep String simpleName concode_elem_sep String containerName concode_elem_sep String qualifiedName concode_field_sep int hashCode concode_elem_sep ImportName createFor concode_ele... | ImportName function ( ) { if ( this . isOnDemand ( ) ) { return this ; } return ImportName . createOnDemand ( this . isStatic , this . containerName ) ; } |
37,334 | returns the normalized normal vector at the second given point . it is the mean value of the normal vector between the first and second and of the normal vector of the second and third point . concode_field_sep double x concode_elem_sep double y concode_elem_sep Point2d origin concode_field_sep Point2d add concode_elem... | Point2d function ( Point2d arg0 , Point2d arg1 , Point2d arg2 ) { Point2d loc0 = normalVector ( arg0 , arg1 ) ; Point2d loc1 = normalVector ( arg1 , arg2 ) ; return loc0 . add ( loc1 ) . normalize ( ) ; } |
37,335 | adds a user record in the database concode_field_sep boolean changed concode_elem_sep byte[] NULL_ARRAY concode_elem_sep String name concode_elem_sep String filename concode_elem_sep Hashtable users concode_elem_sep byte[] key concode_field_sep void setName concode_elem_sep byte[] getKey concode_elem_sep String getName... | void function ( UserAuthInfo arg0 ) { if ( hasUser ( arg0 . getName ( ) ) ) removeUser ( arg0 . getName ( ) ) ; users . put ( arg0 . getName ( ) , arg0 ) ; } |
37,336 | returns the text parser used to build a query node tree from a query string . the default text parser instance returned by this method is a syntaxparser . concode_field_sep SyntaxParser syntaxParser concode_elem_sep QueryBuilder builder concode_elem_sep QueryNodeProcessor processor concode_elem_sep QueryConfigHandler c... | SyntaxParser function ( ) { return this . syntaxParser ; } |
37,337 | get singleton instance . concode_field_sep DBCurrent _instance concode_elem_sep Logger _log concode_elem_sep String _projectName concode_elem_sep DBDef _currentDBDef concode_elem_sep String _projectPrefix concode_elem_sep String _generationGapBasePrefix concode_field_sep boolean isCurrentDBDef concode_elem_sep void ini... | DBCurrent function ( ) { return _instance ; } |
37,338 | gets the port of the alluxiouri . concode_field_sep String SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String CUR_DIR concode_elem_sep String WILDCARD concode_elem_sep URI mUri concode_elem_sep AlluxioURI EMPTY_URI concode_field_sep AlluxioURI getParent concode_elem_sep int getDepth concode_elem_s... | int function ( ) { return mUri . getPort ( ) ; } |
37,339 | extract the raw target string from a line read from a csv file . concode_field_sep List<Integer> predictors concode_elem_sep Dictionary targetDictionary concode_elem_sep String targetName concode_elem_sep String CANNOT_CONSTRUCT_CONVERTER concode_elem_sep Map<String,Class<? extends FeatureVectorEncoder>> TYPE_DICTIONAR... | String function ( CharSequence arg0 ) { List < String > loc0 = parseCsvLine ( arg0 ) ; return loc0 . get ( target ) ; } |
37,340 | gets the searchablebusinesselements value for this wsview . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String[] searchableBusinessElements concode_elem_sep java.lang.String[] viewableBusinessElements concode_elem_sep java.lang.String transformerPK concode_elem_sep org.tal... | java . lang . String [ ] function ( ) { return searchableBusinessElements ; } |
37,341 | set first concode_field_sep Logger log concode_elem_sep Character first concode_elem_sep ResourceAdapter ra concode_elem_sep Double second concode_field_sep void setSecond concode_elem_sep void setResourceAdapter concode_elem_sep Character getFirst concode_elem_sep Double getSecond concode_elem_sep ResourceAdapter getR... | void function ( Character arg0 ) { this . first = arg0 ; } |
37,342 | sets the dang ky v s t x of this ke hoach ve sinh xa new . concode_field_sep keHoachVeSinhXaNew _keHoachVeSinhXaNew concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep... | void function ( int arg0 ) { _keHoachVeSinhXaNew . setDangKyVSTX ( arg0 ) ; } |
37,343 | sets the value of the id property . concode_field_sep Parent parent concode_elem_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode... | void function ( long arg0 ) { this . id = arg0 ; } |
37,344 | implements outputstream.write int in terms of outputstream.write byte , int , int . outputstream assumes that you implement outputstream.write int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY c... | void function ( OutputStream arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 1 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; arg0 . write ( loc0 ) ; } |
37,345 | get custom deserializer concode_field_sep java.lang.String velocidadeProfileRadius concode_elem_sep boolean ehRastredor concode_elem_sep com.gvt.www.ws.eai.oss.OSSTurbonetDiagnosticoBandaLarga.EnumCertificacao certificacao concode_elem_sep java.lang.String perfilRadius concode_elem_sep java.lang.Object __equalsCalc con... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
37,346 | register key-offset binding . offset will change together with document editing operationsunless an operation replaces completely the offset vicinity . concode_field_sep Set<OffsetKey> myModified concode_elem_sep Map<OffsetKey,RangeMarker> myMap concode_elem_sep Document myDocument concode_elem_sep boolean myDisposed c... | void function ( OffsetKey arg0 , int arg1 ) { if ( arg1 < 0 ) { removeOffset ( arg0 ) ; return ; } saveOffset ( arg0 , arg1 , true ) ; } |
37,347 | marks the beginning of an i/o operation that might block indefinitely . concode_field_sep boolean closed concode_field_sep void implCloseChannel concode_elem_sep boolean isOpen concode_elem_sep void end concode_elem_sep void close | void function ( ) { } |
37,348 | the description of the schema . concode_field_sep Map<Long,Message> messageByIdMap concode_elem_sep String semanticVersion concode_elem_sep String description concode_elem_sep String headerType concode_elem_sep String packageName concode_elem_sep int id concode_elem_sep Map<String,Type> typeByNameMap concode_elem_sep S... | String function ( ) { return description ; } |
37,349 | method to represent a vertex by its name concode_field_sep Vertex parent concode_elem_sep int distance concode_elem_sep List<Edge> Adj concode_elem_sep int name concode_elem_sep int index concode_elem_sep List<Edge> revAdj concode_elem_sep boolean seen concode_field_sep int getIndex concode_elem_sep void putIndex conco... | String function ( ) { return Integer . toString ( name ) ; } |
37,350 | returns medicines with non null end dates . concode_field_sep Set<Medicine> medicines concode_elem_sep LocalDate responseLastCapturedDate concode_elem_sep Long id concode_elem_sep Time dosageTime concode_field_sep Time getDosageTime concode_elem_sep LocalDate getStartDate concode_elem_sep Set<Medicine> getMedicines con... | Set < Medicine > function ( ) { Set < Medicine > loc0 = new HashSet < > ( ) ; for ( Medicine loc1 : medicines ) { if ( loc1 . getEndDate ( ) != null ) { loc0 . add ( loc1 ) ; } } return loc0 ; } |
37,351 | test adding map object with empty points concode_field_sep PlaceHolder placeHolder concode_field_sep void creatingWithNullDatabasePathTest concode_elem_sep void addingMapObjectWithNullIdTest concode_elem_sep void addingMapObjectWithNullTagsTest concode_elem_sep void creatingWithExistsDatabaseTest concode_elem_sep void ... | void function ( ) { } |
37,352 | returns a hash code for this object . this implementation returns the hash code of the managed object . concode_field_sep String FMT_TO_STRING concode_elem_sep T object concode_field_sep T getObject concode_elem_sep T get concode_elem_sep boolean equals concode_elem_sep String toString | int function ( ) { return getObject ( ) != null ? getObject ( ) . hashCode ( ) : 0 ; } |
37,353 | returns the size , in bits , of this bit string . concode_field_sep byte[] bytes concode_elem_sep int ignoredBits concode_elem_sep boolean[] boolVal concode_elem_sep byte[] externBytes concode_field_sep boolean[] toBooleanArray concode_elem_sep byte[] getShiftedByteArray concode_elem_sep int hashCode concode_elem_sep b... | int function ( ) { return ( bytes . length << 3 ) - ignoredBits ; } |
37,354 | emit a package declaration . concode_field_sep String packagePrefix concode_elem_sep Pattern TYPE_PATTERN concode_elem_sep List<Scope> scopes concode_elem_sep Map<String,String> importedTypes concode_elem_sep String INDENT concode_elem_sep Writer out concode_field_sep void annotation concode_elem_sep void annotation co... | void function ( String arg0 ) { if ( this . packagePrefix != null ) { throw new IllegalStateException ( ) ; } out . write ( "srini_string" ) ; out . write ( arg0 ) ; out . write ( "srini_string" ) ; this . packagePrefix = arg0 + "srini_string" ; } |
37,355 | id . concode_field_sep String date concode_elem_sep String directions concode_elem_sep String MaxId concode_elem_sep String id concode_field_sep String getTabelData concode_elem_sep String getMaxId concode_elem_sep void setDirections concode_elem_sep void setMaxId concode_elem_sep void setDate concode_elem_sep String g... | void function ( String arg0 ) { this . id = arg0 ; } |
37,356 | specifies to keep the specified method s of this option 's class es . concode_field_sep String extendsClassName concode_elem_sep String comments concode_elem_sep int requiredSetAccessFlags concode_elem_sep List methodSpecifications concode_elem_sep int requiredUnsetAccessFlags concode_elem_sep String annotationType con... | void function ( MemberSpecification arg0 ) { if ( methodSpecifications == null ) { methodSpecifications = new ArrayList ( ) ; } methodSpecifications . add ( arg0 ) ; } |
37,357 | returns the inetsocketaddress of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep int hashCode concode_elem_sep boolean ... | InetSocketAddress function ( ) { return inetSocketAddress ; } |
37,358 | gets the value of the id property . concode_field_sep XMLGregorianCalendar record concode_elem_sep Comment comment concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep Status status concode_field_sep void setRecord concode_elem_sep void unsetId concode_elem_sep boolean isSetComment concode_e... | long function ( ) { return id ; } |
37,359 | returns the `` warn-agent '' string associated with this warning , which is either the name or pseudonym of the server that added this particular warning header . concode_field_sep Pattern WARN_DATE_PATTERN concode_elem_sep String ASCTIME_DATE concode_elem_sep String HOST concode_elem_sep Date warnDate concode_elem_sep... | String function ( ) { return warnAgent ; } |
37,360 | multiply vector by a value concode_field_sep float x concode_elem_sep float z concode_elem_sep float y concode_field_sep GL_Vector add concode_elem_sep GL_Vector add concode_elem_sep GL_Vector add concode_elem_sep GL_Vector getNormal concode_elem_sep GL_Vector getNormal concode_elem_sep GL_Vector vectorProduct concode_... | GL_Vector function ( float arg0 ) { x *= arg0 ; y *= arg0 ; z *= arg0 ; return this ; } |
37,361 | print the usage message to stdout concode_field_sep Map<Integer,String> schemaMap concode_field_sep void saveType concode_elem_sep String getSchemaName concode_elem_sep void main concode_elem_sep void saveSchema concode_elem_sep void saveSchema concode_elem_sep void saveRegistry | void function ( ) { String loc0 = "srini_string" + "srini_string" + "srini_string" ; System . out . println ( loc0 ) ; } |
37,362 | gets the value of the minimum 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 concode_... | NumericDomainType . Bounds . Minimum function ( ) { return minimum ; } |
37,363 | does nothing . callback function called when arriving a 4xx call failure concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallTransfer concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSuccess concode_elem_... | void function ( Call arg0 , String arg1 , Message arg2 ) { } |
37,364 | creates a random string whose length is the number of characters specified . characters will be chosen from the set of characters specified . concode_field_sep Random RANDOM concode_field_sep String randomAlphabetic concode_elem_sep String randomAlphanumeric concode_elem_sep String randomAscii concode_elem_sep String r... | String function ( int arg0 , char [ ] arg1 ) { if ( arg1 == null ) { return random ( arg0 , 0 , 0 , false , false , null , RANDOM ) ; } return random ( arg0 , 0 , arg1 . length , false , false , arg1 , RANDOM ) ; } |
37,365 | returns url . concode_field_sep List<DirectOPMLFeed> feeds concode_elem_sep String title concode_elem_sep String url concode_field_sep String getTitle concode_elem_sep List getFeeds concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setFeeds concode_elem... | String function ( ) { return url ; } |
37,366 | add an entity to the end of the displaylist if it does n't exist , otherwise make it visible . concode_field_sep SuperBloodBusters game concode_elem_sep float SCREEN_TRANSITION_DURATION concode_elem_sep Array<Entity> displayList concode_elem_sep OrthographicCamera camera concode_field_sep void resume concode_elem_sep E... | void function ( Entity arg0 ) { if ( displayList . contains ( arg0 , false ) ) { if ( ! arg0 . visible ) arg0 . visible = true ; } else displayList . add ( arg0 ) ; } |
37,367 | return type metadata object concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.a... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
37,368 | by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin... | boolean function ( EObject arg0 , EObject arg1 ) { return false ; } |
37,369 | the index within the string to which the specified formatting run applies . concode_field_sep InternalWorkbook _book concode_elem_sep UnicodeString _string concode_elem_sep LabelSSTRecord _record concode_elem_sep short NO_FONT concode_field_sep void clearFormatting concode_elem_sep short getFontOfFormattingRun concode_... | int function ( int arg0 ) { UnicodeString . FormatRun loc0 = _string . getFormatRun ( arg0 ) ; return loc0 . getCharacterPos ( ) ; } |
37,370 | callback to inform us that there was an exception while rendering 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 con... | void function ( RenderingException arg0 ) { if ( clock != null ) { clock . remove ( this ) ; clock = null ; } } |
37,371 | add error message to a specific client . 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 Object getManagedBean concode_elem_sep String ... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; } |
37,372 | edit key with null key concode_field_sep GitHubResponse response concode_elem_sep DeployKeyService service concode_elem_sep RepositoryId repo concode_elem_sep GitHubClient client concode_field_sep void getKey concode_elem_sep void editKey concode_elem_sep void before concode_elem_sep void constructor concode_elem_sep v... | void function ( ) { service . editKey ( repo , null ) ; } |
37,373 | get the full name of the user . concode_field_sep Logger LOG concode_elem_sep Configuration login_conf concode_elem_sep Map storm_conf concode_elem_sep String name concode_elem_sep ThriftConnectionType type concode_elem_sep TProcessor wrapped concode_field_sep TServer getServer concode_elem_sep void prepare concode_ele... | String function ( ) { return name ; } |
37,374 | this method indicates if this is a null-pointer or not . concode_field_sep boolean function concode_elem_sep int pointerLevel concode_elem_sep long oldMemoryAddress concode_elem_sep BlenderContext blenderContext concode_field_sep List<Structure> fetchData concode_elem_sep boolean isFunction concode_elem_sep int hashCod... | boolean function ( ) { return oldMemoryAddress != 0 ; } |
37,375 | set to true to force login form access to be via https . if this value is true the default is false , and the incoming request for the protected resource which triggered the interceptor was not already https , then the client will first be redirected to an https url , even if serversideredirect is set to true . concode... | void function ( boolean arg0 ) { this . forceHttps = arg0 ; } |
37,376 | gets the header . concode_field_sep byte[] contents concode_elem_sep FrameHeader header concode_field_sep ByteBuffer getContents concode_elem_sep long getContentsLength concode_elem_sep ByteBuffer toByteBuffer concode_elem_sep void setContents concode_elem_sep void setHeader concode_elem_sep void readContents concode_e... | FrameHeader function ( ) { return header ; } |
37,377 | wrap the supplied statement with a springrepeat statement.supports spring 's org.springframework.test.annotation.repeat @repeat annotation . concode_field_sep Log logger concode_elem_sep String MULTIPLE_FAILURE_EXCEPTION_CLASS_NAME concode_field_sep Statement withBeforeTestMethodCallbacks concode_elem_sep Statement wit... | Statement function ( Statement arg0 , FrameworkMethod arg1 , Object arg2 ) { return new SpringRepeat ( arg0 , arg1 . getMethod ( ) ) ; } |
37,378 | helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory | Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; } |
37,379 | update the frame with just filename and line , used for top-level frames and method . concode_field_sep IRubyObject backRef concode_elem_sep Block block concode_elem_sep Visibility visibility concode_elem_sep IRubyObject lastLine concode_elem_sep RubyModule klazz concode_elem_sep boolean captured concode_elem_sep Strin... | void function ( ) { updateFrame ( null , null , null , Block . NULL_BLOCK , 0 ) ; } |
37,380 | returns true if a value has been assigned for the setting id . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VE... | boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; } |
37,381 | returns the transparency mode for this lineargradientpaint . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color[]... | int function ( ) { return transparency ; } |
37,382 | returns the default string corresponding for this smiley . for example '' :--rrb- '' . concode_field_sep String imageID concode_elem_sep List<String> smileyStrings concode_elem_sep String description concode_field_sep String getImageID concode_elem_sep String getImagePath concode_elem_sep String getDescription concode_... | String function ( ) { return smileyStrings . get ( 0 ) ; } |
37,383 | set or change the object that is to be edited . primitive types such as `` int '' must be wrapped as the corresponding object type such as `` java.lang.integer '' . concode_field_sep TimeZoneValueConverter valueConverter concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep TimeZone value concod... | void function ( final Object arg0 ) { final Object loc0 = this . value ; if ( arg0 instanceof TimeZone ) { this . value = ( TimeZone ) arg0 ; } else { this . value = null ; } propertyChangeSupport . firePropertyChange ( null , loc0 , this . value ) ; } |
37,384 | old-style action extension point . @deprecated and final to act as a signpost for plugin authors upgradingfrom 2.x . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<Object> createComponents concode_elem_sep List<ExecutorBuilder<?>> getExecutorBuilders concode_elem_sep List<String> getSettingsFilt... | void function ( SearchModule arg0 ) { } |
37,385 | create an instance of metadata.distinfo.stdorder.digform concode_field_sep PlaceHolder placeHolder concode_field_sep Metadata.Metainfo.Metc.Cntinfo createMetadataMetainfoMetcCntinfo concode_elem_sep Metadata.Distinfo.Stdorder.Digform.Digtopt.Onlinopt.Computer.Networka createMetadataDistinfoStdorderDigformDigtoptOnlinop... | Metadata . Distinfo . Stdorder . Digform function ( ) { return new Metadata . Distinfo . Stdorder . Digform ( ) ; } |
37,386 | cancelling scheduled message concode_field_sep String path concode_elem_sep ActorEndpoint endpoint concode_elem_sep ActorSystem system concode_elem_sep ActorDispatcher dispatcher concode_field_sep void sendOnce concode_elem_sep void sendOnce concode_elem_sep void sendOnce concode_elem_sep void sendOnce concode_elem_sep... | void function ( Object arg0 ) { cancelMessage ( arg0 , null ) ; } |
37,387 | returns the underlying httpservletresponse . after serialization the returned value will be null . concode_field_sep String remoteUser concode_elem_sep Map<String,String> requestHeaderMap concode_elem_sep ServerAdapter serverAdapter concode_elem_sep String method concode_elem_sep String remoteHost concode_elem_sep long... | HttpServletResponse function ( ) { return httpResponse ; } |
37,388 | sets the ma tinh of this bao cao d l i. concode_field_sep BaoCaoDLI _baoCaoDLI concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_s... | void function ( java . lang . String arg0 ) { _baoCaoDLI . setMaTinh ( arg0 ) ; } |
37,389 | gets the shape of this padstack on layer p_layer concode_field_sep int no concode_elem_sep boolean placed_absolute concode_elem_sep ConvexShape[] shapes concode_elem_sep String name concode_elem_sep boolean attach_allowed concode_elem_sep Padstacks padstack_list concode_field_sep void print_info concode_elem_sep int to... | ConvexShape function ( int arg0 ) { if ( arg0 < 0 || arg0 >= shapes . length ) { System . out . println ( "srini_string" ) ; return null ; } return shapes [ arg0 ] ; } |
37,390 | returns the foo . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyBag ... | Foo function ( ) { return foo ; } |
37,391 | evaluate the json path expression against the request content and assert that the result is a number . concode_field_sep JsonPathExpectationsHelper jsonPathHelper concode_field_sep RequestMatcher isBoolean concode_elem_sep RequestMatcher doesNotExist concode_elem_sep RequestMatcher isEmpty concode_elem_sep void match c... | RequestMatcher function ( ) { return new AbstractJsonPathRequestMatcher ( ) { @ Override public void matchInternal ( MockClientHttpRequest arg0 ) throws IOException , ParseException { JsonPathRequestMatchers . this . jsonPathHelper . assertValueIsNumber ( arg0 . getBodyAsString ( ) ) ; } } ; } |
37,392 | creates a jenkinsawaregerrithandler . concode_field_sep JenkinsAwareGerritHandler gerritHandler concode_field_sep void shouldNotifyGerritEventListener concode_elem_sep void shouldNotifyLifecycleListener concode_elem_sep void shutDown | void function ( ) { gerritHandler = new JenkinsAwareGerritHandler ( DEFAULT_NR_OF_RECEIVING_WORKER_THREADS ) ; } |
37,393 | set whether or not this column is truncatable in the header . concode_field_sep ColumnPropertyManager properties concode_elem_sep CellEditor<ColType> cellEditor concode_elem_sep CellRenderer DEFAULT_CELL_RENDERER concode_elem_sep CellRenderer<RowType,ColType> cellRenderer concode_field_sep void setMinimumColumnWidth co... | void function ( boolean arg0 ) { TruncationProperty loc0 = properties . getColumnProperty ( TruncationProperty . TYPE , false ) ; if ( loc0 == null ) { loc0 = new TruncationProperty ( ) ; setColumnProperty ( TruncationProperty . TYPE , loc0 ) ; } loc0 . setHeaderTruncatable ( arg0 ) ; } |
37,394 | returns a clone of this graypaintscale instance . concode_field_sep double upperBound concode_elem_sep int alpha concode_elem_sep double lowerBound concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep double getLowerBound concode_elem_sep double getUpperBound concode_elem_sep Paint getPaint c... | Object function ( ) { return super . clone ( ) ; } |
37,395 | gets the socks proxy 's username . supported by socks v5 and above . concode_field_sep String proxyAutoconfigUrl concode_elem_sep String socksUsername concode_elem_sep String socksPassword concode_elem_sep boolean autodetect concode_elem_sep String httpProxy concode_elem_sep ProxyType proxyType concode_elem_sep String ... | String function ( ) { return socksUsername ; } |
37,396 | returns the create date of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_e... | Date function ( ) { return _kaleoNode . getCreateDate ( ) ; } |
37,397 | updates a record , replacing its display index and values . concode_field_sep ServiceTracker<DDLRecordService,DDLRecordService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void revertRecord concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecord deleteRecordLocal... | com . liferay . dynamic . data . lists . model . DDLRecord function ( long arg0 , int arg1 , java . util . Map < java . lang . String , java . io . Serializable > arg2 , boolean arg3 , com . liferay . portal . kernel . service . ServiceContext arg4 ) { return getService ( ) . updateRecord ( arg0 , arg1 , arg2 , arg3 , ... |
37,398 | by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco... | PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; } |
37,399 | sets the start date . concode_field_sep String copyright concode_elem_sep long serialVersionUID concode_elem_sep OrganisationUnit organisationUnit concode_elem_sep ResultPublication resultPublication concode_elem_sep Date endDate concode_elem_sep Long id concode_elem_sep Class theClass concode_elem_sep Date startDate c... | void function ( Date arg0 ) { this . startDate = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.