code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
List < AdUnitSize > function ( ) { if ( suggestedAdUnitSizes == null ) { suggestedAdUnitSizes = new ArrayList < AdUnitSize > ( ) ; } return this . suggestedAdUnitSizes ; } | gets the value of the suggestedadunitsizes 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 suggestedadunitsizes property . for example ,... |
VirtualMachineExtensionHandlerInstanceView function ( InstanceViewStatus arg0 ) { this . status = arg0 ; return this ; } | set the status value . concode_field_sep String type concode_elem_sep String typeHandlerVersion concode_elem_sep InstanceViewStatus status concode_field_sep VirtualMachineExtensionHandlerInstanceView withTypeHandlerVersion concode_elem_sep String type concode_elem_sep VirtualMachineExtensionHandlerInstanceView withType... |
com . atlassian . jira . rpc . soap . beans . RemotePermission function ( ) { return permission ; } | gets the permission value for this remotepermissionmapping . concode_field_sep com.atlassian.jira.rpc.soap.beans.RemoteEntity[] remoteEntities concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.atlass... |
String function ( ) { return fileName ; } | returns the logical name of the font . concode_field_sep String fileName concode_elem_sep boolean italics concode_elem_sep boolean bold concode_elem_sep boolean trueTypeFont concode_elem_sep BaseFont baseFont concode_elem_sep boolean embedded concode_elem_sep BaseFontRecordKey key concode_field_sep String getEncoding c... |
void function ( Key arg0 ) { init ( arg0 , new SecureRandom ( ) ) ; } | initialize this key agreement with a key . this method will use the highest-priority java.security.securerandom as its sourceof randomness . concode_field_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep String SERVICE concode_elem_sep KeyAgreementSpi kaSpi concode_elem_sep String algorithm concod... |
void function ( final DropTargetEvent arg0 ) { updateCurrentListener ( arg0 ) ; if ( getCurrentListener ( ) != null ) { SafeRunner . run ( new SafeRunnable ( ) { public void run ( ) throws Exception { getCurrentListener ( ) . drop ( arg0 ) ; } } ) ; } setCurrentListener ( null , arg0 ) ; } | forwards this event to the current listener , if there is one . sets the current listener to null afterwards . concode_field_sep TransferDropTargetListener[] fListeners concode_elem_sep TransferDropTargetListener fCurrentListener concode_elem_sep int fOriginalDropType concode_field_sep void dragOperationChanged concode... |
int function ( ) { return mOrder ; } | returns the order used to compute the delay of each child 's animation . concode_field_sep long mDuration concode_elem_sep long mMaxDelay concode_elem_sep int ORDER_NORMAL concode_elem_sep int ORDER_RANDOM concode_elem_sep Interpolator mInterpolator concode_elem_sep Animation mAnimation concode_elem_sep float mDelay co... |
ApiListingBuilder function ( Set < String > arg0 ) { if ( arg0 != null ) { this . consumes = newHashSet ( arg0 ) ; } return this ; } | replaces the existing media types with new entries that this documentation consumes concode_field_sep Set<String> protocol concode_elem_sep Set<String> produces concode_elem_sep String resourcePath concode_elem_sep String description concode_elem_sep Map<String,Model> models concode_elem_sep String apiVersion concode_e... |
void function ( GameMainActivity arg0 ) { myActivity = arg0 ; setAsGui ( arg0 ) ; } | sets this player to be the one connected to the gui . should only be called if the supportsgui method returns true . concode_field_sep boolean running concode_elem_sep Game game concode_elem_sep GameTimer myTimer concode_elem_sep Object data concode_elem_sep String name concode_elem_sep boolean gameOver concode_elem_se... |
void function ( final DataSource arg0 ) { this . simpleJdbcTemplate = new JdbcTemplate ( arg0 ) ; } | set the datasource . concode_field_sep EntityManagerFactory factory concode_elem_sep Logger logger concode_elem_sep JpaLockingStrategy jpaLock concode_elem_sep int CONCURRENT_SIZE concode_elem_sep PlatformTransactionManager txManager concode_elem_sep LockingStrategy lock concode_elem_sep JdbcTemplate simpleJdbcTemplate... |
boolean function ( ) { return fSeverity == IStatus . WARNING ; } | returns if the status ' severity is warning . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiStatus concode_elem_sep boo... |
boolean function ( SourcePosition arg0 ) { return ( line == arg0 . line ) ; } | returns whether the lines match between this instance and the one given . concode_field_sep int address concode_elem_sep int line concode_elem_sep SourcePosition NO_INFO concode_elem_sep CstUtf8 sourceFile concode_field_sep boolean sameLineAndFile concode_elem_sep int hashCode concode_elem_sep CstUtf8 getSourceFile con... |
void function ( java . util . Collection < Device > arg0 ) { if ( arg0 == null ) { this . devices = null ; return ; } this . devices = new java . util . ArrayList < Device > ( arg0 ) ; } | information about the devices . concode_field_sep java.util.List<Device> devices concode_elem_sep String nextToken concode_field_sep java.util.List<Device> getDevices concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListDevicesResult clone concode_elem_se... |
Integer function ( ) { return totalRecordCount ; } | gets the value of the totalrecordcount property . concode_field_sep String minActiveRowVersion concode_elem_sep ArrayOfEntity entities concode_elem_sep Boolean moreRecords concode_elem_sep String entityName concode_elem_sep String pagingCookie concode_elem_sep long serialVersionUID concode_elem_sep Integer totalRecordC... |
void function ( CTTitle arg0 ) { this . title = arg0 ; } | sets the value of the title property . concode_field_sep CTScaling scaling concode_elem_sep CTTickMark majorTickMark concode_elem_sep CTExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_elem_sep CTTitle title concode_elem_sep CTBoolean delete concode_elem_sep CTCrosses crosses concode_elem_sep CTText... |
void function ( OutputBuffer arg0 ) { this . buffer = arg0 ; } | set the next buffer in the filter pipeline . concode_field_sep ByteChunk ENCODING concode_elem_sep String ENCODING_NAME concode_elem_sep ByteChunk END_CHUNK concode_elem_sep OutputBuffer buffer concode_elem_sep byte[] chunkLength concode_elem_sep ByteChunk chunkHeader concode_field_sep void recycle concode_elem_sep voi... |
boolean [ ] [ ] function ( ) { int loc0 = StdIn . readInt ( ) ; int loc1 = StdIn . readInt ( ) ; boolean [ ] [ ] loc2 = new boolean [ loc0 ] [ loc1 ] ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { for ( int loc4 = 0 ; loc4 < loc1 ; loc4 ++ ) { loc2 [ loc3 ] [ loc4 ] = StdIn . readBoolean ( ) ; } } return loc2 ; } | read in and return an m-by-n array of booleans from standard input . concode_field_sep PlaceHolder placeHolder concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep int[][] readInt2D conco... |
SharedSetReturnValue function ( ) { return rval ; } | gets the value of the rval property . concode_field_sep SharedSetReturnValue rval concode_field_sep void setRval |
void function ( Collection < String > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . exclusions = new ArrayList < String > ( arg0 ) ; } | records the names of the classes that have been excluded from condition evaluation . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedConditio... |
void function ( String arg0 , float arg1 ) { setIncrement ( arg0 , new Float ( arg1 ) ) ; } | increments the named metric by the specified value . concode_field_sep TagMap tagTable concode_elem_sep String recordName concode_elem_sep AbstractMetricsContext context concode_elem_sep Map<String,MetricValue> metricTable concode_field_sep void setMetric concode_elem_sep void setMetric concode_elem_sep void setMetric ... |
XMLGregorianCalendar function ( ) { return created ; } | gets the value of the created property . concode_field_sep List<Object> structid concode_elem_sep String label5 concode_elem_sep List<Object> admid concode_elem_sep XMLGregorianCalendar created concode_elem_sep String btype concode_elem_sep String groupid concode_elem_sep String id concode_elem_sep ObjectType mechanism... |
int function ( ) { return this . zoomLevel . getZoomLevel ( ) ; } | gets the zoom level aka `` level of detail '' . most tile services offer zoom level in the range between 0 whole world to 22 street level . the exact range depends on the service implementation concode_field_sep ZoomLevel zoomLevel concode_elem_sep int x concode_elem_sep int y concode_elem_sep String serviceName concod... |
void function ( Entry arg0 ) { } | called with each input file . concode_field_sep String outputSuffix concode_elem_sep File inputFile concode_elem_sep File outputDir concode_elem_sep File outputFile concode_elem_sep Comparator<File> comparator concode_elem_sep int depth concode_elem_sep FilenameFilter inputFilter concode_elem_sep boolean flattenOutput ... |
void function ( Integer arg0 ) { this . totalResultSetSize = arg0 ; } | sets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<CustomTargetingValue> results concode_field_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<CustomTargetingValue> getResults conc... |
int function ( ) { return ( int ) JavaUtils . timeStringAsSec ( conf . get ( SPARK_NETWORK_IO_RETRYWAIT_KEY , "srini_string" ) ) * 1000 ; } | time in milliseconds that we will wait in order to perform a retry after an ioexception . only relevant if maxioretries > 0 . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_se... |
void function ( LastTransaction arg0 ) { this . payment = arg0 ; } | sets the value of the payment property . concode_field_sep LastTransaction payment concode_elem_sep LastTransaction invoice concode_field_sep LastTransaction getInvoice concode_elem_sep LastTransaction getPayment concode_elem_sep void setInvoice |
void function ( AjaxRequestTarget arg0 , Component arg1 , String arg2 , String arg3 ) { addAndFadeIn ( arg0 , arg1 , JSTemplates . PREPEND_ELEM_TEMPLATE , arg2 , arg3 ) ; } | prepends given component as html element given in componenthtmltag to the children of html element specified by containermarkupid . concode_field_sep PlaceHolder placeHolder concode_field_sep void replaceWithSliding concode_elem_sep void replaceWithFading concode_elem_sep void addAndFadeIn concode_elem_sep void hideMod... |
HashMap < String , String > function ( ) { return mapParams ; } | getter for the field mapparams . concode_field_sep int nextID concode_elem_sep HashMap<String,Object> runParams concode_elem_sep Card hostCard concode_elem_sep HashMap<String,String> mapParams concode_elem_sep SpellAbility overridingAbility concode_elem_sep int ID concode_elem_sep String name concode_elem_sep HashMap<S... |
void function ( boolean arg0 , String arg1 , String arg2 ) { sPermissionCheckEnabled = arg0 ; sFileSystemOwner = arg1 ; sFileSystemSuperGroup = arg2 ; } | initializes the permission related property of the whole alluxio file system . concode_field_sep String sFileSystemOwner concode_elem_sep String sFileSystemSuperGroup concode_elem_sep boolean sPermissionCheckEnabled concode_field_sep void checkOwner concode_elem_sep void checkPermission concode_elem_sep void checkByFil... |
void function ( final Todo arg0 ) { todoDAO . updateTodo ( arg0 ) ; todoListsManager . updateTodoList ( arg0 . getTodoList ( ) ) ; } | update a todo . concode_field_sep UserManager userManager concode_elem_sep TodoDAO todoDAO concode_elem_sep Log log concode_elem_sep TodoListsManager todoListsManager concode_field_sep Todo completeTodo concode_elem_sep Collection<Todo> findAssignedTodos concode_elem_sep Collection<Todo> findUrgentTodos concode_elem_se... |
File function ( String arg0 , DiskCache arg1 ) { File loc0 = arg1 . get ( arg0 ) ; return loc0 != null && loc0 . exists ( ) ? loc0 : null ; } | returns file of cached image or null if image was not cached in disk cache concode_field_sep PlaceHolder placeHolder concode_field_sep boolean removeFromCache |
void function ( ) { } | cancelcellediting concode_field_sep EventListenerList listenerList concode_elem_sep long serialVersionUID concode_elem_sep ChangeEvent changeEvent concode_field_sep void addCellEditorListener concode_elem_sep boolean isCellEditable concode_elem_sep boolean shouldSelectCell concode_elem_sep void fireEditingStopped conco... |
void function ( Object arg0 ) { this . owner = arg0 ; } | sets the owner of this decoder to owner . concode_field_sep Object owner concode_elem_sep DocumentHandler handler concode_elem_sep InputSource input concode_elem_sep Object[] array concode_elem_sep AccessControlContext acc concode_elem_sep int index concode_field_sep ExceptionListener getExceptionListener concode_elem_... |
void function ( ) { if ( sCastService != null ) { try { sCastService . getCastManager ( ) . getRouteListener ( ) . onRouteUnselected ( ) ; } catch ( final RemoteException loc0 ) { } } } | tell the service we just disconnected from the remote device concode_field_sep PlaceHolder placeHolder concode_field_sep float getRemoteVolume concode_elem_sep void changeRemoteVolume concode_elem_sep MediaInfo buildMediaInfo concode_elem_sep MediaInfo buildMediaInfo concode_elem_sep MediaInfo buildMediaInfo concode_el... |
Boolean function ( int arg0 ) { return arg0 == 1 ; } | value_boolean 0x1f boolean 0 ... 1 none one-bit value ; 0 for false and 1 for true . the bit is represented in the value_arg . concode_field_sep DexAnnotation annotation concode_elem_sep FieldIdItem[] fieldIdItems concode_elem_sep byte typeAndValueArg concode_elem_sep String[] stringPool concode_elem_sep int[] typeIds ... |
DiscoveryNode [ ] function ( ) { return pendingNodes . toArray ( new DiscoveryNode [ 0 ] ) ; } | returns a list of nodes which did n't respond yet concode_field_sep CountDownLatch latch concode_elem_sep Set<DiscoveryNode> pendingNodes concode_field_sep void onResponse concode_elem_sep void onFailure concode_elem_sep boolean awaitAllNodes |
void function ( int arg0 ) { appendPayload ( intToByteArray ( arg0 ) ) ; } | appends an integer to the payload concode_field_sep short MAX_PAYLOAD_SIZE concode_elem_sep byte PT_ACTION concode_elem_sep byte ICON_JPEG concode_elem_sep byte majver concode_elem_sep byte[] payload concode_elem_sep byte PT_NOTIFICATION concode_elem_sep byte minver concode_elem_sep byte PT_BROADCAST concode_elem_sep b... |
int function ( byte arg0 ) { byte [ ] loc0 = getByteArray ( ) ; int loc1 = getByteOffset ( ) ; int loc2 = getByteLength ( ) - 1 ; while ( loc2 >= 0 && loc0 [ loc1 + loc2 ] != arg0 ) loc2 -- ; return loc2 ; } | returns last occurrence of byte b in this name , -1 if not found . concode_field_sep Names names concode_elem_sep Table table concode_field_sep byte getByteAt concode_elem_sep int getByteOffset concode_elem_sep int getByteLength concode_elem_sep int getIndex concode_elem_sep boolean contentEquals concode_elem_sep int l... |
double function ( double [ ] arg0 ) { double loc0 = 0 ; if ( arg0 != null && arg0 . length > 0 ) { loc0 = 1 ; for ( int loc1 = 0 , loc2 = arg0 . length ; loc1 < loc2 ; loc1 ++ ) { loc0 *= arg0 [ loc1 ] ; } } return loc0 ; } | product of all values concode_field_sep PlaceHolder placeHolder concode_field_sep double average concode_elem_sep double ceiling concode_elem_sep double sumsq concode_elem_sep double mod concode_elem_sep double max concode_elem_sep double atanh concode_elem_sep double sinh concode_elem_sep double factorial concode_elem... |
void function ( java . lang . String arg0 ) { _oAuthConsumer . setServiceName ( arg0 ) ; } | sets the service name of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.Stri... |
List < UserProperty > function ( ) { return properties ; } | gets the properties . concode_field_sep String password concode_elem_sep String name concode_elem_sep String email concode_elem_sep List<UserProperty> properties concode_elem_sep String username concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String ... |
boolean function ( ) { return readThrough ; } | if read-through caching should be used concode_field_sep Factory<CacheWriter> cacheWriterFactory concode_elem_sep Factory<ExpiryPolicy> expiryPolicyFactory concode_elem_sep boolean writeThrough concode_elem_sep List<EventType> filteredEvents concode_elem_sep boolean createCacheIfNotExists concode_elem_sep boolean stati... |
File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; } | create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes |
String function ( Throwable arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; PrintWriter loc1 = new PrintWriter ( loc0 ) ; arg0 . printStackTrace ( loc1 ) ; loc1 . close ( ) ; return loc0 . toString ( ) ; } | get a string representation of a throwable . concode_field_sep BitSet EMPTY_BITSET concode_elem_sep boolean FULLY_QUALIFIED_NAMES concode_field_sep long fact concode_elem_sep BigInteger fact concode_elem_sep double fact concode_elem_sep int fact concode_elem_sep String objArrayToString concode_elem_sep String objArrayT... |
void function ( int arg0 , int arg1 ) { View loc0 = this . getTopView ( ) ; if ( loc0 == null ) return ; int loc1 = getBackgroundColor ( loc0 ) ; loc0 . setBackgroundColor ( arg0 ) ; myHandler . postDelayed ( new Unflasher ( loc1 ) , arg1 ) ; } | flashes the background of the gui -- typically indicating that some kind of error occurred . caveat : if multiple flash calls overlap , the prior one will take precedence . concode_field_sep int oldColor concode_elem_sep Game game concode_elem_sep GameTimer myTimer concode_elem_sep GameInfo myInfo concode_elem_sep Stri... |
Member function ( ) { return newOwner ; } | returns the new owner of the migrating partition concode_field_sep byte code concode_elem_sep int partitionId concode_elem_sep Member oldOwner concode_elem_sep Member newOwner concode_elem_sep MigrationStatus status concode_field_sep Member getOldOwner concode_elem_sep void writeTo concode_elem_sep void readData concod... |
E function ( final String arg0 , final boolean arg1 ) { this . bundle . putBoolean ( arg0 , arg1 ) ; return ( E ) this ; } | sets a boolean value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_el... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } | returns the number of rows that match the dynamic query . concode_field_sep EDFunctionEmployeeLocalService _service concode_field_sep com.vportal.portlet.edirectory.model.EDFunctionEmployee fetchEDFunctionEmployee concode_elem_sep java.util.List<com.vportal.portlet.edirectory.model.EDFunctionEmployee> getByFunctionId c... |
Object function ( InputStream arg0 , ParserHandler arg1 ) { return parse ( arg0 , null , arg1 , null ) ; } | this method call is equivalent to calling parse xmlinput , null , handler , null concode_field_sep SAXEventHandler saxHandler concode_field_sep void stopProcessing concode_elem_sep Object parseXML |
ResultMatcher function ( final Matcher < Integer > arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { MockHttpServletResponse loc0 = arg1 . getResponse ( ) ; xpathHelper . assertNodeCount ( loc0 . getContentAsByteArray ( ) , getDefinedEncoding ( loc0 ) , arg0 ) ; ... | evaluate the xpath and assert the number of nodes found with the given hamcrest matcher . concode_field_sep XpathExpectationsHelper xpathHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher string concode_elem_sep ResultMa... |
int function ( ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < matrix . length ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < matrix [ 0 ] . length ; loc2 ++ ) { loc0 = loc0 + matrix [ loc1 ] [ loc2 ] ; } } return loc0 ; } | method to return the total concode_field_sep int[][] matrix concode_field_sep void print concode_elem_sep int getTotalNested concode_elem_sep void setMatrix concode_elem_sep void fillPattern1 concode_elem_sep void fillCount |
void function ( Header arg0 ) { values . insertElementAt ( arg0 . getValue ( ) , 0 ) ; } | adds top concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep Vector getValues concode_elem_sep Vector getHeader... |
void function ( String arg0 ) { this . prefix = arg0 ; } | camel 2.10.1 : the prefix which is used in the com.amazonaws.services.s3.model.listobjectsrequest to only consume objects we are interested in . concode_field_sep String bucketName concode_elem_sep String fileName concode_elem_sep String serverSideEncryption concode_elem_sep String secretKey concode_elem_sep String pre... |
TimeZone function ( ) { return property ; } | returns the property . concode_field_sep MoreStuff moreStuff concode_elem_sep FooProxy foo concode_elem_sep TimeZone property concode_elem_sep long id concode_field_sep MoreStuff getMoreStuff concode_elem_sep void setMoreStuff concode_elem_sep int hashCode concode_elem_sep void setFoo concode_elem_sep boolean equals co... |
String [ ] function ( ) { return binNames ; } | get query bin names . concode_field_sep String setName concode_elem_sep Value[] functionArgs concode_elem_sep String functionName concode_elem_sep String indexName concode_elem_sep boolean returnData concode_elem_sep String resourcePath concode_elem_sep String namespace concode_elem_sep Filter[] filters concode_elem_se... |
void function ( Object arg0 , int arg1 , int arg2 ) { } | this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie... |
MappedFieldType function ( String arg0 ) { MappedFieldTypeReference loc0 = indexNameToFieldType . get ( arg0 ) ; if ( loc0 == null ) return null ; return loc0 . get ( ) ; } | returns the field type for the given index name concode_field_sep CopyOnWriteHashMap<String,MappedFieldTypeReference> indexNameToFieldType concode_elem_sep CopyOnWriteHashMap<String,MappedFieldTypeReference> fullNameToFieldType concode_field_sep FieldTypeLookup copyAndAddAll concode_elem_sep Iterator<MappedFieldType> i... |
T function ( int arg0 ) { if ( ! sorted ) { sortByFrequency ( ) ; } return list . get ( arg0 ) . object ; } | get object in frequency order concode_field_sep List<Bin> list concode_elem_sep boolean sorted concode_elem_sep int size concode_elem_sep Comparator<Bin> frequencyComparator concode_elem_sep Hashtable<String,Bin> hash concode_elem_sep HashSet set concode_elem_sep T object concode_elem_sep int frequency concode_field_se... |
boolean function ( ) { return enabled ; } | gets the enabled status of the button . concode_field_sep Image image concode_elem_sep Image disabledImage concode_elem_sep boolean enabled concode_elem_sep boolean visible concode_elem_sep ToolTip toolTipWidget concode_elem_sep String toolTip concode_elem_sep Image downImage concode_elem_sep String stylePrimaryName co... |
void function ( ) { switchedOn = false ; actions . clear ( ) ; } | switch off this channel . the current state of the channel but not actions will be kept for later use . concode_field_sep boolean switchedOn concode_elem_sep List<BaseAction> suspendedActions concode_elem_sep List<BaseAction> actions concode_elem_sep int DMX_MIN_VALUE concode_elem_sep int DMX_MAX_VALUE concode_elem_sep... |
boolean function ( FacesContext arg0 ) { return arg0 . getExternalContext ( ) . getRequestMap ( ) . containsKey ( FocusController . class . getName ( ) ) ; } | test if focus is defined for a certain element . concode_field_sep Pattern ClientIdPattern concode_field_sep void setFocus concode_elem_sep String getFocus concode_elem_sep String getReceivedFocus |
RestOperations function ( ) { HttpComponentsClientHttpRequestFactory loc0 = new HttpComponentsClientHttpRequestFactory ( ) ; loc0 . setConnectTimeout ( 40000 ) ; loc0 . setReadTimeout ( 40000 ) ; return new RestTemplate ( loc0 ) ; } | handles the rest operation http connection timeout behavior concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Session [ ] function ( Session arg0 ) { return arg0 . isAdmin ( ) ? getAllSessions ( ) : new Session [ ] { arg0 } ; } | retrieves a list of the sessions in this container that are visible to the specified session , given the access rights of the session user . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void ... |
void function ( int arg0 ) { this . readTimeout = arg0 ; } | timeout in millis the consumer will wait while trying to read a new message of the data queue . concode_field_sep SearchType searchType concode_elem_sep Logger LOG concode_elem_sep AS400ConnectionPool connectionPool concode_elem_sep String searchKey concode_elem_sep Jt400Type type concode_elem_sep String userID concode... |
XContentBuilder function ( ) { return contentBuilder ( XContentType . YAML ) ; } | returns a content builder using yaml format org.elasticsearch.common.xcontent.xcontenttype #yaml . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cbor... |
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; } | returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig... |
long function ( ) { return ipFetched ; } | get the time when the ip address for this host was last looked up . concode_field_sep long ipTTL concode_elem_sep long IP_NEVER_EXPIRES concode_elem_sep String hostname concode_elem_sep ObjectIdentityCache<?> cache concode_elem_sep long IP_NEVER_LOOKED_UP concode_elem_sep String countryCode concode_elem_sep InetAddress... |
double function ( ) { return ( ( ( ( long ) next ( 26 ) << 27 ) + next ( 27 ) ) / ( double ) ( 1L << 53 ) ) ; } | returns a pseudo-random uniformly distributed double in the half-open range 0.0 , 1.0 . concode_field_sep long seed concode_elem_sep long serialVersionUID concode_elem_sep long seedBase concode_elem_sep long multiplier concode_elem_sep boolean haveNextNextGaussian concode_elem_sep double nextNextGaussian concode_field_... |
void function ( byte [ ] arg0 ) { setDictionary ( arg0 , 0 , arg0 . length ) ; } | sets the dictionary which should be used in the deflate process . this call is equivalent to setdictionary dict , 0 , dict.length . concode_field_sep int BEST_COMPRESSION concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep int level concode_elem_sep int NO_COMPRESSION concode_elem_sep int HUFFMAN_ONLY concode_ele... |
void function ( String arg0 ) { this . maxFileSize = parseSize ( arg0 ) ; } | sets the maximum size allowed for uploaded files . values can use the suffixed `` mb '' or `` kb '' to indicate a megabyte or kilobyte size . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxReque... |
void function ( ) { testDirsFailures ( false ) ; } | make log-dirs fail/inaccessible and verify if nodemanager can recognize the disk failures properly and can update the list of log-dirs accordingly with good disks . also verify the overall health status of the node . concode_field_sep int numLogDirs concode_elem_sep long DISK_HEALTH_CHECK_INTERVAL concode_elem_sep File... |
JAXBCache function ( ) { return instance ; } | fixme comment this concode_field_sep ConcurrentHashMap<Object,JAXBContext> contextCache concode_elem_sep Logger logger concode_elem_sep JAXBCache instance concode_field_sep String buildContextPath concode_elem_sep JAXBContext getJAXBContext concode_elem_sep JAXBContext getJAXBContext |
Set < SelectorName > function ( SelectorName arg0 ) { if ( arg0 == null ) return Collections . emptySet ( ) ; return Collections . singleton ( arg0 ) ; } | create a set that contains the supplied selectname object . concode_field_sep String name concode_elem_sep long serialVersionUID concode_elem_sep boolean expandedForm concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_elem_sep String toString concode_elem_sep String getS... |
int function ( ) { return totalShards ; } | returns total number of shards that were snapshotted concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_elem... |
boolean function ( ) { if ( m_numSubsets > 0 ) return true ; else return false ; } | checks if generated model is valid . concode_field_sep Distribution m_distribution concode_elem_sep int m_numSubsets concode_elem_sep long serialVersionUID concode_field_sep double codingCost concode_elem_sep void buildClassifier concode_elem_sep void resetDistribution concode_elem_sep double classProb concode_elem_sep... |
java . lang . String function ( ) { return _jiraProject . getKey ( ) ; } | returns the key of this j i r a project . concode_field_sep JIRAProject _jiraProject concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele... |
List < String > function ( IniRealm arg0 ) { List < String > loc0 = new ArrayList < > ( ) ; Map loc1 = arg0 . getIni ( ) . get ( "srini_string" ) ; Iterator loc2 = loc1 . entrySet ( ) . iterator ( ) ; while ( loc2 . hasNext ( ) ) { Map . Entry loc3 = ( Map . Entry ) loc2 . next ( ) ; loc0 . add ( loc3 . getKey ( ) . to... | function to extract users from shiro.ini concode_field_sep Logger LOG concode_field_sep placeholderType placeHolder |
void function ( ) { } | #foo concode_field_sep PlaceHolder placeHolder concode_field_sep void bar concode_elem_sep boolean equals |
void function ( ) { if ( content != null ) { ByteBuffer loc0 = this . content ; this . content = null ; loc0 . rewind ( ) ; _parseDetails ( loc0 ) ; if ( loc0 . remaining ( ) > 0 ) { deadBytes = loc0 . slice ( ) ; } assert verify ( loc0 ) ; } } | parses the raw content of the box . it surrounds the actual parsing which is done concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep int MEM_MAP_THRESHOLD concode_elem_sep ByteBuffer conte... |
int function ( Configuration arg0 , String arg1 , String arg2 , int arg3 ) { String loc0 = String . format ( arg1 , arg2 != null ? arg2 : "srini_string" ) ; try { return arg0 . getInt ( loc0 , arg3 ) ; } catch ( NumberFormatException loc1 ) { throw new IOException ( "srini_string" + loc0 ) ; } } | get integer parameter . concode_field_sep String PARAM_IGFS_ENDPOINT_NO_EMBED concode_elem_sep String PARAM_IGFS_ENDPOINT_NO_LOCAL_TCP concode_elem_sep String PARAM_IGFS_ENDPOINT_NO_LOCAL_SHMEM concode_field_sep IOException cast concode_elem_sep IOException cast concode_elem_sep void clear concode_elem_sep void clear |
boolean function ( ) { return nativeGetShouldAcceptCookies ( ) ; } | return whether cookie is enabled concode_field_sep Handler mHandler concode_elem_sep ValueCallback<T> mCallback concode_field_sep boolean allowFileSchemeCookies concode_elem_sep CookieCallback<T> convert concode_elem_sep void nativeSetAcceptFileSchemeCookies concode_elem_sep void removeAllCookies concode_elem_sep void ... |
void function ( final int arg0 ) { _value = arg0 ; } | set the integerfield 's current value concode_field_sep int _offset concode_elem_sep int _value concode_field_sep void writeToBytes concode_elem_sep int get concode_elem_sep void readFromBytes concode_elem_sep String toString concode_elem_sep void readFromStream |
boolean function ( ) { return getOptions ( ) . getRepeatInterval ( ) > 0 ; } | if it 's a repeating notification . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean ... |
int function ( ) { return subroutineAddress ; } | gets the subroutine address . concode_field_sep int subroutineAddress concode_field_sep boolean isConstant concode_elem_sep int getBasicType concode_elem_sep Type getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toHuman concode_elem_sep int getBasicFrameType concode_elem_sep... |
java . lang . String function ( ) { return _oAuthConsumer . getKeyType ( ) ; } | returns the key type of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.Strin... |
String function ( ) { return cause ; } | the cause of the failure . this information is generated by the system and can be useful for diagnostic purposes . if cause is set to operation_not_permitted , the decision failed because it lacked sufficient permissions . for details and example iam policies , see using iam to manage access to amazon swf workflows . c... |
void function ( String arg0 ) { this . mediaType = arg0 ; } | sets the value of the mediatype property . concode_field_sep List<Param> param concode_elem_sep List<String> profile concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String mediaType concode_elem_sep String id concode_elem_sep String href concode_elem_sep List<Object> a... |
void function ( final String arg0 , final Component arg1 ) { } | not used . concode_field_sep long serialVersionUID concode_field_sep Dimension preferredLayoutSize concode_elem_sep Dimension minimumLayoutSize concode_elem_sep void layoutContainer concode_elem_sep void addLayoutComponent concode_elem_sep void addLayoutComponent |
String function ( ) { return getParameters ( parameters , true ) ; } | gets a parameter list for this method ; parameters are named by the namefactory whose default implementation uses param1 . . paramn concode_field_sep ClassRegistry registry concode_elem_sep boolean see concode_elem_sep Class returnValue concode_elem_sep Method method concode_elem_sep boolean truncate concode_elem_sep C... |
void function ( final Chore arg0 ) { this . chore = arg0 ; } | set the value related to the column : chore . concode_field_sep long serialVersionUID concode_elem_sep String hashCode concode_elem_sep Integer recurrNTimes concode_elem_sep Integer recurrType concode_elem_sep Chore chore concode_elem_sep String id concode_elem_sep Long recurrUntil concode_elem_sep Integer recurrArg2 c... |
BulkProcessor function ( ActionRequest < ? > arg0 ) { return add ( arg0 , null ) ; } | adds either a delete or an index request . concode_field_sep BulkRequestHandler bulkRequestHandler concode_elem_sep int concurrentRequests concode_elem_sep AtomicLong executionIdGen concode_elem_sep Listener listener concode_elem_sep int bulkActions concode_elem_sep ScheduledThreadPoolExecutor scheduler concode_elem_se... |
String function ( ) { return this . nextToken ; } | the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep com.amazonaws.internal.SdkInternalList<Association> associations concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_... |
void function ( ) { instance = null ; } | set the buffer as null , make it recyclable . concode_field_sep SharedActiveMQConnection instance concode_elem_sep boolean DEBUG concode_elem_sep Map<String,javax.jms.Connection> sharedConnections concode_field_sep javax.jms.Connection getMQConnection concode_elem_sep javax.jms.Connection getConnection concode_elem_sep... |
void function ( java . lang . String arg0 ) { this . status = arg0 ; } | sets the status value for this datasourcefileinfo . concode_field_sep java.lang.String fileName concode_elem_sep java.lang.String[] warnings concode_elem_sep boolean __hashCodeCalc concode_elem_sep int fileSizeBytes concode_elem_sep int fileRows concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_ele... |
void function ( String arg0 ) { this . sourceType = arg0 ; } | splunk sourcetype 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 SS... |
void function ( ) { if ( server != null && isConnected ( ) ) { server . stop ( ) ; } } | shuts-down the http server . concode_field_sep Server server concode_elem_sep int port concode_elem_sep Log log concode_elem_sep int timeoutInterval concode_field_sep void setTimeoutInterval concode_elem_sep boolean isConnected concode_elem_sep void incrementPort |
String function ( Date arg0 ) { DateFormat loc0 = DateFormat . getTimeInstance ( DateFormat . MEDIUM , JiveGlobals . getLocale ( ) ) ; loc0 . setTimeZone ( JiveGlobals . getTimeZone ( ) ) ; return loc0 . format ( arg0 ) ; } | formats a given time using the dateformat.medium . in the ` en ' locale , this should result in a time formatted like this : 4:59:23 pm . the seconds are necessary when displaying time in the conversation scroller . concode_field_sep Comparator<Conversation> conversationComparator concode_field_sep List<Map<String,Long... |
void function ( String arg0 ) { this . styling = arg0 ; } | sets the value of the styling property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String params concode_elem_sep S... |
void function ( Object arg0 ) { } | used by the container to change the association of an application-level connection handle with a managedconneciton instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_fie... |
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeVolumesResponseType localDescribeVolumesResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.DescribeVolumesResponseType getDescribeV... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.