idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
13,000
whether this venue is the reference . concode_field_sep String country concode_elem_sep Venue parent concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep double latitude concode_elem_sep String description concode_elem_sep String source concode_elem_sep String type concode_elem_sep List<Venu...
void function ( boolean arg0 ) { this . reference = arg0 ; }
13,001
this will get a javascript action to be performed before saving a document . the name ws stands for `` will save '' . concode_field_sep COSDictionary actions concode_field_sep PDAction getWP concode_elem_sep void setDS concode_elem_sep PDAction getWC concode_elem_sep PDAction getDP concode_elem_sep void setWC concode_e...
PDAction function ( ) { COSDictionary loc0 = ( COSDictionary ) actions . getDictionaryObject ( "srini_string" ) ; PDAction loc1 = null ; if ( loc0 != null ) { loc1 = PDActionFactory . createAction ( loc0 ) ; } return loc1 ; }
13,002
this method is used to call a method of dao class to get call back type concode_field_sep PlaceHolder placeHolder concode_field_sep List searchSubSubCategory concode_elem_sep boolean editSubSubCategory concode_elem_sep List getCallBackTemplate concode_elem_sep List getEducationalTemplate concode_elem_sep SubSubCategory...
List function ( ) { ArrayList loc0 = new ArrayList ( ) ; SubSubCategoryDAO loc1 = new SubSubCategoryDAO ( ) ; loc0 = ( ArrayList ) loc1 . getCallBackType ( ) ; return loc0 ; }
13,003
set on click listener concode_field_sep Drawable icon concode_elem_sep OnClickListener listener concode_elem_sep String title concode_field_sep void setIcon concode_elem_sep String getTitle concode_elem_sep void setTitle concode_elem_sep OnClickListener getListener concode_elem_sep Drawable getIcon
void function ( OnClickListener arg0 ) { this . listener = arg0 ; }
13,004
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.CancelSpotInstanceRequestsResponseType localCancelSpotInstanceRequestsResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep v...
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 ) ; }...
13,005
process the openid mapping file concode_field_sep String OPENID_CLAIM_MAPPER_FILE_PATH concode_elem_sep String LN_AXSCHEMA concode_elem_sep OpenIDClaimMapper instance concode_elem_sep String LN_SREG concode_elem_sep String LN_OPENID_SCHEMA concode_elem_sep HashMap<String,String> sregMapping concode_elem_sep HashMap<Str...
void function ( String arg0 ) { StAXOMBuilder loc0 = new StAXOMBuilder ( arg0 ) ; OMElement loc1 = loc0 . getDocumentElement ( ) ; process ( loc1 ) ; }
13,006
retrieve the original parameters from a sorted collection . concode_field_sep String consumerSecret concode_elem_sep Base64 BASE64 concode_elem_sep Map<String,Class> NAME_TO_CLASS concode_elem_sep String _ACCESSOR concode_elem_sep Map.Entry value concode_elem_sep String tokenSecret concode_elem_sep String key concode_f...
List < Map . Entry > function ( Collection < ComparableParameter > arg0 ) { if ( arg0 == null ) { return null ; } List < Map . Entry > loc0 = new ArrayList < Map . Entry > ( arg0 . size ( ) ) ; for ( ComparableParameter loc1 : arg0 ) { loc0 . add ( loc1 . value ) ; } return loc0 ; }
13,007
disallows multiple filters . concode_field_sep Image image concode_elem_sep boolean multipleFiltersAllowed concode_elem_sep Log log concode_elem_sep PDFICCStream pdfICCStream concode_elem_sep String key concode_elem_sep int MAX_HIVAL concode_field_sep String getMask concode_elem_sep String getKey concode_elem_sep Integ...
void function ( ) { multipleFiltersAllowed = false ; }
13,008
encodes the given string into a sequence of bytes using the named charset , storing the result into a new byte array . this method catches unsupportedencodingexception and rethrows it as illegalstateexception , which should never happen for a required charset name . use this method when the encoding is required to be i...
byte [ ] function ( String arg0 , String arg1 ) { if ( arg0 == null ) { return null ; } try { return arg0 . getBytes ( arg1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw StringUtils . newIllegalStateException ( arg1 , loc0 ) ; } }
13,009
get the n-th value in the array after sorted concode_field_sep PlaceHolder placeHolder concode_field_sep double getOrderedValue concode_elem_sep int getMinValueIndex concode_elem_sep void locate concode_elem_sep void swap concode_elem_sep int getMaxValueIndex
double function ( double [ ] arg0 , int arg1 , boolean arg2 ) { if ( arg1 > arg0 . length ) { arg1 = arg0 . length ; } int loc0 ; if ( arg2 ) { loc0 = arg1 ; } else { loc0 = arg0 . length - arg1 ; } double loc1 = getOrderedValue ( arg0 , loc0 ) ; return loc1 ; }
13,010
getdatabasename concode_field_sep ResourceAccessor m_accessor concode_elem_sep String m_adminUser concode_elem_sep String m_adminPassword concode_elem_sep String m_jdbcDriver concode_elem_sep String m_databaseName concode_elem_sep String m_databaseHost concode_elem_sep String m_schemaName concode_elem_sep String m_data...
String function ( ) { return m_databaseName ; }
13,011
sets the txt mouse over of this adv item . concode_field_sep AdvItem _advItem concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode...
void function ( java . lang . String arg0 ) { _advItem . setTxtMouseOver ( arg0 ) ; }
13,012
appends scheme to incoming path concode_field_sep String scheme concode_elem_sep String uriPrefix concode_field_sep InputStream getStream concode_elem_sep boolean belongsTo concode_elem_sep Scheme ofUri concode_elem_sep String crop
String function ( String arg0 ) { return uriPrefix + arg0 ; }
13,013
sets up a menu concode_field_sep Ocean currentOcean concode_elem_sep UserInterface ui concode_elem_sep int currentScore concode_elem_sep int highestScore concode_elem_sep boolean played concode_field_sep void displayGrid concode_elem_sep void displayResults concode_elem_sep void playTheGame concode_elem_sep void setUpT...
void function ( ) { ArrayList < String > loc0 = new ArrayList < > ( ) ; loc0 . add ( "srini_string" ) ; loc0 . add ( "srini_string" ) ; loc0 . add ( "srini_string" ) ; String loc1 = CollectionTools . collectionPrinter ( 'S' , loc0 ) ; runMenu ( loc1 ) ; }
13,014
used internally to change selection concode_field_sep GToggleControl selected concode_elem_sep GToggleControl deselected concode_field_sep void addControls concode_elem_sep void addControl
void function ( GToggleControl arg0 ) { deselected = selected ; if ( deselected != null ) deselected . setSelected ( false ) ; selected = arg0 ; }
13,015
checking if in the row or in the column are all x and if are than prints message that player x is winner . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRowX concode_elem_sep boolean getRowForO concode_elem_sep boolean isAllOColumn concode_elem_sep void printTicTacToeMatrix concode_elem_sep bool...
boolean function ( String [ ] [ ] arg0 ) { boolean loc0 = isRowX ( arg0 ) ; if ( loc0 == true ) { System . out . println ( "srini_string" ) ; return true ; } boolean loc1 = isAllXColumn ( arg0 ) ; if ( loc1 == true ) { System . out . println ( "srini_string" ) ; return true ; } return false ; }
13,016
returns ranking of item given in parameter , zero if not present in the candidate list concode_field_sep Score score concode_elem_sep int number_of_candidates concode_elem_sep long bestSuboptimal concode_elem_sep TreeSet<Item> sorted_items concode_elem_sep List<Float> textualBranchHeuristic concode_elem_sep float max_u...
int function ( long arg0 , int arg1 ) { int loc0 = 1 ; for ( Item loc1 : this . sorted_items ) { if ( arg0 == loc1 . getItemId ( ) ) return loc0 ; loc0 ++ ; } return 0 ; }
13,017
a debugger is attached - could be an attack in progress concode_field_sep RAGStatus severity concode_elem_sep Optional<CoreMessageKey> messageKey concode_elem_sep AlertType alertType concode_elem_sep Optional<Object[]> messageData concode_field_sep AlertType getAlertType concode_elem_sep RAGStatus getSeverity concode_e...
SecuritySummary function ( ) { return new SecuritySummary ( RAGStatus . RED , Optional . of ( CoreMessageKey . DEBUGGER_ATTACHED ) , Optional . < Object [ ] > absent ( ) , AlertType . DEBUGGER_ATTACHED ) ; }
13,018
gets the value of the value property . concode_field_sep String finalname concode_elem_sep Boolean override concode_elem_sep String value concode_field_sep void setLocation concode_elem_sep void setFinalname concode_elem_sep void setOverride concode_elem_sep boolean isOverride concode_elem_sep String getFinalname
String function ( ) { return value ; }
13,019
encode this permutation as byte array . concode_field_sep int[] perm concode_field_sep boolean isPermutation concode_elem_sep Permutation computeInverse concode_elem_sep Permutation rightMultiply concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int[] getVector concode_elem_sep String toStr...
byte [ ] function ( ) { int loc0 = perm . length ; int loc1 = IntegerFunctions . ceilLog256 ( loc0 - 1 ) ; byte [ ] loc2 = new byte [ 4 + loc0 * loc1 ] ; LittleEndianConversions . I2OSP ( loc0 , loc2 , 0 ) ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { LittleEndianConversions . I2OSP ( perm [ loc3 ] , loc2 , 4 + loc3...
13,020
adds a header with name and value . prefer this method for multiply-valued headers like `` cookie '' . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_elem_sep URL url co...
Builder function ( String arg0 , String arg1 ) { headers . add ( arg0 , arg1 ) ; return this ; }
13,021
returns the value of the specified part . concode_field_sep int length concode_elem_sep int[] parts concode_field_sep void parseCode concode_elem_sep boolean equals concode_elem_sep int getLength concode_elem_sep void increment concode_elem_sep String toString
int function ( int arg0 ) { if ( arg0 < 0 || arg0 > 2 ) { throw new IllegalArgumentException ( "srini_string" ) ; } return this . parts [ arg0 ] ; }
13,022
check that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals
void function ( ) { CategoryStepRenderer loc0 = new CategoryStepRenderer ( false ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
13,023
gets the current year concode_field_sep int TODAY concode_elem_sep int TOMORROW concode_elem_sep int YESTERDAY concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String getDayAsString concode_elem_sep long getCurrentTimeInSeconds concode_elem_sep Date getDayAsDate concode_elem_sep i...
int function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; return loc0 . get ( Calendar . YEAR ) ; }
13,024
construct a & - separated list of the given values , percentencoded . concode_field_sep String FORM_ENCODED concode_elem_sep String ENCODING concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep String addParameters concode_elem_sep S...
String function ( Iterable arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( Object loc1 : arg0 ) { if ( loc0 . length ( ) > 0 ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( OAuth . percentEncode ( toString ( loc1 ) ) ) ; } return loc0 . toString ( ) ; }
13,025
create a new ipv4rangebuilder aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum conco...
IPv4RangeBuilder function ( String arg0 ) { return new IPv4RangeBuilder ( arg0 ) ; }
13,026
updates the state of metricsservice to account for the user 's preferences . concode_field_sep ComponentCallbacks mComponentCallbacks concode_elem_sep TabModelSelectorTabObserver mTabModelSelectorTabObserver concode_elem_sep long sNativeUmaSessionStats concode_elem_sep String SAMSUNG_MULTWINDOW_PACKAGE concode_elem_sep...
void function ( ) { PrivacyPreferencesManager loc0 = PrivacyPreferencesManager . getInstance ( ) ; loc0 . syncUsageAndCrashReportingPrefs ( ) ; boolean loc1 = loc0 . isMetricsUploadPermitted ( ) ; nativeUpdateMetricsServiceState ( loc1 ) ; }
13,027
sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep Statement getFilterStatement
void function ( Statement arg0 ) { this . filterStatement = arg0 ; }
13,028
writes data to the output file . concode_field_sep boolean midRecord concode_elem_sep File file concode_elem_sep SimpleDateFormat dateFormat concode_elem_sep boolean initialized concode_elem_sep BufferedWriter writer concode_elem_sep Logger log concode_elem_sep BinaryWriter postgisBinaryWriter concode_field_sep void se...
void function ( String arg0 ) { initialize ( ) ; try { separateField ( ) ; writer . write ( escapeString ( arg0 ) ) ; } catch ( IOException loc0 ) { throw new OsmosisRuntimeException ( "srini_string" + arg0 + "srini_string" , loc0 ) ; } }
13,029
removes a listener . concode_field_sep Vector listenersV_ concode_elem_sep ListDataListener[] listeners_ concode_elem_sep String copyright concode_elem_sep Object source_ concode_field_sep void intervalRemoved concode_elem_sep void fireIntervalAdded concode_elem_sep void fireContentsChanged concode_elem_sep void interv...
void function ( ListDataListener arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; if ( listenersV_ . removeElement ( arg0 ) ) { synchronized ( listeners_ ) { listeners_ = new ListDataListener [ listenersV_ . size ( ) ] ; listenersV_ . copyInto ( listeners_ ) ; } } }
13,030
gets a serialized type after datumcontainer #resolve context resolved for the given group the type will be serialized by the serializer serializer for the given typeif the serialization is unsuccessful , a serializationexception serialization exception is thrownif no literal is found in that group , a com.pqqqqq.escrip...
T function ( String arg0 , Serializer < ? extends T > arg1 ) { return getOptionalSerialized ( arg0 , arg1 ) . orElseThrow ( ( ) -> new MissingGroupException ( "srini_string" , arg0 ) ) ; }
13,031
returns the time stamp , when all stack traces were collected at the jobmanager . concode_field_sep int sampleId concode_elem_sep double[] subTaskBackPressureRatio concode_elem_sep long endTimestamp concode_elem_sep double maxSubTaskBackPressureRatio concode_field_sep double getMaxBackPressureRatio concode_elem_sep int...
long function ( ) { return endTimestamp ; }
13,032
creates a port finder that operates on private ports . concode_field_sep Lock lock concode_elem_sep int startPort concode_elem_sep AvailablePortFinder INSTANCE concode_elem_sep int current concode_elem_sep int MAX_PRIVATE_PORT concode_elem_sep int MIN_PRIVATE_PORT concode_field_sep int getNextAvailable concode_elem_sep...
AvailablePortFinder function ( ) { return INSTANCE ; }
13,033
this method is called only when we are releasing the lock and will generate the following sql statement . update karaf_lock set id = 0 where id = ? concode_field_sep String lockIdTableName concode_elem_sep String lockTableName concode_elem_sep String clusterName concode_field_sep String getLockTableName concode_elem_se...
String function ( int arg0 ) { return String . format ( "srini_string" , this . getLockTableName ( ) , arg0 ) ; }
13,034
gets the value xsi : type attribute will have for provided type . concode_field_sep String NAMESPACE_PREFIX concode_field_sep String partyMiddleName concode_elem_sep String partyZipCode concode_elem_sep String equalPremium concode_elem_sep String partyInitials concode_elem_sep String singlePayment concode_elem_sep Stri...
String function ( String arg0 ) { return NAMESPACE_PREFIX + arg0 ; }
13,035
returns a new structuredquery builder for key only queries.example of creating and running a key query . string kind = `` my_kind '' ; query query = query.newkeyquerybuilder . setkind kind . build ; queryresults results = datastore.run query ; / / use results concode_field_sep long serialVersionUID concode_elem_sep Map...
KeyQuery . Builder function ( ) { return new KeyQuery . Builder ( ) ; }
13,036
read point data from a file concode_field_sep String LINESTRING concode_elem_sep String MULTILINESTRING concode_elem_sep BufferedReader reader concode_elem_sep String POINT concode_elem_sep boolean done concode_field_sep boolean isKnownType concode_elem_sep String readNestedContents concode_elem_sep String readNestedCo...
List < Coord > function ( File arg0 ) { return readPoints ( new FileReader ( arg0 ) ) ; }
13,037
get token beginning line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int buf...
int function ( ) { return bufline [ tokenBegin ] ; }
13,038
reveals a model-bound popup and remembers its reference , so that it can be closed hidden later on . concode_field_sep Set<String> confirmWindowPropertyNames concode_elem_sep EventBus eventBus concode_elem_sep Provider<? extends AbstractModelBoundPopupPresenterWidget<? extends ConfirmationModel,?>> defaultConfirmPopupP...
void function ( T arg0 , AbstractModelBoundPopupPresenterWidget < T , ? > arg1 , boolean arg2 ) { revealPopup ( arg0 , arg1 ) ; if ( arg2 ) { confirmWindowPopup = arg1 ; } else { windowPopup = arg1 ; } }
13,039
information about the configuration of the spot fleet request . concode_field_sep String spotFleetRequestState concode_elem_sep java.util.Date createTime concode_elem_sep String spotFleetRequestId concode_elem_sep SpotFleetRequestConfigData spotFleetRequestConfig concode_field_sep String getSpotFleetRequestId concode_e...
SpotFleetRequestConfigData function ( ) { return spotFleetRequestConfig ; }
13,040
returns the setting for saving editors before launching . concode_field_sep byte RESTART_NEVER concode_elem_sep ServerUIPreferences instance concode_elem_sep byte LAUNCH_MODE2_CONTINUE concode_elem_sep String PREF_SHOW_ON_ACTIVITY concode_elem_sep byte ENABLE_BREAKPOINTS_ALWAYS concode_elem_sep byte LAUNCH_MODE2_RESTAR...
byte function ( ) { return ( byte ) preferences . getInt ( PREF_SAVE_EDITORS ) ; }
13,041
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 ByteBuffer content concode_field_sep ContainerBox getPa...
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 ) ; } }
13,042
get the resource adapter concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep ManagedConnection createManagedConnection co...
ResourceAdapter function ( ) { log . finest ( "srini_string" ) ; return ra ; }
13,043
returns product name of the underlying eis instance connected through the managedconnection . concode_field_sep Logger log concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getUserName
String function ( ) { log . finest ( "srini_string" ) ; return null ; }
13,044
return the array index for a hash . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables c...
int function ( int arg0 ) { if ( elementCount == 0 ) { return - 1 ; } int loc0 = ( arg0 & 0x7fffffff ) % hashTable . length ; return hashTable [ loc0 ] ; }
13,045
lists stopwords serialized as a json document . the document has a single object with one property `` stopwords '' whose value is an array of strings . the maximum size of a stopwords document is 10 kb . example : `` stopwords '' : `` a '' , `` an '' , `` the '' , `` of '' concode_field_sep String options concode_elem_...
String function ( ) { return options ; }
13,046
returns the source or reply-to address concode_field_sep boolean USE_SECURE_RANDOM_FOR_UUID concode_elem_sep ChannelData[] EMPTY_DATA_ARRAY concode_elem_sep Member address concode_elem_sep long serialVersionUID concode_elem_sep XByteBuffer message concode_elem_sep int options concode_elem_sep byte[] uniqueId concode_el...
Member function ( ) { return address ; }
13,047
returns the result of interpretting the object as an instance of ` element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep DatatypesPackage modelPackage concode_field_sep T caseDataType concode_elem_sep T casePrimitiveDataType concode_elem_sep T caseSchem...
T function ( Element arg0 ) { return null ; }
13,048
sets the value of the use property . concode_field_sep List<EncryptionMethodType> encryptionMethod concode_elem_sep KeyTypes use concode_elem_sep Element keyInfo concode_field_sep void addEncryptionMethod concode_elem_sep void setKeyInfo concode_elem_sep void removeEncryptionMethod concode_elem_sep List<EncryptionMetho...
void function ( KeyTypes arg0 ) { this . use = arg0 ; }
13,049
sets an array of int values 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 con...
E function ( final String arg0 , @ Nullable final int [ ] arg1 ) { this . bundle . putIntArray ( arg0 , arg1 ) ; return ( E ) this ; }
13,050
generates an apache htpasswd compatible `` $ apr1 $ '' md5 based hash value . the algorithm is identical to the crypt 3 `` $ 1 $ '' one but produces different outputs due to the different salt prefix . concode_field_sep String MD5_PREFIX concode_elem_sep int ROUNDS concode_elem_sep int BLOCKSIZE concode_elem_sep String...
String function ( final String arg0 , final String arg1 ) { return apr1Crypt ( arg0 . getBytes ( Charsets . UTF_8 ) , arg1 ) ; }
13,051
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 _jiraActionLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
13,052
gets the title . concode_field_sep String description concode_elem_sep String id concode_elem_sep String title concode_elem_sep String version concode_elem_sep String appsString concode_elem_sep List<Application> applications concode_field_sep String getVersion concode_elem_sep void setVersion concode_elem_sep List<App...
String function ( ) { return title ; }
13,053
register the fact that a successful branch is to occur . this is called in the instruction 's simulated execution its simulate method in instructionset . if a branch is registered but not triggered , this registration will be ignored can not happen if class usage protocol is followed . if a branch is currently register...
void function ( int arg0 ) { switch ( state ) { case CLEARED : branchTargetAddress = arg0 ; case REGISTERED : case TRIGGERED : state = REGISTERED ; } }
13,054
gets the probe set type for non-qc probe sets . concode_field_sep String fileName concode_elem_sep FusionCDFHeader header concode_elem_sep CDFFileData gcosFile concode_field_sep boolean read concode_elem_sep void clear concode_elem_sep String getChipType concode_elem_sep boolean readHeader concode_elem_sep void getQCPr...
int function ( final int arg0 ) { if ( gcosFile != null ) { return gcosFile . getProbeSetType ( arg0 ) ; } return FusionGeneChipProbeSetType . UnknownProbeSetType ; }
13,055
checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
13,056
unmarshal method for the any class , decodes an any object from the stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void marshal
Any function ( com . ericsson . otp . erlang . OtpInputStream arg0 ) { Any loc0 ; TypeCode loc1 ; arg0 . read_tuple_head ( ) ; if ( ( arg0 . read_atom ( ) ) . compareTo ( "srini_string" ) != 0 ) throw new java . lang . Exception ( "srini_string" ) ; loc1 = TypeCode . unmarshal ( arg0 ) ; loc0 = new Any ( ) ; loc0 . rea...
13,057
returns the document of the given domsource . concode_field_sep PlaceHolder placeHolder concode_field_sep void staxSource concode_elem_sep void staxSource concode_elem_sep void result concode_elem_sep void streamResult concode_elem_sep void streamResult concode_elem_sep void staxResult concode_elem_sep void staxResult ...
Document function ( DOMSource arg0 ) { Node loc0 = arg0 . getNode ( ) ; if ( loc0 instanceof Document ) { return ( Document ) loc0 ; } else if ( loc0 != null ) { return loc0 . getOwnerDocument ( ) ; } else { return null ; } }
13,058
get the view interceptors for a method . these interceptors are run sequentially on the `` server side '' of an invocation . the interceptor factories are used every time a new view instance is constructed , called with a new factory context each time . the factory may return the same interceptor instance or a new inte...
List < InterceptorFactory > function ( Method arg0 ) { OrderedItemContainer < InterceptorFactory > loc0 = viewInterceptors . get ( arg0 ) ; if ( loc0 == null ) { return Collections . emptyList ( ) ; } return loc0 . getSortedItems ( ) ; }
13,059
test method for com.mph.services.impls.inventorymastermgrimpl #removeingredient com.mph.models.eos.ingredienteo . concode_field_sep InventoryMasterMgr inventoryMasterMgr concode_elem_sep Map<Integer,FlavorEo> flavorMap concode_elem_sep InventoryMasterMgrHelper inventoryMasterMgrHelper concode_elem_sep Map<Integer,Decor...
void function ( ) { addDefaultRecords ( ) ; removeAllIngredient ( ) ; assert ( flavorMap . size ( ) == 0 && decoratorMap . size ( ) == 0 ) ; }
13,060
get the maxmemoryinmb value . concode_field_sep Long maxMemoryInMb concode_elem_sep Double maxPercentageCpu concode_elem_sep Long maxDiskSizeInMb concode_field_sep SiteLimits withMaxMemoryInMb concode_elem_sep Double maxPercentageCpu concode_elem_sep Long maxDiskSizeInMb concode_elem_sep SiteLimits withMaxDiskSizeInMb ...
Long function ( ) { return this . maxMemoryInMb ; }
13,061
sets docflavor to use . concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_sep String printerPrefix concode_elem_sep DocFlavor docFlavor concode_el...
void function ( String arg0 ) { this . flavor = arg0 ; }
13,062
gets the permission associated with the document 's encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori...
Permissions function ( ) { return securityHandler . getPermissions ( ) ; }
13,063
sets the id value for this projectversiondata . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Calendar date_order concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang...
void function ( java . math . BigInteger arg0 ) { this . id = arg0 ; }
13,064
deletes all urlset objects from the database . should be used for development and testing , not production . concode_field_sep Jedis jedis concode_field_sep void add concode_elem_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Set<String> urlSetK...
void function ( ) { Set < String > loc0 = urlSetKeys ( ) ; Transaction loc1 = jedis . multi ( ) ; for ( String loc2 : loc0 ) { loc1 . del ( loc2 ) ; } loc1 . exec ( ) ; }
13,065
starts this animation . if the animation has a nonzero startdelay , the animation will start running after that delay elapses . a non-delayed animation will have its initial value s set immediately , followed by calls to animatorlistener #onanimationstart animator for any listeners of this animator.the animation starte...
void function ( ) { }
13,066
only update the refresh date and elapsed time if it is the first start to make sure we have initial data , but updatestatus and trackchanged will take care of that afterwards . concode_field_sep long mLastKnownElapsed concode_elem_sep long mLastStatusRefresh concode_elem_sep String TAG concode_elem_sep RemoteControlCli...
void function ( final long arg0 ) { mLastStatusRefresh = new Date ( ) . getTime ( ) ; mLastKnownElapsed = arg0 * DateUtils . SECOND_IN_MILLIS ; mRemoteControlClient . setPlaybackState ( mPlaybackState , mLastKnownElapsed , 1.0f ) ; }
13,067
set 's the time to now concode_field_sep Calendar calendar concode_elem_sep Function<JsonObject,TrainDate> FACTORY concode_elem_sep long timeInMillis concode_field_sep TrainDate clearTime concode_elem_sep Date getTime concode_elem_sep Calendar getCalendar concode_elem_sep TrainDate setMinute concode_elem_sep int hashCo...
TrainDate function ( ) { setTimeInMillis ( System . currentTimeMillis ( ) ) ; return this ; }
13,068
performs a dynamic query on the database and returns the matching rows . concode_field_sep JIRAChangeGroupLocalService _jiraChangeGroupLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedJIRAChangeGroupLocalService concode_elem_sep void setWrappedService concode_elem...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _jiraChangeGroupLocalService . arg0 ( arg0 ) ; }
13,069
handle the tag with no content , like < br > . the method is called for the elements that , in accordance with the current dtd , has an empty content . concode_field_sep DTD dtd concode_elem_sep boolean strict concode_elem_sep gnu.javax.swing.text.html.parser.support.Parser gnu concode_field_sep String parseDTDMarkup c...
void function ( TagElement arg0 ) { }
13,070
returns the memory layout of the target process . the memory map object contains a list of all allocated parts of the target process memory . concode_field_sep MemoryMap memoryMap concode_elem_sep Memory memory concode_elem_sep TargetInformation targetInformation concode_elem_sep List<Thread> threads concode_elem_sep P...
MemoryMap function ( ) { return memoryMap ; }
13,071
removed the list of specified componenttype s from this mask . concode_field_sep BitArray _bitArray concode_field_sep void add concode_elem_sep void add concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep int hashCo...
void function ( ComponentType ... arg0 ) { for ( ComponentType loc0 : arg0 ) _bitArray . set ( loc0 . getId ( ) , false ) ; }
13,072
this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int getBytesLength concode_elem_sep...
Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Trace . error ( Trace . SERIALIZATION_FAILURE , loc0 . getMessage ( ) ) ; } }
13,073
sets the message . concode_field_sep String server concode_elem_sep String eventList concode_elem_sep Date dateReceived concode_elem_sep String response concode_elem_sep String actionId concode_elem_sep Map<String,Object> attributes concode_elem_sep long serialVersionUID concode_elem_sep String message concode_elem_sep...
void function ( String arg0 ) { this . message = arg0 ; }
13,074
inits the ipaddress concode_field_sep String address concode_elem_sep InetAddress inet_address concode_field_sep InetAddress getInetAddress concode_elem_sep IpAddress getLocalHostAddress concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep IpAddress getByName concode_elem_sep String toString
void function ( String arg0 , InetAddress arg1 ) { this . address = arg0 ; this . inet_address = arg1 ; }
13,075
sets the coordinate of this node to the specified coordinate . concode_field_sep Node next concode_elem_sep Coordinate coordinate concode_elem_sep int heuristic concode_field_sep Coordinate getCoordinate concode_elem_sep int getHeuristic concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep voi...
void function ( Coordinate arg0 ) { this . coordinate = arg0 ; }
13,076
provide a custom signed attribute generator . concode_field_sep CMSSignatureEncryptionAlgorithmFinder sigEncAlgFinder concode_elem_sep DigestCalculatorProvider digestProvider concode_elem_sep CMSAttributeTableGenerator unsignedGen concode_elem_sep CMSAttributeTableGenerator signedGen concode_elem_sep boolean directSign...
SignerInfoGeneratorBuilder function ( CMSAttributeTableGenerator arg0 ) { this . signedGen = arg0 ; return this ; }
13,077
add node to list of nodes . concode_field_sep Node finalNode concode_elem_sep ArrayList<Node> nodes concode_elem_sep Iterator<Node> nodeIterator concode_elem_sep Iterator<Edge> edgeIterator concode_elem_sep Node initialNode concode_elem_sep ArrayList<Edge> edges concode_field_sep boolean isNodeInGraph concode_elem_sep ...
void function ( Node arg0 ) { nodes . add ( arg0 ) ; }
13,078
decrypted plaintext data . this value may not be returned if the customer master key is not available or if you did n't have permission to use it . aws sdk for java performs a base64 encoding on this field before sending this request to aws service by default . users of the sdk should not perform base64 encoding on thi...
void function ( java . nio . ByteBuffer arg0 ) { this . plaintext = arg0 ; }
13,079
gets the value of the end property . concode_field_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String content concode_field_sep void setContent concode_elem_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep String ge...
BigInteger function ( ) { return end ; }
13,080
remove all defects associated with the given prefix from our cache . concode_field_sep String DEFECT_HQL_QUERY concode_elem_sep String path concode_elem_sep Defect defect concode_elem_sep String DEFECT_LIST_ELEM concode_elem_sep String DEFECT_LIST_SUFFIX concode_elem_sep HashTree importedDefects concode_field_sep Defec...
void function ( String arg0 ) { importedDefects . remove ( arg0 + "srini_string" ) ; }
13,081
print a command/response apdu pair to the configured channel . printing can be switched between printing full apdu 's default , set with #print_dots print_dots false and one dot per apdu only set with #print_dots print_dots true . concode_field_sep boolean dots_only concode_elem_sep PrintWriter out concode_field_sep vo...
void function ( CommandAPDU arg0 , ResponseAPDU arg1 ) { if ( dots_only ) { out . print ( "srini_string" ) ; out . flush ( ) ; } else { Host_protocol . print_apdu ( out , arg0 , "srini_string" ) ; Response_apdu loc0 = new Response_apdu ( arg1 ) ; loc0 . print ( out , true ) ; } }
13,082
convenience method to set delay concode_field_sep long delayMs concode_elem_sep boolean requiresNetwork concode_elem_sep String groupId concode_elem_sep boolean persistent concode_elem_sep int priority concode_elem_sep HashSet<String> tags concode_field_sep Params setGroupId concode_elem_sep long getDelayMs concode_ele...
Params function ( long arg0 ) { this . delayMs = arg0 ; return this ; }
13,083
gets the delay before invoking the effect concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay...
float function ( ) { return delay ; }
13,084
increment or decrement the query level . concode_field_sep int GET_COLUMNS concode_elem_sep ColumnResolver resolver concode_elem_sep int EVALUATABLE concode_elem_sep int GET_DEPENDENCIES concode_elem_sep int QUERY_COMPARABLE concode_elem_sep HashSet<Column> columns concode_elem_sep int type concode_elem_sep int NOT_FRO...
ExpressionVisitor function ( int arg0 ) { return new ExpressionVisitor ( type , queryLevel + arg0 , dependencies , columns , table , resolver , maxDataModificationId ) ; }
13,085
get the ip related to this request concode_field_sep ServerConfigurationService serverConfigurationService concode_elem_sep SecurityService securityService concode_elem_sep UserDirectoryService userDirectoryService concode_elem_sep LessonBuilderAccessAPI lessonBuilderAccessAPI concode_elem_sep ContentHostingService con...
String function ( ) { Message loc0 = PhaseInterceptorChain . getCurrentMessage ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . get ( AbstractHTTPDestination . HTTP_REQUEST ) ; return loc1 . getRemoteAddr ( ) ; }
13,086
mapping to several http request methods is not ok if it 's a mix of unprotected and protected http request methods . concode_field_sep PlaceHolder placeHolder concode_field_sep void requestMappingAllProtectedMethodsAndOneUnprotectedMethod concode_elem_sep void requestMappingEmptyMethod concode_elem_sep void requestMapp...
void function ( ) { }
13,087
gets the actual class value . concode_field_sep double m_Weight concode_elem_sep double[] m_Distribution concode_elem_sep double m_Actual concode_elem_sep double m_Predicted concode_elem_sep long serialVersionUID concode_field_sep double margin concode_elem_sep double[] makeDistribution concode_elem_sep double[] makeUn...
double function ( ) { return m_Actual ; }
13,088
issues the request . concode_field_sep DateRange.Builder dateRangeBuilder concode_elem_sep DbxTeamTeamRequests team concode_field_sep ReportsGetMembershipBuilder withStartDate concode_elem_sep ReportsGetMembershipBuilder withEndDate
GetMembershipReport function ( ) { DateRange loc0 = this . dateRangeBuilder . build ( ) ; return team . reportsGetMembership ( loc0 ) ; }
13,089
gets the name value for this spagobiartifact . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer contentId concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashC...
java . lang . String function ( ) { return name ; }
13,090
gets the page that is currently being searched by this task . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialo...
int function ( ) { return current ; }
13,091
gets the end time . concode_field_sep Date startTime concode_elem_sep Date endTime concode_field_sep void writeToXmlUnscopedDatesOnly concode_elem_sep long getDuration concode_elem_sep void loadFromXml concode_elem_sep void writeToXml concode_elem_sep void writeToXml concode_elem_sep void setEndTime concode_elem_sep Da...
Date function ( ) { return endTime ; }
13,092
register an electric item manager for items not implementing ielectricitem . this method is only designed for special purposes , implementing ielectricitem or ispecialelectricitem instead of using this is faster . managers used with ispecialelectricitem should n't be registered . concode_field_sep IElectricItemManager ...
void function ( IBackupElectricItemManager arg0 ) { backupManagers . add ( arg0 ) ; }
13,093
get the possibly null template directory . concode_field_sep File outputDir concode_elem_sep File jsDocDir concode_elem_sep boolean debug concode_elem_sep boolean recursive concode_elem_sep Log log concode_elem_sep boolean debug concode_elem_sep File tutorialsDirectory concode_elem_sep boolean recursive concode_elem_se...
File function ( ) { return templateDirectory ; }
13,094
sets the value of the blipfill property . concode_field_sep CTGroupTransform2D xfrm concode_elem_sep CTPatternFillProperties pattFill concode_elem_sep CTScene3D scene3D concode_elem_sep STBlackWhiteMode bwMode concode_elem_sep CTNoFillProperties noFill concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep C...
void function ( CTBlipFillProperties arg0 ) { this . blipFill = arg0 ; }
13,095
sets the maximum age of the cookie in seconds . a positive value indicates that the cookie will expire after that many seconds have passed . note that the value is the maximum age when the cookie will expire , not the cookie 's current age . a negative value means that the cookie is not stored persistently and will be ...
void function ( int arg0 ) { maxAge = arg0 ; }
13,096
get the local name of this element . concode_field_sep String name concode_elem_sep Map<String,Element> MAP concode_field_sep Attribute forName concode_elem_sep Element forName concode_elem_sep String toString
String function ( ) { return name ; }
13,097
task 5b : calculator history - print history helper methods printhistory prints each equation and its corresponding result , most recent equation first with one equation per line . a maximum of n equations should be printed out . please print in the following format : ex `` 1 + 2 = 3 '' concode_field_sep PlaceHolder pl...
void function ( int arg0 ) { }
13,098
gets the value of the orderdate property . concode_field_sep Boolean orderCreated concode_elem_sep ItemSupplyPlanOrderType orderType concode_elem_sep Double quantity concode_elem_sep XMLGregorianCalendar receiptDate concode_elem_sep RecordRef sourceLocation concode_elem_sep Long orderLineId concode_elem_sep XMLGregoria...
XMLGregorianCalendar function ( ) { return orderDate ; }
13,099
this returns the i/o operations that the action is interested in as an integer bit mask . when any of these operations are ready the distributor will execute the provided operation . concode_field_sep Operation task concode_elem_sep int require concode_elem_sep long expiry concode_field_sep SelectableChannel getChannel...
int function ( ) { return require ; }