Home
last modified time | relevance | path

Searched refs:sUid (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/webjob/webjob-1.9.0/lib/perl/t/
H A DWebJob-FdaRoutines.t50 my $sUid = FdaOwnerToUid({ 'Owner' => 0 });
51 ok(defined($sUid) && $sUid == 0);
79 $sUid = $<; $sUid =~ s/^(\d+).*$/$1/;
87 $sUid,
94 $sUid,
101 $sUid,
108 $sUid,
142 [ undef, "f1", 0444, $sUid, $sGid, ],
143 [ ".", "f2", 0644, $sUid, $sGid, ],
144 [ "./", "f3", 0664, $sUid, $sGid, ],
/dports/sysutils/webjob/webjob-1.9.0/lib/perl/lib/WebJob/
H A DJqdRoutines.pm161 $sUid,
168 $sUid,
175 $sUid,
182 $sUid,
189 $sUid,
196 $sUid,
203 $sUid,
210 $sUid,
217 $sUid,
228 $sUid,
[all …]
H A DFdaRoutines.pm251 my ($sMode, $sUid, $sGid) = (stat(_))[2,4,5];
257 …if (($$phPArgs{'Uid'} ne $sUid || $$phPArgs{'Gid'} ne $sGid) && !chown($$phPArgs{'Uid'}, $$phPArgs…
481 my $sUid = ($$phPArgs{'Owner'} =~ /^\d+$/) ? $$phPArgs{'Owner'} : getpwnam($$phPArgs{'Owner'});
482 if (!defined($sUid))
488 return $sUid;
H A DKvpRoutines.pm509 my ($sMode, $sUid, $sGid);
517 ($sMode, $sUid, $sGid) = (stat(_))[2,4,5];
533 if (defined($sUid) && defined($sGid) && !chown($sUid, $sGid, $oFileHandle))
535 $$phPArgs{'Error'} = "Unable to set owner/group ($sUid/$sGid) for temporary file ($!).";
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-jqd-create-queue/
H A Dwebjob-jqd-create-queue129 my ($sUid);
131 $sUid = $<; $sUid =~ s/^(\d+).*$/$1/;
133 $$phProperties{'QueueOwner'} = (exists($hOptions{'o'})) ? $hOptions{'o'} : $sUid;
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php81 * @param string $sUid
85 static public function ReadReceiptCache($sEmail, $sFolderFullName, $sUid) argument
87 return '/ReadReceipt/'.$sEmail.'/'.$sFolderFullName.'/'.$sUid;
H A DActions.php6616 $sUid = $this->GetActionParam('MessageUid', '');
6618 …->Set(\RainLoop\KeyPathHelper::ReadReceiptCache($oAccount->Email(), $sFolderFullName, $sUid), '1');
6620 if (0 < \strlen($sFolderFullName) && 0 < \strlen($sUid))
6624 …$this->MailClient()->MessageSetFlag($sFolderFullName, array($sUid), true, $sReadReceiptFlag, true,…
7093 $sUid = \trim($this->GetActionParam('Uid', ''));
7096 if (0 < \strlen($sUid))
7098 $oContact = $oAddressBookProvider->GetContactByID($oAccount->ParentEmailHelper(), $sUid);
7104 if (0 < \strlen($sUid))
7106 $oContact->IdContact = $sUid;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php81 * @param string $sUid
85 static public function ReadReceiptCache($sEmail, $sFolderFullName, $sUid) argument
87 return '/ReadReceipt/'.$sEmail.'/'.$sFolderFullName.'/'.$sUid;
H A DActions.php6616 $sUid = $this->GetActionParam('MessageUid', '');
6618 …->Set(\RainLoop\KeyPathHelper::ReadReceiptCache($oAccount->Email(), $sFolderFullName, $sUid), '1');
6620 if (0 < \strlen($sFolderFullName) && 0 < \strlen($sUid))
6624 …$this->MailClient()->MessageSetFlag($sFolderFullName, array($sUid), true, $sReadReceiptFlag, true,…
7093 $sUid = \trim($this->GetActionParam('Uid', ''));
7096 if (0 < \strlen($sUid))
7098 $oContact = $oAddressBookProvider->GetContactByID($oAccount->ParentEmailHelper(), $sUid);
7104 if (0 < \strlen($sUid))
7106 $oContact->IdContact = $sUid;
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-setup-server/
H A Dwebjob-setup-server1563 my $sUid = $$phProperties{'Derived'}{'ApacheUid'};
1569 [ $sPrefix, "jqd.log", $sMode, $sUid, $sGid ],
1570 [ $sPrefix, "nph-config.log", $sMode, $sUid, $sGid ],
1571 [ $sPrefix, "nph-config-hook.err", $sMode, $sUid, $sGid ],
1572 [ $sPrefix, "nph-config-hook.log", $sMode, $sUid, $sGid ],
1573 [ $sPrefix, "nph-config-hook.out", $sMode, $sUid, $sGid ],
1574 [ $sPrefix, "nph-webjob.log", $sMode, $sUid, $sGid ],
1575 [ $sPrefix, "nph-webjob-hook.err", $sMode, $sUid, $sGid ],
1576 [ $sPrefix, "nph-webjob-hook.log", $sMode, $sUid, $sGid ],
1577 [ $sPrefix, "nph-webjob-hook.out", $sMode, $sUid, $sGid ],
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mail/
H A DMessage.php581 $sUid = $oFetchResponse->GetFetchValue(\MailSo\Imap\Enumerations\FetchType::UID);
587 $this->iUid = \is_numeric($sUid) ? (int) $sUid : 0;
725 $sUid = '';
728 ->ForeachList(function ($oParameter) use (&$sType, &$sFolder, &$sUid) {
736 $sUid = $oParameter->Value();
745 if (0 < \strlen($sType) && 0 < \strlen($sFolder) && 0 < \strlen($sUid))
747 $this->aDraftInfo = array($sType, $sUid, $sFolder);
H A DMailClient.php840 $sUid = $oFetchResponse->GetFetchValue(\MailSo\Imap\Enumerations\FetchType::UID);
863 'Uid' => $sUid,
915 $sUid = $oFetchResponse->GetFetchValue(\MailSo\Imap\Enumerations\FetchType::UID);
916 $aFlags[(\is_numeric($sUid) ? (int) $sUid : 0)] =
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mail/
H A DMessage.php581 $sUid = $oFetchResponse->GetFetchValue(\MailSo\Imap\Enumerations\FetchType::UID);
587 $this->iUid = \is_numeric($sUid) ? (int) $sUid : 0;
725 $sUid = '';
728 ->ForeachList(function ($oParameter) use (&$sType, &$sFolder, &$sUid) {
736 $sUid = $oParameter->Value();
745 if (0 < \strlen($sType) && 0 < \strlen($sFolder) && 0 < \strlen($sUid))
747 $this->aDraftInfo = array($sType, $sUid, $sFolder);
H A DMailClient.php840 $sUid = $oFetchResponse->GetFetchValue(\MailSo\Imap\Enumerations\FetchType::UID);
863 'Uid' => $sUid,
915 $sUid = $oFetchResponse->GetFetchValue(\MailSo\Imap\Enumerations\FetchType::UID);
916 $aFlags[(\is_numeric($sUid) ? (int) $sUid : 0)] =
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/AddressBook/Classes/
H A DContact.php247 $sUid = $sFirstName = $sLastName = $sMiddleName = $sSuffix = $sPrefix = '';
265 $sUid = $oProperty->Value;
305 $oVCard->UID = empty($sUid) ? $this->IdContactStr : $sUid;
523 public function PopulateByVCard($sUid, $sVCard, $sEtag = '', $oLogger = null) argument
542 $this->IdContactStr = $sUid;
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/AddressBook/Classes/
H A DContact.php247 $sUid = $sFirstName = $sLastName = $sMiddleName = $sSuffix = $sPrefix = '';
265 $sUid = $oProperty->Value;
305 $oVCard->UID = empty($sUid) ? $this->IdContactStr : $sUid;
523 public function PopulateByVCard($sUid, $sVCard, $sEtag = '', $oLogger = null) argument
542 $this->IdContactStr = $sUid;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Suggestions/
H A DOwnCloudSuggestions.php64 $sUid = empty($aContact['UID']) ? '' : $aContact['UID'];
65 if (!empty($sUid))
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/Suggestions/
H A DOwnCloudSuggestions.php64 $sUid = empty($aContact['UID']) ? '' : $aContact['UID'];
65 if (!empty($sUid))
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/vrhost/
H A Dvrhostapi.cpp111 telemetryState.uid = sUid; in SendTelemetry()
138 ++sUid; in SendTelemetry()
150 static uint32_t sUid; // It starts from 1, Zero means the data is read yet member in VRTelemetryManager
153 uint32_t VRTelemetryManager::sUid = 1; member in VRTelemetryManager
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php607 foreach ($languageItems as $sUid) {
609 if ($sUid) {
610 $lRecs = $this->sys_page->getPageOverlay($currentPageWithNoOverlay, $sUid);
616 … if ($pageTranslationVisibility->shouldHideTranslationIfNoTranslatedRecordExists() && $sUid &&
618 (!$sUid || empty($lRecs)) ||
619 … !($this->conf['special.']['normalWhenNoLanguage'] ?? false) && $sUid && empty($lRecs)
621 $iState = $currentLanguageId === $sUid ? 'USERDEF2' : 'USERDEF1';
623 $iState = $currentLanguageId === $sUid ? 'ACT' : 'NO';
629 '_PAGES_OVERLAY_REQUESTEDLANGUAGE' => $sUid,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php618 foreach ($languageItems as $sUid) {
620 if ($sUid) {
621 $lRecs = $this->sys_page->getPageOverlay($tsfe->page['uid'], $sUid);
626 if (GeneralUtility::hideIfNotTranslated($tsfe->page['l18n_cfg']) && $sUid &&
628 (!$sUid || empty($lRecs)) ||
629 … !($this->conf['special.']['normalWhenNoLanguage'] ?? false) && $sUid && empty($lRecs)
631 $iState = $currentLanguageId === $sUid ? 'USERDEF2' : 'USERDEF1';
633 $iState = $currentLanguageId === $sUid ? 'ACT' : 'NO';
647 '_PAGES_OVERLAY_REQUESTEDLANGUAGE' => $sUid,
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php748 foreach ($languageItems as $sUid) {
750 if ($sUid) {
751 $lRecs = $this->sys_page->getPageOverlay($tsfe->page['uid'], $sUid);
756 if (GeneralUtility::hideIfNotTranslated($tsfe->page['l18n_cfg']) && $sUid &&
758 (!$sUid || empty($lRecs)) ||
759 !$this->conf['special.']['normalWhenNoLanguage'] && $sUid && empty($lRecs)
761 $iState = $currentLanguageId == $sUid ? 'USERDEF2' : 'USERDEF1';
763 $iState = $currentLanguageId == $sUid ? 'ACT' : 'NO';
768 ['L' => $sUid],
773 $getVars = '&L=' . $sUid;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mime/
H A DMessage.php444 * @param string $sUid
449 public function SetDraftInfo($sType, $sUid, $sFolder) argument
453 ->Add(\MailSo\Mime\Parameter::NewInstance('uid', $sUid))
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Mime/
H A DMessage.php444 * @param string $sUid
449 public function SetDraftInfo($sType, $sUid, $sFolder) argument
453 ->Add(\MailSo\Mime\Parameter::NewInstance('uid', $sUid))
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/synapse/source/lib/
H A Dimapsend.pas850 s, sUid: string;

12