idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
3,800
sets the value of the resolution property . concode_field_sep BigInteger barWidth concode_elem_sep BigDecimal scaling concode_elem_sep String color concode_elem_sep BigInteger datasourceIndex concode_elem_sep BigInteger offset concode_elem_sep String label concode_elem_sep Boolean fill concode_elem_sep String align con...
void function ( BigInteger arg0 ) { this . resolution = arg0 ; }
3,801
updates the enabled state for each navigation button . concode_field_sep Action backAction concode_elem_sep Action forwardAction concode_elem_sep DrillStack fDrillStack concode_elem_sep TreeViewer fChildTree concode_elem_sep Action homeAction concode_field_sep void addNavigationActions concode_elem_sep void addNavigati...
void function ( ) { if ( homeAction != null ) { homeAction . setEnabled ( canGoHome ( ) ) ; backAction . setEnabled ( canGoBack ( ) ) ; forwardAction . setEnabled ( canGoInto ( ) ) ; } }
3,802
a list that contains the descriptions of the specified delivery channel . concode_field_sep com.amazonaws.internal.SdkInternalList<DeliveryChannel> deliveryChannels concode_field_sep java.util.List<DeliveryChannel> getDeliveryChannels concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Descri...
void function ( java . util . Collection < DeliveryChannel > arg0 ) { if ( arg0 == null ) { this . deliveryChannels = null ; return ; } this . deliveryChannels = new com . amazonaws . internal . SdkInternalList < DeliveryChannel > ( arg0 ) ; }
3,803
clones the group . concode_field_sep long serialVersionUID concode_elem_sep String id concode_field_sep boolean equals concode_elem_sep String getID
Object function ( ) { return super . clone ( ) ; }
3,804
gets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ProductTemplate> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep Lis...
Integer function ( ) { return totalResultSetSize ; }
3,805
converts the given input stream into a string by reading the input stream completely . it also closes the input stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void copyFile concode_elem_sep void sleep concode_elem_sep boolean isUrlContentNotEmpty concode_elem_sep boolean deleteAllFiles
String function ( InputStream arg0 ) { return getStringFromInputStream ( arg0 , true ) ; }
3,806
encodes a string . before the string is encoded in base64 , it is converted in a binary sequence using the system default charset . concode_field_sep String chars concode_elem_sep char pad concode_field_sep void copy concode_elem_sep String decode concode_elem_sep String decode concode_elem_sep byte[] decode concode_el...
String function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( ) ; byte [ ] loc1 = encode ( loc0 ) ; try { return new String ( loc1 , "srini_string" ) ; } catch ( UnsupportedEncodingException loc2 ) { throw new RuntimeException ( "srini_string" , loc2 ) ; } }
3,807
gets the value of the can property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_field_sep void setWta concode_elem_sep boolean isSetWtd concode_elem_sep boolean isSetWta concode_ele...
boolean function ( ) { if ( can == null ) { return false ; } else { return can ; } }
3,808
when a queuetime advance is received , the inbound queue can be searched for tasks that are greater than the new queuetime . concode_field_sep ThreadGroup tgroup concode_elem_sep Logger logger concode_elem_sep float queueTime concode_elem_sep NavigableMap<Float,QueueTask> queue concode_elem_sep LinkedBlockingDeque<OneQ...
void function ( float arg0 ) { SortedMap < Float , QueueTask > loc0 = queue . headMap ( arg0 , true ) ; for ( QueueTask loc1 : loc0 . values ( ) ) { enqueueIn ( loc1 . req , loc1 . channel ) ; } loc0 . clear ( ) ; queueTime = arg0 ; }
3,809
get all employee types for given chart of accounts id concode_field_sep EmployeeTypeRepository employeeTypeRepository concode_field_sep EmployeeType getEmployeeTypeByName concode_elem_sep void create concode_elem_sep void update concode_elem_sep EmployeeType getEmployeeTypeById concode_elem_sep void delete concode_elem...
List < EmployeeType > function ( final Long arg0 ) { return employeeTypeRepository . findByChartOfAccounts_Id ( arg0 ) ; }
3,810
returns the tracker , which is responsible for deleting temporary files . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep void setSizeThreshold concode_elem_sep FileCleaningTracker...
void function ( FileCleaningTracker arg0 ) { fileCleaningTracker = arg0 ; }
3,811
called after #onrestart , or #onpause , for your activity to start interacting with the user . concode_field_sep Activity mainActivity concode_elem_sep Context mainContext concode_elem_sep Handler callbackHandler concode_elem_sep String packageName concode_elem_sep AssetManager assetManager concode_elem_sep View mainVi...
void function ( ) { }
3,812
retrieve the content type of the request . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return request . getContentType ( ) ; }
3,813
get the factory that is used by default for the #create method is invoked . concode_field_sep ObjectIDFactory defaultFactory concode_elem_sep IDGenerator INSTANCE concode_elem_sep Map factories concode_elem_sep Set protocols concode_field_sep void addFactory concode_elem_sep Set getProtocols concode_elem_sep Collection...
ObjectIDFactory function ( ) { return defaultFactory ; }
3,814
set the number of seconds to wait when shutting down any internal threads . concode_field_sep String sourceId concode_elem_sep Logger log concode_elem_sep AdaptrisMessageFactory messageFactory concode_elem_sep ExecutorService executor concode_elem_sep int DEFAULT_SHUTDOWN_WAIT concode_elem_sep Integer shutdownWaitSecon...
void function ( Integer arg0 ) { shutdownWaitSeconds = arg0 ; }
3,815
returns task class name . concode_field_sep GridTaskSessionImpl ses concode_elem_sep IgniteUuid jobId concode_elem_sep GridKernalContext ctx concode_field_sep String getTaskName concode_elem_sep boolean removeAttributeListener concode_elem_sep GridTaskSessionInternal session concode_elem_sep Collection<UUID> getTopolog...
String function ( ) { return ses . getTaskClassName ( ) ; }
3,816
sets the value of the elmcode property . concode_field_sep String cmpCode concode_elem_sep String period concode_elem_sep String currCode concode_elem_sep Short elmLevel concode_elem_sep Integer rowLimit concode_elem_sep Boolean logErrorOnly concode_elem_sep TypeCtMatchingCurr currRule concode_elem_sep String matchingM...
void function ( String arg0 ) { this . elmCode = arg0 ; }
3,817
checks whether given product supports injection . that is whether the product itself , or the associated page binder is instance of com.atlassian.pageobjects.inject.configurableinjectioncontext . concode_field_sep PlaceHolder placeHolder concode_field_sep ConfigurableInjectionContext asConfigurableInjectionContext conc...
boolean function ( TestedProduct < ? > arg0 ) { if ( arg0 == null ) { return false ; } return arg0 instanceof ConfigurableInjectionContext || arg0 . getPageBinder ( ) instanceof ConfigurableInjectionContext ; }
3,818
get the index location of the where from a sql statement concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasFrom concode_elem_sep String insertSql concode_elem_sep int getWhereReturnIndex concode_elem_sep boolean hasWhere concode_elem_sep String replaceFrom concode_elem_sep String replaceSelect conc...
int function ( String arg0 ) { int loc0 = getWhereSpaceIndex ( arg0 ) ; int loc1 = getWhereReturnIndex ( arg0 ) ; if ( loc0 > loc1 ) { return loc0 ; } return loc1 ; }
3,819
target injector concode_field_sep T metaData concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep Boolean standalone concode_elem_sep SecurityLogger log concode_elem_sep String contextId concode_elem_sep PolicyConfiguration policyConfiguration concode_elem_sep InjectedValue<PolicyConfiguration> parentPolicy conco...
Injector < PolicyConfiguration > function ( ) { return parentPolicy ; }
3,820
get a tagsdata from the daga stored at the given rowid concode_field_sep Uri tagsURI concode_elem_sep Uri storyURI concode_elem_sep ContentResolver cr concode_field_sep ArrayList<TagsData> getAllTagsData concode_elem_sep int updateStoryWithID concode_elem_sep ArrayList<StoryData> getAllStoryData concode_elem_sep Uri in...
TagsData function ( final long arg0 ) { String [ ] loc0 = { String . valueOf ( arg0 ) } ; ArrayList < TagsData > loc1 = queryTagsData ( null , MoocSchema . Tags . Cols . ID + "srini_string" , loc0 , null ) ; if ( loc1 . size ( ) > 0 ) { return loc1 . get ( 0 ) ; } else { return null ; } }
3,821
javabean tester . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { JavaBeanTester . builder ( ParamToggleTag . class ) . loadData ( ) . test ( ) ; }
3,822
check that we have proper number of valid columns vs. features selected , if not cap concode_field_sep DRF _drf concode_field_sep long getChunkId concode_elem_sep int getRowCount concode_elem_sep DataAdapter build concode_elem_sep DABuilder create concode_elem_sep DataAdapter inhaleData
void function ( final DataAdapter arg0 ) { int loc0 = _drf . _rfmodel . _va . _cols . length - 1 ; if ( loc0 < _drf . _numSplitFeatures ) { Utils . pln ( "srini_string" + _drf . _numSplitFeatures + "srini_string" + loc0 + "srini_string" ) ; _drf . _numSplitFeatures = loc0 ; } }
3,823
resets the search pattern ; concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep int iLen concode_elem_sep...
void function ( String arg0 ) { normalize ( arg0 , true ) ; }
3,824
serializes the given task into an xml string . the xml will contain a '' '' element . concode_field_sep EventRelay eventRelay concode_field_sep String convertToXml concode_elem_sep CommcareRequestData createRequestWithEnvelope concode_elem_sep CaseRequest mapToCase concode_elem_sep CaseRequest mapToCloseCase concode_el...
String function ( CaseTask arg0 ) { CaseRequest loc0 = mapToCloseCase ( arg0 ) ; CommcareRequestData loc1 = createRequestWithEnvelope ( loc0 ) ; return convertToCloseXml ( loc1 ) ; }
3,825
gets the current ` raw ' typing handler . concode_field_sep TypedActionHandler myRawHandler concode_elem_sep boolean myHandlersLoaded concode_elem_sep TypedActionHandler myHandler concode_field_sep TypedActionHandler setupHandler concode_elem_sep void actionPerformed concode_elem_sep void ensureHandlersLoaded concode_e...
TypedActionHandler function ( ) { return myRawHandler ; }
3,826
check template values for null values . throws nullpointerexception if the name-value map or any of thenames or encoded values in the map is null . concode_field_sep UriBuilder targetUri concode_elem_sep ClientConfig config concode_field_sep void checkForNullValues concode_elem_sep JerseyInvocation.Builder request conc...
void function ( final Map < String , Object > arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; for ( final Map . Entry loc0 : arg0 . entrySet ( ) ) { Preconditions . checkNotNull ( loc0 . getKey ( ) , "srini_string" ) ; Preconditions . checkNotNull ( loc0 . getValue ( ) , "srini_string" ) ; } }
3,827
check if the property found was not inherited , i.e. defined in the script object , rather than in the prototype concode_field_sep Property property concode_elem_sep ScriptObject self concode_elem_sep ScriptObject prototype concode_field_sep ScriptObject getSetterReceiver concode_elem_sep MethodHandle getGetter concode...
boolean function ( ) { return self == prototype ; }
3,828
encodes the given string into a sequence of bytes using the utf-8 charset , storing the result into a new byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 c...
byte [ ] function ( String arg0 ) { return StringUtils . getBytesUnchecked ( arg0 , "srini_string" ) ; }
3,829
gets the element value . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep void setValue concode_elem_sep boolean getIsSet concode_elem_sep void reset ...
String function ( ) { return this . value ; }
3,830
saves g to w ; vertex labels are given by vs and edge weights by nev. . concode_field_sep DecimalFormat labelFormatter concode_field_sep placeholderType placeHolder
void function ( Graph < V , E > arg0 , Writer arg1 , Transformer < V , String > arg2 , Transformer < E , Number > arg3 ) { save ( arg0 , arg1 , arg2 , arg3 , null ) ; }
3,831
helper method to get a json object from a utf-8 byte array . concode_field_sep JSONObject object concode_field_sep JSONArray parseJSONArray concode_elem_sep JSONArray parseJSONArray concode_elem_sep org.json.simple.JSONArray getArray concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_...
ExtendedJSONObject function ( byte [ ] arg0 ) { return new ExtendedJSONObject ( new String ( arg0 , "srini_string" ) ) ; }
3,832
called by the preferencemanager to dispatch the activity stopevent . concode_field_sep String TAG concode_field_sep boolean setPreferences concode_elem_sep void dispatchActivityResult concode_elem_sep boolean onPreferenceTreeClick concode_elem_sep PreferenceScreen inflateFromResource concode_elem_sep void dispatchActiv...
void function ( PreferenceManager arg0 ) { try { Method loc0 = PreferenceManager . class . getDeclaredMethod ( "srini_string" ) ; loc0 . setAccessible ( true ) ; loc0 . invoke ( arg0 ) ; } catch ( Exception loc0 ) { Log . w ( TAG , "srini_string" , loc0 ) ; } }
3,833
load the snapshotinode field of abstractinodediff . concode_field_sep Map<Long,Long> dirMap concode_elem_sep Map<Long,INodeReference.WithCount> referenceMap concode_field_sep FileDiff loadFileDiff concode_elem_sep DirectoryDiff loadDirectoryDiff concode_elem_sep void saveDirectoryDiffList concode_elem_sep void saveINod...
INodeDirectoryAttributes function ( Snapshot arg0 , DataInput arg1 , FSImageFormat . Loader arg2 ) { boolean loc0 = arg1 . readBoolean ( ) ; if ( loc0 ) { return arg0 . getRoot ( ) ; } else { return arg1 . readBoolean ( ) ? arg2 . loadINodeDirectoryAttributes ( arg1 ) : null ; } }
3,834
retorna uma instancia da classe concode_field_sep String dbUrl concode_elem_sep String dbDriver concode_elem_sep String dbUser concode_elem_sep boolean canConnect concode_elem_sep DBUtil instance concode_elem_sep String dbPass concode_field_sep String getDbPass concode_elem_sep void setDbDriver concode_elem_sep void cl...
DBUtil function ( ) { if ( instance == null ) { instance = new DBUtil ( ) ; } return instance ; }
3,835
returns the count of xml content values for the selected schema type and locale in the xml content . concode_field_sep List<I_CmsXmlContentValue> m_values concode_elem_sep String m_path concode_elem_sep boolean m_isChoiceSequence concode_elem_sep Locale m_locale concode_elem_sep int m_minOccurs concode_elem_sep int m_m...
int function ( ) { return m_values . size ( ) ; }
3,836
end an array . this method most be called to balance calls to array . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_...
JSONWriter function ( ) { return this . end ( 'a' , ']' ) ; }
3,837
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep DcPackage modelPackage concode_field_sep T caseBounds concode_elem_sep T caseFont concode_elem_sep T caseDocumentRoot concode_elem_sep T casePoint concode_elem_sep T defaultCase
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } }
3,838
gets the remote contact url concode_field_sep Vector<NameAddress> route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep ...
NameAddress function ( ) { return remote_contact ; }
3,839
set allowable http methods concode_field_sep String methods[] concode_elem_sep String helperNameRef concode_elem_sep int timeout concode_elem_sep Field timeoutField concode_elem_sep String urlPattern concode_elem_sep String servletName concode_elem_sep Field keyFields[] concode_elem_sep ConstraintField constraintFields...
void function ( String [ ] arg0 ) { if ( arg0 == null ) return ; this . methods = arg0 ; }
3,840
return the height variable ; concode_field_sep int currentResidualOutEdgeCounter concode_elem_sep List<Edge> residualEdges concode_elem_sep Object data concode_elem_sep int excess concode_elem_sep LinkedList<Edge> incidentEdgeList concode_elem_sep String name concode_elem_sep int labelCount[] concode_elem_sep int heigh...
int function ( ) { return height ; }
3,841
the name of one of the headers in the sampled web request . concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep HTTPHeader withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals con...
void function ( String arg0 ) { this . name = arg0 ; }
3,842
sets the totalresultsetsize value for this orderpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201502.Order[] results concode_...
void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; }
3,843
calls wneueuntersuchung concode_field_sep Font search_font concode_elem_sep Logger logger concode_elem_sep HashMap<Long,WindowSettings> settingsDB concode_elem_sep Font search_font_default concode_elem_sep WHomescreen whomescreen concode_elem_sep Font font concode_field_sep void crateHomescreen concode_elem_sep int sho...
void function ( String arg0 , long arg1 , long arg2 ) { whomescreen . addWeueUntersuchung ( arg0 , arg1 , arg2 ) ; }
3,844
creates a new region that is the same as this region but expanded in all directions by the given amount concode_field_sep Vector3i next concode_elem_sep Region3i other concode_elem_sep Vector3i pos concode_elem_sep Iterator<Vector3i> innerIterator concode_elem_sep Vector3i min concode_elem_sep Vector3i size concode_ele...
Region3i function ( int arg0 ) { Vector3i loc0 = min ( ) ; loc0 . sub ( arg0 , arg0 , arg0 ) ; Vector3i loc1 = max ( ) ; loc1 . add ( arg0 , arg0 , arg0 ) ; return createFromMinMax ( loc0 , loc1 ) ; }
3,845
get a copy of the map for diagnostics concode_field_sep Configuration conf concode_field_sep boolean isSingleSwitchByScriptPolicy concode_elem_sep boolean isSingleSwitch concode_elem_sep Configuration getConf concode_elem_sep String dumpTopology concode_elem_sep boolean isMappingSingleSwitch concode_elem_sep void setCo...
Map < String , String > function ( ) { return null ; }
3,846
returns whether or not this activity should be executed by default on startup . concode_field_sep PlaceHolder placeHolder concode_field_sep void onClose concode_elem_sep boolean isDynamic concode_elem_sep String getName concode_elem_sep void onOpen concode_elem_sep void onShutdown concode_elem_sep PlaceRequest getPlace...
boolean function ( ) { return false ; }
3,847
get author of the entitlement policy partial concode_field_sep String ruleEffect concode_elem_sep String author concode_elem_sep String description concode_elem_sep String policyPartialContent concode_elem_sep int policyPartialId concode_elem_sep String policyPartialName concode_elem_sep boolean isShared concode_field_...
String function ( ) { return author ; }
3,848
returns a boolean indicating whether to send a do request to the other end upon connection . concode_field_sep boolean acceptLocal concode_elem_sep boolean doFlag concode_elem_sep boolean initialLocal concode_elem_sep boolean initialRemote concode_elem_sep boolean willFlag concode_elem_sep int optionCode concode_elem_s...
boolean function ( ) { return ( initialRemote ) ; }
3,849
increments the int value of this erxmutalbleinteger object by 1 . concode_field_sep int _value concode_field_sep int parseInt concode_elem_sep void setIntValue concode_elem_sep void decrement concode_elem_sep void decrement concode_elem_sep int intValue concode_elem_sep String toString concode_elem_sep String toString
void function ( ) { _value ++ ; }
3,850
get the itemtype of the items in the result of the expression , as determined by static analysis . this is the most precise itemtype that the processor is able to determine from static examination of the expression ; the actual items in the expression result are guaranteed to belong to this itemtype or to a subtype of ...
ItemType function ( ) { net . sf . saxon . type . ItemType loc0 = exp . getInternalExpression ( ) . getItemType ( processor . getUnderlyingConfiguration ( ) . getTypeHierarchy ( ) ) ; return new ConstructedItemType ( loc0 , processor ) ; }
3,851
sets the primary key of this polls vote . concode_field_sep PollsVote _pollsVote concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep b...
void function ( long arg0 ) { _pollsVote . setPrimaryKey ( arg0 ) ; }
3,852
this implementation returns the name of the caches previously requested . concode_field_sep ConcurrentMap<String,Cache> caches concode_elem_sep String name concode_elem_sep Set<String> cacheNames concode_field_sep Cache getCache concode_elem_sep String getName concode_elem_sep Object getNativeCache concode_elem_sep Val...
Collection < String > function ( ) { synchronized ( this . cacheNames ) { return Collections . unmodifiableSet ( this . cacheNames ) ; } }
3,853
the value to multiply the current interval by for each retry attempt . concode_field_sep long DEFAULT_INITIAL_INTERVAL concode_elem_sep double DEFAULT_MULTIPLIER concode_elem_sep long DEFAULT_MAX_INTERVAL concode_elem_sep long maxInterval concode_elem_sep long currentElapsedTime concode_elem_sep long maxElapsedTime con...
void function ( double arg0 ) { checkMultiplier ( arg0 ) ; this . multiplier = arg0 ; }
3,854
deleting dynamic sequence concode_field_sep String serviceName concode_elem_sep Log log concode_elem_sep SequenceAdminServiceStub sequenceAdminServiceStub concode_field_sep void updateSequence concode_elem_sep int getDynamicSequenceCount concode_elem_sep SequenceInfo[] getSequences concode_elem_sep String[] getSequence...
void function ( String arg0 ) { sequenceAdminServiceStub . deleteDynamicSequence ( arg0 ) ; }
3,855
gets the zone identifier concode_field_sep int zone concode_field_sep void setZone
int function ( ) { return zone ; }
3,856
log warning message concode_field_sep PlaceHolder placeHolder concode_field_sep void general concode_elem_sep void log concode_elem_sep void log concode_elem_sep void throwable concode_elem_sep void throwable concode_elem_sep void error
void function ( String arg0 , Object ... arg1 ) { log ( IStatus . WARNING , arg0 , arg1 ) ; }
3,857
this is a setter concode_field_sep boolean attended concode_elem_sep String calendarEventId concode_elem_sep String comments concode_elem_sep String calendarId concode_elem_sep String displayName concode_elem_sep String attendeeUserId concode_elem_sep String signupSiteId concode_field_sep String getCalendarId concode_e...
void function ( String arg0 ) { this . calendarEventId = arg0 ; }
3,858
endpoint address uri is not allowed with a null argument concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep Localizable localizableINVALID_NULLARG_SOAP_MSGMODE concode_elem_sep String INVALID_SOAPMESSAGE_DISPATCH_MSGMODE concode_elem_sep Localizable localiz...
String function ( ) { return localizer . localize ( localizableINVALID_NULLARG_URI ( ) ) ; }
3,859
verifies weather the circle contains a node or not . point laying at the border of the circle are not contained by the circle . concode_field_sep double radius concode_elem_sep double x concode_elem_sep double y concode_field_sep Point2D getCenter concode_elem_sep void setY concode_elem_sep double getX concode_elem_sep...
boolean function ( Point2D arg0 ) { double loc0 = this . x - arg0 . getX ( ) ; double loc1 = this . y - arg0 . getY ( ) ; return ( ( loc0 * loc0 ) + ( loc1 * loc1 ) ) < ( this . radius * this . radius ) ; }
3,860
set a property of the response protocol . description : set the http status code `` status '' or a http header value e.g. `` content-type '' . concode_field_sep HttpServletResponse _oResponse concode_field_sep OutputStream getOutputStream
void function ( String arg0 , String arg1 ) { if ( arg0 . equalsIgnoreCase ( "srini_string" ) ) { _oResponse . setStatus ( Integer . parseInt ( arg1 ) ) ; } else if ( arg0 . equalsIgnoreCase ( "srini_string" ) ) { _oResponse . setContentType ( arg1 ) ; } else { _oResponse . setHeader ( arg0 , arg1 ) ; } }
3,861
gets the value of the name property . concode_field_sep String stringIndex concode_elem_sep String synonym concode_elem_sep String name concode_elem_sep String tty concode_elem_sep String language concode_elem_sep String rxcui concode_field_sep void setName concode_elem_sep String getLanguage concode_elem_sep String ge...
String function ( ) { return name ; }
3,862
hides this screen concode_field_sep Widget root concode_field_sep void show concode_elem_sep void registerScreen concode_elem_sep void initScreen
void function ( ) { this . root . setVisible ( false ) ; }
3,863
gets the value of the dataattributes property . concode_field_sep BucketType usageBucket concode_elem_sep BigDecimal price concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep XMLGregorianCalendar exp...
DataAttributesType function ( ) { return dataAttributes ; }
3,864
change to a new state and notify all listeners . this is a private method that is only invoked from synchronized methods , which avoid having to clone the listener list . it does imply that the state change listener methods should be short lived , as they will delay the state transition . concode_field_sep STATE state ...
void function ( STATE arg0 ) { state = arg0 ; for ( ServiceStateChangeListener loc0 : listeners ) { loc0 . stateChanged ( this ) ; } }
3,865
gets the value of the hidelasttrans property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the hidelasttrans property . for example , to add a new ...
List < Boolean > function ( ) { if ( hideLastTrans == null ) { hideLastTrans = new ArrayList < Boolean > ( ) ; } return this . hideLastTrans ; }
3,866
returns the internal name of the class corresponding to this object or array type . the internal name of a class is its fully qualified name as returned by class.getname , where ' . ' are replaced by ' / ' . this method should only be used for an object or array type . concode_field_sep int CHAR concode_elem_sep int DO...
String function ( ) { return new String ( buf , off , len ) ; }
3,867
no resources to free . concode_field_sep PlaceHolder placeHolder concode_field_sep void onChannelReadEvent
void function ( ) { }
3,868
this will set the parent of the text node to the supplied element . this method is intentionally left as protected so that only jdom internals use it . if you need an instance of this text node with a new parent , you should get a copy of this node with #clone and set it on the desired new parent element . concode_fiel...
Text function ( Element arg0 ) { this . parent = arg0 ; return this ; }
3,869
access method for the resultlist property . concode_field_sep int pageCount concode_elem_sep int resultCount concode_elem_sep int startRowNum concode_elem_sep int endRowNum concode_elem_sep int pageSize concode_elem_sep long serialVersionUID concode_elem_sep int changePageNumber concode_elem_sep SortData sort concode_e...
List < T > function ( ) { return resultList ; }
3,870
gets the value of the role property . concode_field_sep String role concode_elem_sep MDMetadataExtensionInformationType mdMetadataExtensionInformation 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...
String function ( ) { return role ; }
3,871
does the database use upper case for identifiers concode_field_sep boolean supportsSchemasInProcedureCalls concode_elem_sep boolean storesLowerCaseIdentifiers concode_elem_sep boolean procedureColumnMetaDataUsed concode_elem_sep List<CallParameterMetaData> callParameterMetaData concode_elem_sep Log logger concode_elem_...
boolean function ( ) { return this . storesUpperCaseIdentifiers ; }
3,872
setter method for cafstatus concode_field_sep String fatherName concode_elem_sep String education concode_elem_sep String gender concode_elem_sep String houseStatus concode_elem_sep String panNo concode_elem_sep String maritialStatus concode_elem_sep String drivLicNo concode_elem_sep Date docDate concode_elem_sep long ...
void function ( String arg0 ) { this . cafStatus = arg0 ; }
3,873
selection in the workbench has been changed . we can change the state of the ` real ' action here if we want , but this can only happen after the delegate has been created . concode_field_sep IWorkbenchWindow window concode_field_sep void init concode_elem_sep void run concode_elem_sep void dispose
void function ( IAction arg0 , ISelection arg1 ) { }
3,874
returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren...
View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; }
3,875
sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MIRequestedDateType miRequestedDate concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type conco...
void function ( String arg0 ) { this . arcrole = arg0 ; }
3,876
add one key-value concode_field_sep List<T> pairs concode_field_sep Iterator<T> iterator concode_elem_sep int size concode_elem_sep T getFirst concode_elem_sep Collection<T> get concode_elem_sep boolean isEmpty concode_elem_sep Collection<T> items
void function ( T arg0 ) { this . pairs . add ( arg0 ) ; }
3,877
gets the value of the ref property . concode_field_sep String ref concode_elem_sep String original concode_elem_sep List<Integer> evidence concode_elem_sep String description concode_elem_sep LocationType location concode_elem_sep String id concode_elem_sep String type concode_elem_sep List<String> variation concode_el...
String function ( ) { return ref ; }
3,878
isenabled concode_field_sep List<String> m_dutySchedule concode_elem_sep String m_fullName concode_elem_sep long serialVersionUID concode_elem_sep String m_comments concode_elem_sep String m_password concode_elem_sep boolean m_passwordSalted concode_elem_sep Collection<? extends GrantedAuthority> m_authorities concode_...
boolean function ( ) { return true ; }
3,879
get the user data that was assigned in the fixture definition . use this to store your application specific data . concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution ...
Object function ( ) { return m_userData ; }
3,880
a filter for iterable that returns only those of the specified file types . concode_field_sep FileType NO_EXTENSION concode_field_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep String g...
Iterable < T > function ( final Iterable < T > arg0 , FileTypeSet arg1 ) { return Iterables . filter ( arg0 , typeMatchingPredicateFor ( arg1 ) ) ; }
3,881
finds the file with the given filename and returns its index . returns -1 when the file was not found . concode_field_sep List<SketchFile> files concode_elem_sep Comparator<SketchFile> CODE_DOCS_COMPARATOR concode_elem_sep File folder concode_elem_sep String DEFAULT_SKETCH_EXTENSION concode_elem_sep List<String> OTHER_...
int function ( File arg0 ) { int loc0 = 0 ; for ( SketchFile loc1 : files ) { if ( loc1 . getFile ( ) . equals ( arg0 ) ) return loc0 ; loc0 ++ ; } return - 1 ; }
3,882
getter method for circle concode_field_sep String templetName concode_elem_sep String smsDate concode_elem_sep String templetType concode_elem_sep long serialVersionUID concode_elem_sep String totalCount concode_elem_sep String circle concode_elem_sep String delivery_mode concode_elem_sep String Source concode_field_se...
String function ( ) { return circle ; }
3,883
get the probability for state j. concode_field_sep HashMap<Integer,Double> map concode_field_sep boolean add concode_elem_sep boolean containsOneOf concode_elem_sep void set concode_elem_sep Set<Integer> getSupport concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep double sum concode_elem_sep...
double function ( int arg0 ) { Double loc0 ; loc0 = ( Double ) map . get ( arg0 ) ; return loc0 == null ? 0.0 : loc0 . doubleValue ( ) ; }
3,884
returns download file name concode_field_sep Run<?,?> owner concode_elem_sep String fileName concode_elem_sep String html concode_field_sep String getUrlName concode_elem_sep String getDisplayName concode_elem_sep String getIconFileName concode_elem_sep Run<?,?> getOwner concode_elem_sep String exportHtml
String function ( ) { return this . fileName ; }
3,885
check if this itemset contains a given item . concode_field_sep double expectedsupport concode_elem_sep List<ItemUApriori> items concode_field_sep boolean isLexicallySmallerthan concode_elem_sep void printWithoutSupport concode_elem_sep double getExpectedSupport concode_elem_sep ItemsetUApriori cloneItemSetMinusOneItem...
boolean function ( ItemUApriori arg0 ) { return items . contains ( arg0 ) ; }
3,886
get the displayname value . concode_field_sep String policyDefinitionId concode_elem_sep String displayName concode_elem_sep String scope concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_field_sep String policyDefinitionId concode_elem_sep PolicyAssignmentInner withDisplayNam...
String function ( ) { return this . displayName ; }
3,887
validate the provided znode path string concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String arg0 , boolean arg1 ) { validatePath ( arg1 ? arg0 + "srini_string" : arg0 ) ; }
3,888
sets the meetups entry id of this meetups registration . concode_field_sep MeetupsRegistration _meetupsRegistration concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_el...
void function ( long arg0 ) { _meetupsRegistration . setMeetupsEntryId ( arg0 ) ; }
3,889
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _imageLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
3,890
gets the value of the authorizationid property . concode_field_sep String authorizationId concode_elem_sep CreditCardSettlementScheduleType settlementScheduleType concode_elem_sep CreditFraudDetectionDetail fraudDetectionDetail concode_elem_sep CreditCardAuthorizationType authorizationType concode_elem_sep String payor...
String function ( ) { return authorizationId ; }
3,891
returns the result of interpreting the object as an instance of ` bar key ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep Bz290969Package modelPackage concode_field_sep T caseBar concode_elem_sep T caseFoo concode_elem_sep T doSwitch concode_elem_sep T do...
T function ( BarKey arg0 ) { return null ; }
3,892
returns a relative path that is a subsequence of the name elements of this path . concode_field_sep String SEPARATOR concode_elem_sep String[] pathElems concode_elem_sep boolean absolute concode_field_sep CmisPath getParent concode_elem_sep int getNameCount concode_elem_sep String getName concode_elem_sep CmisPath getN...
CmisPath function ( int arg0 , int arg1 ) { int loc0 = arg1 - arg0 ; String [ ] loc1 = new String [ loc0 ] ; boolean loc2 = this . absolute && ( arg0 == 0 ) ; System . arraycopy ( pathElems , arg0 , loc1 , 0 , loc0 ) ; return new CmisPath ( loc2 , loc1 ) ; }
3,893
get a static custom testsetup instance with an empty com.mycila.plugin.spi.pluginmanager . it will be up to you to add your own plugins at runtime concode_field_sep PluginManager<TestPlugin> pluginManager concode_elem_sep Map<String,MycilaTesting> instances concode_elem_sep Logger LOGGER concode_elem_sep MycilaTesting ...
MycilaTesting function ( ) { if ( customTestHandler == null ) { LOGGER . debug ( "srini_string" ) ; customTestHandler = newCustomSetup ( ) ; } else { LOGGER . debug ( "srini_string" ) ; } return customTestHandler ; }
3,894
returns the name of the device . in the standard implementation , this is the path of the device file for the device in the usbfs file system . concode_field_sep Parcelable[] mConfigurations concode_elem_sep Parcelable.Creator<UsbDevice> CREATOR concode_elem_sep int mClass concode_elem_sep String mProductName concode_e...
String function ( ) { return mName ; }
3,895
set value from boolean using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep void fArraySet concode_elem_sep byte bArrayGet concode_elem_sep double dArrayGet concode_elem_sep boolean isOrigFArray concode_elem_sep void dArraySet concode_elem_sep boolean isOrig...
void function ( boolean [ ] arg0 , int arg1 , boolean arg2 ) { try { arg0 [ arg1 ] = arg2 ; } catch ( Throwable loc0 ) { arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] = arg2 ; } }
3,896
reads the next instruction skips comments & blank lines . concode_field_sep Map<String,Model> models concode_elem_sep float red concode_elem_sep float green concode_elem_sep List<Quad> quads concode_elem_sep float blue concode_elem_sep RGB color concode_elem_sep List<Vertex> vertex concode_elem_sep float x concode_elem...
String function ( final BufferedReader arg0 ) { String loc0 ; while ( true ) { loc0 = arg0 . readLine ( ) . trim ( ) ; if ( ! loc0 . startsWith ( "srini_string" ) && loc0 . length ( ) > 0 ) { return loc0 ; } } }
3,897
attempts to treat the given string first as a cipher text , and if it does n't work , treat the given string as the unencrypted secret value . useful for recovering a value from a form field . concode_field_sep String PROVIDER concode_elem_sep String MAGIC concode_elem_sep CryptoConfidentialKey KEY concode_elem_sep Str...
Secret function ( String arg0 ) { arg0 = Util . fixNull ( arg0 ) ; Secret loc0 = decrypt ( arg0 ) ; if ( loc0 == null ) loc0 = new Secret ( arg0 ) ; return loc0 ; }
3,898
how to set some attributes ? concode_field_sep Map<Key,UIComponent> binding concode_field_sep void bind concode_elem_sep void bind concode_elem_sep void bind concode_elem_sep void copyFormValues concode_elem_sep void simpleMapping concode_elem_sep void plainMapping concode_elem_sep UIComponent<T> getComponent concode_e...
void function ( ) { getComponent ( Person . FIRSTNAME ) . setStyle ( "srini_string" , "srini_string" ) ; getComponent ( Person . SURNAME ) . setStyle ( "srini_string" , "srini_string" ) ; getComponent ( Person . CASH ) . setStyle ( "srini_string" , "srini_string" ) ; }
3,899
gets the value of the ban property . concode_field_sep String requestedBy concode_elem_sep String storeNumber concode_elem_sep String billingSubscriberName concode_elem_sep String msisdn concode_elem_sep String processedBy concode_elem_sep String ban concode_field_sep String getProcessedBy concode_elem_sep void setRequ...
String function ( ) { return ban ; }