Home
last modified time | relevance | path

Searched refs:BOB (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/dports/devel/p5-IO-Pager/IO-Pager-2.10/t/
H A D04-buffered_interactive.t24 my $BOB = new IO::Pager *BOB, 'IO::Pager::Buffered';
26 isa_ok $BOB, 'IO::Pager::Buffered';
27 isa_ok $BOB, 'Tie::Handle';
30 printf BOB "Line %06i, buffer [%06i] @ %s\n",
31 $_, tell(BOB), scalar localtime;
34 print BOB "Sleeping for 2 seconds...\n";
35 # IO::Pager::Buffered::flush(*BOB);
36 $BOB->flush();
40 printf BOB "Line %06i, buffer [%06i] @ %s\n",
41 $_, tell(BOB), scalar localtime;
[all …]
H A D07-oo_interactive.t16 # my $BOB = new IO::Pager::Buffered or die "Failed to create PAGER FH $!";
17 my $BOB = new IO::Pager local *STDOUT, 'Buffered' or die "Failed to create PAGER FH $!";
19 isa_ok $BOB, 'IO::Pager::Buffered';
21 $BOB->print("OO factory filehandle\n") foreach 1..25;
22 $BOB->print("\nEnd of text, try pressing 'Q' to exit.\n");
32 my $BOB = new IO::Pager::Unbuffered or die "Failed to create PAGER FH $!";
34 isa_ok $BOB, 'IO::Pager::Unbuffered';
36 $BOB->say("OO subclass filehandle") foreach 1..25;
37 $BOB->say("\nEnd of text, try pressing 'Q' to exit.");
39 $BOB->close();
H A D06-scalar_interactive.t16 my $BOB;
17 local $STDOUT = IO::Pager::open($BOB, 'IO::Pager::Buffered');
19 is ref($BOB), 'GLOB', 'Gensym';
26 printf($BOB "%06i There is more than one to do it.\n", $_);
28 printf $BOB "\nEnd of text, try pressing 'Q' to exit.\n", $_;
30 close($BOB);
H A D05-binmode_interactive.t21 local $STDOUT = new IO::Pager *BOB, ':utf8', 'IO::Pager::Buffered';
24 print BOB "Unicode Z-inverted carat: \x{17D}\n"; #Ž
25 print BOB "Unicode Copyright < Copyleft: \x{A9} < \x{2184}\x{20DD}\n"; #© < ↄ⃝
26 print BOB "Unicode camel: \x{1f42a}\n"; # ��
27 print BOB "\nEnd of text, try pressing 'Q' to exit.\n";
28 close BOB;
H A D16-PurePerl_interactive.t19 my $BOB = new IO::Pager local *STDOUT, 'less' or die "Failed to create PAGER FH $!";
21 isa_ok $BOB, 'IO::Pager::less';
27 #XX $BOB->{scrollBar}=1;
29 …$BOB->print("This pager is implemented in perl. Note the nifty scrollbar at right.\n") foreach 1..…
30 $BOB->print("\nEnd of text, try pressing 'Q' to exit.\n");
H A D12-preservelayers_interactive.t26 CORE::open(*BOB, ">&=$fileno");
27 binmode(*BOB, ':encoding(UTF-8)');
28 select(BOB);
H A D03-bald_interactive.t24 local $STDOUT = new IO::Pager *BOB; # IO::Pager::Unbuffered by default
33 … printf BOB "%06i Printing text in a pager. Exit at any time, usually by pressing 'Q'.\n", $i++;
37 close BOB;
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/state/
H A Dtest_v2.py36 BOB = "@bob:example.com" variable
136 sender=BOB,
138 state_key=BOB,
187 state_key=BOB,
192 sender=BOB,
240 sender=BOB,
284 sender=BOB,
354 sender=BOB,
412 sender=BOB,
580 sender=BOB,
[all …]
/dports/net/gsocket/gsocket-1.4.28/examples/wireguard/
H A DREADME.md5 …and BOB are on two different networks behind NAT/Firewall. Neither of them can reach the other. A …
8 Create a WireGuard Virtual Private Network between ALICE and BOB (without tampering with the firewa…
13 ALICE -> WireGuard -> Global Socket Relay Network -> WireGuard -> BOB
20 On workstation "BOB":
22 b@BOB:~ $ wg-quick up ./wg0-client.conf
27 b@BOB:~ $ ping 10.37.0.1
59 Let's take a look at wg-client.conf (BOB):
86 … has to be identical on ALICE and BOB. This string is used by the Global Socket Relay Network to c…
/dports/net/gsocket/gsocket-1.4.28/examples/port-forward/
H A DREADME.md5 A hypothetical example for BOB to connect to ALICE's IRCD. Both are on two different networks and b…
8 Allow BOB to access ALICE's (private) IRCD service (without tampering with the firewall, NAT or rou…
14 IRCD running on ALICE's workstation and an IRC client (irssi) on BOB's workstation.
39 On BOB's workstation create a port forward from TCP port 6667 to the Global Socket *ExampleSecretCh…
41 b@BOB:~$ gs-netcat -s ExampleSecretChangeMe -p 6667
44 TCP port 6667 on BOB's workstation is now forwarded to TCP port 6667 on ALICE's workstation. Bob co…
46 b@BOB:~$ irssi -c 127.0.0.1
49 Alternatively of using two separate commands BOB can use the *gsocket* tool to start the irc client…
51 b@BOB:~$ gsocket irssi -c blah.gsocket
/dports/databases/p5-Prophet/Prophet-0.751/t/
H A Dsync-change-to-original-source.t18 - BOB
29 - BOB
37 from: BOB
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/junit/src/org/chromium/chrome/browser/password_check/
H A DPasswordCheckControllerTest.java89 private static final CompromisedCredential BOB = field in PasswordCheckControllerTest
294 .thenReturn(new CompromisedCredential[] {BOB}); in testHidesChangeButtonIfManualChangeIsNotPossible()
317 mMediator.onCompromisedCredentialFound(BOB); in testAppendsEntryForNewlyFoundCredentials()
338 .thenReturn(new CompromisedCredential[] {BOB}); in testReplacesEntriesForUpdateOfEntireList()
355 .thenReturn(new CompromisedCredential[] {ANA, BOB}); in testIdleStatusUpdatedOnCredentialsFetchCompleted()
556 mMediator.onRemove(BOB); in testRemovingElementRecordsDeletedPassword()
605 mMediator.onChangePasswordButtonClick(BOB); in testOnChangePasswordManuallyButtonClick()
652 mMediator.onChangePasswordWithScriptButtonClick(BOB); in testOnAutoChangePasswordButtonClick()
653 verify(mChangePasswordDelegate).launchCctWithScript(eq(BOB)); in testOnAutoChangePasswordButtonClick()
736 mMediator.onChangePasswordWithScriptButtonClick(BOB); in testDoesntRecordDidNothingOnLeavingPageIfCctIsOpen()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/touch_to_fill/android/junit/src/org/chromium/chrome/browser/touch_to_fill/
H A DTouchToFillControllerTest.java79 private static final Credential BOB = field in TouchToFillControllerTest
131 mMediator.showCredentials(TEST_URL, true, Arrays.asList(ANA, CARL, BOB)); in testShowCredentialsCreatesHeader()
152 mMediator.showCredentials(TEST_URL, true, Arrays.asList(ANA, CARL, BOB)); in testShowCredentialsSetsCredentialListAndRequestsFavicons()
162 assertThat(itemList.get(3).model.get(CREDENTIAL), is(BOB)); in testShowCredentialsSetsCredentialListAndRequestsFavicons()
170 .getLargeIconForStringUrl(eq(BOB.getOriginUrl()), eq(DESIRED_FAVICON_SIZE), any()); in testShowCredentialsSetsCredentialListAndRequestsFavicons()
201 mMediator.showCredentials(TEST_URL, true, Arrays.asList(ANA, BOB)); in testShowCredentialsFormatPslOrigins()
208 is(format(BOB.getOriginUrl()))); in testShowCredentialsFormatPslOrigins()
221 mMediator.showCredentials(TEST_URL, true, Collections.singletonList(BOB)); in testClearsCredentialListWhenShowingAgain()
225 assertThat(itemList.get(1).model.get(CREDENTIAL), is(BOB)); in testClearsCredentialListWhenShowingAgain()
231 mMediator.showCredentials(TEST_URL, true, Arrays.asList(ANA, CARL, BOB)); in testShowCredentialsSetsVisibile()
[all …]
/dports/net/gsocket/gsocket-1.4.28/examples/systemd-root-shell/
H A DREADME.md5 ALICE and BOB are on two different networks and behind a NAT/Firewall. Neither of them can reach th…
8 Allow BOB to log-in to ALICE as root/superuser (without tampering with the firewall, NAT or router …
54 Now log-in from "BOB" to "ALICE":
56 b@BOB:~$ gs-netcat -s ExampleSecretChangeMe -i
/dports/textproc/p5-Parse-FixedLength/Parse-FixedLength-5.39/t/
H A Dnopack.t51 my $str_in = 'BOB JONES 24';
57 eq '0000000001BOB JONES USA0000000288';
64 print $not unless $str_out eq '0000000002BOB JONES USA0000000288';
85 eq '0000000001BOB JONES USA0000000288';
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dnewfils.h188 } BOB; typedef
190 static int32_t bob_init(CSOUND *csound,BOB *p);
191 static int32_t bob_process(CSOUND *csound,BOB *p);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/modules/
H A Dmacloc-1_a.C8 #define BOB(X) int X () macro
11 export BOB(me);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/modules/
H A Dmacloc-1_a.C8 #define BOB(X) int X () macro
11 export BOB(me);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/modules/
H A Dmacloc-1_a.C8 #define BOB(X) int X () macro
11 export BOB(me);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/modules/
H A Dmacloc-1_a.C8 #define BOB(X) int X () macro
11 export BOB(me);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/javatests/src/org/chromium/chrome/browser/keyboard_accessory/all_passwords_bottom_sheet/
H A DAllPasswordsBottomSheetIntegrationTest.java44 private static final Credential BOB = field in AllPasswordsBottomSheetIntegrationTest
48 private static final Credential[] TEST_CREDENTIALS = new Credential[] {BOB, CARL, ANA};
102 verify(mDelegate).onCredentialSelected(BOB); in testClickingUseOtherUsernameAndSelectCredential()
116 verify(mDelegate).onCredentialSelected(BOB); in testClickingUseOtherPasswordAndSelectCredential()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/String/
H A DStringJoinTest.java43 private static final String BOB = "Bob"; field in StringJoinTest
64 String[] theBs = {BILL, BOB, AND_BO}; in testJoinStringArray()
66 String expectedResult = BILL + DASH + BOB + DASH + AND_BO; in testJoinStringArray()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/String/
H A DStringJoinTest.java43 private static final String BOB = "Bob"; field in StringJoinTest
64 String[] theBs = {BILL, BOB, AND_BO}; in testJoinStringArray()
66 String expectedResult = BILL + DASH + BOB + DASH + AND_BO; in testJoinStringArray()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/String/
H A DStringJoinTest.java43 private static final String BOB = "Bob"; field in StringJoinTest
64 String[] theBs = {BILL, BOB, AND_BO}; in testJoinStringArray()
66 String expectedResult = BILL + DASH + BOB + DASH + AND_BO; in testJoinStringArray()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/String/
H A DStringJoinTest.java43 private static final String BOB = "Bob"; field in StringJoinTest
64 String[] theBs = {BILL, BOB, AND_BO}; in testJoinStringArray()
66 String expectedResult = BILL + DASH + BOB + DASH + AND_BO; in testJoinStringArray()

12345678910>>...43