idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
3,100
turn radio on/off concode_field_sep String REQUEST_GET_MODE concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MUTE concode_elem_sep String REQUEST...
void function ( boolean arg0 ) { final String loc0 = "srini_string" + ( arg0 ? "srini_string" : "srini_string" ) ; conn . doRequest ( REQUEST_SET_POWER , loc0 ) ; }
3,101
create an instance of frame concode_field_sep PlaceHolder placeHolder concode_field_sep Smd createSmd concode_elem_sep Instances createInstances concode_elem_sep Designrules createDesignrules concode_elem_sep Port createPort concode_elem_sep Module createModule concode_elem_sep Nets createNets concode_elem_sep Errors c...
Frame function ( ) { return new Frame ( ) ; }
3,102
set the resource adapter concode_field_sep Logger log concode_elem_sep ResourceAdapter ra concode_field_sep ResourceAdapter getResourceAdapter concode_elem_sep void validate
void function ( ResourceAdapter arg0 ) { log . trace ( "srini_string" ) ; this . ra = arg0 ; }
3,103
test method for com.github.pffy.chinese.hanyupinyin #tostring . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetInput concode_elem_sep void testHanyuPinyin concode_elem_sep void testSetModeTone concode_elem_sep void testHanyuPinyinStringInt concode_elem_sep void testHanyuPinyinString concode_ele...
void function ( ) { HanyuPinyin loc0 = new HanyuPinyin ( ) ; Assert . assertSame ( loc0 . toString ( ) . getClass ( ) , String . class ) ; }
3,104
wraps the passed object into a template model using this object 's object wrapper . concode_field_sep ObjectWrapper defaultObjectWrapper concode_elem_sep ObjectWrapper objectWrapper concode_field_sep void setDefaultObjectWrapper concode_elem_sep ObjectWrapper getObjectWrapper concode_elem_sep void setObjectWrapper conc...
TemplateModel function ( Object arg0 ) { return objectWrapper . wrap ( arg0 ) ; }
3,105
converts an uuid to byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep int longToBytes concode_elem_sep long bytesToLong concode_elem_sep UUID bytesToUuid concode_elem_sep byte[] toBytes concode_elem_sep short bytesToShort concode_elem_sep long fromBytes concode...
byte [ ] function ( UUID arg0 ) { byte [ ] loc0 = new byte [ ( Long . SIZE >> 3 ) * 2 ] ; uuidToBytes ( arg0 , loc0 , 0 ) ; return loc0 ; }
3,106
splits a string into an array of strings using the given regex . concode_field_sep Map<String,Matcher> matchers concode_field_sep String stringReplace concode_elem_sep boolean match concode_elem_sep long[] matchPositions concode_elem_sep String format concode_elem_sep String[] splitall concode_elem_sep String substring...
String [ ] function ( final String arg0 , final String arg1 , final long arg2 ) { return arg0 . split ( arg1 , ( int ) arg2 ) ; }
3,107
returns file path . concode_field_sep int fileSize concode_elem_sep String filePath concode_elem_sep Track track concode_field_sep Track getTrack concode_elem_sep int getFilesize concode_elem_sep void setFilesize concode_elem_sep void setTrack concode_elem_sep void setFilePath
String function ( ) { return filePath ; }
3,108
this is a workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=445949 concode_field_sep ImportManager importManager concode_elem_sep String indentation concode_elem_sep GeneratorConfig generatorConfig concode_elem_sep Resource resource concode_elem_sep ScopeStack scopes concode_elem_sep String lineSeparator con...
String function ( Object arg0 , String arg1 ) { return scopes . declareVariable ( arg0 , arg1 , false , true ) ; }
3,109
get the name of the classpath entry . concode_field_sep String fileName concode_elem_sep File file concode_elem_sep String CLASSFILE_SUFFIX concode_field_sep void removeClasspathChangeListener concode_elem_sep ClassTreeNode addOrFindNode concode_elem_sep void setFileName concode_elem_sep void addClasspathChangeListener...
String function ( ) { return fileName ; }
3,110
a general description of the ami . concode_field_sep String spotPrice concode_elem_sep String instanceType concode_elem_sep String availabilityZone concode_elem_sep String productDescription concode_elem_sep java.util.Date timestamp concode_field_sep void setSpotPrice concode_elem_sep String getSpotPrice concode_elem_s...
String function ( ) { return this . productDescription ; }
3,111
end something . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int maxdepth concode_elem_sep int top concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter endArray concode_elem_sep JSONWrit...
JSONWriter function ( char arg0 , char arg1 ) { if ( this . mode != arg0 ) { throw new JSONException ( arg0 == 'a' ? "srini_string" : "srini_string" ) ; } this . pop ( arg0 ) ; try { this . writer . write ( arg1 ) ; } catch ( IOException loc0 ) { throw new JSONException ( loc0 ) ; } this . comma = true ; return this ; ...
3,112
returns the company id of this user id mapper . concode_field_sep UserIdMapper _userIdMapper concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getUserIdMa...
long function ( ) { return _userIdMapper . getCompanyId ( ) ; }
3,113
gets the next value of the counter . if you call it frequently , it will use the incremented count , but if time elapses , it uses the current time concode_field_sep long theCount concode_elem_sep HelperSinglton theHelperSingleton concode_elem_sep TimerSingleton theOne concode_field_sep placeholderType placeHolder
Date function ( ) { return next ( 0 ) ; }
3,114
retrieves the namespace uri for the node passed in . concode_field_sep ShailNavigator INSTANCE concode_elem_sep EntityResolver entityResolver concode_elem_sep Model model concode_elem_sep Logger logger concode_elem_sep Object evaluator concode_field_sep int getElementById concode_elem_sep boolean isComment concode_elem...
String function ( int arg0 ) { return getModel ( arg0 ) . getNamespaceURI ( arg0 ) ; }
3,115
return the completed token . this token is either the identifier or dart language keyword or the string literal under , immediately preceding , the original request offset . if the original request offset is not within or immediately after an identifier or keyword or a string literal then the returned value is null . c...
char [ ] function ( ) { return null ; }
3,116
creates a new static image renderer concode_field_sep boolean onMacOSX concode_field_sep Renderer createRenderer concode_elem_sep ImageRenderer createDynamicImageRenderer
ImageRenderer function ( ) { if ( onMacOSX ) return new MacRenderer ( ) ; return new StaticRenderer ( ) ; }
3,117
an extension over system.getproperty method . handles security restrictions , and returns the default value if the access to the property is restricted . concode_field_sep String WINDOWS concode_elem_sep int BYTE_ORDER concode_elem_sep Platform INSTANCE concode_elem_sep String FREEBSD concode_elem_sep String OS concode...
String function ( String arg0 , String arg1 ) { try { return System . getProperty ( arg0 , arg1 ) ; } catch ( SecurityException loc0 ) { return arg1 ; } }
3,118
gets the endianness . concode_field_sep ColorCodec codec concode_elem_sep int[] entries concode_elem_sep int palNum concode_elem_sep int offset concode_elem_sep int[] defaultPalette concode_elem_sep int[] rgbvalues concode_elem_sep boolean direct concode_elem_sep boolean modified concode_elem_sep String id concode_elem...
int function ( ) { return endianness ; }
3,119
returns a com.englishtown.vertx.cassandra.keyspacebuilder.dropkeyspace builder concode_field_sep PlaceHolder placeHolder concode_field_sep CreateKeyspace create concode_elem_sep AlterKeyspace alter
DropKeyspace function ( String arg0 ) { return new DropKeyspace ( arg0 ) ; }
3,120
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String label concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String value concode_field_sep java.lang.String getValue concode_elem_sep org....
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
3,121
serialize current pings to a list . it is guaranteed that the list contains one ping response per node concode_field_sep DiscoveryNode node concode_elem_sep long clusterStateVersion concode_elem_sep ClusterName clusterName concode_elem_sep Map<DiscoveryNode,PingResponse> pings concode_elem_sep long id concode_elem_sep ...
List < PingResponse > function ( ) { return new ArrayList < > ( pings . values ( ) ) ; }
3,122
ee .5.15 , part of testsuite migration as6 - > as7 jbas7556 concode_field_sep String TO_BE_MISSSING_CLASS_NAME concode_elem_sep Logger logger concode_elem_sep String TO_BE_FOUND_CLASS_NAME concode_elem_sep ClassLoadingEJB ejb concode_field_sep void testUsePhysicalCodeSource concode_elem_sep void testAddingOtherJarResou...
void function ( ) { String loc0 = ejb . query ( "srini_string" ) ; assertEquals ( "srini_string" , loc0 ) ; loc0 = ejb . getResourceModuleName ( ) ; assertEquals ( "srini_string" , loc0 ) ; }
3,123
prints message to log if category matches / debug/tracefilter option . concode_field_sep int OK_DEBUG concode_elem_sep String TRACEFILTER_LOCATION concode_elem_sep int INFO_DEBUG concode_elem_sep String PLUGIN_ID concode_elem_sep int OK concode_elem_sep int INFO concode_elem_sep int ERROR concode_elem_sep int ERROR_DEB...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( isTracing ( arg0 ) ) { arg1 = ( arg1 != null ) ? arg1 : "srini_string" ; Status loc0 = new Status ( IStatus . OK , PLUGIN_ID , IStatus . OK , arg1 , arg2 ) ; Bundle loc1 = Platform . getBundle ( PLUGIN_ID ) ; if ( loc1 != null ) { Platform . getLog ( l...
3,124
note : the length is determined when the rafrandomaccesssource is constructed . if the file length changesafter construction , that change will not be reflected in this call . concode_field_sep RandomAccessFile raf concode_elem_sep long length concode_field_sep int get concode_elem_sep int get concode_elem_sep void clo...
long function ( ) { return length ; }
3,125
fired when a virtual file is created . this event is not fired for files discovered during initial vfs initialization . concode_field_sep PlaceHolder placeHolder concode_field_sep void propertyChanged concode_elem_sep void beforeContentsChange concode_elem_sep void beforeFileMovement concode_elem_sep void fileDeleted c...
void function ( @ NotNull VirtualFileEvent arg0 ) { }
3,126
returns a range of all the sync d l file version diffs . 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.liferay.portal.kernel.dao.or...
java . util . List < com . liferay . sync . model . SyncDLFileVersionDiff > function ( int arg0 , int arg1 ) { return _syncDLFileVersionDiffLocalService . getSyncDLFileVersionDiffs ( arg0 , arg1 ) ; }
3,127
the status of the elastic ip eip address . concode_field_sep String elasticIp concode_elem_sep String status concode_field_sep ElasticIpStatus withStatus concode_elem_sep int hashCode concode_elem_sep void setElasticIp concode_elem_sep boolean equals concode_elem_sep ElasticIpStatus clone concode_elem_sep String toStri...
void function ( String arg0 ) { this . status = arg0 ; }
3,128
returns the principalid . concode_field_sep String m_structureId concode_elem_sep long m_dateDeleted concode_elem_sep String m_str concode_elem_sep int m_last concode_elem_sep long serialVersionUID concode_elem_sep String m_principalId concode_field_sep String getStructureId concode_elem_sep String getStructureId conco...
String function ( ) { return m_principalId ; }
3,129
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep Bz277546Package modelPackage concode_field_sep T caseDateVersion concode_elem_sep T caseSimpleVersion concode_elem_sep T caseAnotherVersion concode_elem_sep T defaultCase
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
3,130
make a copy of the list and return it . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep Node last concode_elem_sep long serialVersionUID concode_elem_sep int count concode_elem_sep long serialVersionUID concode_elem_sep Node first concode_field_sep void addLast concode_elem_sep int compare conco...
Deque < Item > function ( ) { Deque < Item > loc0 = new Deque < > ( ) ; for ( Item loc1 : this ) loc0 . addLast ( loc1 ) ; return loc0 ; }
3,131
returns the primary key of this jurys . concode_field_sep Jurys _jurys concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean i...
long function ( ) { return _jurys . getPrimaryKey ( ) ; }
3,132
stop the server concode_field_sep TServer server concode_elem_sep Log log concode_elem_sep CGThriftServerHandler csgThriftServerHandler concode_field_sep boolean isServerAlive concode_elem_sep void start concode_elem_sep void run
void function ( ) { if ( server != null ) { server . stop ( ) ; } }
3,133
returns the number of words recorded this year . concode_field_sep boolean needPut concode_elem_sep ArrayList<String> sortedWords concode_elem_sep TreeMap<String,Integer> ranks concode_elem_sep TreeMap<String,Integer> record concode_elem_sep ArrayList<Integer> sortedCounts concode_elem_sep boolean cached concode_field_...
int function ( ) { return record . size ( ) ; }
3,134
clears the internal cache for stacktraceelement stacktraceelements . concode_field_sep InMemoryStackTraceElement[] EMPTY_INMEMORY_STACK_TRACE concode_elem_sep String UNKNOWN_SOURCE concode_elem_sep String methodName concode_elem_sep LoadingCache<Class<?>,LineNumbers> lineNumbersCache concode_elem_sep int lineNumber con...
void function ( ) { cache . clear ( ) ; }
3,135
gets the source input stream via tikainputstream before metadata has been embedded . concode_field_sep String DEFAULT_CHARSET concode_elem_sep DateFormat EXPECTED_METADATA_DATE_FORMATTER concode_elem_sep String COMMAND_METADATA_ARGUMENT_DESCRIPTION concode_elem_sep String TEST_TXT_PATH concode_elem_sep TemporaryResourc...
InputStream function ( ) { return TikaInputStream . get ( getSourceInputFile ( ) ) ; }
3,136
parses the value using the camel property placeholder capabilities if a context is provided . otherwise returns value as is . concode_field_sep Logger LOG concode_elem_sep CamelContext context concode_field_sep void setCamelContext concode_elem_sep List<String> parsePropertyValues concode_elem_sep InputStream resolveRe...
String function ( String arg0 ) { if ( this . getCamelContext ( ) != null ) { try { return this . getCamelContext ( ) . resolvePropertyPlaceholders ( arg0 ) ; } catch ( Exception loc0 ) { throw new RuntimeCamelException ( "srini_string" + arg0 , loc0 ) ; } } else { return arg0 ; } }
3,137
returns the current capacity . the capacity is the amount of storage available for newly appended bytes , beyond which an allocation will occur . concode_field_sep int len concode_elem_sep byte[] buffer concode_elem_sep long serialVersionUID concode_field_sep int byteAt concode_elem_sep void expand concode_elem_sep voi...
int function ( ) { return this . buffer . length ; }
3,138
parses the the contents of the reader using the callback . concode_field_sep char[] tokenBuffer concode_elem_sep Reader reader concode_elem_sep int BRACE_CLOSE concode_elem_sep int PAREN_CLOSE concode_elem_sep int BRACKET_OPEN concode_elem_sep int END concode_elem_sep boolean didPushChar concode_elem_sep int IDENTIFIER...
void function ( Reader arg0 , CSSParser . CSSParserCallback arg1 , boolean arg2 ) { this . reader = arg0 ; this . callback = arg1 ; try { if ( ! arg2 ) while ( getNextStatement ( ) ) ; else parseDeclarationBlock ( ) ; } catch ( IOException loc0 ) { } }
3,139
gets the size concode_field_sep int ChildPosition concode_elem_sep int SubType concode_elem_sep long Size concode_elem_sep int Scale concode_elem_sep String Caption concode_elem_sep String Name concode_elem_sep boolean ValueParameter concode_elem_sep long Precision concode_elem_sep int Ordinal concode_elem_sep boolean ...
long function ( ) { return Size ; }
3,140
the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal...
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; }
3,141
creates an arraytype by specifying the data type of elements elementtype and whether the array contains null values containsnull . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType c...
ArrayType function ( DataType arg0 , boolean arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new ArrayType ( arg0 , arg1 ) ; }
3,142
access to request body matchers using an xpath to inspect a specific subset of the body . the xpath expression can be a parameterized string using formatting specifiers as defined in string #format string , object . concode_field_sep PlaceHolder placeHolder concode_field_sep RequestMatcher method concode_elem_sep Reque...
XpathRequestMatchers function ( String arg0 , Object ... arg1 ) { return new XpathRequestMatchers ( arg0 , null , arg1 ) ; }
3,143
executequery concode_field_sep int DEFAULT_TIMEOUT concode_elem_sep String s_usage concode_elem_sep int DEFAULT_PORT concode_field_sep String nextArg concode_elem_sep NrpePacket sendPacket concode_elem_sep void main
NrpePacket function ( String arg0 , int arg1 , String arg2 , int arg3 ) { NrpePacket loc0 = new NrpePacket ( NrpePacket . QUERY_PACKET , ( short ) 0 , arg2 ) ; byte [ ] loc1 = loc0 . buildPacket ( arg3 ) ; Socket loc2 = new Socket ( arg0 , arg1 ) ; OutputStream loc3 = loc2 . getOutputStream ( ) ; loc3 . write ( loc1 ) ...
3,144
test of showsettingsform method , of class recorderpanel . concode_field_sep RecorderPanel instance concode_elem_sep boolean recoveryMode concode_elem_sep ScreenRecorder jfRecorder concode_field_sep void generateTempUser concode_elem_sep void setUpClass concode_elem_sep void testCheckCut concode_elem_sep void log conco...
void function ( ) { System . out . println ( "srini_string" ) ; instance . showSettingsForm ( ) ; TimeUtil . skipToMyLou ( 2 ) ; instance . showRecorderForm ( ) ; }
3,145
gets the value of the configuration property . concode_field_sep Boolean sendOnWarning concode_elem_sep String address concode_elem_sep Notifier.Configuration configuration concode_elem_sep Boolean sendOnError concode_elem_sep Boolean sendOnFailure concode_elem_sep Boolean sendOnSuccess concode_elem_sep String type con...
Notifier . Configuration function ( ) { return configuration ; }
3,146
revokes permission at the scope from the role to perform the action on resources of the type . for example , this method could be used to revoke a group scope permission to edit blog posts . depending on the scope , the value of primkey will have different meanings . for more information , see com.liferay.portal.model....
void function ( long arg0 , long arg1 , java . lang . String arg2 , int arg3 , java . lang . String arg4 , long arg5 , java . lang . String arg6 ) { _resourcePermissionService . removeResourcePermission ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; }
3,147
multiply two integers , checking for overflow . concode_field_sep PlaceHolder placeHolder concode_field_sep int gcdPositive concode_elem_sep int gcdPositive concode_elem_sep float wrapAngleAroundZero concode_elem_sep int lcmPositive concode_elem_sep int lcmPositive
int function ( int arg0 , int arg1 ) { long loc0 = ( ( long ) arg0 ) * ( ( long ) arg1 ) ; if ( loc0 < Integer . MIN_VALUE || loc0 > Integer . MAX_VALUE ) { throw new ArithmeticException ( ) ; } return ( int ) loc0 ; }
3,148
the top of the image returned by getimage . concode_field_sep GreenfootImage img concode_elem_sep int imgX concode_elem_sep int imgY concode_elem_sep int id concode_elem_sep int state concode_elem_sep Joint[] joints concode_elem_sep int previousState concode_field_sep int getImageX concode_elem_sep boolean startedTrack...
int function ( ) { return imgY ; }
3,149
sha-1 hash of the alterscript and all datafiles , if there are any . concode_field_sep Set<String> instance concode_elem_sep IsolationLevel isolation concode_elem_sep List<Check> checks concode_elem_sep List<String> datafile concode_elem_sep Set<String> environment concode_elem_sep boolean synchronization concode_elem_...
String function ( ) { return hash ; }
3,150
the status of the running task . only available if taskinfos were build with the detailed flag . concode_field_sep TaskId parentTaskId concode_elem_sep String action concode_elem_sep String description concode_elem_sep long startTime concode_elem_sep String type concode_elem_sep ConstructingObjectParser<TaskInfo,ParseF...
Task . Status function ( ) { return status ; }
3,151
parse json text into java object from the given string . please use parsewithexception if you do n't want to ignore the exception . concode_field_sep PlaceHolder placeHolder concode_field_sep String toJSONString concode_elem_sep Object parseWithException concode_elem_sep Object parseWithException concode_elem_sep void ...
Object function ( String arg0 ) { StringReader loc0 = new StringReader ( arg0 ) ; return parse ( loc0 ) ; }
3,152
returns the priority of the heapnode within the heap . concode_field_sep long serialVersionUID concode_elem_sep Object node concode_elem_sep double priority concode_field_sep Object getObject concode_elem_sep String toString concode_elem_sep void setPriority
double function ( ) { return this . priority ; }
3,153
draw scenes . concode_field_sep int ref concode_elem_sep Stage stage concode_elem_sep TGSceneManager sceneManager concode_field_sep Stage getStage concode_elem_sep void setSceneManager concode_elem_sep void ref concode_elem_sep void act concode_elem_sep void resize concode_elem_sep void setStage concode_elem_sep TGScen...
void function ( ) { stage . draw ( ) ; }
3,154
gets the value of the specialservicetypes 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 specialservicetypes property . for example , t...
List < TransborderDistributionSpecialServiceType > function ( ) { if ( specialServiceTypes == null ) { specialServiceTypes = new ArrayList < TransborderDistributionSpecialServiceType > ( ) ; } return this . specialServiceTypes ; }
3,155
gets date of today concode_field_sep PlaceHolder placeHolder concode_field_sep String getMotechVersion concode_elem_sep DateTime getNow
LocalDate function ( ) { return DateUtil . today ( ) ; }
3,156
gets the amount of time in a timevalue that the index has been under merge throttling control concode_field_sep XContentBuilderString INDEXING concode_elem_sep XContentBuilderString INDEX_TOTAL concode_elem_sep long indexCurrent concode_elem_sep Map<String,Stats> typeStats concode_elem_sep XContentBuilderString TYPES c...
TimeValue function ( ) { return new TimeValue ( throttleTimeInMillis ) ; }
3,157
deletes the j i r a change group from the database . also notifies the appropriate model listeners . concode_field_sep JIRAChangeGroupLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery conc...
com . liferay . socialcoding . model . JIRAChangeGroup function ( com . liferay . socialcoding . model . JIRAChangeGroup arg0 ) { return getService ( ) . deleteJIRAChangeGroup ( arg0 ) ; }
3,158
performs any required operation for unlinking the row from its nodes . is used only when the database row is deleted , not when it is freed from the cache . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row newRow concode_elem_sep Row getUpdatedRow concode_elem_sep boolean isDele...
void function ( ) { Record . memoryRecords ++ ; nPrimaryNode = null ; }
3,159
aliment la valeur de la limite de la profondeur de recherche en demi-coups . concode_field_sep boolean _openingsEnabled concode_elem_sep int _minimalSearchDepth concode_elem_sep int MATE_VALUE concode_elem_sep Heuristic _heuristic concode_elem_sep Pattern SPLITTER concode_elem_sep long _elapsedTime concode_elem_sep Ran...
void function ( final int pLimite ) { assert pLimite >= _minimalSearchDepth ; _searchDepthLimit = pLimite ; }
3,160
sets a block of 32 bits , starting at bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_ele...
void function ( int arg0 , int arg1 ) { bits [ arg0 >> 5 ] = arg1 ; }
3,161
returns true if on myworkspace , false if on a specific site concode_field_sep String SHOW_ME concode_elem_sep String SET_HIDE_ALL_STRING concode_elem_sep String changeAllMsg concode_elem_sep Logger LOG concode_elem_sep String privacyStatus concode_elem_sep PrivacyManager privacyManager concode_elem_sep String checkbox...
boolean function ( ) { String loc0 = getContextId ( ) ; if ( SiteService . getUserSiteId ( "srini_string" ) . equals ( loc0 ) ) return false ; final boolean loc1 = SiteService . isUserSite ( loc0 ) ; LOG . debug ( "srini_string" + loc1 ) ; return loc1 ; }
3,162
this implementation delegates to the hibernate equalshelper . concode_field_sep Log logger concode_elem_sep LobHandler lobHandler concode_elem_sep TransactionManager jtaTransactionManager concode_field_sep Serializable disassemble concode_elem_sep void nullSafeSetInternal concode_elem_sep boolean isMutable concode_elem...
boolean function ( Object arg0 , Object arg1 ) { return EqualsHelper . equals ( arg0 , arg1 ) ; }
3,163
checks whether the entity has a pickable type . concode_field_sep WaypointMap map concode_elem_sep MapBotBase bot concode_elem_sep int TARGET_BLACKLIST_MAX_SIZE concode_elem_sep LinkedList<Integer> targetBlacklist concode_elem_sep HashMap<Integer,Integer> entitySeenLastTime concode_elem_sep HashMap<Integer,Boolean> ent...
boolean function ( Entity arg0 ) { if ( arg0 . getCategory ( ) . equalsIgnoreCase ( Entity . CAT_ITEMS ) || arg0 . getCategory ( ) . equalsIgnoreCase ( Entity . CAT_WEAPONS ) ) { return true ; } return false ; }
3,164
list of properties from all local notifications . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationMana...
List < JSONObject > function ( ) { return getOptionsById ( getIds ( ) ) ; }
3,165
construct a new instance based on the provided tuple . this method expects the object to be ranked in the first field index 0 of the provided tuple , and the number of occurrences of the object its count in the second field index 1 . any further fields in the tuple will be extracted and tracked , too . these fields can...
RankableObjectWithFields function ( Tuple arg0 ) { List < Object > loc0 = Lists . newArrayList ( arg0 . getValues ( ) ) ; Object loc1 = loc0 . remove ( 0 ) ; Long loc2 = ( Long ) loc0 . remove ( 0 ) ; return new RankableObjectWithFields ( loc1 , loc2 , loc0 . toArray ( ) ) ; }
3,166
produces the encryption e m , r using the message m and the randomization r in the paillier cryptosystem . concode_field_sep PaillierKey key concode_elem_sep boolean encryptMode concode_elem_sep String notReadyForEncryption concode_elem_sep String notReadyForDecryption concode_elem_sep boolean decryptMode concode_field...
BigInteger function ( BigInteger arg0 , BigInteger arg1 ) { if ( encryptMode == false ) throw new IllegalStateException ( this . notReadyForEncryption ) ; return encrypt ( arg0 , arg1 , key ) ; }
3,167
return resource bundle used if the main one did not contain a message in the user language concode_field_sep String LANGUAGE_SUFFIX concode_elem_sep String DEFAULT_LANGUAGE concode_elem_sep Set<Language> languages concode_elem_sep ResourceBundle secondaryBundle concode_elem_sep String LANGUAGE_EXTENSION concode_elem_se...
ResourceBundle function ( String arg0 ) { if ( DEFAULT_LANGUAGE == language . getLocale ( ) ) { return bundle ; } return ResourceBundle . getBundle ( arg0 + DEFAULT_LANGUAGE + LANGUAGE_SUFFIX ) ; }
3,168
gets the url the request needs to be sent to . concode_field_sep String method concode_elem_sep String requestUrl concode_elem_sep Map<String,String> headers concode_elem_sep String contentType concode_field_sep void setMethod concode_elem_sep InputStream getMessagePayload concode_elem_sep Map<String,String> getAllHead...
String function ( ) { return requestUrl ; }
3,169
load the stylesheet to prepare it for execution . concode_field_sep PreparedStylesheet pss concode_elem_sep Processor processor concode_field_sep void explain concode_elem_sep PreparedStylesheet getUnderlyingCompiledStylesheet
XsltTransformer function ( ) { return new XsltTransformer ( processor , ( Controller ) pss . newTransformer ( ) ) ; }
3,170
isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.ResetNetworkInterfaceAttributeResponseType localResetNetworkInterfaceAttributeResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep...
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
3,171
sets the user uuid of this workflow instance link . concode_field_sep WorkflowInstanceLink _workflowInstanceLink concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void ...
void function ( java . lang . String arg0 ) { _workflowInstanceLink . setUserUuid ( arg0 ) ; }
3,172
move the point absolute to the coordinates concode_field_sep Double x concode_elem_sep Double y concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void setY concode_elem_sep Point getProduct concode_elem_sep void setX concode_elem_sep void subtract concode_elem_sep void subt...
void function ( double arg0 , double arg1 ) { this . setX ( arg0 ) ; this . setY ( arg1 ) ; }
3,173
all rows scan in the same/opposite direction . grib 2 only . concode_field_sep String TABLE_VERSION concode_elem_sep String SUBCENTER concode_elem_sep String CENTER concode_elem_sep String GEN_PROCESS concode_field_sep String cleanupDescription concode_elem_sep boolean scanModeXisConsecutive concode_elem_sep boolean sc...
boolean function ( int arg0 ) { return ( arg0 & GribNumbers . bitmask [ 3 ] ) == 0 ; }
3,174
rotates the direction and up vector of this camera by the given rotation matrix . the direction and up vector will not be orthogonalized . concode_field_sep Matrix4 invProjectionView concode_elem_sep Matrix4 combined concode_elem_sep Matrix4 view concode_elem_sep Vector3 position concode_elem_sep float near concode_ele...
void function ( final Matrix4 arg0 ) { direction . rot ( arg0 ) ; up . rot ( arg0 ) ; }
3,175
gets the refnum value for this customerrefunddeposit . concode_field_sep java.util.Calendar depositDate concode_elem_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep...
java . lang . String function ( ) { return refNum ; }
3,176
sets the delay between the last native mouseout event and when unhoverlistener #onunhover is called . if the user mouses out ofone partner element and over another partner element within the unhover delay , the unhover event is not triggered . if the delay is zero , the unhover listener is called synchronously . if the...
void function ( int arg0 ) { this . unhoverDelay = arg0 ; }
3,177
the status of domain configuration option . concode_field_sep AnalysisScheme options concode_elem_sep OptionStatus status concode_field_sep AnalysisSchemeStatus withStatus concode_elem_sep AnalysisSchemeStatus withOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AnalysisSchemeStatu...
OptionStatus function ( ) { return status ; }
3,178
checks for equality between this identity and a specified object . a subclass should override this method . the default behavior is to return true if the public key and names match . concode_field_sep Vector certificates concode_elem_sep IdentityScope scope concode_elem_sep String name concode_elem_sep long serialVersi...
boolean function ( Identity arg0 ) { return ( ( arg0 . getName ( ) . equals ( this . name ) ) && ( arg0 . getPublicKey ( ) . equals ( this . publicKey ) ) ) ; }
3,179
retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA...
File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; }
3,180
checks to see if the ast is annotated with the passed in annotation . this method will not look for imports or package statements to detect the passed in annotation . to check if an ast contains a passed in annotation taking into account fully-qualified names ex : java.lang.override , override this method will need to ...
boolean function ( final DetailAST arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( THE_AST_IS_NULL ) ; } return getAnnotation ( arg0 , arg1 ) != null ; }
3,181
gets the unique object , which is the same for all of the problems of this group concode_field_sep ProblemHighlightType myHighlightType concode_elem_sep String myTooltip concode_elem_sep IntentionAction quickFix concode_elem_sep String myMessage concode_elem_sep List<QuickFixInfo> myQuickFixes concode_elem_sep boolean ...
ProblemGroup function ( ) { return myProblemGroup ; }
3,182
clear the #map concode_field_sep GSet<INode,INodeWithAdditionalFields> map concode_field_sep int size concode_elem_sep Iterator<INodeWithAdditionalFields> getMapIterator concode_elem_sep INode get concode_elem_sep INodeMap newInstance concode_elem_sep void put concode_elem_sep void remove
void function ( ) { map . clear ( ) ; }
3,183
sets the number of basic elements for this status object . java binding of the mpi operation mpi_status_set_elements . concode_field_sep long[] data concode_field_sep int getError concode_elem_sep void init concode_elem_sep boolean isCancelled concode_elem_sep boolean isCancelled concode_elem_sep int getIndex concode_e...
void function ( Datatype arg0 , int arg1 ) { MPI . check ( ) ; int loc0 = 0 ; int loc1 = ( int ) data [ loc0 ++ ] ; int loc2 = ( int ) data [ loc0 ++ ] ; int loc3 = ( int ) data [ loc0 ++ ] ; int loc4 = ( int ) data [ loc0 ++ ] ; long loc5 = data [ loc0 ++ ] ; data [ 4 ] = setElements ( loc1 , loc2 , loc3 , loc4 , loc5...
3,184
returns true if the specified object is registered with the dataset as a listener . most applications wo n't need to call this method , it exists mainly for use by unit testing code . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep voi...
boolean function ( EventListener arg0 ) { List loc0 = Arrays . asList ( this . listenerList . getListenerList ( ) ) ; return loc0 . contains ( arg0 ) ; }
3,185
close dictionary thrift writer concode_field_sep int totalRecordCount concode_elem_sep int chunk_count concode_elem_sep String storePath concode_elem_sep List<ByteBuffer> oneDictionaryChunkList concode_elem_sep Charset defaultCharset concode_elem_sep ThriftWriter dictionaryThriftWriter concode_elem_sep CarbonTableIdent...
void function ( ) { if ( null != dictionaryThriftWriter ) { dictionaryThriftWriter . close ( ) ; } }
3,186
write a string to the list by encoding the characters in utf-16 little endian concode_field_sep ListIterator<Byte> listIt concode_elem_sep List<Byte> storageList concode_elem_sep int position concode_elem_sep Logger log concode_field_sep void writeFloat concode_elem_sep double readDouble concode_elem_sep float readFloa...
void function ( String arg0 ) { writeString ( arg0 , "srini_string" ) ; }
3,187
returns the length value of the specified array , stored in the first four bytes . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] add concode_elem_sep void set concode_elem_sep void set concode_elem_sep byte[] num concode_elem_sep int get concode_elem_sep int length concode_elem_sep int length conco...
int function ( final byte [ ] arg0 ) { return ( ( arg0 [ 0 ] & 0xFF ) << 24 ) + ( ( arg0 [ 1 ] & 0xFF ) << 16 ) + ( ( arg0 [ 2 ] & 0xFF ) << 8 ) + ( arg0 [ 3 ] & 0xFF ) ; }
3,188
gets the min value for this datetimerange . concode_field_sep java.lang.String min concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String max concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setMax concode_elem_sep vo...
java . lang . String function ( ) { return min ; }
3,189
forces the number of bits in this bitvector . concode_field_sep int[] ODD_OFFSETS concode_elem_sep int m_Size concode_elem_sep byte[] m_Data concode_elem_sep boolean m_MSBAccess concode_elem_sep int[] STRAIGHT_OFFSETS concode_elem_sep Logger logger concode_field_sep void setBytes concode_elem_sep void setBytes concode_...
void function ( int arg0 ) { if ( arg0 > m_Data . length * 8 ) { throw new IllegalArgumentException ( "srini_string" ) ; } else { m_Size = arg0 ; } }
3,190
error concode_field_sep String TAG_CONTENT_PRINT concode_elem_sep String defaultTag concode_elem_sep boolean isLogEnabled concode_field_sep StackTraceElement getCurrentStackTraceElement concode_elem_sep boolean isDebugable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void v c...
void function ( String arg0 ) { if ( isLogEnabled ) { Log . e ( defaultTag , getContent ( getCurrentStackTraceElement ( ) ) + "srini_string" + arg0 ) ; } }
3,191
returns the value of field ` key ' . concode_field_sep String m_key concode_elem_sep long serialVersionUID concode_elem_sep String m_value concode_field_sep String getValue concode_elem_sep Parameter unmarshal concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isValid concode_elem_se...
String function ( ) { return m_key ; }
3,192
return true if the given file name is assumed to contain dart source code . concode_field_sep AnalysisEngine UniqueInstance concode_elem_sep String SUFFIX_HTM concode_elem_sep Logger logger concode_elem_sep String SUFFIX_DART concode_elem_sep String SUFFIX_HTML concode_field_sep AnalysisContext createAnalysisContext co...
boolean function ( String arg0 ) { if ( arg0 == null ) { return false ; } return FileUtilities . getExtension ( arg0 ) . equalsIgnoreCase ( SUFFIX_DART ) ; }
3,193
convenience method to get the list of all 500 most recent photos in flickr explore with all known extra attributes . concode_field_sep String KEY_API_KEY concode_elem_sep String KEY_DATE concode_elem_sep String KEY_PAGE concode_elem_sep String apiKey concode_elem_sep Transport transportAPI concode_elem_sep String KEY_E...
PhotoList function ( ) { return getList ( ( String ) null , Extras . ALL_EXTRAS , 500 , 1 ) ; }
3,194
converts the given value to a boolean , handling strings or boolean objects ; otherwise returning false if the value could not be converted to a boolean concode_field_sep PlaceHolder placeHolder concode_field_sep Object convertTo
boolean function ( Object arg0 ) { Boolean loc0 = null ; if ( arg0 instanceof String ) { loc0 = Boolean . valueOf ( ( String ) arg0 ) ; } if ( arg0 instanceof Boolean ) { loc0 = ( Boolean ) arg0 ; } if ( loc0 != null ) { return loc0 . booleanValue ( ) ; } return false ; }
3,195
returns the glarch . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyB...
Glarch function ( ) { return glarch ; }
3,196
get the dfsclient . concode_field_sep HdfsConfiguration conf concode_elem_sep MiniDFSCluster cluster concode_field_sep void enableShortCircuitShmTracing concode_elem_sep void readAndCheckEOS concode_elem_sep void enableHdfsCachingTracing concode_elem_sep HdfsConfiguration getConf concode_elem_sep void enableBlockReader...
DFSClient function ( ) { InetSocketAddress loc0 = new InetSocketAddress ( "srini_string" , cluster . getNameNodePort ( ) ) ; return new DFSClient ( loc0 , conf ) ; }
3,197
gets a double value out of 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 E putDouble concode_elem_sep E putLong concode_elem_s...
double function ( final String arg0 , final double arg1 ) { return this . bundle . getDouble ( arg0 , arg1 ) ; }
3,198
drop test procedure concode_field_sep PreparedStatement prepStmt concode_elem_sep List procedureNameList concode_elem_sep Connection conn concode_elem_sep List tableNameList concode_elem_sep Driver driver concode_field_sep String getDriverClassName concode_elem_sep File getDriverHomeDir concode_elem_sep void createTabl...
void function ( String arg0 ) { String loc0 = "srini_string" + arg0 ; try { statementExecute ( loc0 ) ; procedureNameList . remove ( arg0 ) ; } catch ( SQLException loc1 ) { } }
3,199
getringtone concode_field_sep String COMMA concode_elem_sep Ringtone mRingtone concode_elem_sep String LF concode_elem_sep SharedPreferences mPreferences concode_elem_sep Context mContext concode_field_sep String getRingtoneTitle concode_elem_sep String getRingtoneTitle concode_elem_sep boolean playRingtone concode_ele...
Ringtone function ( String arg0 ) { if ( "srini_string" . equals ( arg0 ) ) return null ; Uri loc0 = Uri . parse ( arg0 ) ; return RingtoneManager . getRingtone ( mContext , loc0 ) ; }