Searched refs:Control (Results 1 - 25 of 177) sorted by relevance

12345678

/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/Control/
H A DManageDsaIT.pm5 package Net::LDAP::Control::ManageDsaIT;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
33 Net::LDAP::Control::ManageDsaIT - LDAPv3 Manage DSA-IT control object
38 use Net::LDAP::Control::ManageDsaIT;
42 $manage = Net::LDAP::Control::ManageDsaIT->new( critical => 1 );
55 C<Net::LDAP::Control::ManageDsaIT> provides an interface for the creation
62 constructor arguments described in L<Net::LDAP::Control> are
68 methods in L<Net::LDAP::Control> are available for
69 C<Net::LDAP::Control
[all...]
H A DEntryChange.pm5 package Net::LDAP::Control::EntryChange;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
76 Net::LDAP::Control::EntryChange - LDAPv3 Entry Change Notification control object
81 use Net::LDAP::Control::PersistentSearch;
86 $persist = Net::LDAP::Control::PersistentSearch->new( changeTypes => 15,
108 C<Net::LDAP::Control::EntryChange> provides an interface for the creation
115 L<Net::LDAP::Control> the following are provided.
152 Usually you do not need to create a C<Net::LDAP::Control::EntryChange>
154 an option with the C<Net::LDAP::Control
[all...]
H A DPersistentSearch.pm5 package Net::LDAP::Control::PersistentSearch;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
76 Net::LDAP::Control::PersistentSearch - LDAPv3 Persistent Search control object
81 use Net::LDAP::Control::PersistentSearch;
85 $persist = Net::LDAP::Control::PersistentSearch->new( changeTypes => 15,
106 C<Net::LDAP::Control::PersistentSearch> provides an interface for the creation
113 L<Net::LDAP::Control> the following are provided.
152 See L<Net::LDAP::Control::EntryChange> for details.
158 As with L<Net::LDAP::Control> eac
[all...]
H A DProxyAuth.pm5 package Net::LDAP::Control::ProxyAuth;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
102 Net::LDAP::Control::ProxyAuth - LDAPv3 Proxy Authentication control object
107 use Net::LDAP::Control::ProxyAuth;
111 $auth = Net::LDAP::Control::ProxyAuth->new( authzID => 'dn:cn=me,ou=people,o=myorg.com' );
132 C<Net::LDAP::Control::ProxyAuth> provides an interface for the creation and manipulation
138 L<Net::LDAP::Control> the following are provided.
157 Net::LDAP::Control::ProxyAuth tries to cope with that situation and changes
166 As with L<Net::LDAP::Control> eac
[all...]
H A DSort.pm5 package Net::LDAP::Control::Sort;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
114 Net::LDAP::Control::Sort - Server Side Sort (SSS) control object
118 use Net::LDAP::Control::Sort;
121 $sort = Net::LDAP::Control::Sort->new(
133 C<Net::LDAP::Control::Sort> is a sub-class of
134 L<Net::LDAP::Control>. It provides a class
140 by L<Net::LDAP::Control::SortResult>.
175 As with L<Net::LDAP::Control> eac
[all...]
H A DSortResult.pm5 package Net::LDAP::Control::SortResult;
8 use Net::LDAP::Control;
11 @ISA = qw(Net::LDAP::Control);
55 Net::LDAP::Control::SortResult - Server Side Sort (SSS) result control object
59 use Net::LDAP::Control::Sort;
63 $sort = Net::LDAP::Control::Sort->new(
88 C<Net::LDAP::Control::SortResult> is a sub-class of
89 L<Net::LDAP::Control>. It provides a class for
118 As with L<Net::LDAP::Control> each constructor argument
157 L<Net::LDAP::Control
[all...]
H A DPaged.pm5 package Net::LDAP::Control::Paged;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
65 Net::LDAP::Control::Paged - LDAPv3 Paged results control object
70 use Net::LDAP::Control::Paged;
75 $page = Net::LDAP::Control::Paged->new( size => 100 );
109 C<Net::LDAP::Control::Paged> provides an interface for the creation and manipulation
115 L<Net::LDAP::Control> the following are provided.
135 As with L<Net::LDAP::Control> each constructor argument
143 L<Net::LDAP::Control>,
[all...]
H A DVLVResponse.pm5 package Net::LDAP::Control::VLVResponse;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
93 Net::LDAP::Control::VLVResponse -- LDAPv3 Virtual List View server response
97 See L<Net::LDAP::Control::VLV>
101 C<Net::LDAP::Control::VLVResponse> is a sub-class of L<Net::LDAP::Control>.
111 L<Net::LDAP::Control> the following are provided.
140 As with L<Net::LDAP::Control> each constructor argument
177 L<Net::LDAP::Control>
[all...]
H A DPasswordPolicy.pm5 package Net::LDAP::Control::PasswordPolicy;
8 use Net::LDAP::Control;
10 @ISA = qw(Net::LDAP::Control);
72 Net::LDAP::Control::PasswordPolicy - LDAPv3 Password Policy control object
77 use Net::LDAP::Control::PasswordPolicy;
82 $pp = Net::LDAP::Control::PasswordPolicy->new;
100 C<Net::LDAP::Control::PasswordPolicy> provides an interface for the
110 L<Net::LDAP::Control>.
159 L<Net::LDAP::Control>,
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtk.tcl318 event $op <<Cut>> <Control-Key-w>
320 event $op <<Paste>> <Control-Key-y>
321 event $op <<Undo>> <Control-underscore>
371 event add <<Cut>> <Control-Key-x> <Key-F20> <Control-Lock-Key-X>
372 event add <<Copy>> <Control-Key-c> <Key-F16> <Control-Lock-Key-C>
373 event add <<Paste>> <Control-Key-v> <Key-F18> <Control-Lock-Key-V>
375 event add <<Undo>> <Control
[all...]
H A Dspinbox.tcl121 bind Spinbox <Control-1> {
146 bind Spinbox <Control-Left> {
149 bind Spinbox <Control-Right> {
152 bind Spinbox <Shift-Control-Left> {
156 bind Spinbox <Shift-Control-Right> {
186 bind Spinbox <Control-space> {
192 bind Spinbox <Control-Shift-space> {
198 bind Spinbox <Control-slash> {
201 bind Spinbox <Control-backslash> {
208 # Ignore all Alt, Meta, and Control keypresse
[all...]
H A Dtext.tcl88 bind Text <Control-1> {
115 bind Text <Control-Left> {
118 bind Text <Control-Right> {
121 bind Text <Control-Up> {
124 bind Text <Control-Down> {
127 bind Text <Shift-Control-Left> {
130 bind Text <Shift-Control-Right> {
133 bind Text <Shift-Control-Up> {
136 bind Text <Shift-Control-Down> {
151 bind Text <Control
[all...]
H A Dentry.tcl120 bind Entry <Control-1> {
138 bind Entry <Control-Left> {
141 bind Entry <Control-Right> {
144 bind Entry <Shift-Control-Left> {
148 bind Entry <Shift-Control-Right> {
178 bind Entry <Control-space> {
184 bind Entry <Control-Shift-space> {
190 bind Entry <Control-slash> {
193 bind Entry <Control-backslash> {
201 # Ignore all Alt, Meta, and Control keypresse
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dnotebook.tcl14 bind TNotebook <Control-Key-Tab> { ttk::notebook::CycleTab %W 1; break }
15 bind TNotebook <Control-Shift-Key-Tab> { ttk::notebook::CycleTab %W -1; break }
17 bind TNotebook <Control-ISO_Left_Tab> { ttk::notebook::CycleTab %W -1; break }
110 bind $top <Control-Key-Next> {+ttk::notebook::TLCycleTab %W 1}
111 bind $top <Control-Key-Prior> {+ttk::notebook::TLCycleTab %W -1}
112 bind $top <Control-Key-Tab> {+ttk::notebook::TLCycleTab %W 1}
113 bind $top <Shift-Control-Key-Tab> {+ttk::notebook::TLCycleTab %W -1}
115 bind $top <Control-Key-ISO_Left_Tab> {+ttk::notebook::TLCycleTab %W -1}
175 # toplevel binding procedure for Control-Tab / Shift-Control
[all...]
H A Dscale.tcl30 bind TScale <Control-Left> { ttk::scale::Increment %W -10 }
31 bind TScale <Control-Up> { ttk::scale::Increment %W -10 }
32 bind TScale <Control-Right> { ttk::scale::Increment %W 10 }
33 bind TScale <Control-Down> { ttk::scale::Increment %W 10 }
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DControl.pm5 package Net::LDAP::Control;
28 'Net::LDAP::Control::Sort' => LDAP_CONTROL_SORTREQUEST,
29 'Net::LDAP::Control::SortResult' => LDAP_CONTROL_SORTRESULT,
31 'Net::LDAP::Control::VLV' => LDAP_CONTROL_VLVREQUEST,
32 'Net::LDAP::Control::VLVResponse' => LDAP_CONTROL_VLVRESPONSE,
34 'Net::LDAP::Control::Paged' => LDAP_CONTROL_PAGED,
36 'Net::LDAP::Control::ProxyAuth' => LDAP_CONTROL_PROXYAUTHENTICATION,
38 'Net::LDAP::Control::ManageDsaIT' => LDAP_CONTROL_MANAGEDSAIT,
40 'Net::LDAP::Control::PersistentSearch' => LDAP_CONTROL_PERSISTENTSEARCH,
41 'Net::LDAP::Control
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtk.tcl308 event $op <<Cut>> <Control-Key-w>
310 event $op <<Paste>> <Control-Key-y>
311 event $op <<Undo>> <Control-underscore>
359 event add <<Cut>> <Control-Key-x> <Key-F20>
360 event add <<Copy>> <Control-Key-c> <Key-F16>
361 event add <<Paste>> <Control-Key-v> <Key-F18>
363 event add <<Undo>> <Control-Key-z>
364 event add <<Redo>> <Control-Key-Z>
382 event add <<Cut>> <Control-Key-x> <Shift-Key-Delete>
383 event add <<Copy>> <Control
[all...]
H A Dspinbox.tcl116 bind Spinbox <Control-1> {
141 bind Spinbox <Control-Left> {
144 bind Spinbox <Control-Right> {
147 bind Spinbox <Shift-Control-Left> {
151 bind Spinbox <Shift-Control-Right> {
181 bind Spinbox <Control-space> {
187 bind Spinbox <Control-Shift-space> {
193 bind Spinbox <Control-slash> {
196 bind Spinbox <Control-backslash> {
203 # Ignore all Alt, Meta, and Control keypresse
[all...]
H A Dtext.tcl87 bind Text <Control-1> {
114 bind Text <Control-Left> {
117 bind Text <Control-Right> {
120 bind Text <Control-Up> {
123 bind Text <Control-Down> {
126 bind Text <Shift-Control-Left> {
129 bind Text <Shift-Control-Right> {
132 bind Text <Shift-Control-Up> {
135 bind Text <Shift-Control-Down> {
150 bind Text <Control
[all...]
H A Dentry.tcl115 bind Entry <Control-1> {
133 bind Entry <Control-Left> {
136 bind Entry <Control-Right> {
139 bind Entry <Shift-Control-Left> {
143 bind Entry <Shift-Control-Right> {
173 bind Entry <Control-space> {
179 bind Entry <Control-Shift-space> {
185 bind Entry <Control-slash> {
188 bind Entry <Control-backslash> {
196 # Ignore all Alt, Meta, and Control keypresse
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/t/
H A D70sortctrl.t30 use Net::LDAP::Control::Sort;
62 my $sort = Net::LDAP::Control::Sort->new(order => $order) or print "not ";
84 $sort = Net::LDAP::Control::Sort->new(order => "-$order") or print "not ";
/macosx-10.9.5/ICU-511.35/icuSources/data/brkitr/
H A Dchar.txt17 $Control = [\p{Grapheme_Cluster_Break = Control}];
107 [^$Control $CR $LF] $Extend;
109 [^$Control $CR $LF] $SpacingMark;
110 # TODO: Restore if the Prepend set becomes non-empty again: $Prepend [^$Control $CR $LF];
142 $Extend [^$Control $CR $LF];
143 $SpacingMark [^$Control $CR $LF];
144 # TODO: Restore if the Prepend set becomes non-empty again: [^$Control $CR $LF] $Prepend;
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtimer44 bind . <Control-c> {destroy .}
45 bind . <Control-q> {destroy .}
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtimer41 bind . <Control-c> {destroy .}
42 bind . <Control-q> {destroy .}
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ntext/
H A Dntext.tcl159 bind Ntext <Control-1> {
165 bind Ntext <Double-Control-1> { # nothing }
166 bind Ntext <Control-B1-Motion> { # nothing }
191 bind Ntext <Control-Left> {
195 bind Ntext <Control-Right> {
198 bind Ntext <Control-Up> {
201 bind Ntext <Control-Down> {
204 bind Ntext <Shift-Control-Left> {
208 bind Ntext <Shift-Control-Right> {
211 bind Ntext <Shift-Control
[all...]

Completed in 100 milliseconds

12345678