idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
21,200
used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . 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 amIAct...
String function ( ) { return "srini_string" ; }
21,201
gets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod...
boolean function ( ) { return sync ; }
21,202
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolean hasNext co...
void function ( ) { throw new UnsupportedOperationException ( ) ; }
21,203
prints the rule to a string in a fashion readable by readrulefromstring . the default form simply calls tostring -- you should just override tostring if you do n't need the evolutionstate . concode_field_sep String P_RULE concode_elem_sep String P_CONSTRAINTS concode_elem_sep byte constraints concode_field_sep void mut...
String function ( ) { return toString ( ) ; }
21,204
gets the value of the creditor property . concode_field_sep String returnCode concode_elem_sep PaymentScheduleInfo paymentScheduleInfo concode_elem_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep DirectDebitInfo directDebitInfo concode_elem_sep String returnDesc concode_field_sep void se...
Creditor function ( ) { return creditor ; }
21,205
sets the value of the posuzovatel property . concode_field_sep TDatum datum concode_elem_sep TSkartacniOperace skartacniOperace concode_elem_sep String mnozstvi concode_elem_sep TOsobaInterni posuzovatel concode_elem_sep String oduvodneni concode_field_sep void setOduvodneni concode_elem_sep TDatum getDatum concode_ele...
void function ( TOsobaInterni arg0 ) { this . posuzovatel = arg0 ; }
21,206
set file type names concode_field_sep Set<String> filteredOutFileTypeNames concode_elem_sep Items items concode_field_sep void setVisible concode_elem_sep void loadState concode_elem_sep Items getState concode_elem_sep boolean isFileTypeVisible concode_elem_sep String nameForElement concode_elem_sep Set<String> getFilt...
void function ( final Set < String > arg0 ) { this . filteredOutFileTypeNames = arg0 ; }
21,207
gets the id of this thread concode_field_sep int readHash concode_elem_sep AtomicInteger threadIdCounter concode_elem_sep int MASK concode_elem_sep ReadSet readSet concode_elem_sep AtomicIntegerArray locks concode_elem_sep TransactionException LOCKED_ON_WRITE_EXCEPTION concode_elem_sep int ub concode_elem_sep Transacti...
int function ( ) { return threadId ; }
21,208
this method was generated by mybatis generator . this method returns the value of the database column actxrt.secccy concode_field_sep String cretlr concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep String cretim concode_elem_sep String xrtcde concode_elem_sep BigDecimal ratval concode_elem_se...
String function ( ) { return secccy ; }
21,209
create an instance of remainingcardbalance concode_field_sep PlaceHolder placeHolder concode_field_sep HandsetUpgradeSubscribers createHandsetUpgradeSubscribers concode_elem_sep TransactionInfo createTransactionInfo concode_elem_sep PuertoRicoInfo createPuertoRicoInfo concode_elem_sep SignatureData createSignatureData ...
RemainingCardBalance function ( ) { return new RemainingCardBalance ( ) ; }
21,210
set the value of used . concode_field_sep int MAGIC_HASH_INIT_VALUE concode_elem_sep Confidence confidence concode_elem_sep String name concode_elem_sep int MAGIC_HASH_MULTIPLIER concode_elem_sep long serialVersionUID concode_elem_sep String source concode_elem_sep boolean used concode_elem_sep String value concode_fie...
void function ( boolean arg0 ) { this . used = arg0 ; }
21,211
registers standard factories globally . this requires pipelineoptions to provide , e.g. , credentials for gcs . concode_field_sep Pattern URI_SCHEME_PATTERN concode_elem_sep Map<String,IOChannelFactory> FACTORY_MAP concode_elem_sep Pattern SHARD_FORMAT_RE concode_field_sep void setIOFactory concode_elem_sep String reso...
void function ( PipelineOptions arg0 ) { setIOFactory ( "srini_string" , new GcsIOChannelFactory ( arg0 . as ( GcsOptions . class ) ) ) ; }
21,212
reset the mobile view url list , so that it will be reloaded . concode_field_sep Controller INSTANCE concode_elem_sep List<String> mAdBlockWhiteList concode_elem_sep List<String> mMobileViewUrlList concode_elem_sep SharedPreferences mPreferences concode_elem_sep List<CustomWebView> mWebViewList concode_elem_sep List<Do...
void function ( ) { mMobileViewUrlList = null ; }
21,213
work out the calculate the size of the icon using the fontmetrics of the font . concode_field_sep Font font concode_elem_sep JComponent component concode_elem_sep int iconHeight concode_elem_sep int iconWidth concode_elem_sep String text concode_elem_sep Color foreground concode_field_sep Color getForeground concode_el...
void function ( ) { FontMetrics loc0 = component . getFontMetrics ( font ) ; iconWidth = loc0 . stringWidth ( text ) ; iconHeight = loc0 . getHeight ( ) ; component . revalidate ( ) ; }
21,214
apply plugins to the module and start it . concode_field_sep ApplicationContext globalContext concode_elem_sep Module module concode_elem_sep ApplicationContext context concode_elem_sep List<Plugin> plugins concode_elem_sep Map<String,Map<Integer,Module>> deployedModules concode_elem_sep ModuleFactory moduleFactory con...
void function ( Module arg0 ) { preProcessModule ( arg0 ) ; arg0 . initialize ( ) ; postProcessModule ( arg0 ) ; arg0 . start ( ) ; }
21,215
switches the option if duplicate tile images using the same images for a tile more than once should be avoided . it will still happen , but not so often any more . concode_field_sep LinkedList<WeightingStrategy> strategies_ concode_elem_sep HashMap<String,Integer> file2occurence concode_elem_sep LinkedList<EngineObserv...
void function ( boolean arg0 ) { outweightImageReuse = arg0 ; }
21,216
get the services registered by the type through @service . concode_field_sep List<ComponentService> _services concode_elem_sep List<ComponentReference> _references concode_field_sep List<ComponentReference> getReferences concode_elem_sep String getSimpleNameFromQualifiedName
List < ComponentService > function ( ) { return _services ; }
21,217
returns true if this is a define , false if an undefine . concode_field_sep String ifCond concode_elem_sep String name concode_elem_sep String unlessCond concode_elem_sep boolean define concode_field_sep void setName concode_elem_sep void setUnless concode_elem_sep String getValue concode_elem_sep String getName concod...
boolean function ( ) { return define ; }
21,218
sets the actual check in date of this checkout . concode_field_sep Checkout _checkout concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode...
void function ( Date arg0 ) { _checkout . setActualCheckInDate ( arg0 ) ; }
21,219
scrub given imsi on production builds . concode_field_sep int mSubType concode_elem_sep int mType concode_elem_sep String mSubscriberId concode_elem_sep boolean mRoaming concode_field_sep boolean getRoaming concode_elem_sep int getType concode_elem_sep String getSubscriberId concode_elem_sep int hashCode concode_elem_s...
String function ( String arg0 ) { if ( "srini_string" . equals ( Build . TYPE ) ) { return arg0 ; } else { return arg0 != null ? "srini_string" : "srini_string" ; } }
21,220
the name of the option group option . returns a reference to this object so that method calls can be chained together . concode_field_sep String applyType concode_elem_sep String allowedValues concode_elem_sep String settingDescription concode_elem_sep String defaultValue concode_elem_sep Boolean isModifiable concode_e...
OptionGroupOptionSetting function ( String arg0 ) { this . settingName = arg0 ; return this ; }
21,221
returns the ratio used to calculate the maximum category label width . concode_field_sep float widthRatio concode_elem_sep TextBlockAnchor labelAnchor concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep long serialVersionUID concode_elem_sep CategoryLabelWidthType widthType concode...
float function ( ) { return this . widthRatio ; }
21,222
get tags concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep StatusEnum fromValue concode_elem_se...
List < Tag > function ( ) { return tags ; }
21,223
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int deviceId concode_field_sep int getDeviceId concode_elem_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_se...
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 ) ; }
21,224
is the given repository id in the recent list concode_field_sep File file concode_elem_sep int VERSION concode_elem_sep LinkedHashSet<Long> ids concode_elem_sep int MAX_SIZE concode_elem_sep int id concode_elem_sep long serialVersionUID concode_field_sep RecentRepositories add concode_elem_sep RecentRepositories add co...
boolean function ( long arg0 ) { if ( ids == null ) { load ( ) ; } return ids . contains ( arg0 ) ; }
21,225
marks the end of a list of #reply string , string , string s. concode_field_sep String rest concode_elem_sep User sender concode_elem_sep Channel destChannel concode_elem_sep Connection connection concode_elem_sep User destUser concode_elem_sep String command concode_field_sep User getDestinationUser concode_elem_sep C...
void function ( ) { connection . sendCtcpReply ( sender . getNick ( ) , "srini_string" ) ; }
21,226
returns true if the place is always opened . concode_field_sep List<Period> periods concode_elem_sep Day openingDay concode_elem_sep String closingTime concode_elem_sep String openingTime concode_elem_sep boolean alwaysOpened concode_elem_sep Day closingDay concode_field_sep Hours setAlwaysOpened concode_elem_sep Strin...
boolean function ( ) { return alwaysOpened ; }
21,227
specifies the maximum response body size that will be eligible for caching . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax ...
void function ( int arg0 ) { this . maxObjectSizeBytes = arg0 ; }
21,228
find out how much work needs to be done . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode...
int function ( ) { return lengthOfTask ; }
21,229
sets the value of the id property . concode_field_sep BiddingScheme biddingScheme concode_elem_sep String name concode_elem_sep Long id concode_elem_sep BiddingStrategyType type concode_elem_sep SharedBiddingStrategyBiddingStrategyStatus status concode_field_sep void setName concode_elem_sep void setBiddingScheme conco...
void function ( Long arg0 ) { this . id = arg0 ; }
21,230
will return true since @example can be used in method documentation . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep String readFile concode_elem_sep ...
boolean function ( ) { return true ; }
21,231
get the netplot server version received when we connected to the netplot server . concode_field_sep BufferedReader br concode_elem_sep double serverVersion concode_elem_sep boolean cacheEnabled concode_elem_sep boolean debug concode_elem_sep int serverResponseTimeout concode_elem_sep PrintWriter pw concode_elem_sep Soc...
double function ( ) { return serverVersion ; }
21,232
gets the predicates , do not modify the array . concode_field_sep Predicate[] iPredicates concode_elem_sep long serialVersionUID concode_field_sep Predicate getInstance concode_elem_sep Predicate getInstance concode_elem_sep boolean evaluate
Predicate [ ] function ( ) { return iPredicates ; }
21,233
gets empty item view concode_field_sep Set_WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep ...
View function ( ) { return getCachedView ( emptyItems ) ; }
21,234
sets the current page position to the first page . concode_field_sep int fromIndex concode_elem_sep int values concode_elem_sep int pageSize concode_elem_sep int toIndex concode_field_sep PageRange setPages concode_elem_sep int getFromIndex concode_elem_sep int pageCount concode_elem_sep int getPageSize concode_elem_se...
void function ( ) { fromIndex = 0 ; toIndex = 0 ; }
21,235
returns the full property string . concode_field_sep PlanetName planetName concode_elem_sep int offset concode_elem_sep String property concode_elem_sep String type concode_field_sep String getProperty concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep int getOffset concode_elem_sep boolean ...
String function ( ) { return type + "srini_string" + property ; }
21,236
add a new provided contracts . concode_field_sep Map<Class<?>,Integer> contracts concode_elem_sep int defaultPriority concode_elem_sep Class<? extends Annotation> scope concode_elem_sep int NO_PRIORITY concode_elem_sep Class<? extends Annotation> scope concode_elem_sep int defaultPriority concode_elem_sep Map<Class<?>,...
Builder function ( final Map < Class < ? > , Integer > arg0 ) { this . contracts . putAll ( arg0 ) ; return this ; }
21,237
gets the value of the replaceall property . concode_field_sep List<CustomRecordTypePermissions> permissions concode_elem_sep Boolean replaceAll concode_field_sep List<CustomRecordTypePermissions> getPermissions concode_elem_sep void setReplaceAll
boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } }
21,238
converts cmis value of html type into jcr value of string type . concode_field_sep ValueFactories valueFactories concode_elem_sep ArrayList<Relation> list concode_elem_sep String[] map concode_elem_sep String jcrName concode_elem_sep String cmisName concode_field_sep Object[] jcrValues concode_elem_sep Long[] asInteger...
String [ ] function ( List < Object > arg0 ) { ValueFactory < String > loc0 = valueFactories . getStringFactory ( ) ; String [ ] loc1 = new String [ arg0 . size ( ) ] ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc1 [ loc2 ] = loc0 . create ( arg0 . get ( loc2 ) ) ; } return loc1 ; }
21,239
your value should start with a hash mark since it 's a reference to a value . this method will add the hash mark if it 's not present . concode_field_sep String mServerName concode_elem_sep Map<String,String> mQueryProps concode_field_sep JMXUriBuilder withThresholdHigh concode_elem_sep JMXUriBuilder withObjectDomain c...
JMXUriBuilder function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { addProperty ( "srini_string" , arg0 ) ; } else { addProperty ( "srini_string" , "srini_string" + arg0 ) ; } return this ; }
21,240
ensures the start listening method navigates the application to the start listening screen . concode_field_sep IControllerFactory mockControllerFactory concode_elem_sep ServerCommunicator mockServerCommunicator concode_elem_sep INavigator mockNavigator concode_elem_sep IMainMenuController mainMenuController concode_ele...
void function ( ) { mockGameHostingController = mock ( IGameHostingController . class ) ; when ( mockControllerFactory . createGameHostingController ( mockNavigator , mockServerCommunicator ) ) . thenReturn ( mockGameHostingController ) ; mainMenuController . startListening ( ) ; verify ( mockNavigator ) . push ( mockG...
21,241
initializes the velocity components . concode_field_sep int xPosition concode_elem_sep int xVelocity concode_elem_sep int initVelocity concode_elem_sep int size concode_elem_sep int yPosition concode_elem_sep int g concode_elem_sep double angle concode_elem_sep int yVelocity concode_elem_sep int wind concode_field_sep ...
void function ( double arg0 ) { angle = Math . toRadians ( arg0 ) ; double loc0 = initVelocity * Math . cos ( angle ) ; xVelocity = ( int ) loc0 ; double loc1 = initVelocity * Math . sin ( angle ) ; yVelocity = ( int ) loc1 ; }
21,242
returns the id device of this device and sensor . concode_field_sep DeviceAndSensor _deviceAndSensor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep DeviceAndSensor getWrappedDeviceAndSensor concode_elem...
long function ( ) { return _deviceAndSensor . getIdDevice ( ) ; }
21,243
sets the value of the originalwtttimestamp property . concode_field_sep String trainServiceCode concode_elem_sep String trainFileAddress concode_elem_sep XMLGregorianCalendar wttTimestamp concode_elem_sep String toc concode_elem_sep String currentTrainID concode_elem_sep String division concode_elem_sep String original...
void function ( XMLGregorianCalendar arg0 ) { this . originalWTTTimestamp = arg0 ; }
21,244
get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa...
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; }
21,245
returns the system . concode_field_sep AS400 system_ concode_elem_sep int preInstructions_ concode_elem_sep String path_ concode_elem_sep String nlv_ concode_elem_sep int SPECIAL_INSTRUCTIONS_NO concode_elem_sep int SPECIAL_INSTRUCTIONS_IPL concode_elem_sep int postInstructions_ concode_elem_sep int SPECIAL_INSTRUCTION...
AS400 function ( ) { return system_ ; }
21,246
add an expected attribute to this tag . the second parameter is a regexp pattern on which to match the value of the tag . concode_field_sep Set<String> illegalAttributes concode_elem_sep List<DocumentElement> expectedChildren concode_elem_sep String tag concode_elem_sep Map<String,String> expectedAttributes concode_fie...
void function ( final String arg0 , final String arg1 ) { expectedAttributes . put ( arg0 . toLowerCase ( ) , arg1 ) ; }
21,247
extracts an array of strings from an olechar type useful for implementing getidsofnames . concode_field_sep PlaceHolder placeHolder concode_field_sep String extractStringFromOleCharPtr concode_elem_sep int sysAllocString concode_elem_sep Variant convertObjectToVariant concode_elem_sep void ejectBrowserScriptExternalObj...
String [ ] function ( int arg0 , int arg1 ) { String [ ] loc0 = new String [ arg1 ] ; for ( int loc1 = 0 ; loc1 < arg1 ; ++ loc1 ) { int [ ] loc2 = new int [ 1 ] ; OS . MoveMemory ( loc2 , arg0 + 4 * loc1 , 4 ) ; loc0 [ loc1 ] = extractStringFromOleCharPtr ( loc2 [ 0 ] ) ; } return loc0 ; }
21,248
initialize server stuff : in jbossweb-2.1.x the server ca n't be destroyed so you could start restart one that needs initializations ... concode_field_sep int STATUS_FREQUENCY concode_elem_sep CatalinaFactory factory concode_elem_sep AtomicBoolean init concode_elem_sep AtomicBoolean start concode_elem_sep int statusCou...
void function ( Server arg0 ) { this . eventHandler . init ( this . factory . createServer ( arg0 ) ) ; this . addListeners ( arg0 ) ; }
21,249
sets the page load strategy for edge supported values are `` normal '' , `` eager '' and `` none '' concode_field_sep String pageLoadStrategy concode_elem_sep String CAPABILITY concode_field_sep JsonObject toJson concode_elem_sep DesiredCapabilities toCapabilities
void function ( String arg0 ) { this . pageLoadStrategy = checkNotNull ( arg0 ) ; }
21,250
get int64 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep In...
Long function ( ) { return int64 ; }
21,251
value of . concode_field_sep byte RSV2_MASK concode_elem_sep int offset concode_elem_sep int FIN_MASK concode_elem_sep byte RSV3_MASK concode_elem_sep int fin concode_elem_sep int PAYLOAD_LEN_MASK concode_elem_sep int opcode concode_elem_sep int RSV4_MASK concode_elem_sep int MAX_FRAME_LENGTH_16 concode_elem_sep int rs...
Opcode function ( int arg0 ) { switch ( arg0 ) { case 0 : return CONTINUATION ; case 1 : return CONNECTION_CLOSE ; case 2 : return PING ; case 3 : return PONG ; case 4 : return TEXT_FRAME ; case 5 : return BINARY_FRAME ; default : return null ; } }
21,252
return a read-only map with `` input '' flash attributes saved on aprevious request . concode_field_sep PlaceHolder placeHolder concode_field_sep FlashMap getOutputFlashMap concode_elem_sep ThemeResolver getThemeResolver concode_elem_sep Theme getTheme concode_elem_sep TimeZone getTimeZone concode_elem_sep LocaleResolv...
Map < String , ? > function ( HttpServletRequest arg0 ) { return ( Map < String , ? > ) arg0 . getAttribute ( DispatcherServlet . INPUT_FLASH_MAP_ATTRIBUTE ) ; }
21,253
simulates the interaction the block as if a player had done so . note that the requirement in the cause is that it containseither a player , user , or gameprofile . additionally , the namedcause must be namedcause #simulated object . failing to do either of these will result in an illegalargumentexception being thrown ...
boolean function ( Vector3i arg0 , Direction arg1 , Cause arg2 ) { return interactBlock ( checkNotNull ( arg0 , "srini_string" ) . getX ( ) , arg0 . getY ( ) , arg0 . getZ ( ) , arg1 , arg2 ) ; }
21,254
gets the machine memory . concode_field_sep List<? extends Pe> peList concode_elem_sep ArrayList<Integer> vmQueue concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep VmScheduler vmScheduler concode_elem_sep List<? extends Vm> vmList concode_elem_sep Datacenter datace...
int function ( ) { return getRamProvisioner ( ) . getRam ( ) ; }
21,255
sets the param . concode_field_sep T param concode_field_sep T getParam
void function ( T arg0 ) { this . param = arg0 ; }
21,256
get the resource adapter concode_field_sep ConnectionManager cm concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_...
ResourceAdapter function ( ) { return ra ; }
21,257
set whether or not the title/subtitle display for this action mode is optional . in many cases the supplied title for an action mode is merely meant to add context and is not strictly required for the action mode to be useful . if the title is optional , the system may choose to hide the title entirely rather than trun...
void function ( boolean arg0 ) { mTitleOptionalHint = arg0 ; }
21,258
get custom deserializer concode_field_sep com.google.api.ads.dfp.axis.v201502.Technology[] deviceManufacturers concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean isTargeted concode_field...
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 ) ; }
21,259
appends a value . concode_field_sep int size concode_elem_sep long[] values concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_field_sep int size concode_elem_sep long get concode_elem_sep long[] toArray
void function ( long arg0 ) { if ( size == values . length ) { values = Arrays . copyOf ( values , size * 2 ) ; } values [ size ++ ] = arg0 ; }
21,260
set the pattern to use to format date values . concode_field_sep FormatStyle dateStyle concode_elem_sep FormatStyle timeStyle concode_elem_sep ISO iso concode_elem_sep String pattern concode_elem_sep TimeZone timeZone concode_field_sep void setIso concode_elem_sep void setDateStyle concode_elem_sep void setDateTimeStyl...
void function ( String arg0 ) { this . pattern = arg0 ; }
21,261
name of the js bundle file to be loaded from application 's raw assets . example : `` index.android.js '' concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_sep Application mApplication concode_elem_sep UIImplementationProvider mUII...
Builder function ( String arg0 ) { return this . setJSBundleFile ( arg0 == null ? null : "srini_string" + arg0 ) ; }
21,262
implements this method from the interface with an empty method body . concode_field_sep PlaceHolder placeHolder concode_field_sep void windowDeactivated concode_elem_sep void windowClosed concode_elem_sep void windowLostFocus concode_elem_sep void windowOpened concode_elem_sep void windowActivated concode_elem_sep void...
void function ( WindowEvent arg0 ) { }
21,263
get api configuration concode_field_sep int minDelay concode_elem_sep ConnectionEndpoint[] endpoints concode_elem_sep PlatformType platformType concode_elem_sep CallsProvider callsProvider concode_elem_sep String timeZone concode_elem_sep boolean enableNetworkLogging concode_elem_sep boolean voiceCallsEnabled concode_e...
ApiConfiguration function ( ) { return apiConfiguration ; }
21,264
an accessor for the original directory . returns null if the original directory is undefined . concode_field_sep String fromDir concode_elem_sep Vector bList concode_elem_sep String fromExt concode_elem_sep boolean hasChanged concode_elem_sep int DEFAULT_INCREMENT concode_field_sep void add concode_elem_sep void add co...
String function ( ) { return ( fromDir ) ; }
21,265
notifies all added listeners that some nodes were inserted . concode_field_sep TreeModelListenerList listeners concode_field_sep void treeNodesRemoved concode_elem_sep void treeStructureChanged concode_elem_sep void treeNodesChanged concode_elem_sep void addTreeModelListener concode_elem_sep void removeTreeModelListene...
void function ( TreePath arg0 , int [ ] arg1 , Object [ ] arg2 ) { if ( ! listeners . isEmpty ( ) ) listeners . treeNodesInserted ( new TreeModelEvent ( this , arg0 , arg1 , arg2 ) ) ; }
21,266
the scaling policies . concode_field_sep com.amazonaws.internal.SdkInternalList<ScalingPolicy> scalingPolicies concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setScalingPolicies concode_elem_sep DescribePoliciesRes...
java . util . List < ScalingPolicy > function ( ) { if ( scalingPolicies == null ) { scalingPolicies = new com . amazonaws . internal . SdkInternalList < ScalingPolicy > ( ) ; } return scalingPolicies ; }
21,267
sets hash id resolver for nodes . this resolver is used to provide alternate hash id , other than node id . node ids constantly change when nodes get restarted , which causes them to be placed on different locations in the hash ring , and hence causing repartitioning . providing an alternate hash id , which survives no...
void function ( HashIdResolver arg0 ) { this . hashIdRslvr = arg0 ; }
21,268
gets the value of the subscribernumber property . concode_field_sep List<PassAgreement> passAgreement concode_elem_sep String subscriberNumber concode_elem_sep long serialVersionUID concode_field_sep List<PassAgreement> getPassAgreement concode_elem_sep void setSubscriberNumber
String function ( ) { return subscriberNumber ; }
21,269
cleanly disposes of the renderhub 's resources . used by the rendermanager when the application shuts down . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAliveTime concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderServi...
void function ( ) { if ( renderService != null ) { renderService . shutdown ( ) ; renderService = null ; } if ( scheduledService != null ) { scheduledService . shutdown ( ) ; scheduledService = null ; } }
21,270
converts a given string to upper case with locale.english concode_field_sep Locale LOCALE_ENGLSIH concode_elem_sep String COMMA_SEPARATOR concode_elem_sep Charset UTF8 concode_elem_sep String DEFAULT_ENCODING concode_field_sep int compare concode_elem_sep boolean isNullOrEmpty concode_elem_sep String fromBigDecimal con...
String function ( String arg0 ) { if ( isNullOrEmpty ( arg0 ) ) { return arg0 ; } return arg0 . toUpperCase ( LOCALE_ENGLSIH ) ; }
21,271
only this column from the the columnfamily will be included as result of hbase lookup . concode_field_sep byte[] columnFamily concode_elem_sep List<ColumnMetaData> columns concode_elem_sep byte[] qualifier concode_elem_sep List<byte[]> columnFamilies concode_field_sep HBaseProjectionCriteria addColumnFamily concode_ele...
HBaseProjectionCriteria function ( ColumnMetaData arg0 ) { this . columns . add ( arg0 ) ; return this ; }
21,272
wykonuje wyliczenia po zmianie ktoregokolwiek z parametrow concode_field_sep double Dw concode_elem_sep double minT concode_elem_sep double maxH concode_elem_sep double Dh concode_elem_sep double Dt concode_elem_sep double minW concode_elem_sep double dwapi concode_elem_sep double maxW concode_elem_sep double we concod...
void function ( ) { efs = FEPSM ( er , h , w , t ) ; wnh = w / h ; if ( wnh <= odw2pi ) DW = FDW1 ( efs , w , h ) ; else DW = FDW2 ( efs , w , h ) ; we = w + DW ; DW1 = FDW1 ( efs , w , h ) ; DW2 = FDW2 ( efs , w , h ) ; Z1 = FZ1 ( efs , we , h ) ; Z2 = FZ2 ( efs , we , h ) ; }
21,273
document copy concode_field_sep boolean m_withDialog concode_elem_sep String m_drillSource concode_elem_sep String m_printerName concode_elem_sep int m_C_BPartner_ID concode_elem_sep boolean m_async concode_elem_sep int m_copies concode_elem_sep int m_AD_Process_ID concode_elem_sep String m_Help concode_elem_sep int m_...
boolean function ( ) { return m_isDocumentCopy ; }
21,274
get the sql snippet of the expression list . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep boolean create concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ArrayList<Parameter> parameters concode_el...
String function ( Expression [ ] arg0 ) { StatementBuilder loc0 = new StatementBuilder ( ) ; for ( Expression loc1 : arg0 ) { loc0 . appendExceptFirst ( "srini_string" ) ; if ( loc1 != null ) { loc0 . append ( loc1 . getSQL ( ) ) ; } } return loc0 . toString ( ) ; }
21,275
get the launch time concode_field_sep JobInited datum concode_field_sep int getTotalReduces concode_elem_sep EventType getEventType concode_elem_sep int getTotalMaps concode_elem_sep Object getDatum concode_elem_sep JobID getJobId concode_elem_sep void setDatum concode_elem_sep boolean getUberized concode_elem_sep Stri...
long function ( ) { return datum . getLaunchTime ( ) ; }
21,276
get the order in which the search visited a vertex . concode_field_sep int comp concode_elem_sep int[] spanningTree concode_elem_sep int[] componentId concode_elem_sep int count concode_elem_sep IGraph graph concode_elem_sep int[] order concode_field_sep int[] getComponentId concode_elem_sep void init concode_elem_sep ...
int function ( int arg0 ) { return order [ arg0 ] ; }
21,277
get the response code . concode_field_sep int code concode_elem_sep SmtpState nextState concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep SmtpState getNextState
int function ( ) { return code ; }
21,278
fields correspond directly to item.addmetadata calls so they are simply executed . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean canDisseminate concode_elem_sep List<Element> disseminateList concode_elem_sep Namespace[] getNamespaces concode_elem_sep Element disseminateElement concode_elem_sep Str...
void function ( Context arg0 , DSpaceObject arg1 , List < Element > arg2 , boolean arg3 ) { XSLTIngestionCrosswalk . ingestDIM ( arg0 , arg1 , arg2 , arg3 ) ; }
21,279
get the second token . concode_field_sep double prob concode_elem_sep int freq concode_elem_sep String first concode_elem_sep String second concode_field_sep int getFreq concode_elem_sep String getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setProb concode_elem_sep String t...
String function ( ) { return second ; }
21,280
program entry point concode_field_sep long n concode_field_sep Long call concode_elem_sep void onError concode_elem_sep void onPreCall concode_elem_sep void onPostCall concode_elem_sep long ap
void function ( String [ ] arg0 ) { AsynchronousService loc0 = new AsynchronousService ( new LinkedBlockingQueue < > ( ) ) ; loc0 . execute ( new ArithmeticSumTask ( 1000 ) ) ; loc0 . execute ( new ArithmeticSumTask ( 500 ) ) ; loc0 . execute ( new ArithmeticSumTask ( 2000 ) ) ; loc0 . execute ( new ArithmeticSumTask (...
21,281
sets the value of the label property . concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep void setNavigationDefault concode_elem_sep String getLabel concode_elem_sep NavigationDefault getNavigationDefault concode_elem_sep List<Node> get...
void function ( String arg0 ) { this . label = arg0 ; }
21,282
sets the value of the id property . concode_field_sep List<Object> contentList concode_elem_sep String id concode_field_sep List<Object> getContent concode_elem_sep String getId concode_elem_sep void addContent concode_elem_sep void removeContent
void function ( String arg0 ) { this . id = arg0 ; }
21,283
indicates whether this field 's type is a primitive type . concode_field_sep int offset concode_elem_sep boolean unshared concode_elem_sep boolean isDeserialized concode_elem_sep String name concode_elem_sep String typeString concode_elem_sep int FIELD_IS_NOT_RESOLVED concode_elem_sep Object type concode_elem_sep long ...
boolean function ( ) { return true ; }
21,284
gets the property service . concode_field_sep EntityService entityService concode_elem_sep PropertyService propertyService concode_elem_sep DaoCallbackService daoCallbackService concode_elem_sep VSPropertyService vsPropertyService concode_elem_sep PickListDefinitionService pickListDefinitionService concode_elem_sep Cod...
PropertyService function ( ) { return propertyService ; }
21,285
this method resets the incoming events time events included . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exitSequence...
void function ( ) { }
21,286
open an inputstream on the class data . concode_field_sep byte[] data concode_elem_sep ClassDescriptor classDescriptor concode_elem_sep ICodeBaseEntry codeBaseEntry concode_field_sep ICodeBaseEntry getCodeBaseEntry concode_elem_sep ClassDescriptor getClassDescriptor concode_elem_sep String toString concode_elem_sep byt...
InputStream function ( ) { return new ByteArrayInputStream ( data ) ; }
21,287
parses a single text line read from the config file concode_field_sep String NONE concode_elem_sep Configurable configurable concode_field_sep String toLines concode_elem_sep void loadFile concode_elem_sep void saveFile
void function ( String arg0 ) { }
21,288
verify if the empty page is returned . concode_field_sep List<String> data concode_elem_sep PagingUtility<String> pagingUtility concode_field_sep void testInvalidPageWithEmptyCollection concode_elem_sep void testPassingInNullCollection concode_elem_sep void testPageFullSize concode_elem_sep void testLastOfNPages concod...
void function ( ) { PageRequest loc0 = new PageRequest ( 0 , 5 ) ; Page < String > loc1 = pagingUtility . getPagedData ( loc0 , Collections . < String > emptyList ( ) ) ; Assert . isTrue ( loc1 . getSize ( ) == 0 , "srini_string" ) ; }
21,289
limit a date 's resolution . for example , the date 2004-09-21 13:50:11 will be changed to 2004-09-01 00:00:00 when using resolution.month . concode_field_sep ThreadLocal<SimpleDateFormat[]> TL_FORMATS concode_elem_sep int formatLen concode_elem_sep SimpleDateFormat format concode_elem_sep TimeZone GMT concode_elem_sep...
Date function ( Date arg0 , Resolution arg1 ) { return new Date ( round ( arg0 . getTime ( ) , arg1 ) ) ; }
21,290
send an alert for an onofftype . concode_field_sep ItemRegistry itemRegistry concode_elem_sep Agent agent concode_elem_sep boolean agentConnected concode_elem_sep OpenHabCommandProcessor sitewhere concode_elem_sep boolean configured concode_elem_sep Logger LOGGER concode_elem_sep String SERVICE_NAME concode_elem_sep Si...
void function ( String arg0 , Item arg1 , OnOffType arg2 ) { addDeviceAlert ( arg0 , arg1 , TYPE_OPENHAB_ONOFF , arg2 . toString ( ) ) ; }
21,291
sets the logging-specific section of the configuration file . concode_field_sep ServerFactory server concode_elem_sep MetricsFactory metrics concode_elem_sep LoggingFactory logging concode_field_sep void setServerFactory concode_elem_sep String toString concode_elem_sep LoggingFactory getLoggingFactory concode_elem_sep...
void function ( LoggingFactory arg0 ) { this . logging = arg0 ; }
21,292
return the value of the expanded property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_...
boolean function ( ) { return expanded ; }
21,293
retrieves the migration 's environment , used to customize the migration process . concode_field_sep boolean interactive concode_elem_sep ConsoleWrapper consoleWrapper concode_elem_sep MigrationFiles migrationFiles concode_elem_sep MigrationEnvironment migrationEnvironment concode_field_sep MigrationFiles getMigrationF...
MigrationEnvironment function ( ) { return migrationEnvironment ; }
21,294
get the length of the string currently in the byte stream . concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep boolean isBundle concode_elem_sep OSCMessage convertMessage concode_elem_sep String readString concode_elem_sep char[] readTypes concode_elem_...
int function ( ) { int loc0 = 0 ; while ( bytes [ streamPosition + loc0 ] != 0 ) loc0 ++ ; return loc0 ; }
21,295
messagedigest block update operation . continues a message-digest operation , processing another message block , and updating the context . concode_field_sep PlaceHolder placeHolder concode_field_sep String asHex concode_elem_sep String asHex concode_elem_sep byte[] getDigest concode_elem_sep byte[] doFinal
MessageDigest function ( byte [ ] arg0 ) { return update ( arg0 , 0 , arg0 . length ) ; }
21,296
set count of returned items concode_field_sep int pageCount concode_elem_sep boolean hasNextPage concode_elem_sep int count concode_elem_sep int limit concode_elem_sep boolean hasPreviousPage concode_elem_sep int currentPage concode_field_sep int getPageCount concode_elem_sep boolean hasNextPage concode_elem_sep int ge...
void function ( int arg0 ) { this . count = arg0 ; }
21,297
returns an singleton immutable empty mapfieldlite instance . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabilityOracle concode_elem_sep MapFieldLite EMPTY_MAP_FIELD concode_field_sep E next concode_elem...
MapFieldLite < K , V > function ( ) { return ( MapFieldLite < K , V > ) EMPTY_MAP_FIELD ; }
21,298
removed the mocked std-out printstream again from the system class concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void setUp concode_elem_sep PrintStream getStdOutMock
void function ( ) { System . setOut ( this . stdOutOrig ) ; }
21,299
sets the location id of this event . concode_field_sep Event _event concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String g...
void function ( long arg0 ) { _event . setLocationId ( arg0 ) ; }