Searched refs:self (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dobjects.py28 def __init__(self, rdn, suffix):
29 self.userDn = '%s,ou=People,%s' \
31 self.suffix = suffix
32 self.listAttr = []
33 self.listAttr.append('objectclass:top')
34 self.listAttr.append('objectclass:organizationalperson')
35 self.listAttr.append('objectclass:inetorgperson')
36 self.listAttr.append('objectclass:person')
37 def getDn(self):
38 return self
[all...]
H A Dcommon.py67 def group(self,string):
68 self.group=string.lower()
69 self.group=self.group.strip()
70 return '%s' % self.group
71 def suite(self,string):
72 self.suite=string.lower()
73 self.suite=self.suite.strip()
74 self
[all...]
H A Dreplication.py40 def __init__(self, port, id):
41 self.port = port
42 self.id = id
43 self.changelogServerList = []
45 def addChangelogServer(self, hostname, port):
46 self.changelogServerList.append('%s:%s' % (hostname, port))
48 def getPort(self):
49 return self.port
51 def getId(self):
52 return self
[all...]
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dobjects.py27 def __init__(self, rdn, suffix):
28 self.userDn = '%s,ou=People,%s' \
30 self.suffix = suffix
31 self.listAttr = []
32 self.listAttr.append('objectclass:top')
33 self.listAttr.append('objectclass:organizationalperson')
34 self.listAttr.append('objectclass:inetorgperson')
35 self.listAttr.append('objectclass:person')
36 def getDn(self):
37 return self
[all...]
H A Dcommon.py66 def group(self,string):
67 self.group=string.lower()
68 self.group=self.group.strip()
69 return '%s' % self.group
70 def suite(self,string):
71 self.suite=string.lower()
72 self.suite=self.suite.strip()
73 self
[all...]
H A Dreplication.py39 def __init__(self, port, id):
40 self.port = port
41 self.id = id
42 self.changelogServerList = []
44 def addChangelogServer(self, hostname, port):
45 self.changelogServerList.append('%s:%s' % (hostname, port))
47 def getPort(self):
48 return self.port
50 def getId(self):
51 return self
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dobjects.py28 def __init__(self, rdn, suffix):
29 self.userDn = '%s,ou=People,%s' \
31 self.suffix = suffix
32 self.listAttr = []
33 self.listAttr.append('objectclass:top')
34 self.listAttr.append('objectclass:organizationalperson')
35 self.listAttr.append('objectclass:inetorgperson')
36 self.listAttr.append('objectclass:person')
37 def getDn(self):
38 return self
[all...]
H A Dcommon.py67 def group(self,string):
68 self.group=string.lower()
69 self.group=self.group.strip()
70 return '%s' % self.group
71 def suite(self,string):
72 self.suite=string.lower()
73 self.suite=self.suite.strip()
74 self
[all...]
H A Dreplication.py40 def __init__(self, port, id):
41 self.port = port
42 self.id = id
43 self.changelogServerList = []
45 def addChangelogServer(self, hostname, port):
46 self.changelogServerList.append('%s:%s' % (hostname, port))
48 def getPort(self):
49 return self.port
51 def getId(self):
52 return self
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dobjects.py28 def __init__(self, rdn, suffix):
29 self.userDn = '%s,ou=People,%s' \
31 self.suffix = suffix
32 self.listAttr = []
33 self.listAttr.append('objectclass:top')
34 self.listAttr.append('objectclass:organizationalperson')
35 self.listAttr.append('objectclass:inetorgperson')
36 self.listAttr.append('objectclass:person')
37 def getDn(self):
38 return self
[all...]
H A Dcommon.py67 def group(self,string):
68 self.group=string.lower()
69 self.group=self.group.strip()
70 return '%s' % self.group
71 def suite(self,string):
72 self.suite=string.lower()
73 self.suite=self.suite.strip()
74 self
[all...]
H A Dreplication.py40 def __init__(self, port, id):
41 self.port = port
42 self.id = id
43 self.changelogServerList = []
45 def addChangelogServer(self, hostname, port):
46 self.changelogServerList.append('%s:%s' % (hostname, port))
48 def getPort(self):
49 return self.port
51 def getId(self):
52 return self
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dobjects.py27 def __init__(self, rdn, suffix):
28 self.userDn = '%s,ou=People,%s' \
30 self.suffix = suffix
31 self.listAttr = []
32 self.listAttr.append('objectclass:top')
33 self.listAttr.append('objectclass:organizationalperson')
34 self.listAttr.append('objectclass:inetorgperson')
35 self.listAttr.append('objectclass:person')
36 def getDn(self):
37 return self
[all...]
H A Dcommon.py66 def group(self,string):
67 self.group=string.lower()
68 self.group=self.group.strip()
69 return '%s' % self.group
70 def suite(self,string):
71 self.suite=string.lower()
72 self.suite=self.suite.strip()
73 self
[all...]
H A Dreplication.py39 def __init__(self, port, id):
40 self.port = port
41 self.id = id
42 self.changelogServerList = []
44 def addChangelogServer(self, hostname, port):
45 self.changelogServerList.append('%s:%s' % (hostname, port))
47 def getPort(self):
48 return self.port
50 def getId(self):
51 return self
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/share/
H A DBaseShare.js36 var self = this;
37 self.shareView = new CommonShare();
38 self.shareView.element = "#commonShare";
39 self.shareView.noBaseTemplate = true;
40 self.parentRender(function () {
41 self.data.resourceSet = {};
42 self.shareView.render(args, callback);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/share/
H A DBaseShare.js28 var self = this;
29 self.shareView = new CommonShare();
30 self.shareView.element = "#commonShare";
31 self.shareView.noBaseTemplate = true;
32 self.parentRender(function () {
33 self.data.resourceSet = {};
34 self.shareView.render(args, callback);
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAOathMechanismTableViewCellController.m45 if (self = [super init]) {
49 return self;
54 if ([self.mechanism isKindOfClass:[FRATotpOathMechanism class]]) {
55 [self startProgressAnimationTimer];
56 } else if ([self.mechanism isKindOfClass:[FRAHotpOathMechanism class]]) {
57 [self stopProgressAnimationTimer];
59 [self showHideElements];
64 [self stopProgressAnimationTimer];
68 if (self.isEditing) {
70 self
[all...]
H A DFRANotificationViewController.m37 self.authorizeSlider.continuous = YES;
38 [self setSliderThumbImage:OFF_SWITCH_IMAGE_NAME];
39 FRAIdentity *identity = self.notification.parent.parent;
40 [FRAUIUtils setImage:self.image fromIssuerLogoURL:identity.image];
41 self.image.layer.cornerRadius = self.image.frame.size.width / 2;
42 self.image.clipsToBounds = YES;
43 self.message.text = [NSString stringWithFormat:@"Log in to %@", identity.issuer];
44 [FRAUIUtils setView:self.backgroundView issuerBackgroundColor:identity.backgroundColor];
46 if ([self isTouchIDEnable
[all...]
H A DFRAAccountTableViewController.m44 self.navigationItem.rightBarButtonItem = self.editButtonItem;
47 self.image.layer.cornerRadius = self.image.frame.size.width / 2;
48 self.image.clipsToBounds = YES;
51 [FRAUIUtils setImage:self.image fromIssuerLogoURL:self.identity.image];
52 self.issuer.text = self.identity.issuer;
53 self
[all...]
H A DFRAActivityIndicator.m34 self.activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhite];
35 self.blurEffect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleDark];
36 self.vibrancyView = [[UIVisualEffectView alloc] initWithEffect:[UIVibrancyEffect effectForBlurEffect:self.blurEffect]];
37 self = [super initWithEffect:self.blurEffect];
38 if (self) {
39 [self setUp:message];
41 return self;
45 self
[all...]
H A DFRABlockActionSheet.m31 self.callback(self.numberOfButtons - 1 - buttonIndex);
39 if (self.delegate == nil) {
40 self.delegate = self;
H A DFRAPushMechanismTableViewCellController.m28 if (self = [super init]) {
32 return self;
37 [self showHideElements];
38 [self reloadData];
46 if (self.isEditing) {
48 self.tableViewCell.notificationsBadge.alpha = 0.0f;
52 self.tableViewCell.notificationsBadge.alpha = 1.0f;
59 [self showHideElements];
63 self.tableViewCell.notificationsBadge.text = [NSString stringWithFormat:@"%ld", (long)[self
[all...]
H A DFRAQRScanViewController.m36 self.session = [[AVCaptureSession alloc] init];
42 self.session = nil;
43 [self.navigationController popViewControllerAnimated:YES];
46 [self.session addInput:input];
48 AVCaptureVideoPreviewLayer* preview = [[AVCaptureVideoPreviewLayer alloc] initWithSession:self.session];
49 preview.frame = self.view.layer.bounds;
50 [self.view.layer addSublayer:preview];
52 [self.session startRunning];
59 if (self.session) {
61 [self
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/views/
H A DMyApplicationsView.js29 var self = this;
33 self.data.apps = apps;
35 self.parentRender();

Completed in 377 milliseconds

1234567891011>>