idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
22,100 | gets the total number of columns present in the underlying data source that conforms to this schema . concode_field_sep PlaceHolder placeHolder concode_field_sep void restore concode_elem_sep int getColumnType concode_elem_sep void store concode_elem_sep void delete concode_elem_sep String getColumnAlias | int function ( ) { return - 1 ; } |
22,101 | returns the #profile_directory_name where configuration filesfor this version of pms are stored . concode_field_sep boolean IS_UPDATABLE concode_elem_sep String REPO concode_elem_sep String UPDATE_SERVER_URL concode_elem_sep String PROFILE_DIRECTORY_NAME concode_field_sep boolean isUpdatable concode_elem_sep String get... | String function ( ) { return PROFILE_DIRECTORY_NAME ; } |
22,102 | obtain the agent session by address . the current implementation is slow , but we expect it to only be used by the admin interface so overhead is not a concern . if this is used for the runtime behavior of the workgroup itself , the implementation must be changed . concode_field_sep Map<AgentSession,String> sessionList... | AgentSession function ( JID arg0 ) { AgentSession loc0 = null ; for ( AgentSession loc1 : sessionList . keySet ( ) ) { if ( loc1 . getJID ( ) . equals ( arg0 ) ) { loc0 = loc1 ; break ; } } if ( loc0 == null ) { throw new AgentNotFoundException ( arg0 . toString ( ) ) ; } return loc0 ; } |
22,103 | returns the originalmode . concode_field_sep T headPointer concode_elem_sep int mode concode_elem_sep boolean quirks concode_elem_sep T formPointer concode_elem_sep StackNode<T>[] stack concode_elem_sep boolean framesetOk concode_elem_sep boolean needToDropLF concode_elem_sep T deepTreeSurrogateParent concode_elem_sep ... | int function ( ) { return originalMode ; } |
22,104 | add in the inventory ` gnomeamount ' gnome of type ` gnometype ' concode_field_sep Boolean logedIn concode_elem_sep Exception transactionFailure concode_elem_sep String newAdministratorName concode_elem_sep String error concode_elem_sep String userName concode_elem_sep Integer newPrice concode_elem_sep Type gnomeType c... | void function ( ) { startConversation ( ) ; webShopFacade . addGnome ( gnomeType , gnomeAmount ) ; } |
22,105 | generational : called immediately before evaluation occurs . concode_field_sep String P_CHILD concode_elem_sep Statistics[] children concode_elem_sep String P_NUMCHILDREN concode_field_sep void preCheckpointStatistics concode_elem_sep void enteringSteadyStateStatistics concode_elem_sep void individualsBredStatistics co... | void function ( final EvolutionState arg0 ) { for ( int loc0 = 0 ; loc0 < children . length ; loc0 ++ ) children [ loc0 ] . preEvaluationStatistics ( arg0 ) ; } |
22,106 | gets the value of the relationshipcomment property . concode_field_sep RecordRef issueNumber concode_elem_sep IssueRelationship relationship concode_elem_sep String relationshipComment concode_field_sep void setIssueNumber concode_elem_sep RecordRef getIssueNumber concode_elem_sep IssueRelationship getRelationship conc... | String function ( ) { return relationshipComment ; } |
22,107 | verifies that the state is running . concode_field_sep ZooKeeperStateHandleStore<SubmittedJobGraph> jobGraphsInZooKeeper concode_elem_sep Set<JobID> addedJobGraphs concode_elem_sep SubmittedJobGraphListener jobGraphListener concode_elem_sep boolean isRunning concode_elem_sep PathChildrenCache pathCache concode_elem_sep... | void function ( ) { checkState ( isRunning , "srini_string" ) ; } |
22,108 | creates the folder with the given name if it does n't already exist , and returns it . concode_field_sep String m_path concode_elem_sep CmsResource m_folder concode_field_sep CmsResource getFolder concode_elem_sep String getSitePath concode_elem_sep CmsResource getOrCreateFolder concode_elem_sep CmsResource getPermissi... | CmsResource function ( CmsObject arg0 ) { if ( m_folder != null ) { return m_folder ; } return arg0 . createResource ( m_path , OpenCms . getResourceManager ( ) . getResourceType ( CmsResourceTypeFolder . RESOURCE_TYPE_NAME ) . getTypeId ( ) ) ; } |
22,109 | returns an existing hazelcastinstance with instancename . to shutdown all running hazelcastinstances all members on this jvm call #shutdownall . concode_field_sep PlaceHolder placeHolder concode_field_sep void shutdownAll concode_elem_sep HazelcastInstance getOrCreateHazelcastInstance concode_elem_sep void setOutOfMemo... | HazelcastInstance function ( String arg0 ) { return HazelcastInstanceFactory . getHazelcastInstance ( arg0 ) ; } |
22,110 | tests the networkaddressutils #resolvehostname string method . concode_field_sep PlaceHolder placeHolder concode_field_sep void replaceHostName concode_elem_sep void getFqdnHost concode_elem_sep void getDefaultClientHostname concode_elem_sep void getConfiguredClientHostname concode_elem_sep void after concode_elem_sep ... | void function ( ) { Assert . assertEquals ( NetworkAddressUtils . resolveHostName ( "srini_string" ) , null ) ; Assert . assertEquals ( NetworkAddressUtils . resolveHostName ( null ) , null ) ; Assert . assertEquals ( NetworkAddressUtils . resolveHostName ( "srini_string" ) , "srini_string" ) ; } |
22,111 | the error code for an individual record result . concode_field_sep String recordId concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_field_sep void setRecordId concode_elem_sep void setErrorMessage concode_elem_sep String getRecordId concode_elem_sep PutRecordBatchResponseEntry withErrorCod... | String function ( ) { return this . errorCode ; } |
22,112 | checks if this query result has any rows . concode_field_sep Map<String,String> columns concode_elem_sep Map<String,String> values concode_elem_sep List<Row> rows concode_field_sep String getValue concode_elem_sep Iterator<Row> iterator concode_elem_sep List<Row> getRows concode_elem_sep Map<String,String> getColumns | boolean function ( ) { return rows . isEmpty ( ) ; } |
22,113 | sets the serialized payload of the response in this rpc . will not include handshake or meta-data . concode_field_sep Map<String,ByteBuffer> requestCallMeta concode_elem_sep Map<String,ByteBuffer> responseCallMeta concode_elem_sep Object response concode_elem_sep List<ByteBuffer> requestPayload concode_elem_sep List<By... | void function ( List < ByteBuffer > arg0 ) { this . responsePayload = arg0 ; } |
22,114 | computes the sum of the values in an array list concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Double> readInputs concode_elem_sep void main concode_elem_sep double minimum | double function ( ArrayList < Double > arg0 ) { double loc0 = 0 ; for ( double loc1 : arg0 ) { loc0 = loc0 + loc1 ; } return loc0 ; } |
22,115 | a method that returns the earth radius in km . the value currently defaults to 6356.9 km if not set . concode_field_sep double earthRadius concode_elem_sep double GEOMETRIC_ZENITH concode_elem_sep double solarRadius concode_elem_sep double refraction concode_field_sep void setRefraction concode_elem_sep double getUTCSu... | double function ( ) { return earthRadius ; } |
22,116 | add additional high priority values to an environment . name-value pairs can be specified with colon '' : '' or equals '' = '' separators . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( ConfigurableEnvironment arg0 , String ... arg1 ) { org . springframework . boot . test . util . EnvironmentTestUtils . addEnvironment ( arg0 , arg1 ) ; } |
22,117 | connect the googleapiclient if not already connected.note that this assumes you 're already running in a background thread and issues a googleapiclient #blockingconnect call to connect . concode_field_sep String TAG concode_elem_sep GoogleApiClient mGoogleApiClient concode_field_sep boolean saveDriveFile concode_elem_s... | ConnectionResult function ( ) { if ( ! mGoogleApiClient . isConnected ( ) ) { return mGoogleApiClient . blockingConnect ( ) ; } else { return null ; } } |
22,118 | returns the distance cumulative distribution function . concode_field_sep Logger LOGGER concode_field_sep double[] compute concode_elem_sep double[] compute concode_elem_sep double[] compute concode_elem_sep double effectiveDiameter concode_elem_sep double effectiveDiameter concode_elem_sep double harmonicDiameter conc... | double [ ] function ( final double [ ] arg0 ) { final double [ ] loc0 = arg0 . clone ( ) ; double loc1 = loc0 [ loc0 . length - 1 ] ; for ( int loc2 = loc0 . length ; loc2 -- != 0 ; ) loc0 [ loc2 ] /= loc1 ; return loc0 ; } |
22,119 | sends the notification that the receiver of the message is composing a reply concode_field_sep XMPPConnection con concode_elem_sep List messageEventRequestListeners concode_elem_sep PacketFilter packetFilter concode_elem_sep PacketListener packetListener concode_elem_sep List messageEventNotificationListeners concode_f... | void function ( String arg0 , String arg1 ) { Message loc0 = new Message ( arg0 ) ; MessageEvent loc1 = new MessageEvent ( ) ; loc1 . setComposing ( true ) ; loc1 . setPacketID ( arg1 ) ; loc0 . addExtension ( loc1 ) ; con . sendPacket ( loc0 ) ; } |
22,120 | a click on one of the items in our menubar has occured . forward it to the item itself to let it decide what happens . concode_field_sep SVWindow svWindow concode_elem_sep JMenuBar root concode_elem_sep HashMap<String,SVAbstractMenuItem> items concode_field_sep void add concode_elem_sep void add | void function ( ActionEvent arg0 ) { SVAbstractMenuItem loc0 = items . get ( arg0 . getActionCommand ( ) ) ; loc0 . performAction ( svWindow , SVEventType . SVET_MENU ) ; } |
22,121 | parses a document specified by an uri . concode_field_sep Log log concode_field_sep DocumentBuilder createDocumentBuilder concode_elem_sep Document createDocument | Document function ( String arg0 ) { return parse ( new InputSource ( arg0 ) ) ; } |
22,122 | get the free space in external storage concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes | long function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; long loc1 = 0 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = getFreeSpaceInBytes ( Environment . getExternalStorageDirectory ( ) . getPath ( ) ) ; } else { return - 1 ; } return loc1 / 1024 ; } |
22,123 | retrieve the leagues for the target team concode_field_sep String SERVICE concode_elem_sep RtmpClient client concode_field_sep SummonerLeagueItems getMyLeaguePositions concode_elem_sep LeagueList getChallengerLeague concode_elem_sep SummonerLeagues getAllMyLeagues concode_elem_sep SummonerLeagues getAllLeaguesForPlayer | SummonerLeagues function ( String arg0 ) { return client . sendRpcAndWait ( SERVICE , "srini_string" , arg0 ) ; } |
22,124 | method : center this method is used to deal with general situation . concode_field_sep int[][] sourceImage concode_elem_sep int[][] mask concode_field_sep int edge concode_elem_sep int corner concode_elem_sep void main | int function ( int arg0 , int arg1 ) { int loc0 = 0 ; int loc1 = 0 ; int loc2 = 0 ; for ( int loc3 = 0 ; loc3 < 3 ; loc3 ++ ) { for ( int loc4 = 0 ; loc4 < 3 ; loc4 ++ ) { loc2 += mask [ loc3 ] [ loc4 ] ; loc1 += ( mask [ loc3 ] [ loc4 ] * sourceImage [ arg1 + loc3 - 1 ] [ arg0 + loc4 - 1 ] ) ; } } loc0 = loc1 / loc2 ;... |
22,125 | set whether to register the mbeanserver with the mbeanserverfactory , making it available through mbeanserverfactory.findmbeanserver . concode_field_sep MBeanServer server concode_elem_sep String agentId concode_elem_sep boolean locateExistingServerIfPossible concode_elem_sep Log logger concode_elem_sep boolean registe... | void function ( boolean arg0 ) { this . registerWithFactory = arg0 ; } |
22,126 | increases the minimum capacity of the manager . defaults to 20 . concode_field_sep boolean isPaused concode_elem_sep ArrayList<BaseTween<?>> objects concode_field_sep TweenManager add concode_elem_sep void resume concode_elem_sep int getRunningTweensCount concode_elem_sep void killAll concode_elem_sep void killTarget c... | void function ( int arg0 ) { objects . ensureCapacity ( arg0 ) ; } |
22,127 | sets the uuid of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.Strin... | void function ( java . lang . String arg0 ) { _gadget . setUuid ( arg0 ) ; } |
22,128 | gets the imaginary value . concode_field_sep int offset concode_elem_sep FloatBuffer buffer concode_field_sep float getReal concode_elem_sep FloatBuffer getBuffer concode_elem_sep FloatComplex get concode_elem_sep FloatComplex get concode_elem_sep FloatComplex get concode_elem_sep FloatComplex get concode_elem_sep Floa... | float function ( ) { return buffer . get ( offset + 1 ) ; } |
22,129 | provides reaction to each button click in the view , calling the appropriate method in the controller . concode_field_sep CoWLabController c concode_field_sep placeholderType placeHolder | void function ( ActionEvent arg0 ) { String loc0 = arg0 . getActionCommand ( ) ; switch ( loc0 ) { case "srini_string" : c . createMorphismWindow ( ) ; break ; case "srini_string" : c . createPatternWindow ( ) ; break ; case "srini_string" : c . createFactorComplexityWindow ( ) ; break ; case "srini_string" : c . creat... |
22,130 | getsize returns the number of users in the userlist concode_field_sep CatenableQueue<User> userQueue concode_elem_sep int size concode_field_sep void add concode_elem_sep void naiveQuickSortTest concode_elem_sep void naiveSortByBothTest concode_elem_sep void main concode_elem_sep void quickSort concode_elem_sep void qu... | int function ( ) { return size ; } |
22,131 | gets the port . concode_field_sep String path concode_elem_sep String protocol concode_elem_sep Logger logger concode_elem_sep String host concode_elem_sep int port concode_field_sep void setHost concode_elem_sep void setProtocol concode_elem_sep String getPath concode_elem_sep void setPath concode_elem_sep String getP... | int function ( ) { return port ; } |
22,132 | specifies from which `` block reach '' range this task can be done concode_field_sep Minion_Job_Manager boss concode_elem_sep boolean workerReachedBlock concode_elem_sep boolean startedTask concode_elem_sep int posX concode_elem_sep double startMinionX concode_elem_sep int posY concode_elem_sep int posZ concode_elem_se... | void function ( double arg0 ) { this . accessRangeSq = arg0 ; } |
22,133 | saves hub settings passed as a parameter . the settings must be passed as a org.motechproject.hub.model.settingsdto , from which hub base url is taken and set . concode_field_sep String HUB_BASE_URL concode_elem_sep SettingsFacade settingsFacade concode_elem_sep HubValidator hubValidator concode_elem_sep Logger LOGGER ... | void function ( @ RequestBody SettingsDTO arg0 ) { settingsFacade . setProperty ( HUB_BASE_URL , arg0 . getHubBaseUrl ( ) ) ; } |
22,134 | policy signature in base64 format use signature generated by this method for passing to ec2 bunding calls along with policy . concode_field_sep String policySignature concode_elem_sep String policyString concode_elem_sep String HMAC_SHA1_ALGORITHM concode_field_sep String base64Encode concode_elem_sep String signPolicy... | String function ( ) { return this . policySignature ; } |
22,135 | returns the spring bean id for this bean . concode_field_sep SocialActivityLimitLocalService _service concode_field_sep com.liferay.portlet.social.model.SocialActivityLimit addActivityLimit concode_elem_sep com.liferay.portlet.social.model.SocialActivityLimit deleteSocialActivityLimit concode_elem_sep com.liferay.portl... | java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; } |
22,136 | load a value of the property from the synapse properties concode_field_sep Log log concode_elem_sep boolean reload concode_elem_sep Properties cacheProperties concode_field_sep Properties reloadSynapseProperties concode_elem_sep Properties loadSynapseProperties | String function ( String arg0 , String arg1 ) { return MiscellaneousUtil . getProperty ( loadSynapseProperties ( ) , arg0 , arg1 ) ; } |
22,137 | reset the buffer and cipher . after resetting the object is in the same state as it was after the last init if there was one . concode_field_sep BlockCipher cipher concode_elem_sep byte[] buf concode_elem_sep int bufOff concode_elem_sep boolean forEncryption concode_elem_sep boolean partialBlockOkay concode_elem_sep bo... | void function ( ) { for ( int loc0 = 0 ; loc0 < buf . length ; loc0 ++ ) { buf [ loc0 ] = 0 ; } bufOff = 0 ; cipher . reset ( ) ; } |
22,138 | like io.vertx.rxjava.ext.jdbc.jdbcclient #createshared but with the default data source name concode_field_sep io.vertx.ext.jdbc.JDBCClient delegate concode_field_sep JDBCClient getConnection concode_elem_sep JDBCClient newInstance concode_elem_sep Object getDelegate concode_elem_sep JDBCClient createNonShared concode_... | JDBCClient function ( Vertx arg0 , JsonObject arg1 ) { JDBCClient loc0 = JDBCClient . newInstance ( io . arg0 . ext . jdbc . JDBCClient . createShared ( ( io . arg0 . core . Vertx ) arg0 . getDelegate ( ) , arg1 ) ) ; return loc0 ; } |
22,139 | gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep void setFilterStatement | Statement function ( ) { return filterStatement ; } |
22,140 | set the period between repeated task executions , in milliseconds . default is -1 , leading to one-time execution . in case of a positive value , the task will be executed repeatedly , with the given interval inbetween executions . note that the semantics of the period value vary between fixed-rate and fixed-delay exec... | void function ( long arg0 ) { this . period = arg0 ; } |
22,141 | gets the format string for continuous values . concode_field_sep String byteFormatString concode_elem_sep String longFormatString concode_elem_sep String continuousFormatString concode_elem_sep DecimalFormat doubleFormat concode_elem_sep DecimalFormat floatFormat concode_elem_sep DecimalFormat byteFormat concode_elem_s... | String function ( ) { return continuousFormatString ; } |
22,142 | sets the active rows to be affected by the current the operation . concode_field_sep List<GridRow> activeGridRows concode_elem_sep double eventInitialX concode_elem_sep GridWidget activeGridWidget concode_elem_sep GridColumn.HeaderMetaData activeHeaderMetaData concode_elem_sep GridWidgetDnDProxy eventColumnHighlight co... | void function ( final List < GridRow > arg0 ) { this . activeGridRows . clear ( ) ; this . activeGridRows . addAll ( arg0 ) ; } |
22,143 | returns a static instance of the contentparserclass . concode_field_sep ContentParserFactory contentParserFactory concode_elem_sep Logger logger concode_elem_sep boolean foundPro concode_elem_sep String N_CONTENT_PARSER concode_field_sep ContentParser getContentParser | ContentParserFactory function ( ) { if ( contentParserFactory == null ) { contentParserFactory = new ContentParserFactory ( ) ; } return contentParserFactory ; } |
22,144 | get map concode_field_sep DateTime dateTime concode_elem_sep String uuid concode_elem_sep Map<String,Animal> map concode_field_sep MixedPropertiesAndAdditionalPropertiesClass dateTime concode_elem_sep String toIndentedString concode_elem_sep MixedPropertiesAndAdditionalPropertiesClass putMapItem concode_elem_sep DateTi... | Map < String , Animal > function ( ) { return map ; } |
22,145 | get the last name . guaranteed non-null . concode_field_sep String lastName concode_elem_sep String firstNames concode_field_sep String toString concode_elem_sep String getFirstNames | String function ( ) { return ( ( lastName == null ) ? "srini_string" : lastName ) ; } |
22,146 | post the specified photo to a blog . concode_field_sep String METHOD_POST_PHOTO concode_elem_sep String apiKey concode_elem_sep String METHOD_GET_SERVICES concode_elem_sep Transport transportAPI concode_elem_sep String METHOD_GET_LIST concode_elem_sep String sharedSecret concode_field_sep Collection getList concode_ele... | void function ( Photo arg0 , String arg1 ) { postPhoto ( arg0 , arg1 , null ) ; } |
22,147 | gets the parent jframe of the component . concode_field_sep PlaceHolder placeHolder concode_field_sep void addWindowListener concode_elem_sep void browse | JFrame function ( Component arg0 ) { return ( JFrame ) SwingUtilities . getWindowAncestor ( arg0 ) ; } |
22,148 | sets the value of the candidatedocument property . concode_field_sep at.gv.egiz.slbinding.impl.XMLContentType candidateDocument concode_elem_sep String encrElemSelector concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<DecryptXMLResponseType.DecryptedBinaryData> decryptedBinaryData... | void function ( at . buergerkarte . namespaces . securitylayer . _1_2_3 . XMLContentType arg0 ) { this . candidateDocument = ( ( at . gv . egiz . slbinding . impl . XMLContentType ) arg0 ) ; } |
22,149 | toggle the display of the vnc viewer from in-world to on-hud concode_field_sep TightVNCViewerWindow vncViewerWindow concode_elem_sep SharedMapCli statusMap concode_elem_sep Logger logger concode_elem_sep Executor actionExecutor concode_field_sep void setSSC concode_elem_sep void openConnection concode_elem_sep void sen... | void function ( ) { if ( vncViewerWindow . getDisplayMode ( ) . equals ( DisplayMode . HUD ) ) { vncViewerWindow . setDisplayMode ( DisplayMode . WORLD ) ; } else { vncViewerWindow . setDisplayMode ( DisplayMode . HUD ) ; } vncViewerWindow . showControls ( true ) ; } |
22,150 | resets the entities . concode_field_sep Player leftPlayer concode_elem_sep int standardPlayerWidth concode_elem_sep Ball ball concode_elem_sep boolean gameOnGoing concode_elem_sep int standardPlayerHeight concode_elem_sep Player rightPlayer concode_field_sep void endGame concode_elem_sep void abortGame concode_elem_sep... | void function ( ) { rightPlayer . reset ( ) ; leftPlayer . reset ( ) ; ball . reset ( ) ; } |
22,151 | removes the value connected to the key ; if there is more than one value connected to the key , only one is removed concode_field_sep long serialVersionUID concode_elem_sep int size concode_elem_sep boolean threadSafe concode_elem_sep boolean useSets concode_elem_sep Map<Key,Collection<Value>> map concode_field_sep boo... | boolean function ( Key arg0 , Value arg1 ) { Collection < Value > loc0 = this . map . get ( arg0 ) ; if ( loc0 != null ) { boolean loc1 = loc0 . remove ( arg1 ) ; if ( ! loc1 ) { return false ; } size = - 1 ; if ( loc0 . isEmpty ( ) ) { this . map . remove ( arg0 ) ; } return true ; } return false ; } |
22,152 | gets the value of the synctoken property . concode_field_sep String syncToken concode_elem_sep List<Response> response concode_elem_sep String responsedescription concode_field_sep void setResponsedescription concode_elem_sep String getResponsedescription concode_elem_sep void setSyncToken concode_elem_sep List<Respons... | String function ( ) { return syncToken ; } |
22,153 | adds a file to the classpath concode_field_sep Class<?>[] parameters concode_field_sep void loadModule | void function ( File arg0 ) { loadModule ( arg0 . toURI ( ) . toURL ( ) ) ; } |
22,154 | returns the value of the named attribute as an object , or null if no attribute of the given name exists . concode_field_sep Map<String,Object> attributes concode_elem_sep long serialVersionUID concode_field_sep void setAttribute concode_elem_sep Map<String,Object> getAttributes concode_elem_sep String[] getAttributeNa... | Object function ( String arg0 ) { synchronized ( attributes ) { return ( attributes . get ( arg0 ) ) ; } } |
22,155 | sets the plugin id of this plugin setting . concode_field_sep PluginSetting _pluginSetting concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedM... | void function ( java . lang . String arg0 ) { _pluginSetting . setPluginId ( arg0 ) ; } |
22,156 | normalizes a vector represented as a map . concode_field_sep Set<Relationship> relationshipSet concode_elem_sep double precision concode_elem_sep Direction relationDirection concode_elem_sep int maxIterations concode_elem_sep Set<Node> nodeSet concode_elem_sep Map<Node,Double> values concode_elem_sep CostEvaluator<Doub... | void function ( Map < Node , Double > arg0 ) { double loc0 = 0 ; for ( Node loc1 : arg0 . keySet ( ) ) { double loc2 = arg0 . get ( loc1 ) ; loc0 += loc2 * loc2 ; } loc0 = Math . sqrt ( loc0 ) ; if ( loc0 > 0.0 ) { for ( Node loc1 : arg0 . keySet ( ) ) { arg0 . put ( loc1 , arg0 . get ( loc1 ) / loc0 ) ; } } } |
22,157 | handles a line change concode_field_sep RhinoDebuggerImpl debugger concode_elem_sep LinkedList frames concode_elem_sep Long contextId concode_elem_sep StackFrame stepFrame concode_elem_sep int STEP_IN concode_elem_sep Long threadId concode_elem_sep int STEP_CONTINUE concode_elem_sep int STEP_NEXT concode_elem_sep int S... | void function ( ScriptSource arg0 , Integer arg1 ) { Breakpoint loc0 = arg0 . getBreakpoint ( arg1 , null ) ; boolean loc1 = stepBreak ( STEP_IN | STEP_NEXT ) ; if ( loc1 || loc0 != null ) { if ( sendBreakEvent ( arg0 , arg1 , null , loc0 , loc1 , false ) ) { suspendState ( ) ; } } } |
22,158 | check if a state is success or error . concode_field_sep int CODE_SDP_RECORD_REQUEST_FAILED concode_elem_sep SDPStateListener sdpStateListener concode_elem_sep int CODE_SDP_REGISTRATION_SUCCESS concode_elem_sep boolean registerSuccess concode_elem_sep int SDP_CONFIG_MOUSE_RELATIVE concode_elem_sep int CODE_OS_COMMAND_E... | boolean function ( int arg0 ) { return ( arg0 < 10 ) ? true : false ; } |
22,159 | 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 getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } |
22,160 | set a configuration property concode_field_sep SchemaManager schemaManager concode_elem_sep Configuration config concode_field_sep void setXmlVersion concode_elem_sep XPathCompiler newXPathCompiler concode_elem_sep Object getConfigurationProperty concode_elem_sep boolean isSchemaAware concode_elem_sep String getXmlVers... | void function ( String arg0 , Object arg1 ) { config . setConfigurationProperty ( arg0 , arg1 ) ; } |
22,161 | returns the primary key of this route location . concode_field_sep RouteLocation _routeLocation concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMod... | es . eina . tfg . service . persistence . RouteLocationPK function ( ) { return _routeLocation . getPrimaryKey ( ) ; } |
22,162 | returns first name concode_field_sep String lastName concode_elem_sep Address address concode_elem_sep Date created concode_elem_sep Long userId concode_elem_sep Date birthDate concode_elem_sep byte[] picture concode_elem_sep String firstName concode_elem_sep Logger logger concode_elem_sep String password concode_elem_... | String function ( ) { return firstName ; } |
22,163 | sets the content of the message concode_field_sep String statusMessage concode_elem_sep String content concode_elem_sep Integer statusCode concode_field_sep void setStatusMessage concode_elem_sep Integer getStatusCode concode_elem_sep void setStatusCode concode_elem_sep String getStatusMessage concode_elem_sep String g... | void function ( String arg0 ) { this . content = arg0 ; } |
22,164 | hook for allowing page to call exec . by default , this returns the result of shouldallownavigation . it 's generally unsafe to allow untrusted content to be loaded into a cordovawebview , even within an iframe , so it 's best not to touch this . concode_field_sep CordovaPreferences preferences concode_elem_sep Cordova... | Boolean function ( String arg0 ) { return shouldAllowNavigation ( arg0 ) ; } |
22,165 | sets the value of the encryptionproperties property . concode_field_sep CipherDataType cipherData concode_elem_sep EncryptionPropertiesType encryptionProperties concode_elem_sep String id concode_elem_sep String mimeType concode_elem_sep String type concode_elem_sep String encoding concode_elem_sep KeyInfoType keyInfo ... | void function ( EncryptionPropertiesType arg0 ) { this . encryptionProperties = arg0 ; } |
22,166 | get all details about a file . concode_field_sep String libraryName concode_elem_sep MediaInfoDLL_Internal INSTANCE concode_elem_sep Logger LOGGER concode_elem_sep Pointer Handle concode_field_sep String getFunctionName concode_elem_sep void Delete concode_elem_sep Pointer New concode_elem_sep boolean isValid concode_e... | String function ( ) { return MediaInfoDLL_Internal . INSTANCE . Inform ( Handle ) . toString ( ) ; } |
22,167 | returns metric when in ` eigenspace ' . do not modify the array ! concode_field_sep boolean m_isDiagonal concode_elem_sep boolean m_isEuclidean concode_elem_sep boolean m_isAntiEuclidean concode_elem_sep EigenvalueDecomposition m_eig concode_elem_sep double[] m_eigenMetric concode_elem_sep DoubleMatrix2D m_matrix conco... | double [ ] function ( ) { return m_eigenMetric ; } |
22,168 | create an instance of testbase concode_field_sep QName _TestBase_QNAME concode_field_sep placeholderType placeHolder | TestBase function ( ) { return new TestBase ( ) ; } |
22,169 | this method returns the current decomposition setting for this object . this will be one of no_decomposition , canonical_decomposition , or full_decomposition . see the documentation for those constants for an explanation of this setting . concode_field_sep int TERTIARY concode_elem_sep int strength concode_elem_sep in... | int function ( ) { return decmp ; } |
22,170 | gets the bucket 's creation date . returns null if the creation date is not known . concode_field_sep String name concode_elem_sep Owner owner concode_elem_sep long serialVersionUID concode_elem_sep Date creationDate concode_field_sep void setName concode_elem_sep void setCreationDate concode_elem_sep String getName co... | Date function ( ) { return creationDate ; } |
22,171 | returns the color associated with a value . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersion... | Paint function ( double arg0 ) { int loc0 = ( int ) ( 253 * ( arg0 - this . minZ ) / ( this . maxZ - this . minZ ) ) + 2 ; return new Color ( this . r [ loc0 ] , this . g [ loc0 ] , this . b [ loc0 ] ) ; } |
22,172 | double-quote a name . concode_field_sep boolean DEBUG concode_field_sep void unregisterVTI concode_elem_sep void registerVTI concode_elem_sep void executeDDL concode_elem_sep void print concode_elem_sep void dropObject concode_elem_sep Connection getLocalConnection concode_elem_sep String mapType | String function ( String arg0 ) { } |
22,173 | set the aspectj type pattern to match . examples include : org.springframework.beans . this will match any class or interface in the given package . org.springframework.beans.itestbean + this will match the itestbean interface and any classthat implements it . these conventions are established by aspectj , not spring a... | void function ( String arg0 ) { Assert . notNull ( arg0 ) ; this . typePattern = arg0 ; this . aspectJTypePatternMatcher = PointcutParser . getPointcutParserSupportingAllPrimitivesAndUsingContextClassloaderForResolution ( ) . parseTypePattern ( replaceBooleanOperators ( arg0 ) ) ; } |
22,174 | load repositories available for the logged in user . concode_field_sep VLayout mainForm concode_elem_sep RepositoryHeader repositoryHeader concode_elem_sep String LAYOUT_WIDTH concode_elem_sep Header header concode_elem_sep Footer footer concode_elem_sep Contents contents concode_elem_sep JcrServiceAsync jcrService con... | void function ( ) { repositoriesList . load ( ) ; } |
22,175 | test for defaultbean that does not define the containerfactory to use as a default is registered with the default name . concode_field_sep ExpectedException thrown concode_field_sep void testCustomConfiguration concode_elem_sep void jmsListenerIsRepeatable concode_elem_sep void jmsHandlerMethodFactoryConfiguration conc... | void function ( ApplicationContext arg0 ) { JmsListenerContainerTestFactory loc0 = arg0 . getBean ( "srini_string" , JmsListenerContainerTestFactory . class ) ; assertEquals ( 1 , loc0 . getListenerContainers ( ) . size ( ) ) ; } |
22,176 | sets the value of the effectivedate property . concode_field_sep Date lastUpdateDate concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Double maxUnitsPerTime concode_elem_sep Date effectiveDate concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_elem_sep I... | void function ( Date arg0 ) { this . effectiveDate = arg0 ; } |
22,177 | normalize a passage according to its position in the document . typically passages towards the beginning of the document are more useful for summarizing the contents . the default implementation is 1 + 1/log pivot + passagestart concode_field_sep float b concode_elem_sep float k1 concode_elem_sep float pivot concode_fi... | float function ( int arg0 ) { return 1 + 1 / ( float ) Math . log ( pivot + arg0 ) ; } |
22,178 | when no language is passed , use null and let implementation decide what to do concode_field_sep String wordSeparator concode_elem_sep boolean stripInitialArticle concode_field_sep String[] getArticleWords concode_elem_sep String extractText | String function ( String arg0 ) { return filter ( arg0 , null ) ; } |
22,179 | sets the value as text concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Object currentValue concode_elem_sep ResourcePropertyEditorComponent editorComponent concode_field_sep boolean supportsCustomEditor concode_elem_sep void paintValue concode_elem_sep String[] getTags concode_elem_sep St... | void function ( final String arg0 ) { setValue ( arg0 ) ; } |
22,180 | gets the name of the vendor that has provided the resource adapter . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSpecVersion concode_elem_sep String getAdapterName concode_elem_sep String[] getInteractionSpecsSupported concode_elem_sep boolean supportsLocalTransactionDemarcation concode_elem_s... | String function ( ) { return null ; } |
22,181 | getter for a given value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep HsqlName getName concode_elem_sep String getSchemaName concode_elem_sep int getType co... | long function ( long arg0 ) { if ( arg0 >= currValue ) { currValue = arg0 ; currValue += increment ; return arg0 ; } else { return arg0 ; } } |
22,182 | returns the internal program a given traffic light and thus intersection is assigned to . concode_field_sep TrafficLightMode mode concode_elem_sep TrafficLightExternalConnector trafficLightExternalConnector concode_elem_sep List<TrafficLight> trafficLightsList concode_elem_sep Simulator sim concode_elem_sep List<Traffi... | TrafficLightInternalProgram function ( TrafficLight arg0 ) { return getInternalProgram ( arg0 . getIntersectionID ( ) ) ; } |
22,183 | constructs a new access control policy condition that tests if the incoming request was sent over a secure transport https . concode_field_sep String EPOCH_TIME_CONDITION_KEY concode_elem_sep String SOURCE_IP_CONDITION_KEY concode_elem_sep String REFERER_CONDITION_KEY concode_elem_sep String SOURCE_ARN_CONDITION_KEY co... | Condition function ( ) { return new BooleanCondition ( SECURE_TRANSPORT_CONDITION_KEY , true ) ; } |
22,184 | gets the value of the pageorgrouporline 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 pageorgrouporline property . for example , to ad... | List < JAXBElement < ? >> function ( ) { if ( pageOrGroupOrLine == null ) { pageOrGroupOrLine = new ArrayList < JAXBElement < ? >> ( ) ; } return this . pageOrGroupOrLine ; } |
22,185 | il cliente sceglie quali aggiunte fare alla sua pizza concode_field_sep String name concode_elem_sep ArrayList<String> aggiunte concode_elem_sep int npizze concode_field_sep void setName concode_elem_sep int getNPizze concode_elem_sep String getName concode_elem_sep ArrayList<String> getAggiunte concode_elem_sep void s... | void function ( String arg0 ) { this . aggiunte . add ( arg0 ) ; } |
22,186 | extension point to bind the request to the target object . concode_field_sep boolean annotationNotRequired concode_elem_sep Log logger concode_field_sep boolean supportsReturnType concode_elem_sep Object createAttribute concode_elem_sep void handleReturnValue concode_elem_sep boolean isBindExceptionRequired concode_ele... | void function ( WebDataBinder arg0 , NativeWebRequest arg1 ) { ( ( WebRequestDataBinder ) arg0 ) . bind ( arg1 ) ; } |
22,187 | the shard id of the shard adjacent to the shard 's parent . concode_field_sep String parentShardId concode_elem_sep SequenceNumberRange sequenceNumberRange concode_elem_sep String shardId concode_elem_sep HashKeyRange hashKeyRange concode_elem_sep String adjacentParentShardId concode_field_sep void setAdjacentParentSha... | String function ( ) { return this . adjacentParentShardId ; } |
22,188 | returns a short string representation . concode_field_sep IdUniquenessPolicyValue MULTIPLE_ID concode_elem_sep int _UNIQUE_ID concode_elem_sep IdUniquenessPolicyValue[] enume concode_elem_sep IdUniquenessPolicyValue UNIQUE_ID concode_elem_sep int _MULTIPLE_ID concode_elem_sep int _value concode_elem_sep long serialVers... | String function ( ) { return state_names [ _value ] ; } |
22,189 | gets the value of the unitofmeasurement property . concode_field_sep String unitOfMeasurement concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal value concode_field_sep void setName concode_elem_sep BigDecimal getValue concode_elem_sep String getName concode_elem_sep void se... | String function ( ) { return unitOfMeasurement ; } |
22,190 | generate a commitment for the passed in message . concode_field_sep SecureRandom random concode_elem_sep Digest digest concode_elem_sep int byteLength concode_field_sep byte[] calculateCommitment concode_elem_sep boolean isRevealed | Commitment function ( byte [ ] arg0 ) { if ( arg0 . length > byteLength / 2 ) { throw new DataLengthException ( "srini_string" ) ; } byte [ ] loc0 = new byte [ byteLength - arg0 . length ] ; random . nextBytes ( loc0 ) ; return new Commitment ( loc0 , calculateCommitment ( loc0 , arg0 ) ) ; } |
22,191 | writes the current value concode_field_sep int valueCount concode_elem_sep ColumnDescriptor path concode_elem_sep long rowsWrittenSoFar concode_elem_sep RunLengthBitPackingHybridEncoder repetitionLevelColumn concode_elem_sep RunLengthBitPackingHybridEncoder definitionLevelColumn concode_elem_sep ValuesWriter dataColumn... | void function ( float arg0 , int arg1 , int arg2 ) { if ( DEBUG ) log ( arg0 , arg1 , arg2 ) ; arg1 ( arg1 ) ; arg2 ( arg2 ) ; dataColumn . writeFloat ( arg0 ) ; statistics . updateStats ( arg0 ) ; ++ valueCount ; } |
22,192 | returns the element at the specifed index . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep String copyright concode_elem_sep VNode root_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep VObjectListener objec... | Object function ( int arg0 ) { if ( root_ == null ) return null ; if ( ( arg0 < 0 ) || ( arg0 >= root_ . getDetailsChildCount ( ) ) ) return null ; return root_ . getDetailsChildAt ( arg0 ) ; } |
22,193 | returns the name of the default configuration . concode_field_sep List<Config> configs concode_elem_sep String defaultConfigName concode_field_sep void setConfigs concode_elem_sep Config getConfigOrDefault concode_elem_sep List<Config> getConfigs concode_elem_sep void setDefaultConfigName concode_elem_sep boolean isEmp... | String function ( ) { return defaultConfigName ; } |
22,194 | returns the shard size for the given shard routing or null it that metric is not available . concode_field_sep ImmutableOpenMap<String,DiskUsage> leastAvailableSpaceUsage concode_elem_sep ImmutableOpenMap<ShardRouting,String> routingToDataPath concode_elem_sep ClusterInfo EMPTY concode_elem_sep ImmutableOpenMap<String,... | Long function ( ShardRouting arg0 ) { return shardSizes . get ( shardIdentifierFromRouting ( arg0 ) ) ; } |
22,195 | gets a collection of suggested meeting times for the specified time period . concode_field_sep SuggestionsResponse suggestionsResponse concode_elem_sep ServiceResponseCollection<AttendeeAvailability> attendeesAvailability concode_field_sep void setSuggestionsResponse concode_elem_sep ServiceResponseCollection<AttendeeA... | Collection < Suggestion > function ( ) { if ( this . suggestionsResponse == null ) { return null ; } else { this . suggestionsResponse . throwIfNecessary ( ) ; return this . suggestionsResponse . getSuggestions ( ) ; } } |
22,196 | method to stop the progress thread this will toggle the isrunning state to false , and interrupt the thread since the isrunning boolean is checked inside the progress loop in the thread , switching it to false will stop the process from running concode_field_sep int PAUSE_AMOUNT_S concode_elem_sep int percent concode_e... | void function ( ) { isRunning = false ; if ( progressThread != null ) { progressThread . interrupt ( ) ; } } |
22,197 | gives notification that there was an insert into the document . the range given by the documentevent bounds the freshly inserted region . concode_field_sep Format formatter concode_elem_sep JTextComponent textComponent concode_elem_sep Color color concode_elem_sep boolean inProgress concode_elem_sep String keyName conc... | void function ( final DocumentEvent arg0 ) { convertParameterValue ( ) ; } |
22,198 | parse a path concode_field_sep String VERBOSE_PROPERTY concode_elem_sep boolean isVerbose concode_field_sep void println concode_elem_sep void main concode_elem_sep void parseLine concode_elem_sep Map<Parameter,T> combine | Map < Parameter , List < TaskResult >> function ( String arg0 ) { final Map < Parameter , List < TaskResult >> loc0 = new TreeMap < Parameter , List < TaskResult >> ( ) ; for ( Parameter loc1 : Parameter . values ( ) ) loc0 . put ( loc1 , new ArrayList < TaskResult > ( ) ) ; parse ( new File ( arg0 ) , loc0 ) ; for ( P... |
22,199 | set reference time to all events concode_field_sep List<VertexInfo> vertexList concode_elem_sep List<TaskInfo> taskList concode_elem_sep DagInfo dagInfo concode_elem_sep VersionInfo versionInfo concode_elem_sep Map<String,String> config concode_elem_sep List<TaskAttemptInfo> attemptList concode_field_sep void linkParse... | void function ( List < Event > arg0 , final long arg1 ) { Iterables . all ( arg0 , new Predicate < Event > ( ) { @ Override public boolean apply ( Event arg2 ) { arg2 . setReferenceTime ( arg1 ) ; return false ; } } ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.