/openbsd-src/gnu/usr.bin/perl/dist/FindBin/lib/ |
H A D | FindBin.pm | 41 =item C<$Script> 51 C<$Script> with all links resolved 104 our ($Bin, $Script, $RealBin, $RealScript, $Dir, $RealDir); 105 our @EXPORT_OK = qw($Bin $Script $RealBin $RealScript $Dir $RealDir); 106 our %EXPORT_TAGS = (ALL => [qw($Bin $Script $RealBin $RealScript $Dir $RealDir)]); 133 $Script = $RealScript = $0; 143 ($Bin,$Script) = VMS::Filespec::rmsexpand($0) =~ /(.*[\]>\/]+)(.*)/s; 146 ($RealBin,$RealScript) = ($Bin,$Script); 157 ($Script,$Bin) = fileparse($script);
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perluniprops.pod | 62 (C<Script_Extensions> is an improved version of the C<Script> property.) 5190 \p{Sc: *} \p{Script: *} 5191 \p{Script: Adlam} (Short: \p{Sc=Adlm}) (88: U+1E900..1E94B, 5193 \p{Script: Adlm} \p{Script=Adlam} (88) 5194 \p{Script: Aghb} \p{Script=Caucasian_Albanian} (= 5197 \p{Script: Ahom} \p{Script_Extensions=Ahom} (Short: \p{Sc= 5199 \p{Script: Anatolian_Hieroglyphs} \p{Script_Extensions= 5202 \p{Script: Arab} \p{Script=Arabic} (1368) 5203 \p{Script: Arabic} (Short: \p{Sc=Arab}) (1368: U+0600..0604, 5207 \p{Script: Armenian} \p{Script_Extensions=Armenian} (Short: [all …]
|
H A D | perlunicode.pod | 616 The Unicode C<Script> and C<Script_Extensions> properties give what 618 improved version of C<Script>, as demonstrated below. Either property 620 C<\p{Script=Hebrew}> (short: C<\p{sc=hebr}>), or 625 (This is not true for C<Script>, which is required to be 627 returned the plain old C<Script> version, but was changed because 635 scripts, Katakana and Hiragana, but nowhere else. The C<Script> 657 C<Script_Extensions> is thus an improved C<Script>, in which there are 662 C<Script>. If you compile perl with a Unicode release that doesn't have 664 to the plain C<Script> property. If you compile with a version of 665 Unicode that doesn't have the C<Script> propert [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Regression/ |
H A D | 789-read-only.t | 15 plan skip_all => "This test requires Test::Script" 16 unless eval { require Test::Script; 1 }; 24 use Test::Script;
|
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
H A D | elf32cr16c.sc | 1 # Linker Script for National Semiconductor's CR16C-ELF32. 6 /* Example Linker Script for linking NS CR16C or CR16CPlus
|
H A D | elf32crx.sc | 1 # Linker Script for National Semiconductor's CRX-ELF32. 11 /* Example Linker Script for linking NS CRX elf32 files. */
|
/openbsd-src/gnu/usr.bin/perl/dist/FindBin/t/ |
H A D | FindBin.t | 17 print "not " if $FindBin::Script ne "-";
|
/openbsd-src/gnu/llvm/lldb/bindings/lua/ |
H A D | lua.swig | 6 liblldb Script Bridge functions.
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | LLDBLog.cpp | 50 {{"script"}, {"log events about the script interpreter"}, LLDBLog::Script},
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 39 Script = Log::ChannelFlag<20>, enumerator
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ |
H A D | Plugins.def.in | 13 |* including this file will then enumerate all of the plugins. Script *|
|
/openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
H A D | PropertyAliases.txt | 46 # sc means the Script property, and 111 sc ; Script
|
H A D | ScriptExtensions.txt | 12 # For each code point, there is one or more property values. Each such value is a Script property … 14 # UAX #24, Unicode Script Property: https://www.unicode.org/reports/tr24/ 20 # of one or more abbreviated Script property values. The ordering of the 25 # They are sorted first by the number of Script property values in their sets, 26 # and then alphabetically by first differing Script property value. 32 # have as their value the corresponding Script property value
|
/openbsd-src/gnu/llvm/lld/docs/ |
H A D | error_handling_script.rst | 2 Error Handling Script
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceScriptTokenList.def | 19 TOKEN(Identifier) // Script identifier (resource name or type).
|
/openbsd-src/gnu/llvm/llvm/utils/docker/ |
H A D | build_docker_image.sh | 42 Script will fail if checksums of the checkout do not
|
/openbsd-src/gnu/llvm/clang/tools/clang-format/ |
H A D | clang-format-bbedit.applescript | 3 -- select the script from the Script menu and clang-format will format the
|
/openbsd-src/gnu/usr.bin/clang/include/lldb/Plugins/ |
H A D | Plugins.def | 13 |* including this file will then enumerate all of the plugins. Script *|
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/ |
H A D | test.txt | 3 # CHECK-NEXT: Script:
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 130 Log *log = GetLog(LLDBLog::Script); in ~InitializePythonRAII() 181 Log *log = GetLog(LLDBLog::Script); in InitializeThreadsPrivate() 360 Log *log = GetLog(LLDBLog::Script); in DoAcquireLock() 384 Log *log = GetLog(LLDBLog::Script); in DoFreeLock() 572 Log *log = GetLog(LLDBLog::Script); in LeaveSession() 642 Log *log = GetLog(LLDBLog::Script); in EnterSession() 944 Log *log = GetLog(LLDBLog::Script); in Interrupt()
|
/openbsd-src/gnu/usr.bin/perl/t/re/ |
H A D | script_run.t | 101 "Script with own zero works with ASCII digits"); # perl #133547 103 "Script without own zero works with ASCII digits");
|
/openbsd-src/gnu/llvm/llvm/utils/release/ |
H A D | build_llvm_release.bat | 7 echo Script for building the LLVM installer on Windows, 64 echo Script requires administrator permissions, or a 7-zip version 20.x or older.
|
/openbsd-src/gnu/llvm/lldb/bindings/python/ |
H A D | python.swig | 6 liblldb Script Bridge functions.
|
/openbsd-src/gnu/llvm/clang/tools/scan-build/libexec/ |
H A D | ccc-analyzer | 91 if ($FindBin::Script =~ /c\+\+-analyzer/) {
|
/openbsd-src/gnu/llvm/lldb/docs/use/ |
H A D | symbols.rst | 79 Shell Script Property List Format 295 dSYM Locating Shell Script Tips
|