66+ results for 'ntstatus' (0 ms)
Not the results you expected?
filesystem_dispatcher.cc (https://bitbucket.org/peixuan/chromium_r197479_base.git) C++ · 297 lines
109 HANDLE handle;
110 ULONG_PTR io_information = 0;
111 NTSTATUS nt_status;
112 if (!FileSystemPolicy::CreateFileAction(result, *ipc->client_info, *name,
113 attributes, desired_access,
151 HANDLE handle;
152 ULONG_PTR io_information = 0;
153 NTSTATUS nt_status;
154 if (!FileSystemPolicy::OpenFileAction(result, *ipc->client_info, *name,
155 attributes, desired_access,
191 FILE_BASIC_INFORMATION* information =
192 reinterpret_cast<FILE_BASIC_INFORMATION*>(info->Buffer());
193 NTSTATUS nt_status;
194 if (!FileSystemPolicy::QueryAttributesFileAction(result, *ipc->client_info,
195 *name, attributes,
en_US.php (https://github.com/lenix/silverstripe-newsletter.git) PHP · 192 lines
151 'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
152 );
153 $lang['en_US']['Newsletter_SentStatusReport.ss']['DATE'] = 'Date';
154 $lang['en_US']['Newsletter_SentStatusReport.ss']['EMAIL'] = 'Email';
155 $lang['en_US']['Newsletter_SentStatusReport.ss']['FAILEDBL'] = 'Sending to the Following Recipients Did Not Occur Because They Are BlackListed';
156 $lang['en_US']['Newsletter_SentStatusReport.ss']['FN'] = 'Firstname';
157 $lang['en_US']['Newsletter_SentStatusReport.ss']['NEWSNEVERSENT'] = 'The Newsletter has Never Been Sent to Following Subscribers';
158 $lang['en_US']['Newsletter_SentStatusReport.ss']['RES'] = 'Result';
159 $lang['en_US']['Newsletter_SentStatusReport.ss']['SENDBOUNCED'] = 'Sending to the Following Recipients Bounced';
160 $lang['en_US']['Newsletter_SentStatusReport.ss']['SENDFAIL'] = 'Sending to the Following Recipients Failed';
161 $lang['en_US']['Newsletter_SentStatusReport.ss']['SENTOK'] = 'Sending to the Following Recipients was Successful';
162 $lang['en_US']['Newsletter_SentStatusReport.ss']['SN'] = 'Surname';
TraceLoggingDataType.cs (https://github.com/directhex/mono-1.git) C# · 351 lines
DefaultCacheContainerTestCase.java (https://github.com/fharms/wildfly.git) Java · 344 lines
36 import org.infinispan.configuration.global.GlobalConfiguration;
37 import org.infinispan.configuration.global.GlobalConfigurationBuilder;
38 import org.infinispan.lifecycle.ComponentStatus;
39 import org.infinispan.manager.EmbeddedCacheManager;
40 import org.infinispan.remoting.transport.Address;
255 @Test
256 public void getStatus() {
257 ComponentStatus expected = ComponentStatus.INITIALIZING;
258 when(this.manager.getStatus()).thenReturn(expected);
260 ComponentStatus result = this.subject.getStatus();
262 assertSame(expected, result);
System.IO.Packaging.cs (https://gitlab.com/0072016/0072016-corefx-) C# · 185 lines
ICryFriendsManagement.h (https://github.com/samneirinck/awesomium-ce3.git) C Header · 203 lines
22 #define CRYLOBBY_FRIEND_LOCATION_STRING_SIZE 256
24 enum EFriendManagementStatus
25 {
26 eFMS_Unknown,
36 {
37 CryUserID userID;
38 EFriendManagementStatus status;
39 char statusString[ CRYLOBBY_FRIEND_STATUS_STRING_SIZE ];
40 char locationString[ CRYLOBBY_FRIEND_LOCATION_STRING_SIZE ];
59 typedef void (*CryFriendsManagementSearchCallback)(CryLobbyTaskID taskID, ECryLobbyError error, SFriendInfo* pInfo, uint32 numUserIDs, void* pCbArg);
61 // CryFriendsManagementStatusCallback
62 // taskID - Task ID allocated when the function was executed.
63 // error - Error code - eCLE_Success if the function succeeded or an error that occurred while processing the function.
HC-RMON-MIB.yaml (https://gitlab.com/alx741/metasploit-framework) YAML · 193 lines
SetTrafficManagerEndpointTests.cs (https://gitlab.com/jslee1/azure-powershell) C# · 357 lines
54 DomainName = DomainName,
55 Type = EndpointType.Any,
56 Status = EndpointStatus.Enabled,
57 Weight = 10,
58 MinChildEndpoints = 2
90 // Unchanged properties
91 Assert.AreEqual(EndpointType.Any, updatedEndpoint.Type);
92 Assert.AreEqual(EndpointStatus.Enabled, updatedEndpoint.Status);
94 // Updated properties
108 DomainName = DomainName,
109 Type = EndpointType.Any,
110 Status = EndpointStatus.Enabled,
111 Weight = Weight
112 };
latihan.tpl (https://github.com/emmank/cardiac.git) Smarty Template · 187 lines
loc_api_v02_log.c (https://bitbucket.org/androidarmv6/android_hardware_qcom_gps.git) C · 243 lines
ShoppingOrderCacheModel.java (https://github.com/spreddy/liferay-portal.git) Java · 472 lines
125 sb.append(", ppTxnId=");
126 sb.append(ppTxnId);
127 sb.append(", ppPaymentStatus=");
128 sb.append(ppPaymentStatus);
388 }
390 if (ppPaymentStatus == null) {
391 shoppingOrderImpl.setPpPaymentStatus(StringPool.BLANK);
392 }
393 else {
394 shoppingOrderImpl.setPpPaymentStatus(ppPaymentStatus);
395 }
464 public String comments;
465 public String ppTxnId;
466 public String ppPaymentStatus;
467 public double ppPaymentGross;
468 public String ppReceiverEmail;
ListEntry.php (https://github.com/grandison/budo16.git) PHP · 246 lines
JenkinsService.java (https://gitlab.com/kindfulkirby/sybil) Java · 221 lines
AbstractPaymentResponseTest.php (https://github.com/yandex-money/yandex-checkout-sdk-php.git) PHP · 409 lines
9 use YandexCheckout\Model\MonetaryAmount;
10 use YandexCheckout\Model\PaymentMethodType;
11 use YandexCheckout\Model\PaymentStatus;
12 use YandexCheckout\Model\ReceiptRegistrationStatus;
13 use YandexCheckout\Model\Transfer;
233 {
234 $result = array();
235 $statuses = PaymentStatus::getValidValues();
236 $receiptRegistrations = ReceiptRegistrationStatus::getValidValues();
adc.h (https://gitlab.com/21mece13/FreeRTOS) C Header · 142 lines
avm_a1.c (https://bitbucket.org/arter97/ubuntu-quantal.git) C · 308 lines
11.1.4-08.js (https://github.com/HtmlUnit/htmlunit-rhino-fork.git) JavaScript · 126 lines
EndpointImpl.java (https://bitbucket.org/ldassonville/openesb-components.git) Java · 308 lines
46 import com.sun.jbi.common.qos.ServiceQuality;
47 import com.sun.jbi.eManager.provider.EndpointStatus;
48 import com.sun.jbi.jmsbc.Endpoint.EndpointType;
49 import com.sun.jbi.jmsbc.Endpoint.EndpointState;
66 private int mEndpointState;
67 private EndpointStatus mEndpointStatus;
69 private int mEndpointType;
135 }
137 public void setEndpointStatus(EndpointStatus val) {
138 mEndpointStatus = val;
139 }
141 public EndpointStatus getEndpointStatus() {
142 return mEndpointStatus;
interceptors_64.h (https://bitbucket.org/peixuan/chromium_r197479_base.git) C Header · 169 lines
16 // It should never be called directly. This function provides the means to
17 // detect dlls being loaded, so we can patch them if needed.
18 SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtMapViewOfSection64(
19 HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits,
20 SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size,
24 // It should never be called directly. This function provides the means to
25 // detect dlls being unloaded, so we can clean up our interceptions.
26 SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtUnmapViewOfSection64(HANDLE process,
27 PVOID base);
32 // Interception of NtSetInformationThread on the child process.
33 SANDBOX_INTERCEPT NTSTATUS WINAPI TargetNtSetInformationThread64(
34 HANDLE thread, NT_THREAD_INFORMATION_CLASS thread_info_class,
35 PVOID thread_information, ULONG thread_information_bytes);
JadeFS.cs (https://gitlab.com/tim-m89/JadeFS) C# · 381 lines
84 }
86 public NtStatus CreateFile(string fileName, DokanNet.FileAccess access, FileShare share, FileMode mode, FileOptions options, FileAttributes attributes, DokanFileInfo info)
87 {
88 try
104 Console.WriteLine("unhandled pattern within CreateFile. fileName = " + fileName);
106 return NtStatus.ObjectNameNotFound;
107 }
108 catch (Exception ex)
109 {
110 Console.WriteLine("Error " + ex.ToString());
111 return NtStatus.Error;
112 }
113 }
UpdateConfigurationTemplateResult.cs (https://bitbucket.org/mdavid/awssdkfornet-extended.git) C# · 370 lines
32 private string description;
33 private string environmentName;
34 private string deploymentStatus;
35 private DateTime? dateCreated;
36 private DateTime? dateUpdated;
252 /// Sets the DeploymentStatus property
253 /// </summary>
254 /// <param name="deploymentStatus">The value to set for the DeploymentStatus property </param>
255 /// <returns>this instance</returns>
256 public UpdateConfigurationTemplateResult WithDeploymentStatus(string deploymentStatus)
257 {
258 this.deploymentStatus = deploymentStatus;
259 return this;
260 }
CreateConfigurationTemplateResult.cs (https://bitbucket.org/mdavid/aws-sdk-for-net.git) C# · 370 lines
32 private string description;
33 private string environmentName;
34 private string deploymentStatus;
35 private DateTime? dateCreated;
36 private DateTime? dateUpdated;
252 /// Sets the DeploymentStatus property
253 /// </summary>
254 /// <param name="deploymentStatus">The value to set for the DeploymentStatus property </param>
255 /// <returns>this instance</returns>
256 public CreateConfigurationTemplateResult WithDeploymentStatus(string deploymentStatus)
257 {
258 this.deploymentStatus = deploymentStatus;
259 return this;
260 }
frontendctl.c (https://gitlab.com/dj-tech/reactos) C · 331 lines
40 */
41 #if 0
42 static NTSTATUS FASTCALL
43 SetConsoleHardwareState(PCONSOLE Console, ULONG ConsoleHwState)
44 {
65 {
66 #if 0
67 NTSTATUS Status;
68 PCONSOLE_GETSETHWSTATE HardwareStateRequest = &((PCONSOLE_API_MESSAGE)ApiMessage)->Data.HardwareStateRequest;
69 PCONSOLE_SCREEN_BUFFER Buff;
95 {
96 #if 0
97 NTSTATUS Status;
98 PCONSOLE_GETSETHWSTATE HardwareStateRequest = &((PCONSOLE_API_MESSAGE)ApiMessage)->Data.HardwareStateRequest;
99 PCONSOLE_SCREEN_BUFFER Buff;
SegmentsExperimentConstants.java (https://github.com/kiyoshilee/liferay-portal.git) Java · 323 lines
17 import com.liferay.portal.kernel.util.SetUtil;
18 import com.liferay.portal.kernel.util.Validator;
19 import com.liferay.segments.exception.SegmentsExperimentStatusException;
21 import java.util.Arrays;
214 public static void validateTransition(
215 final int fromStatusValue, final int toStatusValue)
216 throws SegmentsExperimentStatusException {
218 Optional<Status> fromStatusOptional = Status.parse(fromStatusValue);
220 Status fromStatus = fromStatusOptional.orElseThrow(
221 () -> new SegmentsExperimentStatusException(
222 "Invalid initial status value " + fromStatusValue));
Savings.php (https://github.com/srsree/OurBank.git) PHP · 311 lines
95 $sql = "SELECT * FROM ourbank_groupaddress
96 WHERE group_id='$memberId' AND
97 groupaccountstatus=3";
98 $result = $this->db->fetchAll($sql,array($memberId));
99 return $result;
108 A.product_id=B.offerproduct_id AND
109 B.product_id=C.product_id AND
110 A.accountstatus_id=1 AND
111 B.recordstatus_id=3 AND
112 (C.recordstatus_id=3 OR
141 A.product_id=B.offerproduct_id AND
142 B.product_id=C.product_id AND
143 A.accountstatus_id= 1 AND
144 B.recordstatus_id=3 AND
145 (C.recordstatus_id=3 OR
hwspinlock.c (https://gitlab.com/21mece13/FreeRTOS) C · 274 lines
212 //!
213 //! \param ui32LockID is one of the valid spin lock.
214 //! \param bCurrentStatus is \b true for current status, \b flase otherwise
215 //!
216 //! This function gets the current or previous ownership status of the
217 //! specified spin lock based on \e bCurrentStatus parameter.
218 //!
219 //! \return Returns \b HWSPINLOCK_OWNER_APPS, \b HWSPINLOCK_OWNER_NWP or
221 //
222 //*****************************************************************************
223 uint32_t HwSpinLockTest(uint32_t ui32LockID, bool bCurrentStatus)
224 {
225 uint32_t ui32BitPos;
Emitter.cs (https://github.com/nicroto/SimpleCC.git) C# · 276 lines
145 var variableBuilder = this.symbolTable[postIncrement.Name];
146 il.Emit(OpCodes.Ldloc, variableBuilder);
147 GenerateIncrementOrDecrement(variableBuilder, InDeCrementStatus.PostIncrement);
148 }
149 else if (primaryExpression is VariablePostDecrement)
152 var variableBuilder = this.symbolTable[postDecrement.Name];
153 il.Emit(OpCodes.Ldloc, variableBuilder);
154 GenerateIncrementOrDecrement(variableBuilder, InDeCrementStatus.PostDecrement);
155 }
156 else if (primaryExpression is VariablePreIncrement)
159 var variableBuilder = this.symbolTable[preIncrement.Name];
160 il.Emit(OpCodes.Ldloc, variableBuilder);
161 GenerateIncrementOrDecrement(variableBuilder, InDeCrementStatus.PreIncrement);
162 }
163 else if (primaryExpression is VariablePreDecrement)
gpio_irq_api.c (https://github.com/adamgreen/gcc4mbed.git) C · 399 lines
34 // * It is a level interrupt, not an edge interrupt
35 if (ch_bit <16){
36 if (((CMSDK_GPIO_0->INTSTATUS) == 0) || (channel_ids[channel] == 0)
37 || ((CMSDK_GPIO_0->INTTYPESET) == 0))
38 return;
52 if (ch_bit>=16) {
53 if (((CMSDK_GPIO_1->INTSTATUS) == 0) || (channel_ids[channel] == 0)
54 || ((CMSDK_GPIO_1->INTTYPESET) == 0))
55 return;
AbstractDelegatingCache.java (https://github.com/vblagoje/infinispan.git) Java · 376 lines
5 import org.infinispan.commons.util.CloseableIteratorCollection;
6 import org.infinispan.commons.util.CloseableIteratorSet;
7 import org.infinispan.lifecycle.ComponentStatus;
8 import org.infinispan.manager.EmbeddedCacheManager;
9 import org.infinispan.filter.Converter;
242 @Override
243 public ComponentStatus getStatus() {
244 return cache.getStatus();
245 }
xtimertest2.c (https://github.com/coocox/cox.git) C · 373 lines
205 //
206 TimerIntClear(ulBase, TIMER_INT_MATCH);
207 while(TimerIntStatus(ulBase, TIMER_INT_MATCH));
209 //
249 for (j = 0; j < 5; j++)
250 {
251 while(!TimerIntStatus(ulBase, TIMER_INT_MATCH));
252 ulTemp++;
253 if(ulTemp == 5)
287 for (j = 0; j < 5; j++)
288 {
289 while(!TimerIntStatus(ulBase, TIMER_INT_MATCH));
290 ulTemp++;
291 if(ulTemp == 5)
test_models.py (https://bitbucket.org/tohccmedphys/qatrackplus.git) Python · 305 lines
32 class TestServiceEventStatus(TestCase):
34 def setUp(self):
37 def test_name_unique(self):
39 ses_01 = sl_models.ServiceEventStatus.objects.first()
40 ses_01_name = ses_01.name
42 with self.assertRaises(IntegrityError):
43 sl_models.ServiceEventStatus.objects.create(name=ses_01_name)
45 def test_default(self):
hidsdi.h (https://github.com/weolar/miniblink49.git) C Header · 487 lines
adc.h (https://github.com/lanwan/elua.git) C Header · 216 lines
147 extern void ADCIntDisable(unsigned long ulBase, unsigned long ulSequenceNum);
148 extern void ADCIntEnable(unsigned long ulBase, unsigned long ulSequenceNum);
149 extern unsigned long ADCIntStatus(unsigned long ulBase,
150 unsigned long ulSequenceNum,
151 tBoolean bMasked);
200 extern void ADCComparatorIntEnable(unsigned long ulBase,
201 unsigned long ulSequenceNum);
202 extern unsigned long ADCComparatorIntStatus(unsigned long ulBase);
203 extern void ADCComparatorIntClear(unsigned long ulBase,
204 unsigned long ulStatus);
zz_generated.deepcopy.go (https://github.com/appscode/stash.git) Go · 494 lines
425 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
426 func (in *VolumeAttachmentStatus) DeepCopyInto(out *VolumeAttachmentStatus) {
427 *out = *in
428 if in.AttachmentMetadata != nil {
448 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeAttachmentStatus.
449 func (in *VolumeAttachmentStatus) DeepCopy() *VolumeAttachmentStatus {
450 if in == nil {
451 return nil
452 }
453 out := new(VolumeAttachmentStatus)
454 in.DeepCopyInto(out)
455 return out
Default.aspx.cs (https://bitbucket.org/kudutest2/kenticogit.git) C# · 1421 lines
459 {
460 // Update a property
461 accountStatus.AccountStatusDisplayName = accountStatus.AccountStatusDisplayName.ToUpper();
463 // Save the changes
945 // Get the account status
946 AccountStatusInfo accountStatus = AccountStatusInfoProvider.GetAccountStatusInfo("MyNewStatus", CMSContext.CurrentSiteName);
948 if ((account != null) && (accountStatus != null))
976 // Get the account status
977 AccountStatusInfo accountStatus = AccountStatusInfoProvider.GetAccountStatusInfo("MyNewStatus", CMSContext.CurrentSiteName);
979 if ((account != null) && (accountStatus != null))
recommend.dart (https://github.com/fluttercandies/NeteaseCloudMusic.git) Dart · 346 lines
213 this._backgroundImgIdStr = backgroundImgIdStr;
214 this._avatarImgIdStr = avatarImgIdStr;
215 this._accountStatus = accountStatus;
216 this._userId = userId;
217 this._vipType = vipType;
258 int get accountStatus => _accountStatus;
259 set accountStatus(int accountStatus) => _accountStatus = accountStatus;
260 int get userId => _userId;
261 set userId(int userId) => _userId = userId;
298 _backgroundImgIdStr = json['backgroundImgIdStr'];
299 _avatarImgIdStr = json['avatarImgIdStr'];
300 _accountStatus = json['accountStatus'];
301 _userId = json['userId'];
302 _vipType = json['vipType'];
328 data['backgroundImgIdStr'] = this._backgroundImgIdStr;
329 data['avatarImgIdStr'] = this._avatarImgIdStr;
330 data['accountStatus'] = this._accountStatus;
331 data['userId'] = this._userId;
332 data['vipType'] = this._vipType;
oxPublisherConsoleClient.php (https://bitbucket.org/valmy/openx.git) PHP · 238 lines
UIButton.cpp (https://github.com/wangchyz/duilib.git) C++ · 444 lines
ChildAccountStatusSupplierTest.java (https://github.com/chromium/chromium.git) Java · 178 lines
64 public void testNoAccounts() {
65 mAccountManagerFacade.blockGetAccounts();
66 ChildAccountStatusSupplier supplier = new ChildAccountStatusSupplier(
67 mAccountManagerFacade, mFirstRunAppRestrictionInfoMock);
68 shadowOf(Looper.getMainLooper()).idle();
101 mAccountManagerTestRule.addAccount(ADULT_ACCOUNT_EMAIL);
103 ChildAccountStatusSupplier supplier = new ChildAccountStatusSupplier(
104 mAccountManagerFacade, mFirstRunAppRestrictionInfoMock);
105 shadowOf(Looper.getMainLooper()).idle();
161 .when(mFirstRunAppRestrictionInfoMock)
162 .getHasAppRestriction(any());
163 ChildAccountStatusSupplier supplier = new ChildAccountStatusSupplier(
164 mAccountManagerFacade, mFirstRunAppRestrictionInfoMock);
165 shadowOf(Looper.getMainLooper()).idle();
Par.php (https://github.com/srsree/OurBank.git) PHP · 155 lines
56 ->where('A.accountinstallment_date >= "'.$enddate.'" AND A.accountinstallment_date <= "'.$date.'"')
57 ->join(array('C'=>'ourbank_accounts'),'C.account_id = A.account_id')
58 ->where('C.accountstatus_id =3 OR C.accountstatus_id =1' );
59 // ->group('B.offerproductname');
60 //die($select->__toString());
74 ->where('A.accountinstallment_date > "'.$toDate.'" AND A.accountinstallment_date <="'.$fromDate.'" ')
75 ->join(array('C'=>'ourbank_accounts'),'C.account_id = A.account_id')
76 ->where('C.accountstatus_id =3 OR C.accountstatus_id =1' );
77 // ->group('B.offerproductname');
78 // die($select->__toString());
92 ->where('A.accountinstallment_date > "'.$toDate.'" AND A.accountinstallment_date <="'.$fromDate.'" ')
93 ->join(array('C'=>'ourbank_accounts'),'C.account_id = A.account_id')
94 ->where('C.accountstatus_id =3 OR C.accountstatus_id =1' )
95 ->group('C.account_id');
96 // die($select->__toString());
CommerceShipmentServiceWrapper.java (https://github.com/danielreuther/liferay-portal.git) Java · 371 lines
144 getCommerceShipments(
145 long companyId, long[] groupIds, long[] commerceAccountIds,
146 String keywords, int[] shipmentStatuses,
147 boolean excludeShipmentStatus, int start, int end)
150 return _commerceShipmentService.getCommerceShipments(
151 companyId, groupIds, commerceAccountIds, keywords, shipmentStatuses,
152 excludeShipmentStatus, start, end);
188 public int getCommerceShipmentsCount(
189 long companyId, long[] groupIds, long[] commerceAccountIds,
190 String keywords, int[] shipmentStatuses,
191 boolean excludeShipmentStatus)
194 return _commerceShipmentService.getCommerceShipmentsCount(
195 companyId, groupIds, commerceAccountIds, keywords, shipmentStatuses,
196 excludeShipmentStatus);
profileedit.php (https://gitlab.com/Zamal/My-Web2-php) PHP · 249 lines
regress-452498-01.js (https://github.com/rillian/firefox.git) JavaScript · 72 lines
ExceptionListener.php (https://github.com/israelnoguera/parejas.git) PHP · 177 lines
17 use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface;
18 use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
19 use Symfony\Component\Security\Core\Exception\AccountStatusException;
20 use Symfony\Component\Security\Core\Exception\AuthenticationException;
21 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
160 $this->setTargetPath($request);
162 if ($authException instanceof AccountStatusException) {
163 // remove the security token to prevent infinite redirect loops
164 $this->context->setToken(null);
angularApp.js (https://gitlab.com/Pablo-Galbusera/airport) JavaScript · 330 lines
279 // <option value="Cancelled">Cancelled</option>
281 currentStatus = ' ';
282 currentStatusDelay = ' ';
287 if ($scope.flight.delay) {
288 var delayTime = $scope.flight.delay*60*1000;
289 currentStatusDelay = $scope.flight.delay + "'";
290 }
291 var initialTime = $scope.flight.begin + delayTime;
295 // console.log(initialTime);
296 if ($scope.flight.status != "Automatic" && $scope.flight.status != "") {
297 currentStatus = $scope.flight.status;
298 }
299 if ($scope.flight.status == "Automatic" || $scope.flight.status == "" || $scope.flight.status == "Delayed") {
307 // console.log("initialTime: "+initialTime);
308 if (currentTime > boardingTime && currentTime < initialTime) {
309 currentStatus = "Boarding";
310 } else if (currentTime >= initialTime) {
311 currentStatus = "In Flight";
UpdateContentCommand.java (https://github.com/informedindividual/cms-ce.git) Java · 304 lines
14 import com.enonic.cms.domain.content.ContentEntity;
15 import com.enonic.cms.domain.content.ContentKey;
16 import com.enonic.cms.domain.content.ContentStatus;
17 import com.enonic.cms.domain.content.ContentVersionEntity;
18 import com.enonic.cms.domain.content.ContentVersionKey;
47 private UserKey owner;
49 private ContentStatus status;
51 private String contentName;
256 }
258 public ContentStatus getStatus()
259 {
260 return status;
Conferencing.wsdl (https://github.com/FND/tiddlywiki-svn-mirror.git) Web Services Description Language · 288 lines
12 </xs:restriction>
13 </xs:simpleType>
14 <xs:simpleType name="ParticipantStatus">
15 <xs:restriction base="xs:string">
16 <xs:enumeration value="Invited"/>
32 <xs:element name="participantId" type="xs:string"/>
33 <xs:element name="startTime" type="xs:dateTime" minOccurs="0"/>
34 <xs:element name="participantStatus" type="sdk:ParticipantStatus"/>
35 <xs:element name="participantConnected" type="xs:boolean"/>
36 </xs:sequence>
DeploymentStatusDialog.cs (https://bitbucket.org/pmfsampaio/netmf-lpc.git) C# · 236 lines
15 namespace Microsoft.NetMicroFramework.Tools.MFDeployTool
16 {
17 public partial class DeploymentStatusDialog : Form
18 {
19 private MFDevice m_dev;
43 }
45 public DeploymentStatusDialog(MFDevice dev, ReadOnlyCollection<string> files, string[] sig_files)
46 : this(dev, files, sig_files, "")
47 {
48 }
50 public DeploymentStatusDialog(MFDevice dev, ReadOnlyCollection<string> files, string[] sig_files, string pwd)
51 {
52 m_dev = dev;
EKCalendarItem.h (https://gitlab.com/edelmaks/iOS-iphoneheaders) C Header · 198 lines
46 @property (nonatomic,readonly) bool isSelfOrganizedInvitation;
47 @property (nonatomic,readonly) bool isOrganizedBySharedCalendarOwner;
48 @property (nonatomic,readonly) int selfParticipantStatus;
49 @property (nonatomic,retain) EKAttendee * selfAttendee; //@synthesize selfAttendee=_selfAttendee - In the implementation block
50 @property (nonatomic,retain) EKOrganizer * organizer;
130 -(id)_attendeesRelation;
131 -(id)_selfAttendeeRelation;
132 -(int)selfParticipantStatus;
133 -(id)_organizerRelation;
134 -(id)sharedItemCreatedByFirstName;
DIFFSERV-MIB.yaml (https://github.com/tangguochang/ruby-snmp.git) YAML · 171 lines
arch.c (https://gitlab.com/dj-tech/reactos) C · 268 lines
regress-168347.js (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) JavaScript · 215 lines
regress-90596-001.js (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) JavaScript · 278 lines
smb_composite.h (https://bitbucket.org/knarf/samba.git) C Header · 260 lines
50 struct composite_context *smb_composite_loadfile_send(struct smbcli_tree *tree,
51 struct smb_composite_loadfile *io);
52 NTSTATUS smb_composite_loadfile_recv(struct composite_context *c, TALLOC_CTX *mem_ctx);
53 NTSTATUS smb_composite_loadfile(struct smbcli_tree *tree,
79 struct composite_context *smb_composite_fetchfile_send(struct smb_composite_fetchfile *io,
80 struct tevent_context *event_ctx);
81 NTSTATUS smb_composite_fetchfile_recv(struct composite_context *c,
82 TALLOC_CTX *mem_ctx);
83 NTSTATUS smb_composite_fetchfile(struct smb_composite_fetchfile *io,
98 struct composite_context *smb_composite_savefile_send(struct smbcli_tree *tree,
99 struct smb_composite_savefile *io);
100 NTSTATUS smb_composite_savefile_recv(struct composite_context *c);
101 NTSTATUS smb_composite_savefile(struct smbcli_tree *tree,
136 struct resolve_context *resolve_ctx,
137 struct tevent_context *event_ctx);
138 NTSTATUS smb_composite_connect_recv(struct composite_context *c, TALLOC_CTX *mem_ctx);
139 NTSTATUS smb_composite_connect(struct smb_composite_connect *io, TALLOC_CTX *mem_ctx,
libnet_rpc.c (https://bitbucket.org/knarf/samba.git) C · 230 lines
37 const char *hostname,
38 const enum libnet_RpcConnect_level level,
39 bool badcreds, NTSTATUS expected_status)
40 {
41 NTSTATUS status;
138 {
139 const enum libnet_RpcConnect_level level = LIBNET_RPC_CONNECT_SERVER;
140 NTSTATUS status;
141 struct dcerpc_binding *binding;
142 const char *host;
156 {
157 const enum libnet_RpcConnect_level level = LIBNET_RPC_CONNECT_PDC;
158 NTSTATUS status;
159 struct dcerpc_binding *binding;
160 const char *domain_name;
create_table.sql (https://github.com/Silverpeas/Silverpeas-Core.git) SQL · 414 lines
rsocket.cpp (https://github.com/pustladi/Windows-2000.git) C++ · 366 lines
273 RSOCKET *RSOCKET::FindListDSocket( SOCKET s )
274 {
275 NTSTATUS NtStatus;
276 RSOCKET *pRSocket;
277 LIST_ENTRY *pListEntry;
307 BOOL RSOCKET::AddListDSocket( RSOCKET *pRSocket )
308 {
309 NTSTATUS NtStatus;
311 NtStatus = RtlEnterCriticalSection(&g_csSocketList);
325 BOOL RSOCKET::RemoveListDSocket( RSOCKET *pRSocket )
326 {
327 NTSTATUS NtStatus;
329 NtStatus = RtlEnterCriticalSection(&g_csSocketList);
basic_types.hpp (https://github.com/paralect/mongo.git) C++ Header · 290 lines
FriendsServiceImpl.java (https://github.com/kolov/cokoo.git) Java · 167 lines
5 import net.kolov.hs.modules.hs.assembler.ClientUserAssembler;
6 import net.kolov.hs.modules.hs.assembler.TwitterUserAssembler;
7 import net.kolov.hs.modules.hs.client.ClientStatus;
8 import net.kolov.hs.modules.hs.client.ClientUser;
9 import net.kolov.hs.modules.hs.client.SortedStatus;
144 ResponseList<Status> tweets = twitter.getHomeTimeline();
145 for (Status tweet : tweets) {
146 ClientStatus clientStatus = new ClientStatus(tweet.getText());
148 User tweetUser = tweet.getUser();
149 ClientUser cu = usersById.get(tweet.getUser().getId());
150 if (cu != null) {
151 clientStatus.setUser(cu);
152 result.add(cu.getLevel(), clientStatus);
SvnFileSystemListener.java (https://bitbucket.org/nbargnesi/idea.git) Java · 1037 lines
regress-375715-02.js (https://bitbucket.org/ultra_iter/qt-vtl.git) JavaScript · 60 lines
regress-361274.js (https://bitbucket.org/ultra_iter/qt-vtl.git) JavaScript · 66 lines
regress-462388.js
(git://github.com/zpao/v8monkey.git)
JavaScript · 64 lines
✨ Summary
This JavaScript code is a test case for a Mozilla project, specifically testing the behavior of the JSVAL_TAG
function when dealing with empty strings and variables. It sets up a test environment, runs two iterations of the code under just-in-time (JIT) compilation, and then compares the expected output to the actual output using the reportCompare
function.
This JavaScript code is a test case for a Mozilla project, specifically testing the behavior of the JSVAL_TAG
function when dealing with empty strings and variables. It sets up a test environment, runs two iterations of the code under just-in-time (JIT) compilation, and then compares the expected output to the actual output using the reportCompare
function.
rt28xx.h
(http://photon-android.googlecode.com/svn/)
C++ Header · 1689 lines
✨ Summary
This C++ header file defines a set of unions to represent various registers and configurations for a wireless communication device, likely a WiMAX or LTE modem. It provides a way to access and manipulate these registers using a uniform interface, allowing developers to write device-specific code that interacts with the hardware. The unions define different data types and bit layouts for each register, enabling flexible and platform-agnostic programming.
This C++ header file defines a set of unions to represent various registers and configurations for a wireless communication device, likely a WiMAX or LTE modem. It provides a way to access and manipulate these registers using a uniform interface, allowing developers to write device-specific code that interacts with the hardware. The unions define different data types and bit layouts for each register, enabling flexible and platform-agnostic programming.
javascript.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 566 lines
XmlRpc.php
(http://typecho.googlecode.com/svn/trunk/)
PHP · 2094 lines
✨ Summary
This PHP code defines a class that implements various APIs for interacting with WordPress, Blogger, and MovableType blogs. It provides methods for creating, editing, and deleting posts, categories, comments, and users, as well as retrieving metadata such as post status lists and recent post titles. The class also handles API requests from external services like pingback extensions.
This PHP code defines a class that implements various APIs for interacting with WordPress, Blogger, and MovableType blogs. It provides methods for creating, editing, and deleting posts, categories, comments, and users, as well as retrieving metadata such as post status lists and recent post titles. The class also handles API requests from external services like pingback extensions.