idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
18,300 | return the cause of the exception which really caused the problem concode_field_sep ExceptionUtilities[] EMPTY_ARRAY concode_elem_sep Class THIS_CLASS concode_field_sep Throwable getUltimateCause concode_elem_sep void appendFullStace concode_elem_sep RuntimeException getRuntimeException concode_elem_sep void printFullS... | String [ ] function ( Throwable arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; appendFullStace ( arg0 , loc0 ) ; String [ ] loc1 = new String [ loc0 . size ( ) ] ; loc0 . toArray ( loc1 ) ; return loc1 ; } |
18,301 | test iso codes . concode_field_sep Locale defaultLocale concode_elem_sep int NUMBER_OF_ISOCOUNTRIES concode_elem_sep ResourceUtil resourceUtil concode_field_sep void init concode_elem_sep ResourceBundle load concode_elem_sep void cleanup concode_elem_sep void testISOCodesEN concode_elem_sep void testISOCodesCompareENWi... | void function ( ) { Locale . setDefault ( defaultLocale ) ; Set < String > loc0 = resourceUtil . getISOCodes ( ) ; assertNotNull ( loc0 ) ; assertEquals ( "srini_string" , NUMBER_OF_ISOCOUNTRIES , loc0 . size ( ) ) ; } |
18,302 | note that if you 're calling on a local binder , this always returns true because your process is alive if you 're calling it . concode_field_sep String TAG concode_elem_sep IInterface mOwner concode_elem_sep String mDescriptor concode_field_sep void restoreCallingIdentity concode_elem_sep int getCallingUid concode_ele... | boolean function ( ) { return true ; } |
18,303 | open a database connection with the given connection information . concode_field_sep long wrongPasswordDelay concode_elem_sep boolean jmx concode_elem_sep Engine INSTANCE concode_elem_sep HashMap<String,Database> DATABASES concode_field_sep void validateUserAndPassword concode_elem_sep void checkClustering concode_elem... | Session function ( ConnectionInfo arg0 ) { return INSTANCE . createSessionAndValidate ( arg0 ) ; } |
18,304 | checks if the given file path ends with the given extension . concode_field_sep int WINDOWS_PATH_LIMIT concode_field_sep File assertInWindowsPathLengthLimitation concode_elem_sep Collection<? extends File> calculateRoots concode_elem_sep String toSafeFileName concode_elem_sep File canonicalize | boolean function ( File arg0 , String arg1 ) { return arg0 . getPath ( ) . endsWith ( arg1 ) ; } |
18,305 | create a new instance of domain element associated with canvas . concode_field_sep Set<? extends EObject> elementSet concode_elem_sep View scope concode_elem_sep Map<EObject,View> element2ViewMap concode_field_sep void attachModelToResource concode_elem_sep void runWizard concode_elem_sep boolean openDiagram concode_el... | State function ( ) { return StateFactory . eINSTANCE . createState ( ) ; } |
18,306 | gets the value of the templateref property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep D... | ResourceType function ( ) { return templateRef ; } |
18,307 | the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt... | void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; } |
18,308 | specifies the model resources used for the response 's content-type . response models are represented as a key/value map , with a content-type as the key and a model name as the value . concode_field_sep java.util.Map<String,Boolean> responseParameters concode_elem_sep java.util.Map<String,String> responseModels concod... | void function ( java . util . Map < String , String > arg0 ) { this . responseModels = arg0 ; } |
18,309 | set properties assigned to this privilege , used to define a permission . concode_field_sep String name concode_elem_sep boolean readOnly concode_elem_sep String description concode_elem_sep String id concode_elem_sep String type concode_elem_sep String version concode_elem_sep Map<String,String> properties concode_fie... | void function ( Map < String , String > arg0 ) { this . properties = arg0 ; } |
18,310 | method to get the hashmap with the forecasts concode_field_sep HashMap<Entry,Float> forecastMap concode_elem_sep int daysInMonth concode_elem_sep DateTime data concode_elem_sep List<String> m_lista concode_elem_sep Entry m_entry concode_elem_sep BudgetLine m_budgetLine concode_elem_sep float totalExpenseValue concode_e... | HashMap < Entry , Float > function ( ) { return this . forecastMap ; } |
18,311 | when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<Group> groups concode_field_sep Boolean isTruncated ... | ListGroupsForUserResult function ( String arg0 ) { setMarker ( arg0 ) ; return this ; } |
18,312 | returns an arbitrary object from the group . there is no guarantee as to which will be returned , and whether the same will be returned on the next call . concode_field_sep EquivalenceComparator<? super E,? super C> eqComparator concode_elem_sep Set<E> elementsSet concode_elem_sep C comparatorContext concode_field_sep ... | E function ( ) { return elementsSet . iterator ( ) . next ( ) ; } |
18,313 | clears the internal zoocache . concode_field_sep String instanceId concode_elem_sep String scope concode_elem_sep ZooCache propCache concode_elem_sep Logger log concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String get concode_elem_sep String get concode_elem_sep void getProperties conc... | void function ( ) { propCache . clear ( ) ; } |
18,314 | set the xpath support . concode_field_sep long serialVersionUID concode_field_sep void fixupVariables concode_elem_sep String getSimpleString concode_elem_sep boolean canTraverseOutsideSubtree concode_elem_sep void evaluate | void function ( XPathContext arg0 ) { } |
18,315 | closes all databases and sequences that were opened by this model . no databases opened via this store may be in use . concode_field_sep Store store concode_field_sep String getStoreName concode_elem_sep EntityModel getModel concode_elem_sep Mutations getMutations concode_elem_sep PrimaryIndex<Object,RawObject> getPrim... | void function ( ) { store . close ( ) ; } |
18,316 | checks whether the ` processingfinished ' event had been received at least once . concode_field_sep int processingState concode_elem_sep List<LogicalPageKey> logicalPages concode_elem_sep int PROCESSING_PAGES concode_elem_sep Log logger concode_elem_sep long startTime concode_elem_sep int pageCursor concode_elem_sep in... | boolean function ( ) { return processingState == AbstractOutputProcessor . PROCESSING_CONTENT ; } |
18,317 | creates a permutation of all the nodes for the given data point . the returned permutation is consistent , in the sense that small change to the consistent hash like addition/removal/change of replicas only creates a small change in the permutation . nodes with more replicas are more likely to show up early in the list... | Iterable < T > function ( final int arg0 ) { return new Iterable < T > ( ) { public Iterator < T > iterator ( ) { return table . list ( arg0 ) ; } } ; } |
18,318 | indicates whether the renew parameter should be sent to the cas login url and cas validation url . if true , it will force cas to authenticate the user again even if the user has previously authenticated . during ticket validation it will require the ticket was generated as a consequence of an explicit login . high sec... | boolean function ( ) { return this . sendRenew ; } |
18,319 | label getter . concode_field_sep String label concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setLabel | String function ( ) { return label ; } |
18,320 | returns default list of auth scheme names in their order of preference based on the http response and the current execution context . concode_field_sep Log log concode_elem_sep List<String> DEFAULT_SCHEME_PRIORITY concode_field_sep AuthScheme selectScheme concode_elem_sep Map<String,Header> parseChallenges | List < String > function ( final HttpResponse arg0 , final HttpContext arg1 ) { return getAuthPreferences ( ) ; } |
18,321 | returns the number of slots in the inventory . concode_field_sep MerchantRecipe currentRecipe concode_elem_sep EntityPlayer thePlayer concode_elem_sep int currentRecipeIndex concode_elem_sep NonNullList<ItemStack> theInventory concode_elem_sep IMerchant theMerchant concode_field_sep ItemStack decrStackSize concode_elem... | int function ( ) { return this . theInventory . size ( ) ; } |
18,322 | gets the value of the link property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode... | boolean function ( ) { return link ; } |
18,323 | returns all the files of a given directory and its subdirectories . the search is recursive . concode_field_sep PlaceHolder placeHolder concode_field_sep HashSet getAllSubFilesInHash concode_elem_sep String[] extractFiles concode_elem_sep HashSet getAllSubDirectories concode_elem_sep File[] getAllSubDirectories concode... | File [ ] function ( File arg0 , String arg1 ) { HashSet loc0 = getAllSubFilesInHash ( arg0 , arg1 ) ; File [ ] loc1 = new File [ loc0 . size ( ) ] ; Iterator loc2 = loc0 . iterator ( ) ; for ( int loc3 = 0 ; loc3 < loc1 . length ; loc3 ++ ) { loc1 [ loc3 ] = ( File ) loc2 . next ( ) ; } return loc1 ; } |
18,324 | get this node 's flex , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNode nextChild concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep boolean mIsTextNode concode_elem_sep MeasureFunction mMeasureFunction concode_e... | float function ( ) { return style . flex ; } |
18,325 | gets the elementoverlaystrokecolor . concode_field_sep Color elementOverlayStrokeColor concode_elem_sep JSVGCanvas canvas concode_elem_sep Overlay elementOverlay concode_elem_sep ElementOverlayController controller concode_elem_sep ArrayList elements concode_elem_sep boolean xorMode concode_elem_sep Color elementOverla... | Color function ( ) { return elementOverlayStrokeColor ; } |
18,326 | restituisce il nuovo nick concode_field_sep String nick concode_elem_sep Colore_t color concode_elem_sep long who concode_field_sep long getWho concode_elem_sep messaggio_t getType concode_elem_sep Colore_t getColor concode_elem_sep String toString concode_elem_sep long getSender | String function ( ) { return nick ; } |
18,327 | sets all entries to the given value . concode_field_sep double[] buf concode_elem_sep int len concode_elem_sep long serialVersionUID concode_field_sep SimpleVector normalizedL2 concode_elem_sep SimpleVector negated concode_elem_sep void divideBy concode_elem_sep void multiplyElementWiseBy concode_elem_sep void normaliz... | void function ( final double arg0 ) { java . util . Arrays . fill ( this . buf , arg0 ) ; } |
18,328 | requests the connection to communicate with the remote computer to determine a new value for the #getreturntriptime return trip time . when the connection receives a frameworkmessage.ping object with ping #isreply isreply set to true , the newreturn trip time is available . concode_field_sep TcpConnection tcp concode_e... | void function ( ) { Ping loc0 = new Ping ( ) ; loc0 . id = lastPingID ++ ; lastPingSendTime = System . currentTimeMillis ( ) ; sendTCP ( loc0 ) ; } |
18,329 | returns the jasper report template location concode_field_sep Map<String,String> inputs concode_elem_sep Map<String,String> argumentMap concode_field_sep String getServiceURL concode_elem_sep String getReportsLocation concode_elem_sep String getDataLocation concode_elem_sep String getModelName concode_elem_sep String g... | String function ( ) { return inputs . get ( "srini_string" ) + "srini_string" ; } |
18,330 | apply a `` greater than '' constraint concode_field_sep PropertyNameGetter propertyNameGetter concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditProjection distinct concode_elem_sep AuditCriterion leProperty concode_elem_sep AggregatedAuditExpression maximize concode... | AuditCriterion function ( T arg0 ) { return new SimpleAuditExpression ( propertyNameGetter , arg0 , "srini_string" ) ; } |
18,331 | returns an immutablemapparameter instance containing three entries . concode_field_sep String UNMODIFIABLE_MESSAGE concode_elem_sep Map<K,V> entries concode_elem_sep String DUPLICATED_KEY_MESSAGE concode_elem_sep Map<K,V> map concode_field_sep Set<Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_s... | ImmutableMapParameter < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 ) { Map < K , V > loc0 = new HashMap < K , V > ( ) ; putAndWarnDuplicateKeys ( loc0 , arg0 , arg1 ) ; putAndWarnDuplicateKeys ( loc0 , arg2 , arg3 ) ; putAndWarnDuplicateKeys ( loc0 , arg4 , arg5 ) ; return new ImmutableMapPa... |
18,332 | verify random rack node selection for remote client concode_field_sep short REPLICATION_FACTOR concode_elem_sep FSNamesystem namesystem concode_elem_sep MiniDFSCluster cluster concode_elem_sep NamenodeProtocols nameNodeRpc concode_elem_sep PermissionStatus perm concode_elem_sep int DEFAULT_BLOCK_SIZE concode_field_sep ... | void function ( ) { String loc0 = "srini_string" ; testPlacement ( loc0 , null ) ; } |
18,333 | read a message concode_field_sep ByteBuffer mData concode_elem_sep MsgHeader mHeader concode_field_sep Msg obtain concode_elem_sep void read concode_elem_sep void setData concode_elem_sep void release concode_elem_sep int getCmd concode_elem_sep int getStatus concode_elem_sep void setHeader concode_elem_sep void sendHe... | Msg function ( RilChannel arg0 ) { Msg loc0 = Msg . obtain ( ) ; loc0 . read ( arg0 ) ; return loc0 ; } |
18,334 | returns the item at position idx . concode_field_sep boolean okToRemove concode_elem_sep int theSize concode_elem_sep AnyType[] theItems concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep int current concode_field_sep boolean add concode_elem_sep void add concode_elem_sep AnyType next concode_elem_sep AnyType set c... | AnyType function ( int arg0 ) { if ( arg0 < 0 || arg0 >= size ( ) ) throw new ArrayIndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + size ( ) ) ; return theItems [ arg0 ] ; } |
18,335 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep HttpPackage modelPackage concode_field_sep Object caseHttpOperation concode_elem_sep Object caseHttpBinding concode_elem_sep Object caseHttpAddress concode_elem_sep Object defaultCase | Object function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } |
18,336 | gets the width . concode_field_sep String TAG concode_elem_sep Bitmap mBitmap concode_elem_sep int mRotation concode_field_sep int getHeight concode_elem_sep void setBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep int getRotation concode_elem_sep boolean isOrientationChanged concode_elem_sep void recycle conc... | int function ( ) { if ( isOrientationChanged ( ) ) { return mBitmap . getHeight ( ) ; } else { return mBitmap . getWidth ( ) ; } } |
18,337 | determines if the mime type of this entity matches the given one . mime types are case-insensitive . concode_field_sep Header header concode_elem_sep Entity parent concode_elem_sep Body body concode_field_sep void writeTo concode_elem_sep Entity getParent concode_elem_sep String getMimeType concode_elem_sep Body getBod... | boolean function ( String arg0 ) { return getMimeType ( ) . equalsIgnoreCase ( arg0 ) ; } |
18,338 | write the parameter meta data from the transfer object . concode_field_sep int dataType concode_elem_sep long precision concode_elem_sep int index concode_elem_sep int scale concode_elem_sep int nullable concode_elem_sep Value value concode_field_sep void checkSet concode_elem_sep int getScale concode_elem_sep int getT... | void function ( Transfer arg0 ) { dataType = arg0 . readInt ( ) ; precision = arg0 . readLong ( ) ; scale = arg0 . readInt ( ) ; nullable = arg0 . readInt ( ) ; } |
18,339 | called to retrieve per-instance state from an activity before being killed so that the state can be restored in oncreate bundle or onrestoreinstancestate bundle the bundle populated by this method will be passed to both . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View m... | void function ( Bundle arg0 ) { arg0 . putBoolean ( "srini_string" , mSlidingMenu . isMenuShowing ( ) ) ; arg0 . putBoolean ( "srini_string" , mSlidingMenu . isSecondaryMenuShowing ( ) ) ; } |
18,340 | return true if the current phone supports the ability to explicitly manage the state of a conference call i.e. view the participants , and hangup or separate individual callers . the in-call screen 's `` manage conference '' ui is available only on devices that support this feature . currently this is assumed to be tru... | boolean function ( Phone arg0 ) { return ( ( arg0 . getPhoneType ( ) == Phone . PHONE_TYPE_GSM ) || ( arg0 . getPhoneType ( ) == Phone . PHONE_TYPE_SIP ) ) ; } |
18,341 | reports a missing argument concode_field_sep RhinoDebuggerImpl debugger concode_elem_sep String VERSION_1_6 concode_field_sep void handleClearBreakpointRequest concode_elem_sep void handleEvaluateRequest concode_elem_sep void handleContinueRequest concode_elem_sep Long numberToLong concode_elem_sep void handleThreadsRe... | String function ( String arg0 ) { return "srini_string" + arg0 ; } |
18,342 | set value of sequence_number . concode_field_sep int sequenceNumber concode_elem_sep int commandStatus concode_elem_sep int commandLength concode_elem_sep int commandId concode_elem_sep long serialVersionUID concode_field_sep void setCommandLength concode_elem_sep String getCommandStatusAsHex concode_elem_sep int getSe... | void function ( int arg0 ) { this . sequenceNumber = arg0 ; } |
18,343 | fetches the number of errors logged through all but the method ` logsomething printstream , string ' note however that this is not a good estimate for the actual number of errors generated while compiling , and should only be used when a rough estimate is adequate . syntax errors are always one error and can thus be ch... | int function ( ) { return fLoggedErrors ; } |
18,344 | given the number of buckets that can be used per element , return a specification that minimizes the false positive rate . concode_field_sep int minK concode_elem_sep int EXCESS concode_elem_sep int bucketsPerElement concode_elem_sep int K concode_elem_sep double[][] probs concode_elem_sep int[] optKPerBuckets concode_... | BloomSpecification function ( int arg0 ) { assert arg0 >= 1 ; assert arg0 <= probs . length - 1 ; return new BloomSpecification ( optKPerBuckets [ arg0 ] , arg0 ) ; } |
18,345 | get custom deserializer concode_field_sep java.lang.String adGroupExperimentBidMultipliersType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_... | 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 ) ; } |
18,346 | get the index of the first item on the page as dictated by the page size and page number . concode_field_sep int sortorder concode_elem_sep Serializable metaData concode_elem_sep int SORT_ASC concode_elem_sep int SORT_UNSORTED concode_elem_sep int pagenum concode_elem_sep int pagesize concode_elem_sep int SIZE_UNLIMITE... | int function ( ) { return this . pagenum * this . pagesize ; } |
18,347 | sets the spring bean id for this bean . concode_field_sep customerRelService _service concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void clearService concode_elem_sep void setService concode_elem_sep java.lang.Object invokeMethod concode_elem_sep customerRelService getService | void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; } |
18,348 | implements euclid 's algorithm to find the greatest common divisor or any two integers . concode_field_sep int p concode_elem_sep Rational ONE concode_elem_sep int q concode_elem_sep Rational ZERO concode_elem_sep Rational MINUS_ONE concode_field_sep boolean isSmallerThan concode_elem_sep boolean isOne concode_elem_sep... | int function ( int arg0 , int arg1 ) { if ( arg0 < 0 ) arg0 = - 1 * arg0 ; if ( arg1 < 0 ) arg1 = - 1 * arg1 ; while ( arg1 != 0 ) { int loc0 = arg1 ; arg1 = arg0 % arg1 ; arg0 = loc0 ; } return arg0 ; } |
18,349 | add a message header . message headers can be sent with any message and will be accessible with io.vertx.core.eventbus.message #headers at the recipient . concode_field_sep MultiMap headers concode_elem_sep long DEFAULT_TIMEOUT concode_elem_sep long timeout concode_elem_sep String codecName concode_field_sep DeliveryOp... | DeliveryOptions function ( String arg0 , String arg1 ) { checkHeaders ( ) ; Objects . requireNonNull ( arg0 , "srini_string" ) ; Objects . requireNonNull ( arg1 , "srini_string" ) ; headers . add ( arg0 , arg1 ) ; return this ; } |
18,350 | check if employee limit exists for the project or not get projectid as parameter passes to projectdao concode_field_sep EmployeeService employeeService concode_elem_sep ProjectDao projectDao concode_field_sep boolean isEmployeeExistOnThisProject concode_elem_sep boolean editProject concode_elem_sep List<Project> getPro... | boolean function ( int arg0 ) { Project loc0 = searchProject ( arg0 ) ; return ( projectDao . retriveMaxEmployees ( loc0 ) <= projectDao . retriveNoofEmployeesAllotedOnProject ( loc0 ) ) ; } |
18,351 | returns true if the request succeeds ; otherwise , it returns an error . concode_field_sep Boolean returnValue concode_field_sep Boolean getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep EnableVpcClassicLinkResult clone concode_elem_sep String toStr... | Boolean function ( ) { return this . returnValue ; } |
18,352 | creates a new connection handle for the underlying physical connection represented by the managedconnection instance . concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep... | Object function ( Subject arg0 , ConnectionRequestInfo arg1 ) { connection = new ValidConnectionImpl1 ( this , mcf ) ; return connection ; } |
18,353 | stub image will be displayed in android.widget.imageview imageview during image loading concode_field_sep Handler handler concode_elem_sep int delayBeforeLoading concode_elem_sep boolean resetViewBeforeLoading concode_elem_sep int stubImage concode_elem_sep int imageForEmptyUri concode_elem_sep int imageForEmptyUri con... | Builder function ( int arg0 ) { stubImage = arg0 ; return this ; } |
18,354 | getter for the editing domain of the resource used in this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles concode_elem_sep String getCommandLabel con... | TransactionalEditingDomain function ( ) { return TransactionUtil . getEditingDomain ( getResource ( ) ) ; } |
18,355 | create an instance of getidentificationinforequest concode_field_sep QName _CaptureIdentificationInfoRequest_QNAME concode_elem_sep QName _GetIdentificationInfoResponse_QNAME concode_elem_sep QName _CaptureIdentificationInfoResponse_QNAME concode_elem_sep QName _GetIdentificationInfoRequest_QNAME concode_field_sep Capt... | GetIdentificationInfoRequest function ( ) { return new GetIdentificationInfoRequest ( ) ; } |
18,356 | common test setup . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep JFreeChart createBarChart concode_elem_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep void testReplaceDataset concode_elem_sep void testDrawWithNullInfo concode_elem_sep void te... | void function ( ) { this . chart = createBarChart ( ) ; } |
18,357 | gets the milestoneestcomplete value for this jobmilestones . concode_field_sep java.util.Calendar milestoneEstComplete concode_elem_sep java.lang.String milestoneName concode_elem_sep java.lang.Boolean milestoneCompleted concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDes... | java . util . Calendar function ( ) { return milestoneEstComplete ; } |
18,358 | way to specify the table id columns that do n't follow the table_name . table_name_id pattern concode_field_sep String columnName concode_elem_sep String tableNames concode_elem_sep String genericIdSql concode_elem_sep String idExceptions concode_elem_sep String[] tableNamesArray concode_elem_sep String genericUpdateSq... | void function ( String arg0 ) { this . idExceptions = arg0 ; } |
18,359 | returns the number of shopping carts . concode_field_sep ServiceTracker<ShoppingCartLocalService,ShoppingCartLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingCart fetchShoppingCart concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao... | int function ( ) { return getService ( ) . getShoppingCartsCount ( ) ; } |
18,360 | setter to support switching off all parent parameters concode_field_sep boolean useAllParentParameters concode_elem_sep Set<String> keys concode_field_sep void setKeys concode_elem_sep JobParameters getJobParameters | void function ( boolean arg0 ) { this . useAllParentParameters = arg0 ; } |
18,361 | called when the user clicks ok . concode_field_sep MarkovTextGenerator mtg concode_elem_sep TextArea resultBox concode_elem_sep Stage dialogStage concode_elem_sep TextField numWordsField concode_elem_sep MainApp mainApp concode_field_sep void setMainApp concode_elem_sep void handleCancel concode_elem_sep boolean isInte... | void function ( ) { if ( isInputValid ( ) ) { String loc0 = mtg . generateText ( Integer . parseInt ( numWordsField . getText ( ) ) ) ; setResult ( loc0 ) ; } else { mainApp . showInputErrorDialog ( "srini_string" ) ; } } |
18,362 | a unique deployment configuration id . concode_field_sep String deploymentConfigId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateDeploymentConfigResult clone concode_elem_sep String toString concode_elem_sep void setDeploymentConfigId concode_elem_sep CreateDeploymentConfigResult... | String function ( ) { return this . deploymentConfigId ; } |
18,363 | monitoring information for one or more instances . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<InstanceMonitoring> instanceMonitorings concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep MonitorInstancesResult clone concode_elem_sep String toString concode_elem_sep voi... | java . util . List < InstanceMonitoring > function ( ) { if ( instanceMonitorings == null ) { instanceMonitorings = new com . amazonaws . internal . ListWithAutoConstructFlag < InstanceMonitoring > ( ) ; instanceMonitorings . setAutoConstruct ( true ) ; } return instanceMonitorings ; } |
18,364 | gets the file object corresponding to the base directory of this world . concode_field_sep PlaceHolder placeHolder concode_field_sep IChunkLoader getChunkLoader concode_elem_sep void flush concode_elem_sep WorldInfo loadWorldInfo concode_elem_sep TemplateManager getStructureTemplateManager concode_elem_sep void saveWor... | File function ( ) { return null ; } |
18,365 | use default proxy of system . concode_field_sep DefaultHttpClient httpClient concode_field_sep void checkProxy concode_elem_sep void setRedirectStrategy concode_elem_sep void cookiesToSubdomain concode_elem_sep void setProxy concode_elem_sep void setProxy concode_elem_sep void deleteCookies concode_elem_sep void checkP... | void function ( ) { httpClient . getParams ( ) . setParameter ( ConnRoutePNames . DEFAULT_PROXY , null ) ; } |
18,366 | returns the common tenant location for jenkins . this location holds different jenkins_home locations for different tenants . concode_field_sep String TENANTS_FOLDER_NAME concode_elem_sep String JENKINS_TENANT_HOME_ENV concode_elem_sep String GLOBAL_MAVEN_CONFIG_FILE concode_elem_sep JenkinsConfig INSTANCE concode_elem... | String function ( ) { return jenkinsTenantsLocation ; } |
18,367 | max reconnection attempts concode_field_sep boolean noRandomizeServers concode_elem_sep String replySubject concode_elem_sep String maxMessages concode_elem_sep int reconnectTimeWait concode_elem_sep boolean ssl concode_elem_sep boolean verbose concode_elem_sep String servers concode_elem_sep String queueName concode_e... | int function ( ) { return maxReconnectAttempts ; } |
18,368 | asynchronous wrapper . concode_field_sep UserStore.Client mClient concode_elem_sep String mAuthenticationToken concode_field_sep void authenticate concode_elem_sep void checkVersion concode_elem_sep void getUser concode_elem_sep void isBusinessUserAsync concode_elem_sep UserStore.Client getClient concode_elem_sep void ... | void function ( final String arg0 , final String arg1 , final String arg2 , final String arg3 , final String arg4 , final String arg5 , final boolean arg6 , final OnClientCallback < AuthenticationResult > arg7 ) { AsyncReflector . execute ( mClient , arg7 , "srini_string" , arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg... |
18,369 | tests if the interior of the textsprite bounds intersects the interior of a specified shape . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep Color strok... | boolean function ( Shape arg0 ) { return ! OPTIMIZED_DRAWING_ENABLED || arg0 . intersects ( bounds ) ; } |
18,370 | sets the gate factor . concode_field_sep long lastDecayCalculation concode_elem_sep int type concode_elem_sep int DEFAULT_GATELOAD_ASSUMPTION concode_elem_sep double activation concode_elem_sep NetEntity center concode_elem_sep OutputFunctionParameter[] ofParams concode_elem_sep double minimum concode_elem_sep OutputFu... | void function ( double arg0 ) { gateFactor = arg0 ; } |
18,371 | trigger livereload if the server is up an running . concode_field_sep LiveReloadServer server concode_elem_sep Log logger concode_field_sep void startServer | void function ( ) { if ( this . server != null ) { this . server . triggerReload ( ) ; } } |
18,372 | removes vertex from the graph being built , if such vertex existin graph . concode_field_sep G graph concode_field_sep B addVertices concode_elem_sep B removeEdge concode_elem_sep UnmodifiableGraph<V,E> buildUnmodifiable concode_elem_sep G build concode_elem_sep B self concode_elem_sep B addEdgeChain concode_elem_sep B... | B function ( V arg0 ) { this . graph . removeVertex ( arg0 ) ; return this . self ( ) ; } |
18,373 | creates a new preparedgeometry appropriate for the argument geometry . concode_field_sep PlaceHolder placeHolder concode_field_sep PreparedGeometry create | PreparedGeometry function ( Geometry arg0 ) { return ( new PreparedGeometryFactory ( ) ) . create ( arg0 ) ; } |
18,374 | sets the value of the email property . concode_field_sep String name concode_elem_sep LinkType link concode_elem_sep EmailType email concode_field_sep void setName concode_elem_sep void setLink concode_elem_sep LinkType getLink concode_elem_sep String getName concode_elem_sep EmailType getEmail | void function ( EmailType arg0 ) { this . email = arg0 ; } |
18,375 | databinding method to get an xml representation of this object concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.ResetSnapshotAttributeResponseType localResetSnapshotAttributeResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep vo... | javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localResetSnapshotAttributeResponse . getPullParser ( MY_QNAME ) ; } |
18,376 | sets the version needed to extract the entry . concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep EnumSet<Feature> featureSet concode_elem_sep long crc concode_elem_sep int bit conc... | void function ( short arg0 ) { this . versionNeeded = arg0 ; } |
18,377 | true if one or more values were retreived since the last resetwasused concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getVa... | boolean function ( ) { return lastValue != currValue ; } |
18,378 | returns this address 's explicitly-specified http proxy , or null to delegate to the http client 's proxy selector . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier c... | Proxy function ( ) { return proxy ; } |
18,379 | this is a log method with loglevel == info concode_field_sep int logLevel concode_elem_sep JetspeedLogger log concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setLog concode_elem_sep void init concode_elem_sep String getName concode_elem_sep void debug concode_elem_sep void debug concod... | void function ( String arg0 , Throwable arg1 ) { this . log . info ( arg0 , arg1 ) ; } |
18,380 | reads the setting from the options hash . if it is nil or undefined , returns the default value given . if not , ensures it is a rubyclass instance and shares the same allocator as the default value i.e. for the basic types which have their specific allocators , this ensures the passed value is a subclass of them . con... | RubyClass function ( String arg0 , RubyClass arg1 ) { IRubyObject loc0 = get ( arg0 ) ; if ( loc0 == null || loc0 . isNil ( ) ) return arg1 ; return ( RubyClass ) loc0 ; } |
18,381 | gets a literal stringbuffer representation of this object 's data . the hexadecimal data is converted to an equivalent string representation concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder... | StringBuilder function ( ) { return hexToString ( stringData ) ; } |
18,382 | the format of the disk image being imported . valid values : raw | vhd | vmdk | ova concode_field_sep String format concode_elem_sep String description concode_elem_sep String url concode_elem_sep UserBucket userBucket concode_field_sep UserBucket getUserBucket concode_elem_sep SnapshotDiskContainer withUserBucket conc... | String function ( ) { return this . format ; } |
18,383 | sets the create date of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode... | void function ( Date arg0 ) { _meetupsEntry . setCreateDate ( arg0 ) ; } |
18,384 | stops the current find operation . concode_field_sep WebContents mWebContents concode_elem_sep long mNativeFindInPageBridge concode_field_sep void nativeStartFinding concode_elem_sep String getPreviousFindText concode_elem_sep void startFinding concode_elem_sep long nativeInit concode_elem_sep void nativeRequestFindMat... | void function ( boolean arg0 ) { assert mNativeFindInPageBridge != 0 ; nativeStopFinding ( mNativeFindInPageBridge , arg0 ) ; } |
18,385 | adds a feature to the entity capabilities . concode_field_sep Set<String> features concode_elem_sep String verAttribute concode_elem_sep String hashAttribute concode_elem_sep Set<String> identities concode_field_sep void setHashAttribute concode_elem_sep void writeExternal concode_elem_sep String getVerAttribute concod... | boolean function ( String arg0 ) { return features . add ( arg0 ) ; } |
18,386 | return the configured origins to allow , possibly null . concode_field_sep List<HttpMethod> resolvedMethods concode_elem_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep List<HttpMethod> DEFAULT_METHOD... | List < String > function ( ) { return this . allowedOrigins ; } |
18,387 | adds a new edge to the graph with specified source and target vertices concode_field_sep int numVertices concode_elem_sep Edge[][] adjMatrix concode_elem_sep Vertex[] vertices concode_elem_sep ArrayList<LinkedList<Vertex>> adjLists concode_field_sep LinkedList<Vertex> getAdjListByLabel concode_elem_sep Vertex getVertex... | void function ( Vertex arg0 , Vertex arg1 ) { Edge loc0 = new Edge ( arg0 , arg1 ) ; adjLists . get ( arg0 . getLabel ( ) ) . addLast ( arg1 ) ; adjMatrix [ arg0 . getLabel ( ) ] [ arg1 . getLabel ( ) ] = loc0 ; } |
18,388 | returns the fieldinfos file names . concode_field_sep Map<Integer,Set<String>> dvUpdatesFiles concode_elem_sep long delGen concode_elem_sep long fieldInfosGen concode_elem_sep long nextWriteDocValuesGen concode_elem_sep Set<String> fieldInfosFiles concode_elem_sep long docValuesGen concode_elem_sep long nextWriteFieldI... | Set < String > function ( ) { return Collections . unmodifiableSet ( fieldInfosFiles ) ; } |
18,389 | verify that the namenode does not prune storages with blocks simply as a result of a heartbeat being sent missing that storage . concode_field_sep Log LOG concode_field_sep void testRenamingStorageIds concode_elem_sep void testUnusedStorageIsPruned concode_elem_sep void rewriteVersionFile concode_elem_sep void runTest ... | void function ( ) { runTest ( GenericTestUtils . getMethodName ( ) , true , 1 , 1 ) ; } |
18,390 | this method was generated by mybatis generator . this method sets the value of the database column actctr.ctrnme concode_field_sep String ctrnme concode_elem_sep String ctrcde concode_elem_sep String ctrnmc concode_elem_sep String recsts concode_elem_sep String swfctr concode_elem_sep String amdtlr concode_elem_sep Str... | void function ( String arg0 ) { this . ctrnme = arg0 ; } |
18,391 | extract the parts of the given request that are relevant to oauth . parameters include oauth authorization headers and the usual request parameters in the query string and/or form encoded body . the header parameters come first , followed by the rest in the order they came from request.getparametermap . concode_field_s... | OAuthMessage function ( HttpServletRequest arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = arg0 . getRequestURL ( ) . toString ( ) ; } int loc0 = arg1 . indexOf ( '?' ) ; if ( loc0 >= 0 ) { arg1 = arg1 . substring ( 0 , loc0 ) ; } return new HttpRequestMessage ( arg0 , arg1 ) ; } |
18,392 | reads a nul terminated string from a memory object concode_field_sep PlaceHolder placeHolder concode_field_sep void putArrayOfUnsigned16 concode_elem_sep void putArrayOfSigned16 concode_elem_sep IRubyObject getArrayOfUnsigned64 concode_elem_sep void putArrayOfSigned8 concode_elem_sep IRubyObject getArrayOfUnsigned32 co... | IRubyObject function ( Ruby arg0 , MemoryIO arg1 , long arg2 , int arg3 ) { return newTaintedString ( arg0 , arg1 . getZeroTerminatedByteArray ( arg2 , arg3 ) ) ; } |
18,393 | get how many months in this interval 0-11 concode_field_sep int microsecond concode_elem_sep int month concode_elem_sep int hour concode_elem_sep int year concode_elem_sep int millisecond concode_elem_sep int day concode_elem_sep int minute concode_elem_sep int second concode_field_sep int getHours concode_elem_sep int... | int function ( ) { return month ; } |
18,394 | set the top image concode_field_sep String userHome concode_elem_sep String applicationUserRoot concode_elem_sep UiMessageSender messageSender concode_elem_sep SetupUiFactory setupUiFactory concode_elem_sep String title concode_elem_sep SetupUi setupUi concode_elem_sep String applicationName concode_field_sep void init... | void function ( String arg0 ) { setupUi . setTopImage ( new File ( arg0 ) ) ; } |
18,395 | get the iso 8601 formatted representation of the given java.sql.date , which contains a date but no time or timezone information . concode_field_sep DateTimeFormatter FORMATTER concode_elem_sep String SCHEMA_NAME concode_field_sep Schema schema concode_elem_sep SchemaBuilder builder | String function ( java . sql . Date arg0 , ZoneId arg1 ) { LocalDate loc0 = arg0 . toLocalDate ( ) ; ZonedDateTime loc1 = ZonedDateTime . of ( loc0 , LocalTime . MIDNIGHT , arg1 ) ; return loc1 . format ( FORMATTER ) ; } |
18,396 | get a metric info object concode_field_sep boolean gotOverflow concode_elem_sep CacheWith2Keys<MetricsInfo,String,MetricsTag> cache concode_elem_sep Map<K1,Map<K2,V>> k1Map concode_elem_sep CacheWith2Keys<String,String,MetricsInfo> cache concode_elem_sep int MAX_TAG_NAMES concode_elem_sep int MAX_TAG_VALUES concode_ele... | MetricsInfo function ( String arg0 , String arg1 ) { return Info . INSTANCE . cache . add ( arg0 , arg1 ) ; } |
18,397 | gets the value of the field 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 field property . for example , to add a new item , do as fol... | List < Field > function ( ) { if ( field == null ) { field = new ArrayList < Field > ( ) ; } return this . field ; } |
18,398 | returns all element types of python dialects that are subclasses of com.jetbrains.python.psi.namedefiner . concode_field_sep TokenSet myParameterTokens concode_elem_sep TokenSet myUnbalancedBracesRecoveryTokens concode_elem_sep TokenSet myExpressionTokens concode_elem_sep TokenSet myNameDefinerTokens concode_elem_sep T... | TokenSet function ( ) { return myNameDefinerTokens ; } |
18,399 | compare this summary object with another summary object non-javadoc concode_field_sep int SEQUENCE_RECORDS_WRITTEN_SUMMARY_SORT_ORDER concode_elem_sep int sortOrder concode_elem_sep long count concode_elem_sep String description concode_elem_sep int TOTAL_RECORD_COUNT_SUMMARY_SORT_ORDER concode_elem_sep int SELECTED_RE... | int function ( Object arg0 ) { if ( arg0 instanceof Summary ) { Summary loc0 = ( Summary ) arg0 ; Integer loc1 = new Integer ( loc0 . getSortOrder ( ) ) ; Integer loc2 = new Integer ( sortOrder ) ; return loc2 . compareTo ( loc1 ) ; } else { return 0 ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.