* This method sets the value of the field ${method.name?replace("set","")?uncap_first} * * @param ${method.parameters[0].name} the value for field ${method.name?replace("set","")?uncap_first} * * ${mgb} * @project https://github.com/itfsw/mybatis-generator-plugin */ </#...
protobuf_oneof_example psutil_example ptr_copy_example ptr_copy_nonoverlapping_example ptr_null_example ptr_write_bytes_example pub_static_variable_example pulp_example pwhash_example quic_rpc_workspace_example quiche_workspace_example quickwit_actors_example quilkin_lib_example quinn_workspace_example ...
C-C++ Code Example: Retrieving the Access Rights of a Queue HNETINTERFACEENUM structure (Windows) HREGREADBATCH structure (Windows) GetParent method of the MSCluster_StorageEnclosure class (Preliminary) Tab Control Reference Transaction Boundary Support PROPID_MGMT_QUEUE_BYTES_IN_JOURNAL Incorporating th...
In the above example, timeScale is set to 0.5. The to action's duration is 1, so the actual total duration of the tween execution will be duration / timeScale = 1 / 0.5 = 2 seconds. Getting the Total Duration of a Tween TIP Supported from v3.8.4 ts const t = tween(this....
Programmatic Administration of Sandboxed Solutions in SharePoint 2010 Upgrading SharePoint Foundation Windows PowerShell in the SharePoint Management Shell Additional References SharePoint Foundation 2010 Code Samples Getting Started with Development for SharePoint Foundation 2010 ...
wave/in/out (Windows) Server Core Roles (Windows) Win32_MoveFileAction class (Windows) Gradients and patterns (Windows) IMsRdpInputSink::BeginTouchFrame method (Windows) C-C++ Code Example: Checking Transaction Boundaries SetStorageEnclosure method of the MSCluster_StorageEnclosure class (Preliminary...
if (message == null || message.Length <= 800) { payload.wzMessage = message; payload.dwFlags = flags; WriteImpl(level, payload); return; } // For larger messages, break it into 800 character chunks. for (int i = 0; i < message.Length; i += 800) { int cchRemaining = Math....
Math Example For example ... (see? — I practice what I preach) if I say "each member of the running sum of odd numbers is a perfect square," unless you're a mathematician, it's likely I will lose you, leave you confused. But if I include an example, especially in the form ...
= 6 ) MapleRaiseError(mapleKernelVec,"Incorrect number of arguments"); for( i=0; i<3; ++i ) Array[i] = NULL; /* integer[4] */ a4 = MapleToInteger32(mapleKernelVec,args[4]); /* integer[4] */ a5 = MapleToInteger32(mapleKernelVec,args[5]); /* integer[4] */ a6 = ...
throws SQLException{if (d == null) return null;JAddress o = new JAddress();o._struct = new MutableStruct((STRUCT) d, _sqlType, _factory);return o;}/* accessor methods */public String getStreet() throws SQLException{ return (String) _struct.getAttribute(0); }public void setStreet(...