Home
last modified time | relevance | path

Searched refs:isprivate (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/lang/ferite/ferite-1.0.2/scripts/test/
H A Daccessors.fe6 private number isprivate = 3;
11 Console.println( ".isprivate = ${.isprivate}" );
40 o.isprivate = 2;
/dports/lang/fpc-utils/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DTypeSignature.java84 boolean isprivate = false; in checkAccess()
90 else if (accflags[i].indexOf("private")!=-1) isprivate = true; in checkAccess()
93 if(!(ispublic || isprotected || isprivate)) ispackage = true; in checkAccess()
95 …if((env.showAccess == JavapEnvironment.PUBLIC) && (isprotected || isprivate || ispackage)) return … in checkAccess()
96 … else if((env.showAccess == JavapEnvironment.PROTECTED) && (isprivate || ispackage)) return false; in checkAccess()
97 else if((env.showAccess == JavapEnvironment.PACKAGE) && (isprivate)) return false; in checkAccess()
/dports/lang/fpc-source/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DTypeSignature.java84 boolean isprivate = false; in checkAccess()
90 else if (accflags[i].indexOf("private")!=-1) isprivate = true; in checkAccess()
93 if(!(ispublic || isprotected || isprivate)) ispackage = true; in checkAccess()
95 …if((env.showAccess == JavapEnvironment.PUBLIC) && (isprotected || isprivate || ispackage)) return … in checkAccess()
96 … else if((env.showAccess == JavapEnvironment.PROTECTED) && (isprivate || ispackage)) return false; in checkAccess()
97 else if((env.showAccess == JavapEnvironment.PACKAGE) && (isprivate)) return false; in checkAccess()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dparser.h131 if (isprivate)
160 ParseTypeDecl(true, isprivate, list);
163 ParseTypeDecl(false, isprivate, list);
177 def->isprivate = isprivate; // FIXME: not used?
187 ev->isprivate = isprivate; // FIXME: not used?
213 if (isprivate) id->isprivate = true;
227 if (isprivate)
300 if (isprivate != sup->isprivate) in ParseTypeDecl()
322 udt->isprivate = isprivate; in ParseTypeDecl()
483 if (isprivate != f.isprivate)
[all …]
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DComment.pm63 isprivate => \&_check_isprivate,
72 isprivate => ['who'],
305 my ($invocant, $isprivate) = @_;
306 if ($isprivate && !Bugzilla->user->is_insider) {
309 return $isprivate ? 1 : 0;
H A DAttachment.pm97 isprivate => \&_check_is_private,
282 sub isprivate { subroutine
284 return $self->{isprivate};
630 || (ref $invocant && $invocant->isprivate != $is_private))
728 || ((!$attachment->isprivate || $user->is_insider)
/dports/mail/procmail/procmail-3.22/src/
H A Dmemblk.h24 #define isprivate (themail.fd<0||ISprivate) macro
27 #define isprivate 1 macro
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/attachment/
H A Dedit.html.tmpl48 <div id="attachment_information_read_only" class="[% "bz_private" IF attachment.isprivate %]">
65 [% IF attachment.isprivate %];
136 <input type="checkbox" id="isprivate" name="isprivate" value="1"
137 [%+ 'checked="checked"' IF attachment.isprivate %]>
139 <label for="isprivate">конфиденциально (видимо только членам группы
144 [%+ attachment.isprivate ? "да" : "нет" %]
251 [% classNames = "$classes bz_private" IF attachment.isprivate %]
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/attachment/
H A Dedit.html.tmpl48 <div id="attachment_information_read_only" class="[% "bz_private" IF attachment.isprivate %]">
67 [% IF attachment.isprivate %];
138 <input type="checkbox" id="isprivate" name="isprivate" value="1"
139 [%+ 'checked="checked"' IF attachment.isprivate %]>
141 <label for="isprivate">プライベート (
147 [%+ attachment.isprivate ? "はい" : "いいえ" %]
257 [% classNames = "$classes bz_private" IF attachment.isprivate %]
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/attachment/
H A Dedit.html.tmpl46 <div id="attachment_information_read_only" class="[% "bz_private" IF attachment.isprivate %]">
65 [% IF attachment.isprivate %];
136 <input type="checkbox" id="isprivate" name="isprivate" value="1"
137 [%+ 'checked="checked"' IF attachment.isprivate %]>
139 <label for="isprivate">プライベート (
145 [%+ attachment.isprivate ? "はい" : "いいえ" %]
252 [% classNames = "$classes bz_private" IF attachment.isprivate %]
/dports/net-p2p/btcheck/btcheck-2.1/src/
H A Dinfo.c103 int ret, issinglefile, isprivate; in print_info() local
114 isprivate = torrentinfoprivate == 0 ? 0 : 1; in print_info()
159 …printf(isprivate ? "Announce URL : %s (private)\n" : "Announce URL : %s\n", (char *)torrentannounc… in print_info()
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DComment.pm67 isprivate => \&_check_isprivate,
76 isprivate => ['who'],
453 my ($invocant, $isprivate) = @_;
454 if ($isprivate && !Bugzilla->user->is_insider) {
457 return $isprivate ? 1 : 0;
H A DAttachment.pm97 isprivate => \&_check_is_private,
270 sub isprivate { subroutine
271 return $_[0]->{isprivate};
612 || (ref $invocant && $invocant->isprivate != $is_private))
724 || ((!$attachment->isprivate || $user->is_insider)
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/attachment/
H A Dedit.html.tmpl48 <div id="attachment_information_read_only" class="[% "bz_private" IF attachment.isprivate %]">
65 [% IF attachment.isprivate %];
136 <input type="checkbox" id="isprivate" name="isprivate" value="1"
137 [%+ 'checked="checked"' IF attachment.isprivate %]>
139 <label for="isprivate">private (only visible to
144 [%+ attachment.isprivate ? "yes" : "no" %]
254 [% classNames = "$classes bz_private" IF attachment.isprivate %]
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/attachment/
H A Dedit.html.tmpl46 <div id="attachment_information_read_only" class="[% "bz_private" IF attachment.isprivate %]">
63 [% IF attachment.isprivate %];
134 <input type="checkbox" id="isprivate" name="isprivate" value="1"
135 [%+ 'checked="checked"' IF attachment.isprivate %]>
137 <label for="isprivate">private (only visible to
142 [%+ attachment.isprivate ? "yes" : "no" %]
249 [% classNames = "$classes bz_private" IF attachment.isprivate %]
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/attachment/
H A Dedit.html.tmpl48 <div id="attachment_information_read_only" class="[% "bz_private" IF attachment.isprivate %]">
65 [% IF attachment.isprivate %];
136 <input type="checkbox" id="isprivate" name="isprivate" value="1"
137 [%+ 'checked="checked"' IF attachment.isprivate %]>
139 <label for="isprivate">Vertraulich (nur Mitgliedern der Gruppe
145 [%+ attachment.isprivate ? "ja" : "nein" %]
259 [% classNames = "$classes bz_private" IF attachment.isprivate %]
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dattachment.cgi160 if ($attachment->isprivate && $user->id != $attachment->attacher->id
176 return 0 if $attachment->isprivate;
514 isprivate => scalar $cgi->param('isprivate'),
533 $bug->add_comment($comment, { isprivate => $attachment->isprivate,
670 $bug->add_comment($comment, { isprivate => $attachment->isprivate,
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dattachment.cgi169 if ($attachment->isprivate && $user->id != $attachment->attacher->id
185 return 0 if $attachment->isprivate;
539 isprivate => scalar $cgi->param('isprivate'),
558 $bug->add_comment($comment, { isprivate => $attachment->isprivate,
694 $bug->add_comment($comment, { isprivate => $attachment->isprivate,
H A Denter_bug.cgi231 my $isprivate = $bug_desc->is_private;
236 if (!$isprivate || $user->is_insider) {
240 $vars->{'comment_is_private'} = $isprivate;
/dports/mail/pathalias/pathalias-9.16/
H A Daddnode.c22 STATIC node *isprivate(register char *name);
53 n = isprivate(name);
320 isprivate(name) in isprivate() function
377 if ((n = isprivate(name)) != 0)
/dports/devel/ncurses/ncurses-6.3/test/
H A Dfilter.c267 #define isprivate(s) ((s) != 0 && strstr(s, "\033[?") != 0) macro
273 && isprivate(enter_ca_mode) in cancel_altscreen()
274 && isprivate(exit_ca_mode)) { in cancel_altscreen()
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/bug/
H A Dshow.xml.tmpl66 [% NEXT IF a.isprivate && !user.is_insider %]
70 isprivate="[% a.isprivate FILTER xml %]"
148 <long_desc isprivate="[% c.is_private FILTER xml %]" >
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/bug/
H A Dshow.xml.tmpl66 [% NEXT IF a.isprivate && !user.is_insider %]
70 isprivate="[% a.isprivate FILTER xml %]"
148 <long_desc isprivate="[% c.is_private FILTER xml %]" >
/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/bug/
H A Dshow.xml.tmpl66 [% NEXT IF a.isprivate && !user.is_insider %]
70 isprivate="[% a.isprivate FILTER xml %]"
148 <long_desc isprivate="[% c.is_private FILTER xml %]" >
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/bug/
H A Dshow.xml.tmpl66 [% NEXT IF a.isprivate && !user.is_insider %]
70 isprivate="[% a.isprivate FILTER xml %]"
148 <long_desc isprivate="[% c.is_private FILTER xml %]" >

1234567