idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
10,900
returns a predicate and value builder for properties on an exchange concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder systemProperty c...
ValueBuilder function ( String arg0 ) { return exchangeProperty ( arg0 ) ; }
10,901
the undeletion of an object failed . concode_field_sep PlaceHolder placeHolder concode_field_sep void onCreateSuccess concode_elem_sep void onExecuteSuccess concode_elem_sep void onExecuteSuccess concode_elem_sep void createAuditItem concode_elem_sep void onDeleteSuccess concode_elem_sep void onDeleteFailure concode_el...
void function ( @ Nonnull final ObjectType arg0 , @ Nullable final Object ... arg1 ) { ValueEnforcer . notNull ( arg0 , "srini_string" ) ; createAuditItem ( EAuditActionType . UNDELETE , ESuccess . FAILURE , arg0 . getName ( ) , arg1 ) ; }
10,902
import an assessment xml document in qti format , extract & persist the data . import process assumes assessment structure , not objectbank or itembank based on usage in other potential migration systems , respondus , blackboard , etc. . qti version 2.x will probably focus on content packaging for question pools concod...
QuestionPoolFacade function ( Document arg0 , int arg1 ) { testQtiVersion ( arg1 ) ; try { AuthoringHelper loc0 = new AuthoringHelper ( arg1 ) ; return loc0 . createImportedQuestionPool ( arg0 ) ; } catch ( Exception loc0 ) { throw new QTIServiceException ( loc0 ) ; } }
10,903
this method should be used when you need to stub out creating nativemaps in unit tests . concode_field_sep PlaceHolder placeHolder concode_field_sep WritableArray createArray concode_elem_sep WritableMap fromBundle concode_elem_sep WritableArray fromArray concode_elem_sep WritableNativeArray fromJavaArgs concode_elem_s...
WritableMap function ( ) { return new WritableNativeMap ( ) ; }
10,904
sets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep TopoComplexType topoComplex concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_...
void function ( String arg0 ) { this . type = arg0 ; }
10,905
sets the value of the model if the value is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateModel concode_elem_sep void addProperties concode_elem_sep void execute
void function ( final ModelNode arg0 , final Boolean arg1 ) { if ( arg1 != null ) { arg0 . set ( arg1 ) ; } }
10,906
returns the number of rows matching the dynamic query . concode_field_sep PasswordTrackerLocalService _service concode_field_sep void trackPassword concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep boolean isValidPassword concode_elem_sep com.liferay.po...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
10,907
return the domain for cookies created by this generator , if any . concode_field_sep String cookieDomain concode_elem_sep boolean cookieHttpOnly concode_elem_sep String DEFAULT_COOKIE_PATH concode_elem_sep Log logger concode_elem_sep Integer cookieMaxAge concode_elem_sep String cookieName concode_elem_sep String cookie...
String function ( ) { return this . cookieDomain ; }
10,908
starts visiting the children of the most recently visited node . concode_field_sep StyledTextOutput output concode_elem_sep boolean seenRootChildren concode_elem_sep boolean lastChild concode_elem_sep StringBuilder prefix concode_field_sep void visit concode_elem_sep void completeChildren concode_elem_sep StyledTextOut...
void function ( ) { if ( seenRootChildren ) { prefix . append ( lastChild ? "srini_string" : "srini_string" ) ; } seenRootChildren = true ; }
10,909
override this to listen to all incoming added statements concode_field_sep PlaceHolder placeHolder concode_field_sep void addedStatements concode_elem_sep void addedStatements concode_elem_sep void addedStatements concode_elem_sep void addedStatements concode_elem_sep void removedStatement concode_elem_sep void notifyE...
void function ( Statement arg0 ) { }
10,910
modifies the uri to use the given port . concode_field_sep UriModifyingContentModifier contentModifier concode_elem_sep Pattern SCHEME_HOST_PORT_PATTERN concode_elem_sep String scheme concode_elem_sep String port concode_elem_sep String host concode_elem_sep OperationPreprocessor contentModifyingDelegate concode_field_...
UriModifyingOperationPreprocessor function ( int arg0 ) { return arg0 ( Integer . toString ( arg0 ) ) ; }
10,911
gets the value of the enddate property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep long serialVersionUID concode_elem_sep String categoryCode concode_elem_sep XMLGregorianCalendar startDate concode_elem_sep String typeCode concode_field_sep XMLGregorianCalendar getStartDate concode_elem_sep void s...
XMLGregorianCalendar function ( ) { return endDate ; }
10,912
get the event type concode_field_sep TaskUpdated datum concode_field_sep TaskID getTaskId concode_elem_sep Object getDatum concode_elem_sep long getFinishTime concode_elem_sep void setDatum
EventType function ( ) { return EventType . TASK_UPDATED ; }
10,913
some text . concode_field_sep int CONSTANT concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String me...
String function ( String arg0 ) { return "srini_string" ; }
10,914
closes this channel and releases the contained socket and the stream resources . concode_field_sep IChannelClosedListener channelClosedListener concode_elem_sep ByteArrayOutputStream byteBufferOutStream concode_elem_sep DataInputStream inStream concode_elem_sep SwitchableLogger logger concode_elem_sep DataOutputStream ...
void function ( ) { try { inStream . close ( ) ; } catch ( IOException loc0 ) { } try { outStream . close ( ) ; } catch ( IOException loc0 ) { } try { socket . close ( ) ; } catch ( IOException loc0 ) { } thread . interrupt ( ) ; }
10,915
allocates a contiguous block of memory . note that the allocated memory is not guaranteed to be zeroed out call ` zero ` on the result if this is necessary . this method is intended to be used for allocating operators ' internal data structures . for data pages that you want to exchange between operators , consider usi...
MemoryBlock function ( long arg0 ) { assert ( arg0 > 0 ) : "srini_string" + arg0 ; final MemoryBlock loc0 = executorMemoryManager . allocate ( arg0 ) ; synchronized ( allocatedNonPageMemory ) { allocatedNonPageMemory . add ( loc0 ) ; } return loc0 ; }
10,916
verbose log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; }
10,917
druckt das spielfeld auf der konsole aus concode_field_sep int[][] field concode_elem_sep int size concode_elem_sep boolean isFree concode_elem_sep MatrixTools matrixTools concode_elem_sep boolean isBlocked concode_elem_sep String fieldId concode_field_sep void setAttack concode_elem_sep int getSize concode_elem_sep vo...
void function ( String arg0 ) { matrixTools . printPublicField ( this . field , arg0 ) ; }
10,918
apply deltas to the data in this component , starting at offset deltastart , and return the new component . there are two floats for each justification info , for a total of 2 getnumjustificationinfos . the first delta is the left adjustment , the second is the right adjustment . if flags 0 is true on entry , rejustifi...
TextLineComponent function ( float [ ] arg0 , int arg1 , boolean [ ] arg2 ) { return this ; }
10,919
retrieve all un-disposed mediaplayer s. concode_field_sep NativeMediaManager globalInstance concode_elem_sep NativeMediaPlayerDisposer playerDisposer concode_elem_sep List<String> supportedContentTypes concode_elem_sep boolean isNativeLayerInitialized concode_elem_sep Map<MediaPlayer,Boolean> allMediaPlayers concode_el...
List < MediaPlayer > function ( ) { List < MediaPlayer > loc0 = null ; if ( ! allMediaPlayers . isEmpty ( ) ) { loc0 = new ArrayList < MediaPlayer > ( allMediaPlayers . keySet ( ) ) ; } return loc0 ; }
10,920
pushes the difference of the top two elements of the stack onto the stack concode_field_sep Stack stack concode_field_sep void add concode_elem_sep void swap concode_elem_sep void duplicate concode_elem_sep void push concode_elem_sep int peek concode_elem_sep void setStack concode_elem_sep int pop concode_elem_sep void...
void function ( ) { int loc0 = pop ( ) ; int loc1 = pop ( ) ; push ( loc1 - loc0 ) ; }
10,921
return a local map spill index file created earlier concode_field_sep String SPILL_FILE_FORMAT_STRING concode_elem_sep String OUTPUT_FILE_FORMAT_STRING concode_elem_sep String SPILL_INDEX_FILE_FORMAT_STRING concode_elem_sep LocalDirAllocator lDirAlloc concode_elem_sep String TASKTRACKER_OUTPUT concode_elem_sep String O...
Path function ( int arg0 ) { String loc0 = String . format ( SPILL_INDEX_FILE_FORMAT_STRING , TASKTRACKER_OUTPUT , arg0 ) ; return lDirAlloc . getLocalPathToRead ( loc0 , conf ) ; }
10,922
logs an exit event if profiling is currently on , and passes it through to all configured appenders . concode_field_sep ApplicationContext applicationContext concode_elem_sep List<String> appenderNames concode_elem_sep ThreadLocal<List<ProfilerAppender>> appenders concode_elem_sep ThreadLocal<String> profilingLabel con...
void function ( Class < ? > arg0 , String arg1 ) { if ( ! isProfiling ( ) ) { return ; } long loc0 = System . currentTimeMillis ( ) ; for ( ProfilerAppender loc1 : appenders . get ( ) ) { loc1 . logExit ( profilingLabel . get ( ) , arg0 , arg1 , loc0 ) ; } }
10,923
return the variant indicating how separators will be displayed . concode_field_sep boolean displayDirection concode_elem_sep byte separatorVariant concode_elem_sep byte countVariant concode_elem_sep PeriodFormatterData data concode_elem_sep boolean customizationsInUse concode_elem_sep boolean displayLimit concode_elem_...
int function ( ) { return customizations . separatorVariant ; }
10,924
register some variables that can be referenced from the tests concode_field_sep PlaceHolder placeHolder concode_field_sep void setupRootContextObject concode_elem_sep String reverseString concode_elem_sep String isEven concode_elem_sep String varargsFunctionReverseStringsAndMerge concode_elem_sep StandardEvaluationCont...
void function ( StandardEvaluationContext arg0 ) { arg0 . setVariable ( "srini_string" , 42 ) ; }
10,925
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { CategoryPointerAnnotation loc0 = new CategoryPointerAnnotation ( "srini_string" , "srini_string" , 20.0 , Math . PI ) ; CategoryPointerAnnotation loc1 = ( CategoryPointerAnnotation ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTr...
10,926
return the qualified prefixed name of an attribute by position . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_el...
String function ( int arg0 ) { return attributes . getQName ( arg0 ) ; }
10,927
sets the value of the questions property . concode_field_sep List<Question> question concode_elem_sep String subtitle concode_elem_sep Questionnaire.Questions questions concode_elem_sep String title concode_field_sep List<Question> getQuestion concode_elem_sep String getTitle concode_elem_sep Questionnaire.Questions ge...
void function ( Questionnaire . Questions arg0 ) { this . questions = arg0 ; }
10,928
returns a string representation of this label . concode_field_sep Label next concode_elem_sep int maxStackSize concode_elem_sep int[] srcAndRefPositions concode_elem_sep boolean resized concode_elem_sep int line concode_elem_sep int referenceCount concode_elem_sep Edge successors concode_elem_sep int position concode_e...
String function ( ) { return "srini_string" + System . identityHashCode ( this ) ; }
10,929
set the cc addresses . concode_field_sep String password concode_elem_sep Vector<Header> headers concode_elem_sep boolean starttls concode_elem_sep String host concode_elem_sep String user concode_elem_sep Vector<EmailAddress> replyToList concode_elem_sep Message message concode_elem_sep Task task concode_elem_sep Vect...
void function ( Vector < EmailAddress > arg0 ) { this . ccList = arg0 ; }
10,930
the encryption key for your s3 bucket . concode_field_sep String diskImageFormat concode_elem_sep String s3Key concode_elem_sep String containerFormat concode_elem_sep String s3Bucket concode_field_sep String getContainerFormat concode_elem_sep ExportToS3Task withS3Bucket concode_elem_sep ExportToS3Task withContainerFo...
String function ( ) { return this . s3Key ; }
10,931
sets the multipleheader rappresentation as comma-separated or multiple headers concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_el...
void function ( boolean arg0 ) { compact = arg0 ; }
10,932
this method was generated by mybatis generator . this method sets the value of the database column haiercard.cdtact.openamt concode_field_sep String pkid concode_elem_sep BigDecimal actaccm concode_elem_sep String lstdate concode_elem_sep BigDecimal actbal concode_elem_sep String name concode_elem_sep String opendate c...
void function ( BigDecimal arg0 ) { this . openamt = arg0 ; }
10,933
sets the value of the accpr property . concode_field_sep Object parent concode_elem_sep CTOMathArg e concode_elem_sep CTAccPr accPr concode_field_sep Object getParent concode_elem_sep void setE concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep CTAccPr getAccPr concode_elem_sep CTOMat...
void function ( CTAccPr arg0 ) { this . accPr = arg0 ; }
10,934
changes whether the trial length provided in the constructor is interpreted as the number of episodes or total number of steps . concode_field_sep int trialLength concode_elem_sep TerminalFunction tf concode_elem_sep int debugCode concode_elem_sep int plotRefresh concode_elem_sep boolean displayPlots concode_elem_sep i...
void function ( boolean arg0 ) { this . trialLengthIsInEpisodes = arg0 ; }
10,935
appends the given id to the end of the path . concode_field_sep PlaceHolder placeHolder concode_field_sep long parseId concode_elem_sep Uri withAppendedId
Uri . Builder function ( Uri . Builder arg0 , long arg1 ) { return arg0 . appendEncodedPath ( String . valueOf ( arg1 ) ) ; }
10,936
does a gradebook exist ? concode_field_sep Log log concode_field_sep boolean updateGradebook concode_elem_sep Site getCurrentSite concode_elem_sep boolean isGradebookExist concode_elem_sep void removeExternalAssessment concode_elem_sep boolean isAssignmentDefined concode_elem_sep void updateExternalAssessmentScores con...
boolean function ( String arg0 , GradebookExternalAssessmentService arg1 ) { log . debug ( "srini_string" + arg1 ) ; if ( arg0 == null ) { return false ; } return arg1 . isGradebookDefined ( arg0 ) ; }
10,937
get color resource id according color resource name concode_field_sep ResoureFinder resoureFinder concode_field_sep Drawable getDrawable concode_elem_sep Drawable getDrawable concode_elem_sep int getColor concode_elem_sep int getColor concode_elem_sep int getId concode_elem_sep int getId concode_elem_sep String getStri...
int function ( Context arg0 , String arg1 ) { return EUExUtil . getResColorID ( arg1 ) ; }
10,938
the actions associated with the rule . note : this method appends the values to the existing list if any . use #setactions java.util.collection or #withactions java.util.collection if you want to override theexisting values . concode_field_sep java.util.Date createdAt concode_elem_sep Boolean ruleDisabled concode_elem_...
TopicRule function ( Action ... arg0 ) { if ( this . actions == null ) { setActions ( new java . util . ArrayList < Action > ( arg0 . length ) ) ; } for ( Action loc0 : arg0 ) { this . actions . add ( loc0 ) ; } return this ; }
10,939
get batch information for edit batch details . concode_field_sep Logger logger concode_elem_sep HibernateTemplate hibernateTemplate concode_field_sep boolean saveBatch concode_elem_sep List<Batch> getAllBatchName concode_elem_sep void deleteBatch
List < Object > function ( Integer arg0 ) { List < Object > loc0 = hibernateTemplate . find ( "srini_string" + arg0 ) ; return loc0 ; }
10,940
grows the size of the stack concode_field_sep int m_allocatedSize concode_elem_sep boolean m_values[] concode_elem_sep int m_index concode_field_sep boolean pop concode_elem_sep void setTop concode_elem_sep boolean peekOrTrue concode_elem_sep int size concode_elem_sep boolean peekOrFalse concode_elem_sep void clear con...
void function ( ) { m_allocatedSize *= 2 ; boolean loc0 [ ] = new boolean [ m_allocatedSize ] ; System . arraycopy ( m_values , 0 , loc0 , 0 , m_index + 1 ) ; m_values = loc0 ; }
10,941
sets author . concode_field_sep Integer bibId concode_elem_sep String collectionGroupDesignation concode_elem_sep String summaryHoldings concode_elem_sep String requestingInstitution concode_elem_sep String deliveryLocation concode_elem_sep String requestType concode_elem_sep String author concode_elem_sep String publi...
void function ( String arg0 ) { this . author = arg0 ; }
10,942
create an instance of findcustomerbyidresponse concode_field_sep QName _StoreSalesOpportunityResponse_QNAME concode_elem_sep QName _StoreSalesOpportunity_QNAME concode_elem_sep QName _FindCustomer_QNAME concode_elem_sep QName _FindCustomerById_QNAME concode_elem_sep QName _FindCustomerResponse_QNAME concode_elem_sep QN...
FindCustomerByIdResponse function ( ) { return new FindCustomerByIdResponse ( ) ; }
10,943
returns a string representation of the object . in general , the tostring method returns a string that `` textually represents '' this object . the result should be a concise but informative representation that is easy for a person to read . it is recommended that all subclasses override this method . the tostring meth...
String function ( ) { return result ; }
10,944
create an instance of validate concode_field_sep QName _UnknownCustomerException_QNAME concode_elem_sep QName _Validate_QNAME concode_elem_sep QName _RemoveItemToCustomerCartResponse_QNAME concode_elem_sep QName _PaymentException_QNAME concode_elem_sep QName _AddItemToCustomerCartResponse_QNAME concode_elem_sep QName _...
Validate function ( ) { return new Validate ( ) ; }
10,945
generates a buffer of samples by ticking the wrapped ugen mono.length times . concode_field_sep UGen generator concode_field_sep UGen getUGen concode_elem_sep void setUGen
void function ( float [ ] arg0 ) { float [ ] loc0 = new float [ 1 ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ 0 ] = 0 ; generator . tick ( loc0 ) ; arg0 [ loc1 ] = loc0 [ 0 ] ; } }
10,946
concatenates a byte array with the contents of a slice . concode_field_sep PlaceHolder placeHolder concode_field_sep BufferSlice toBufferSlice
Slice function ( Slice arg0 , byte [ ] arg1 ) { int loc0 = arg0 . length + arg1 . length ; byte [ ] loc1 = new byte [ loc0 ] ; System . arraycopy ( arg0 . buffer , arg0 . offset , loc1 , 0 , arg0 . length ) ; System . arraycopy ( arg1 , 0 , loc1 , arg0 . length , arg1 . length ) ; return new Slice ( loc1 ) ; }
10,947
sets the spring bean id for this bean . concode_field_sep SanPhamService _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 SanPhamService getService
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
10,948
returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren...
View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; }
10,949
returns an integer uniformly between 0 inclusive and n exclusive . concode_field_sep Random random concode_elem_sep long seed concode_field_sep double cauchy concode_elem_sep long getSeed concode_elem_sep int poisson concode_elem_sep void main concode_elem_sep int discrete concode_elem_sep double random concode_elem_se...
int function ( int arg0 ) { if ( arg0 <= 0 ) throw new IllegalArgumentException ( "srini_string" ) ; return random . nextInt ( arg0 ) ; }
10,950
returns the list of all detected token names , ordered by index . this list consists of all public static int - field names from the lexer class that start with an uppercase letter . concode_field_sep List<String> names concode_elem_sep List<Term> terms concode_elem_sep Class<? extends Lexer> lexer concode_field_sep Li...
List < String > function ( ) { if ( this . names == null ) { this . names = computeNames ( ) ; } return this . names ; }
10,951
checks if the given double value is zero using a stricter epsilon value than #equalseps double , double . concode_field_sep double EPSILON concode_elem_sep double ZERO_EPSILON concode_field_sep boolean equalsEps concode_elem_sep String formatDouble concode_elem_sep int compareEps concode_elem_sep int hashCodeEps concod...
boolean function ( double arg0 ) { return Math . abs ( arg0 ) < ZERO_EPSILON ; }
10,952
get registration files concode_field_sep List registrationFiles concode_field_sep void setRegistrationFiles
List function ( ) { return registrationFiles ; }
10,953
used to communicate a return object from a plugin tool to the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
10,954
make a tossim serial port node 0 packet source concode_field_sep PlaceHolder placeHolder concode_field_sep PacketSource makeTossimSource concode_elem_sep PacketSource makeArgsSerial concode_elem_sep String sourceHelp concode_elem_sep PacketSource makeSF concode_elem_sep void main concode_elem_sep PacketSource makeSeria...
PacketSource function ( String arg0 ) { return makeTossimSource ( "srini_string" , arg0 ) ; }
10,955
by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_elem_sep OverrideCopyOperation getOverride...
boolean function ( Collection arg0 , Map arg1 ) { return false ; }
10,956
returns true if the map producer can handle list or results one per time/elevation/dimension value instead of a single one concode_field_sep boolean transparencySupported concode_elem_sep boolean paletteSupported concode_elem_sep boolean tiledRequestsSupported concode_elem_sep String framesMimeType concode_elem_sep boo...
boolean function ( ) { return multivalueRequestsSupported ; }
10,957
return the number of attributes in the list . concode_field_sep ArrayList<String> values concode_elem_sep ArrayList<String> names concode_elem_sep ArrayList<String> types concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep void addAttribute concode_elem_se...
int function ( ) { return names . size ( ) ; }
10,958
max test positive numbers . concode_field_sep PlaceHolder placeHolder concode_field_sep void methodDeterminesTheMaxNumber concode_elem_sep void methodDeterminesTheMaxInNegativeNumbers concode_elem_sep void methodDeterminesTheMax
void function ( ) { Max loc0 = new Max ( ) ; final int loc1 = 1 ; final int loc2 = 2 ; final int loc3 = 2 ; int loc4 = loc0 . loc0 ( loc1 , loc2 ) ; assertThat ( loc4 , is ( loc3 ) ) ; }
10,959
subclasses that need to conditionalize the enabled state should override this . be aware that sender may be null . concode_field_sep String name concode_field_sep Object getValue concode_elem_sep void setEnabled concode_elem_sep String getName concode_elem_sep void putValue concode_elem_sep void addPropertyChangeListen...
boolean function ( Object arg0 ) { return true ; }
10,960
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _kaleoConditionLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
10,961
returns true if this insn has a side-effect . returns true if the insn is null for reasons stated in the code block . concode_field_sep BitSet worklist concode_elem_sep BitSet noSideEffectRegs concode_elem_sep SsaMethod ssaMeth concode_elem_sep int regCount concode_elem_sep ArrayList<SsaInsn>[] useList concode_field_se...
boolean function ( SsaInsn arg0 ) { if ( arg0 == null ) { return true ; } return arg0 . hasSideEffect ( ) ; }
10,962
returns the service name of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedMo...
java . lang . String function ( ) { return _oAuthToken . getServiceName ( ) ; }
10,963
returns the account with the primary key . concode_field_sep AccountLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.model.Account createAccount concode_elem_sep java.util.List<com.liferay.portal.model.Account>...
com . liferay . portal . model . Account function ( long arg0 ) { return getService ( ) . getAccount ( arg0 ) ; }
10,964
ends an object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep J...
JSONBuilder function ( ) { params . append ( "srini_string" ) ; return this ; }
10,965
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 < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _appLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
10,966
this method was generated by mybatis generator . this method sets the value of the database column boss_rates . description concode_field_sep Integer rateRound concode_elem_sep String rateName concode_elem_sep String description concode_elem_sep Integer rule concode_elem_sep long serialVersionUID concode_elem_sep Strin...
void function ( String arg0 ) { this . description = arg0 == null ? null : arg0 . trim ( ) ; }
10,967
gets the value of the accountname property . concode_field_sep List<Status> accountStatus concode_elem_sep XMLGregorianCalendar creationTime concode_elem_sep XMLGregorianCalendar terminateTime concode_elem_sep String accountName concode_elem_sep String accountSubType concode_elem_sep String accountType concode_elem_sep...
String function ( ) { return accountName ; }
10,968
asserts that the given array is not empty . concode_field_sep LongArrays INSTANCE concode_elem_sep Arrays arrays concode_elem_sep Failures failures concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep LongArrays instance concode_elem_sep void assertNullOrEmpty concode_elem_sep C...
void function ( AssertionInfo arg0 , long [ ] arg1 ) { arrays . assertNotEmpty ( arg0 , failures , arg1 ) ; }
10,969
sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep Statement getFilterStatement
void function ( Statement arg0 ) { this . filterStatement = arg0 ; }
10,970
locale getter concode_field_sep String osVersion concode_elem_sep String timeZone concode_elem_sep String userAgent concode_elem_sep String deviceModel concode_elem_sep String locale concode_elem_sep String connectionType concode_elem_sep String ODIN1 concode_elem_sep String identifierForVendor concode_field_sep String...
String function ( ) { return locale ; }
10,971
gets the segment that the view currently writes to . concode_field_sep int headerLength concode_elem_sep int segmentSize concode_elem_sep MemorySegment currentSegment concode_elem_sep int positionInSegment concode_elem_sep byte[] utfBuffer concode_field_sep void writeInt concode_elem_sep void writeByte concode_elem_sep...
MemorySegment function ( ) { return this . currentSegment ; }
10,972
decreases calendar date by one day . concode_field_sep Long lastTime concode_elem_sep Long lastNanoTime concode_elem_sep Long pinnedNanoTime concode_elem_sep Long pinnedTime concode_field_sep String formatDate concode_elem_sep void showPassedNanoTime concode_elem_sep void showPassedNanoTime concode_elem_sep void showPa...
void function ( final Calendar arg0 ) { changeByDays ( arg0 , - 1 ) ; }
10,973
gets the updatestudent student object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep int selectedTabIndex concode_elem_sep ...
Student function ( ) { return updateStudent ; }
10,974
this method was generated by mybatis generator . this method returns the value of the database column actblh.dcrirt concode_field_sep Long draccm concode_elem_sep BigDecimal ddrirt concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep Date bngdat concode_elem_sep BigDecimal crirat concode_elem_...
BigDecimal function ( ) { return dcrirt ; }
10,975
if set to true , a subtree scope search will be performed . if false a single-level search is used . concode_field_sep SpringSecurityLdapTemplate ldapTemplate concode_elem_sep String groupSearchBase concode_elem_sep boolean convertToUpperCase concode_elem_sep GrantedAuthority defaultRole concode_elem_sep String groupRo...
void function ( boolean arg0 ) { int loc0 = arg0 ? SearchControls . SUBTREE_SCOPE : SearchControls . ONELEVEL_SCOPE ; searchControls . setSearchScope ( loc0 ) ; }
10,976
adds semantic checks to the default deserialization method . this method must have the standard signature for a readobject method , and the body of the method must begin with `` s.defaultreadobject ; '' . other than that , any semantic checks can be specified and do not need to stay the same from version to version . a...
void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; if ( semIm == null ) { throw new NullPointerException ( ) ; } if ( parameter == null ) { throw new NullPointerException ( ) ; } if ( aC != null ) { a = new TetradMatrix ( aC . toArray ( ) ) ; } }
10,977
return the offset position of this correction in the text . both the #getoldtext and #getnewtext start at this offset . concode_field_sep int mOffset concode_elem_sep CharSequence mNewText concode_elem_sep CharSequence mOldText concode_elem_sep Parcelable.Creator<CorrectionInfo> CREATOR concode_field_sep CorrectionInfo...
int function ( ) { return mOffset ; }
10,978
sets whether the riskmodel is set for this table . concode_field_sep boolean riskModel concode_elem_sep ArrayList<VariableMu> variables concode_elem_sep int nrOfUnsafeCombinations concode_elem_sep int defaultThreshold concode_elem_sep int threshold concode_field_sep boolean contains concode_elem_sep ArrayList<VariableM...
void function ( boolean arg0 ) { this . riskModel = arg0 ; }
10,979
sets the value of the statuscode property . concode_field_sep StatusDetailType statusDetail concode_elem_sep String statusMessage concode_elem_sep StatusCodeType statusCode concode_field_sep void setStatusDetail concode_elem_sep void setStatusMessage concode_elem_sep StatusCodeType getStatusCode concode_elem_sep String...
void function ( StatusCodeType arg0 ) { this . statusCode = arg0 ; }
10,980
get the card belonging to the player at the specified index concode_field_sep int replaceCardIndex concode_elem_sep String name concode_elem_sep int roundScore concode_elem_sep int totalScore concode_elem_sep PlayingCard[] handOfCards concode_field_sep void setName concode_elem_sep int getTotalScore concode_elem_sep vo...
PlayingCard function ( int arg0 ) { return handOfCards [ arg0 ] ; }
10,981
returns the address of the sender as a long . concode_field_sep boolean _acceptable concode_elem_sep int _port concode_elem_sep PircBot _bot concode_elem_sep BufferedReader _reader concode_elem_sep long _address concode_elem_sep BufferedWriter _writer concode_elem_sep Socket _socket concode_elem_sep String _login conco...
long function ( ) { return _address ; }
10,982
called internally or externally in write delay intervals . concode_field_sep FileAccess.FileSync outDescriptor concode_elem_sep Object timerTask concode_elem_sep int INSERT_WITH_SCHEMA concode_elem_sep boolean needsSync concode_elem_sep boolean isCompressed concode_elem_sep int writeDelay concode_elem_sep HsqlName sche...
void function ( ) { if ( isClosed ) { return ; } if ( needsSync ) { forceSync ( ) ; } }
10,983
get the module number to which device is attached . concode_field_sep String connectorType concode_elem_sep int connector concode_elem_sep int module concode_elem_sep String ipAddress concode_elem_sep GC100IRControlPoint gc100ControlPoint concode_elem_sep GC100IRConnection socket concode_field_sep InetAddress getInetAd...
int function ( ) { return module ; }
10,984
do n't use , this method is reserved for bela ! : - concode_field_sep long[] seqnos concode_elem_sep Address[] members concode_elem_sep Address member concode_elem_sep int index concode_elem_sep long hr concode_elem_sep long hd concode_field_sep void createArrays concode_elem_sep Entry next concode_elem_sep long serial...
Address [ ] function ( ) { return members ; }
10,985
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer width concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer height concode_field_sep java.lang.Integer getHeight concode_elem_sep o...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
10,986
returns the ascent of the font , which is the distance from the base to the top of the majority of characters in the set . some characters can exceed this value however . concode_field_sep FontRenderContext gRC concode_elem_sep long serialVersionUID concode_elem_sep Font font concode_field_sep Rectangle2D getStringBoun...
int function ( ) { return 1 ; }
10,987
deletes the video with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep VideoLocalService _videoLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.Actiona...
video . library . model . Video function ( long arg0 ) { return _videoLocalService . deleteVideo ( arg0 ) ; }
10,988
return lots of status info about this server concode_field_sep ThriftServerContext serverContext concode_elem_sep Log LOG concode_field_sep T assumeUserContextAndExecute concode_elem_sep T assumeUserContextAndExecute concode_elem_sep org.apache.hadoop.thriftfs.api.VersionInfo getVersionInfo concode_elem_sep MetricsCont...
RuntimeInfo function ( RequestContext arg0 ) { RuntimeInfo loc0 = new RuntimeInfo ( ) ; loc0 . totalMemory = Runtime . getRuntime ( ) . totalMemory ( ) ; loc0 . freeMemory = Runtime . getRuntime ( ) . freeMemory ( ) ; loc0 . maxMemory = Runtime . getRuntime ( ) . maxMemory ( ) ; return loc0 ; }
10,989
gets the internal threadgroup ; so the actual threadgroup object . concode_field_sep ClassLoader classLoader concode_elem_sep ILogger logger concode_elem_sep ThreadGroup internalThreadGroup concode_elem_sep String hzName concode_field_sep String getThreadNamePrefix concode_elem_sep String getThreadPoolNamePrefix concod...
ThreadGroup function ( ) { return internalThreadGroup ; }
10,990
returns the 4-bit option header value . concode_field_sep DatagramWriter writer concode_field_sep byte[] serializeRequest concode_elem_sep byte[] serializeResponse concode_elem_sep void serializeMessage concode_elem_sep byte[] serializeEmptyMessage
int function ( int arg0 ) { if ( arg0 <= 12 ) { return arg0 ; } else if ( arg0 <= 255 + 13 ) { return 13 ; } else if ( arg0 <= 65535 + 269 ) { return 14 ; } else { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } }
10,991
returns a static instance of the fontmanager class . concode_field_sep Logger logger concode_elem_sep String NFONT_OPEN_TYPE concode_elem_sep int FONT_TYPE_3 concode_elem_sep boolean awtFontLoading concode_elem_sep int FONT_OPEN_TYPE concode_elem_sep boolean foundNFont concode_elem_sep int FONT_TYPE_1 concode_elem_sep ...
FontFactory function ( ) { if ( fontFactory == null ) { fontFactory = new FontFactory ( ) ; } return fontFactory ; }
10,992
return the callable to use for concurrent handling never null . concode_field_sep Callable<V> timeoutCallback concode_elem_sep Runnable completionCallback concode_elem_sep String executorName concode_elem_sep Callable<V> callable concode_elem_sep BeanFactory beanFactory concode_elem_sep AsyncTaskExecutor executor conco...
Callable < ? > function ( ) { return this . callable ; }
10,993
formats a date according to the first format in the array . concode_field_sep List<String> FORMAT_RFC_1036 concode_elem_sep List<String> FORMAT_RFC_3339 concode_elem_sep List<String> FORMAT_RFC_1123 concode_elem_sep List<String> FORMAT_RFC_822 concode_elem_sep List<String> FORMAT_ASC_TIME concode_field_sep List<T> unmo...
String function ( final Date arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } final com . google . gwt . i18n . client . DateTimeFormat loc0 = com . google . gwt . i18n . client . DateTimeFormat . getFormat ( arg1 ) ; return loc0 . arg1 ( arg0 ) ; }
10,994
this method is intended to display a warning to developers when they have accidentally omitted activity declarations in their application 's androidmanifest . calling this when there are inadequate permissions will always log a warning to the developer , and if the the application is debuggable , it will also display a...
void function ( @ NonNull final Context arg0 , @ NonNull final List < Class < ? extends Activity >> arg1 ) { final List < Class < ? extends Activity >> loc0 = filterDeclaredActivities ( arg0 , arg1 , false ) ; if ( loc0 . isEmpty ( ) ) { return ; } logWarningToast ( arg0 ) ; logMissingActivities ( loc0 ) ; }
10,995
sets data source . either transaction manager or data source is required . if none is provided , exception will be thrown on startup . concode_field_sep IgniteLogger log concode_elem_sep PlatformTransactionManager txMgr concode_elem_sep DataSource dataSrc concode_field_sep DataSource getDataSource concode_elem_sep Plat...
void function ( DataSource arg0 ) { this . dataSrc = arg0 ; }
10,996
sets the value of the monthlypaymentwithtax property . concode_field_sep Boolean selectable concode_elem_sep long serialVersionUID concode_elem_sep String adjustedTerm concode_elem_sep String type concode_elem_sep BigDecimal remainingFinancedAmountWithTax concode_elem_sep BigDecimal finalDownPayment concode_elem_sep Bi...
void function ( BigDecimal arg0 ) { this . monthlyPaymentWithTax = arg0 ; }
10,997
sets the active panel ids of this status . concode_field_sep Status _status concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setStatusId concode_elem_sep boolean isEscapedModel concode_elem_sep boole...
void function ( java . lang . String arg0 ) { _status . setActivePanelIds ( arg0 ) ; }
10,998
test of tostring method , of class sparsedoublevector . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testDotProduct_SparseDoubleVector concode_elem_sep void testUnion concode_elem_sep void testIntersection concode_elem_sep void tearDownClass concode_elem_sep void tes...
void function ( ) { System . out . println ( "srini_string" ) ; SparseDoubleVector loc0 = new SparseDoubleVector ( new double [ ] { 2 , 2 , 0 , 4 } ) ; String loc1 = "srini_string" ; String loc2 = loc0 . toString ( ) ; assertEquals ( loc1 , loc2 ) ; }
10,999
create an instance of credential.property concode_field_sep QName _Java_QNAME concode_elem_sep QName _MapReduce_QNAME concode_elem_sep QName _Kill_QNAME concode_elem_sep QName _Fs_QNAME concode_elem_sep QName _SubWorkflow_QNAME concode_elem_sep QName _Switch_QNAME concode_elem_sep QName _WorkflowApp_QNAME concode_elem_...
CREDENTIAL . Property function ( ) { return new CREDENTIAL . Property ( ) ; }