idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
6,000
performs a dynamic query on the database and returns an ordered 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...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return _vcmsPARelationLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
6,001
returns the activity containing the fieldcontainer . concode_field_sep int mNextId concode_elem_sep ArrayList<OnActivityDestroyListener> mActivityDestroyListeners concode_elem_sep Activity mActivity concode_elem_sep ArrayList<OnActivityResultListener> mActivityResultListeners concode_field_sep void unregisterOnActivity...
Activity function ( ) { return mActivity ; }
6,002
determines whether the bean can be cast to a different class type . this should be used instead of instanceof to determine a bean 's castability , because in the future there may be new types of bean , even beans spanning multiple objects . concode_field_sep boolean guiAvailable concode_elem_sep boolean designTime conc...
boolean function ( Object arg0 , Class arg1 ) { return arg1 . isInstance ( arg0 ) ; }
6,003
asserts that two booleans are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void assertFalse concode_elem_sep String format concode_elem_sep void assertPost...
void function ( boolean arg0 , boolean arg1 ) { assertEquals ( null , arg0 , arg1 ) ; }
6,004
returns true if #connect has been attempted on this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode...
boolean function ( ) { return connected ; }
6,005
show mylisttask page concode_field_sep RequestService requestService concode_elem_sep Logger LOG concode_field_sep ModelAndView myOpenTask concode_elem_sep ModelAndView searchTask concode_elem_sep ModelAndView detailTask
ModelAndView function ( @ ModelAttribute ( AppCons . MODEL ) SearchTaskConditionModel arg0 , Principal arg1 ) { ModelAndView loc0 = new ModelAndView ( "srini_string" ) ; arg0 . setUsername ( arg1 . getName ( ) ) ; List < Request > loc1 = requestService . findTaskOfUser ( arg0 ) ; loc0 . addObject ( "srini_string" , loc...
6,006
allows plugins to handle a link being clicked . return true here to cancel the navigation . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode...
boolean function ( String arg0 ) { return false ; }
6,007
remove the jslint builder commands . concode_field_sep String NATURE_ID concode_elem_sep IProject project concode_elem_sep CommandManager commandManager concode_field_sep void setProject concode_elem_sep void configure concode_elem_sep IProject getProject
void function ( ) { commandManager . removeFrom ( project ) ; }
6,008
returns the type of this document . concode_field_sep DocumentType documentType concode_elem_sep String name concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep void setDocumentType
DocumentType function ( ) { return documentType ; }
6,009
the moster fires the shotgun . concode_field_sep EntityThinkAdapter monster_triggered_start concode_elem_sep EntityThinkAdapter monster_think concode_elem_sep EntityThinkAdapter monster_triggered_spawn concode_elem_sep EntityUseAdapter monster_triggered_spawn_use concode_field_sep boolean think concode_elem_sep boolean...
void function ( Entity arg0 , float [ ] arg1 , float [ ] arg2 , int arg3 , int arg4 , int arg5 , int arg6 , int arg7 , int arg8 ) { GameWeapon . fire_shotgun ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , Constants . MOD_UNKNOWN ) ; ServerGame . PF_WriteByte ( Constants . svc_muzzleflash2 ) ; ServerGame . PF...
6,010
adds edgeintersections for one or both intersections found for a segment of an edge to the edge intersection list . concode_field_sep Object data concode_elem_sep SegmentNodeList nodeList concode_elem_sep Coordinate[] pts concode_field_sep List getNodedSubstrings concode_elem_sep void getNodedSubstrings concode_elem_se...
void function ( LineIntersector arg0 , int arg1 , int arg2 ) { for ( int loc0 = 0 ; loc0 < arg0 . getIntersectionNum ( ) ; loc0 ++ ) { addIntersection ( arg0 , arg1 , arg2 , loc0 ) ; } }
6,011
implements webstorage.getquotafororigin . get the quota of apis 2-5 in aggregate for given origin . concode_field_sep int mNextId concode_elem_sep Map<Integer,ValueCallback<Origins>> mPendingGetOriginCallbacks concode_elem_sep AwQuotaManagerBridge sInstance concode_elem_sep Map<Integer,ValueCallback<Long>> mPendingGetQ...
void function ( String arg0 , ValueCallback < Long > arg1 ) { int loc0 = getNextId ( ) ; assert ! mPendingGetQuotaForOriginCallbacks . containsKey ( loc0 ) ; mPendingGetQuotaForOriginCallbacks . put ( loc0 , arg1 ) ; nativeGetUsageAndQuotaForOrigin ( mNativeAwQuotaManagerBridgeImpl , arg0 , loc0 , true ) ; }
6,012
returns the next word . concode_field_sep String transcript concode_elem_sep Dictionary dictionary concode_elem_sep StringTokenizer words concode_elem_sep boolean wasInitialized concode_elem_sep boolean isExact concode_elem_sep String wordSeparator concode_field_sep int numberOfWords concode_elem_sep void startWordIter...
String function ( ) { return words . nextToken ( ) ; }
6,013
the type of the index to act against concode_field_sep String transportAddresses concode_elem_sep String indexType concode_elem_sep List<InetSocketTransportAddress> transportAddressesList concode_elem_sep Boolean data concode_elem_sep String indexName concode_elem_sep int port concode_elem_sep String clusterName concod...
String function ( ) { return indexType ; }
6,014
same as #sendfile string but also takes a handler that will be called when the send has completed ora failure has occurred concode_field_sep PlaceHolder placeHolder concode_field_sep NetSocket resume concode_elem_sep NetSocket handler concode_elem_sep NetSocket upgradeToSsl concode_elem_sep X509Certificate[] peerCertif...
NetSocket function ( String arg0 , Handler < AsyncResult < Void >> arg1 ) { return sendFile ( arg0 , 0 , Long . MAX_VALUE , arg1 ) ; }
6,015
sets item id . concode_field_sep Integer itemId concode_elem_sep String collectionGroupDesignation concode_elem_sep String callNumber concode_elem_sep String useRestriction concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String chronologyAndEnum concode_elem_sep String barcode...
void function ( Integer arg0 ) { this . itemId = arg0 ; }
6,016
calling compiler.disable will cause the compiler to be suspended ; provided that a compiler even exists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compileClasses concode_elem_sep void enable concode_elem_sep Object command concode_elem_sep boolean compileClass
void function ( ) { }
6,017
the set text orientation control sequence establishes the i-direction and b-direction for the subsequent text . this is a modal control sequence . semantics : this control sequence specifies the i-axis and b-axis orientations with respect to the xp-axis for the current presentation text object . the orientations are ro...
void function ( int arg0 ) { if ( arg0 == this . currentOrientation ) { return ; } newControlSequence ( ) ; AxisOrientation . getRightHandedAxisOrientationFor ( arg0 ) . writeTo ( baout ) ; commit ( chained ( STO ) ) ; this . currentOrientation = arg0 ; currentX = - 1 ; currentY = - 1 ; }
6,018
returns the result of interpreting the object as an instance of ` specific customer ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep InheritancemappingPackage modelPackage concode_field_sep T caseInternationalPrice concode_elem_sep T caseDistrictUKAddress ...
T function ( SpecificCustomer arg0 ) { return null ; }
6,019
an initial entry should have an outgoing transition concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart state...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ; assertWarning ( diagnostics , ISSUE_INITIAL_ENTRY_...
6,020
static constructor enables one writing instance at time . concode_field_sep Path filePath concode_field_sep void writeResultsHumanReadable concode_elem_sep void writeResultsToXml concode_elem_sep void writeUtf8StringToFile
WriteFile function ( String arg0 , String arg1 ) { return new WriteFile ( arg0 , arg1 ) ; }
6,021
sets a flag indicating whether this property descriptor is to be always considered incompatible with any other property descriptor . setting this flag prevents a property from displaying during multiple selection . concode_field_sep String description concode_elem_sep Object helpIds concode_elem_sep boolean incompatibl...
void function ( boolean arg0 ) { incompatible = arg0 ; }
6,022
default implementation abuses the naming convention . will return foo for org.geotools.data.foo.foofactory . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean canProcess concode_elem_sep Map getImplementationHints
String function ( ) { String loc0 = this . getClass ( ) . getName ( ) ; loc0 = loc0 . substring ( loc0 . lastIndexOf ( '.' ) ) ; if ( loc0 . endsWith ( "srini_string" ) ) { loc0 = loc0 . substring ( 0 , loc0 . length ( ) - 7 ) ; } else if ( loc0 . endsWith ( "srini_string" ) ) { loc0 = loc0 . substring ( 0 , loc0 . len...
6,023
obtains the clipboard copy/paste support utility , if any , for the specified eobject . if there is not clipboard support implementation provided for this eobject , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . concode_field_sep St...
IClipboardSupport function ( EObject arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; IClipboardSupportFactory loc1 = ClipboardSupportManager . lookup ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . newClipboardSupport ( arg0 . eClass ( ) . getEPackage ( ) ) ; } return loc0 ; }
6,024
returns the mapping from the task code in the individuals to the task code in the logreader object that was provided to the constructor of this class . concode_field_sep LogAbstraction logAbstraction concode_elem_sep DependencyRelationBuilder depRelBuilder concode_elem_sep DoubleMatrix2D causal concode_elem_sep double ...
int [ ] function ( ) { return duplicatesMapping ; }
6,025
sets the value of the crlvalues property . concode_field_sep CRLValuesType crlValues concode_elem_sep OtherCertStatusValuesType otherValues concode_elem_sep OCSPValuesType ocspValues concode_elem_sep long serialVersionUID concode_elem_sep String id concode_field_sep CRLValuesType getCRLValues concode_elem_sep void setO...
void function ( CRLValuesType arg0 ) { this . crlValues = arg0 ; }
6,026
writes the raw packet data to the data stream . concode_field_sep ITextComponent chatComponent concode_elem_sep byte type concode_field_sep boolean isSystem concode_elem_sep byte getType concode_elem_sep ITextComponent getChatComponent concode_elem_sep void processPacket concode_elem_sep void readPacketData
void function ( PacketBuffer arg0 ) { arg0 . writeTextComponent ( this . chatComponent ) ; arg0 . writeByte ( this . type ) ; }
6,027
fetches the instrument id for an mdi id . concode_field_sep Converters converter concode_elem_sep SimpleDateFormat date8 concode_elem_sep IRequestHandler[] reqHandlers concode_elem_sep IArchiveFactory archiveFactory concode_elem_sep Date8Time6Parser d8t6p concode_elem_sep IDaoFactory daoFactory concode_elem_sep Logger ...
String function ( String arg0 ) { MarketDataInstrument loc0 = daoFactory . mdiDao ( ) . load ( arg0 ) ; if ( loc0 != null ) { return loc0 . getInstrumentId ( ) ; } return null ; }
6,028
gets the value of the sellerphone property . concode_field_sep String sellerAddress2 concode_elem_sep String sellerAddress1 concode_elem_sep String sellerPhone concode_elem_sep String sellerName concode_elem_sep String masterDealerCode concode_field_sep String getSellerAddress2 concode_elem_sep String getSellerName con...
String function ( ) { return sellerPhone ; }
6,029
by default , there is no post processing to be done . 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 c...
void function ( Set arg0 ) { }
6,030
requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag...
void function ( File arg0 ) { if ( deleteOnExitMethod == null ) { } else { try { deleteOnExitMethod . invoke ( arg0 , new Object [ 0 ] ) ; } catch ( Exception loc0 ) { } } }
6,031
gets the color this interval has on the map . concode_field_sep double valueLow concode_elem_sep Color color concode_elem_sep double valueHigh concode_elem_sep List<InternalMapObject> members concode_field_sep void addMember concode_elem_sep void setValueLow concode_elem_sep void setColor concode_elem_sep double getVal...
Color function ( ) { return color ; }
6,032
creates a new crondefinition instance with provided field definitions concode_field_sep Set<CronConstraint> cronConstraints concode_elem_sep boolean lastFieldOptional concode_elem_sep Map<CronFieldName,FieldDefinition> fields concode_elem_sep boolean enforceStrictRanges concode_field_sep CronDefinitionBuilder lastField...
CronDefinition function ( ) { Set < CronConstraint > loc0 = new HashSet < CronConstraint > ( ) ; loc0 . addAll ( cronConstraints ) ; return new CronDefinition ( new ArrayList < > ( this . fields . values ( ) ) , loc0 , lastFieldOptional , enforceStrictRanges ) ; }
6,033
converts a 2d array of luminance data to 1 bit . as above , assume this method is expensive and do not call it repeatedly . this method is intended for decoding 2d barcodes and may or may not apply sharpening . therefore , a row from this matrix may not be identical to one fetched using getblackrow , so do n't mix and ...
BitMatrix function ( ) { if ( matrix == null ) { matrix = binarizer . getBlackMatrix ( ) ; } return matrix ; }
6,034
the extra element may appear any number of times . gets the value of the extras 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 extras p...
List < Extra > function ( ) { if ( extras == null ) { extras = new ArrayList < Extra > ( ) ; } return this . extras ; }
6,035
add an alternate name for a class . concode_field_sep HashMap<Class<?>,String> CLASS_TO_NAME concode_elem_sep HashMap<String,Class<?>> NAME_TO_CLASS concode_field_sep void setName concode_elem_sep Class<?> getClass concode_elem_sep String getName
void function ( Class < ? > arg0 , String arg1 ) { NAME_TO_CLASS . put ( arg1 , arg0 ) ; }
6,036
creates and invokes a url for uploading a large blob to google cloud storage . upon completion of the upload , a callback is made to the specified callbackurl . refer to blobstoreservice #createuploadurl . concode_field_sep Logger log concode_elem_sep int MAX_READING_LENGTH concode_field_sep void deleteFile concode_ele...
String function ( String arg0 ) { UploadOptions loc0 = UploadOptions . Builder . withDefaults ( ) . googleStorageBucketName ( Config . GCS_BUCKETNAME ) . maxUploadSizeBytes ( Const . SystemParams . MAX_FILE_LIMIT_FOR_BLOBSTOREAPI ) ; return BlobstoreServiceFactory . getBlobstoreService ( ) . createUploadUrl ( arg0 , lo...
6,037
adds the virtual host to the database . also notifies the appropriate model listeners . concode_field_sep VirtualHostLocalService _service concode_field_sep java.util.List<com.liferay.portal.model.VirtualHost> getVirtualHosts concode_elem_sep com.liferay.portal.model.VirtualHost getVirtualHost concode_elem_sep com.life...
com . liferay . portal . model . VirtualHost function ( com . liferay . portal . model . VirtualHost arg0 ) { return getService ( ) . addVirtualHost ( arg0 ) ; }
6,038
enable a simple message broker and configure one or more prefixes to filter destinations targeting the broker e.g. destinations prefixed with '' / topic '' . concode_field_sep SimpleBrokerRegistration simpleBrokerRegistration concode_elem_sep String[] applicationDestinationPrefixes concode_elem_sep SubscribableChannel ...
SimpleBrokerRegistration function ( String ... arg0 ) { this . simpleBrokerRegistration = new SimpleBrokerRegistration ( this . clientInboundChannel , this . clientOutboundChannel , arg0 ) ; return this . simpleBrokerRegistration ; }
6,039
create an instance of weatherreturn concode_field_sep QName _WeatherReturn_QNAME concode_elem_sep QName _ArrayOfWeatherDescription_QNAME concode_elem_sep QName _ForecastReturn_QNAME concode_field_sep WeatherDescription createWeatherDescription concode_elem_sep GetCityWeatherByZIPResponse createGetCityWeatherByZIPRespon...
WeatherReturn function ( ) { return new WeatherReturn ( ) ; }
6,040
stores the runnable instance that has been scheduledto invoke this message . this is called when the message is enqueued by shadowmessagequeue #enqueuemessage and is used whenthe message is recycled to ensure that the correct runnable instance is removed from the associated scheduler . concode_field_sep Object lock con...
void function ( Runnable arg0 ) { scheduledRunnable = arg0 ; }
6,041
get custom deserializer concode_field_sep java.lang.Long campaignId concode_elem_sep java.lang.String targetListType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDes...
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 ) ; }
6,042
converts the intvecor to a string concode_field_sep int[] V concode_elem_sep int sizeOfVector concode_field_sep IntVector subvector concode_elem_sep IntVector subvector concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void...
String function ( ) { return toString ( 5 , false ) ; }
6,043
has no effect . concode_field_sep Map<String,List<Object>> headers concode_elem_sep List<Cookie> cookies concode_elem_sep String redirectUrl concode_elem_sep PrintWriter writer concode_elem_sep String errorMessage concode_elem_sep String characterEncoding concode_elem_sep int status concode_elem_sep int contentLength c...
void function ( ) { }
6,044
sets the add-to-homescreen observer tracking the add-to-homescreen data fetch . concode_field_sep long mNativeAddToHomescreenManager concode_elem_sep Activity mActivity concode_elem_sep Observer mObserver concode_elem_sep Tab mTab concode_field_sep void onDismissed concode_elem_sep void onReadyToAdd concode_elem_sep vo...
void function ( Observer arg0 ) { mObserver = arg0 ; }
6,045
gets the value of the balance property . concode_field_sep BigDecimal balance concode_elem_sep String name concode_elem_sep String id concode_elem_sep AccountType type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep AccountType getType concode_elem_sep void setId concode_elem_sep String ...
BigDecimal function ( ) { return balance ; }
6,046
gets the customizationref value for this customsearchjoin . concode_field_sep com.netsuite.webservices.platform.core_2014_2.CustomizationRef customizationRef concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.SearchRecord...
com . netsuite . webservices . platform . core_2014_2 . CustomizationRef function ( ) { return customizationRef ; }
6,047
sets the in_queue value for this paid_search . concode_field_sep java.lang.String filter concode_elem_sep int in_queue concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rule concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String search_engine concode_elem_sep int status...
void function ( int arg0 ) { this . in_queue = arg0 ; }
6,048
get the user 's name from this id . concode_field_sep PlaceHolder placeHolder concode_field_sep List<ACL> removeId concode_elem_sep List<ACL> getAllRights concode_elem_sep List<ACL> getReadRight concode_elem_sep List<ACL> getCRDRights concode_elem_sep List<ACL> getCRDRights concode_elem_sep String getSignature concode_...
String function ( Id arg0 ) { if ( "srini_string" . equals ( arg0 . getScheme ( ) ) ) { String loc0 = arg0 . getId ( ) ; return loc0 . substring ( 0 , loc0 . indexOf ( ':' ) ) ; } return null ; }
6,049
a propertyeditor may choose to make available a full custom component that edits its property value . it is the responsibility of the propertyeditor to hook itself up to its editor component itself and to report property value changes by firing a propertychange event . the higher-level code that calls getcustomeditor m...
Component function ( ) { return null ; }
6,050
this will retrieve the border color . concode_field_sep COSDictionary dictionary concode_field_sep void setNormalCaption concode_elem_sep int getRotation concode_elem_sep PDColor getColor concode_elem_sep COSDictionary getDictionary concode_elem_sep void setRotation concode_elem_sep void setBorderColour concode_elem_se...
PDColor function ( ) { return getColor ( COSName . BC ) ; }
6,051
sets the value of the href property . concode_field_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String href concode_field_sep String getHref concode_elem_sep List<Doc> getDoc concode_elem_sep Map<QName,String> getOtherAttributes
void function ( String arg0 ) { this . href = arg0 ; }
6,052
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 ( ) ) ; }
6,053
getter for the field source . concode_field_sep int severity concode_elem_sep int WARNING concode_elem_sep int RESTRICTIONS_CONFLICT concode_elem_sep int code concode_elem_sep int CODE_CONFLICTING_TYPE_KIND concode_elem_sep int NOTHING_CAN_PASS concode_elem_sep int OK concode_elem_sep int INSTANCEOF_FAILED concode_elem...
Object function ( ) { return source ; }
6,054
allows to retrieve text that is directly affected by the change encapsulated by the current object . concode_field_sep char[] myChars concode_elem_sep int myEnd concode_elem_sep StringBuilder myText concode_elem_sep int myStart concode_field_sep int getStart concode_elem_sep int getDiff concode_elem_sep void setStart c...
CharSequence function ( ) { return myText ; }
6,055
setter used by resteasy to provide the providers concode_field_sep MediaType TEXT_JAVASCRIPT_MEDIA_TYPE concode_elem_sep MediaType TEXT_JSON_TYPE concode_elem_sep ObjectMapper DEFAULT_MAPPER concode_elem_sep ObjectMapper objectMapper concode_elem_sep String DEFAULT_CALLBACK_QUERY_PARAMETER concode_elem_sep MediaType AP...
void function ( Providers arg0 ) { this . providers = arg0 ; }
6,056
gets the value of the audiencesegmenttype property . concode_field_sep Long size concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep AudienceSegmentDataProvider dataProvider concode_elem_sep AudienceSegmentAudienceSegmentType type concode_elem_sep AudienceSegmentSt...
String function ( ) { return audienceSegmentType ; }
6,057
are the two sites p and q in the same component ? concode_field_sep int count concode_elem_sep byte[] rank concode_elem_sep int[] id concode_field_sep int find concode_elem_sep int count concode_elem_sep void union
boolean function ( int arg0 , int arg1 ) { return find ( arg0 ) == find ( arg1 ) ; }
6,058
gets the value of the st property . concode_field_sep long st concode_elem_sep long end concode_field_sep void setSt concode_elem_sep void setEnd concode_elem_sep long getEnd
long function ( ) { return st ; }
6,059
getseverity concode_field_sep String m_nodeLabel concode_elem_sep int m_count concode_elem_sep String m_logMsg concode_elem_sep String m_severity concode_elem_sep boolean m_isDashboardRole concode_elem_sep String m_svcName concode_elem_sep Date m_lastEventTime concode_elem_sep String m_ipAddress concode_elem_sep Date m...
String function ( ) { return m_severity ; }
6,060
gets the name of this level . concode_field_sep Level WARNING concode_elem_sep long serialVersionUID concode_elem_sep Level OFF concode_elem_sep Level FINER concode_elem_sep Level SEVERE concode_elem_sep Level FINE concode_elem_sep ResourceBundle rb concode_elem_sep Level ALL concode_elem_sep String resourceBundleName ...
String function ( ) { return this . name ; }
6,061
gets the number of seconds until task is executed again . concode_field_sep String DEFAULT_DATE_FORMAT concode_elem_sep int MILLISECONDS_PER_SECOND concode_elem_sep String dateFormat concode_elem_sep String description concode_elem_sep int MINUTES_PER_HOUR concode_elem_sep int DAYS_PER_WEEK concode_elem_sep boolean sta...
long function ( ) { return repeatInterval ; }
6,062
sets the value of the remittanceinfo property . concode_field_sep String pmtEndToEndId concode_elem_sep BigDecimal pmtAmt concode_elem_sep MandateInfo mandateInfo concode_elem_sep XMLGregorianCalendar pmtDate concode_elem_sep Creditor creditor concode_elem_sep String remittanceInfo concode_field_sep Creditor getCredito...
void function ( String arg0 ) { this . remittanceInfo = arg0 ; }
6,063
creates a simplehdfsconfigstore for the given uri . the uri specified should be the fullyqualified path to the dataset in question . for example , simple-hdfs : / / authority : port path-to-config-store path-to-dataset . it is important to note that the path to the config store on hdfs must also be specified . the comb...
SimpleHDFSConfigStore function ( URI arg0 ) { FileSystem loc0 = createFileSystem ( arg0 ) ; URI loc1 = getStoreRoot ( loc0 , arg0 ) ; URI loc2 = URI . create ( SIMPLE_HDFS_SCHEME_PREFIX + loc1 ) ; return new SimpleHDFSConfigStore ( loc0 , loc1 , loc2 ) ; }
6,064
next outer most scope in list of scopes . an enclosing scope may have no direct scoping relationship to its child . if i am in a localscope and then i enter something which creates another localscope the enclosing scope will be the first scope , but there are no valid scoping relationships between the two . methods whi...
StaticScope function ( ) { return enclosingScope ; }
6,065
sets the value of the uoid property . concode_field_sep Long edsid concode_elem_sep Long uoid concode_field_sep Long getEdsid concode_elem_sep void setEdsid concode_elem_sep Long getUoid
void function ( Long arg0 ) { this . uoid = arg0 ; }
6,066
returns the specified node from the internal tracking map . concode_field_sep int CLEANUP_LIFE_LENGTH_IN_SECONDS concode_elem_sep Map<String,AutomationDynamicNode> nodes concode_elem_sep int totalNodeCount concode_elem_sep Map<String,AutomationRunRequest> requests concode_elem_sep Logger log concode_field_sep void setT...
AutomationDynamicNode function ( final String arg0 ) { return nodes . get ( arg0 ) ; }
6,067
all local notification ids for given type . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_elem_sep List<JSONObject> ge...
List < Integer > function ( Notification . Type arg0 ) { List < Notification > loc0 = getAll ( ) ; ArrayList < Integer > loc1 = new ArrayList < Integer > ( ) ; for ( Notification loc2 : loc0 ) { if ( loc2 . getType ( ) == arg0 ) { loc1 . add ( loc2 . getId ( ) ) ; } } return loc1 ; }
6,068
returns the job pool being used by the master . concode_field_sep ThreadPoolExecutor jobPool concode_elem_sep String serviceNodeAttribute concode_elem_sep long MAX_TTL concode_elem_sep GenericRSAKey publicTAKey concode_elem_sep int port concode_elem_sep GenericRSAKey privateTAKey concode_elem_sep ServerSocket listener ...
ThreadPoolExecutor function ( ) { return jobPool ; }
6,069
returns the media id concode_field_sep String mediaCategory concode_elem_sep int quantity concode_elem_sep String mediaTitle concode_elem_sep String mediaYear concode_elem_sep String mediaType concode_elem_sep int mediaId concode_elem_sep double mediaCost concode_field_sep void setMediaCost concode_elem_sep int getQuan...
int function ( ) { return mediaId ; }
6,070
returns the number of rows matching the dynamic query . concode_field_sep WallEntryLocalService _wallEntryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.social.networking.model.WallEntry> getWallEntries concode_elem_sep java.util.List<com.liferay.soc...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _wallEntryLocalService . dynamicQueryCount ( arg0 ) ; }
6,071
write a componentname to a parcel , handling null pointers . must be read with #readfromparcel parcel . concode_field_sep String mPackage concode_elem_sep String mClass concode_elem_sep Parcelable.Creator<ComponentName> CREATOR concode_field_sep String flattenToString concode_elem_sep String getShortClassName concode_e...
void function ( ComponentName arg0 , Parcel arg1 ) { if ( arg0 != null ) { arg0 . writeToParcel ( arg1 , 0 ) ; } else { arg1 . writeString ( null ) ; } }
6,072
takes a string and compares it to a json fixture concode_field_sep PlaceHolder placeHolder concode_field_sep String fixture concode_elem_sep void assertStringMatchesStringFixture concode_elem_sep void assertStringMatchesNormalisedStringFixture concode_elem_sep void assertRepresentationMatchesBinaryFixture concode_elem_...
void function ( String arg0 , String arg1 , String arg2 ) { assertThat ( jsonFixture ( arg2 ) ) . isEqualTo ( arg1 ) . describedAs ( arg0 ) ; }
6,073
sets the _ post body . concode_field_sep String _operation concode_elem_sep String _postBody concode_elem_sep SyncObject _object concode_field_sep String get_operation concode_elem_sep void set_operation concode_elem_sep void filterAttrib concode_elem_sep String setSyncPostBody concode_elem_sep String get_postBody conc...
void function ( String arg0 ) { _postBody = arg0 ; }
6,074
sets the account verified flag concode_field_sep String lastName concode_elem_sep Address address concode_elem_sep Date created concode_elem_sep Long userId concode_elem_sep Date birthDate concode_elem_sep byte[] picture concode_elem_sep String firstName concode_elem_sep Logger logger concode_elem_sep String password c...
void function ( boolean arg0 ) { this . accountVerified = arg0 ; }
6,075
setuseradmin concode_field_sep boolean availEnabled concode_elem_sep boolean isUserAdmin concode_elem_sep boolean useSemaphore concode_elem_sep String defaultBackgroundColor concode_elem_sep List<Avail> avails concode_elem_sep boolean contextMenuEnabled concode_elem_sep List<Link> links concode_elem_sep List<String> ca...
void function ( boolean arg0 ) { this . isUserAdmin = arg0 ; }
6,076
controls caching of all tables produced by this object . subclasses are free to ignore this , since they may choose an implementation that does not dynamically generate and/or cache table content on an as-needed basis . if not ignored , this call indicates to this object that all cached table data may be dirty , requir...
void function ( ) { isDirty = true ; }
6,077
adds a specific propertychangelistener to the list of listeners which get notified when the properties e.g. #local_video_streaming associated with a specific call change their values . concode_field_sep T basicTelephony concode_elem_sep U parentProvider concode_field_sep List<Component> getVisualComponents concode_elem...
void function ( Call arg0 , PropertyChangeListener arg1 ) { ( ( V ) arg0 ) . addVideoPropertyChangeListener ( arg1 ) ; }
6,078
non-javadoc concode_field_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { Activator . context = null ; }
6,079
returns a factory for creating the service . this method is called by the javaloader . concode_field_sep String __serviceName concode_elem_sep boolean connected concode_field_sep XConnection connect
XSingleServiceFactory function ( String arg0 , XMultiServiceFactory arg1 , XRegistryKey arg2 ) { return arg0 . equals ( socketConnector . class . getName ( ) ) ? FactoryHelper . getServiceFactory ( socketConnector . class , __serviceName , arg1 , arg2 ) : null ; }
6,080
splunk source argument concode_field_sep String earliestTime concode_elem_sep boolean useSunHttpsHandler concode_elem_sep String source concode_elem_sep int port concode_elem_sep String savedSearch concode_elem_sep String password concode_elem_sep String search concode_elem_sep Boolean streaming concode_elem_sep SSLSec...
void function ( String arg0 ) { this . source = arg0 ; }
6,081
gets the value of the version property . concode_field_sep String version concode_elem_sep List<PersistenceUnit> persistenceUnit concode_field_sep List<PersistenceUnit> getPersistenceUnit concode_elem_sep void setVersion concode_elem_sep PersistenceUnit addPersistenceUnit concode_elem_sep PersistenceUnit addPersistence...
String function ( ) { if ( version == null ) { return "srini_string" ; } else { return version ; } }
6,082
returns the meshes referenced by this node . each entry is an index into the mesh list stored in aiscene . concode_field_sep String m_name concode_elem_sep Object m_transformationMatrix concode_elem_sep AiNode m_parent concode_elem_sep int[] m_meshReferences concode_elem_sep List<AiNode> m_children concode_field_sep Li...
int [ ] function ( ) { return m_meshReferences ; }
6,083
create an instance of jaxbelement concode_field_sep QName _GrpReqKeys_QNAME concode_elem_sep QName _GroupMasterRequest_QNAME concode_elem_sep QName _GroupMasterResponse_QNAME concode_elem_sep QName _GroupMaster_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteReques...
JAXBElement < GroupMasterRequest > function ( GroupMasterRequest arg0 ) { return new JAXBElement < GroupMasterRequest > ( _GroupMasterRequest_QNAME , GroupMasterRequest . class , null , arg0 ) ; }
6,084
determines whether the given crl is expired by comparing the nextupdate field with a given date . concode_field_sep String X509_CERTIFICATE_TYPE concode_field_sep X509Certificate readCertificate concode_elem_sep String toString concode_elem_sep CertificateFactory getCertificateFactory
boolean function ( final X509CRL arg0 , final ZonedDateTime arg1 ) { return arg1 . isAfter ( DateTimeUtils . zonedDateTimeOf ( arg0 . getNextUpdate ( ) ) ) ; }
6,085
uses templateurlservice to generate the url for the given query string for query with the contextual search version param set . concode_field_sep String GWS_SEARCH_NO_SUGGESTIONS_PARAM_VALUE concode_elem_sep String PF_PARAM concode_elem_sep boolean mIsLowPriority concode_elem_sep boolean mWasPrefetch concode_elem_sep S...
Uri function ( String arg0 , @ Nullable String arg1 , @ Nullable String arg2 , boolean arg3 ) { Uri loc0 = Uri . parse ( TemplateUrlService . getInstance ( ) . getUrlForContextualSearchQuery ( arg0 , arg1 , arg3 , CTXS_TWO_REQUEST_PROTOCOL ) ) ; if ( ! TextUtils . isEmpty ( arg2 ) ) { loc0 = makeKPTriggeringUri ( loc0 ...
6,086
gets the value of the error property . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep CtServiceRequest serviceRequestDest concode_elem_sep BigInteger operationID concode_elem_sep CtError error concode_field_sep void setDateTime concode_elem_sep XMLGregorianCalendar getDateTime concode_elem_sep void se...
CtError function ( ) { return error ; }
6,087
setprice concode_field_sep int headcount concode_elem_sep int roomNum concode_elem_sep Date startDay concode_elem_sep String service concode_elem_sep int price concode_elem_sep Date endDay concode_elem_sep String phoneNum concode_elem_sep int id concode_elem_sep String userName concode_elem_sep String guestName concode...
void function ( int arg0 ) { this . price = arg0 ; }
6,088
set tablink and tabpane show on device . concode_field_sep TabLink link concode_field_sep void add concode_elem_sep void addClickHandler concode_elem_sep void setHeading concode_elem_sep void clear concode_elem_sep boolean isActive concode_elem_sep boolean remove concode_elem_sep TabLink asTabLink concode_elem_sep Iter...
void function ( Device arg0 ) { link . setShowOn ( arg0 ) ; link . getTabPane ( ) . setShowOn ( arg0 ) ; }
6,089
mark all messages read by this slot as slot_returned . also clear messages in slot concode_field_sep boolean isAnOverlappingSlot concode_elem_sep long messageCount concode_elem_sep List<SlotState> slotStates concode_elem_sep String destinationOfMessagesInSlot concode_elem_sep String storageQueueName concode_elem_sep At...
void function ( ) { for ( DeliverableAndesMetadata loc0 : messagesOfSlot . values ( ) ) { loc0 . markAsStale ( ) ; loc0 . markAsSlotReturned ( ) ; } messagesOfSlot . clear ( ) ; }
6,090
used to issue a type.added featureevent indicating a new feature being created concode_field_sep int count concode_elem_sep ContentEntry entry concode_elem_sep List<FeatureListener> listeners concode_elem_sep DiffTransactionState transactionState concode_elem_sep Transaction tx concode_elem_sep BatchFeatureEvent batchF...
void function ( FeatureSource < ? , ? > arg0 , Feature arg1 ) { if ( listeners . isEmpty ( ) && tx != Transaction . AUTO_COMMIT ) return ; Filter loc0 = idFilter ( arg1 ) ; ReferencedEnvelope loc1 = new ReferencedEnvelope ( arg1 . getBounds ( ) ) ; FeatureEvent loc2 = new FeatureEvent ( arg0 , Type . ADDED , loc1 , loc...
6,091
an `` enter password '' model and view handles password entry with reveal concode_field_sep PlaceHolder placeHolder concode_field_sep ModelAndView<EnterPinModel,EnterPinView> newEnterPinMaV concode_elem_sep ModelAndView<EnterTagsModel,EnterTagsView> newEnterTagsMaV concode_elem_sep ModelAndView<EnterSeedPhraseModel,Ent...
ModelAndView < EnterPasswordModel , EnterPasswordView > function ( String arg0 ) { EnterPasswordModel loc0 = new EnterPasswordModel ( arg0 ) ; EnterPasswordView loc1 = new EnterPasswordView ( loc0 ) ; return new ModelAndView < > ( loc0 , loc1 ) ; }
6,092
clear all entries . concode_field_sep Map<String,Group> m_groups concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep int cacheEventCount concode_elem_sep Log M_log concode_elem_sep int cacheEventReportInterval concode_elem_sep Map<String,ToolConfiguration> m_tools concode_elem_sep Ma...
void function ( ) { m_cache . clear ( ) ; }
6,093
sets the value of the extension property . concode_field_sep String number concode_elem_sep String areaCode concode_elem_sep String extension concode_elem_sep String countryCode concode_elem_sep long serialVersionUID concode_elem_sep String internationalAccessCode concode_elem_sep String fullNumber concode_field_sep vo...
void function ( String arg0 ) { this . extension = arg0 ; }
6,094
returns the bounds of this polygon . concode_field_sep int[] ypoints concode_elem_sep int[] xpoints concode_elem_sep AffineTransform xform concode_elem_sep Rectangle bounds concode_elem_sep int npoints concode_elem_sep int where concode_field_sep void next concode_elem_sep boolean intersects concode_elem_sep boolean in...
Rectangle2D function ( ) { if ( bounds == null ) computeBoundingBox ( ) ; return bounds ; }
6,095
creates a copy of rules.pl and compiles it into java sources . concode_field_sep Repository git concode_elem_sep Path ruleDir concode_field_sep Status call concode_elem_sep void createJar concode_elem_sep List<String> getRelativePaths concode_elem_sep void getRelativePaths concode_elem_sep void appendClasspath concode_...
void function ( ObjectId arg0 , File arg1 ) { File loc0 = copyToTempFile ( arg0 , arg1 ) ; try { Compiler loc1 = new Compiler ( ) ; loc1 . prologToJavaSource ( loc0 . getPath ( ) , arg1 . getPath ( ) ) ; } finally { loc0 . delete ( ) ; } }
6,096
method to move the user 's view upwards by a single line , by setting each message to the one above it in the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_e...
String function ( ) { if ( ( position - 1 ) - ( NUM_MESSAGES - 1 ) >= 0 ) { position -- ; } return ( "srini_string" ) ; }
6,097
adapts given object to a wkb byte array concode_field_sep WKBAdapter DEFAULT concode_elem_sep WKBReader READER concode_elem_sep WKBWriter WRITER concode_field_sep byte[] toWKB concode_elem_sep byte[] toWKB
byte [ ] function ( Object arg0 ) { return toWKB ( arg0 ) ; }
6,098
adds an element at the front of the queue . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep Node last concode_elem_sep Node prev concode_elem_sep Node first concode_elem_sep Node current concode_field_sep Item next concode_elem_sep void addLast concode_elem_sep Iterator<Item> iterator concode_el...
void function ( Item arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; Node loc0 = first ; first = new Node ( ) ; first . arg0 = arg0 ; first . next = loc0 ; first . prev = null ; if ( last == null ) last = first ; else loc0 . prev = first ; }
6,099
returns a list of k s that are in this revisionkeylist . concode_field_sep List<K> keys concode_elem_sep long revision concode_elem_sep long revisionTime concode_field_sep int size concode_elem_sep int hashCode concode_elem_sep Date getRevisionTime concode_elem_sep boolean equals concode_elem_sep long getRevision
List < K > function ( ) { return keys ; }