Home
last modified time | relevance | path

Searched refs:target_ar (Results 1 – 25 of 102) sorted by relevance

12345

/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/AssignmentTypes/classes/
H A Dclass.ilExAssTypeWikiTeam.php173 $target_ar = new ilExAssWikiTeamAR();
174 $target_ar->setId($target->getId());
175 $target_ar->setTemplateRefId($source_ar->getTemplateRefId());
176 $target_ar->setContainerRefId($source_ar->getContainerRefId());
177 $target_ar->save();
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/AssignmentTypes/classes/
H A Dclass.ilExAssTypeWikiTeam.php165 $target_ar = new ilExAssWikiTeamAR();
166 $target_ar->setId($target->getId());
167 $target_ar->setTemplateRefId($source_ar->getTemplateRefId());
168 $target_ar->setContainerRefId($source_ar->getContainerRefId());
169 $target_ar->save();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/gn/standalone/toolchain/
H A DBUILD.gn96 target_ar = ar
101 target_ar = "ar"
108 target_ar = "$android_toolchain_root/bin/$android_abi_target-ar"
119 target_ar = "${target_triplet}-ar"
230 ar = target_ar
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/gn/standalone/toolchain/
H A DBUILD.gn130 target_ar = ar
134 target_ar = "ar"
136 target_ar = "$android_toolchain_root/bin/$android_abi_target-ar"
152 target_ar = "${_target_triplet}-ar"
280 ar = target_ar
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dlink.pas846 SplitBinCmd(target_ar.arcmd,binstr,cmdstr);
848 if target_ar.arfirstcmd<>'' then
850 SplitBinCmd(target_ar.arfirstcmd,firstbinstr,firstcmd);
860 scripted_ar:=(target_ar.id=ar_gnu_ar_scripted) or
861 (target_ar.id=ar_watcom_wlib_omf_scripted);
870 if (target_ar.id=ar_gnu_ar_scripted) then
878 if (target_ar.id=ar_gnu_ar_scripted) then
884 if (target_ar.id=ar_gnu_ar_scripted) then
910 Replace(nextcmd,'$FILES',GetNextFiles(2047, current, target_ar.addfilecmd));
926 if (target_ar.arfinishcmd <> '') then
[all …]
H A Dsystems.pas437 target_ar : tarinfo;
566 target_ar:=arinfos[t]^;
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dlink.pas846 SplitBinCmd(target_ar.arcmd,binstr,cmdstr);
848 if target_ar.arfirstcmd<>'' then
850 SplitBinCmd(target_ar.arfirstcmd,firstbinstr,firstcmd);
860 scripted_ar:=(target_ar.id=ar_gnu_ar_scripted) or
861 (target_ar.id=ar_watcom_wlib_omf_scripted);
870 if (target_ar.id=ar_gnu_ar_scripted) then
878 if (target_ar.id=ar_gnu_ar_scripted) then
884 if (target_ar.id=ar_gnu_ar_scripted) then
910 Replace(nextcmd,'$FILES',GetNextFiles(2047, current, target_ar.addfilecmd));
926 if (target_ar.arfinishcmd <> '') then
[all …]
H A Dsystems.pas437 target_ar : tarinfo;
566 target_ar:=arinfos[t]^;
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dlink.pas846 SplitBinCmd(target_ar.arcmd,binstr,cmdstr);
848 if target_ar.arfirstcmd<>'' then
850 SplitBinCmd(target_ar.arfirstcmd,firstbinstr,firstcmd);
860 scripted_ar:=(target_ar.id=ar_gnu_ar_scripted) or
861 (target_ar.id=ar_watcom_wlib_omf_scripted);
870 if (target_ar.id=ar_gnu_ar_scripted) then
878 if (target_ar.id=ar_gnu_ar_scripted) then
884 if (target_ar.id=ar_gnu_ar_scripted) then
910 Replace(nextcmd,'$FILES',GetNextFiles(2047, current, target_ar.addfilecmd));
926 if (target_ar.arfinishcmd <> '') then
[all …]
H A Dsystems.pas437 target_ar : tarinfo;
566 target_ar:=arinfos[t]^;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gn/toolchain/
H A DBUILD.gn13 target_ar = "$_prefix/llvm-ar.exe"
18 target_ar = "$_prefix/llvm-ar"
23 target_ar = rebase_path("$fuchsia_toolchain_path/bin/llvm-ar")
30 target_ar = ar
366 ar = target_ar
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gn/toolchain/
H A DBUILD.gn13 target_ar = "$_prefix/llvm-ar.exe"
18 target_ar = "$_prefix/llvm-ar"
23 target_ar = rebase_path("$fuchsia_toolchain_path/bin/llvm-ar")
30 target_ar = ar
408 ar = target_ar
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/docs/contributing/
H A Dbuild-instructions.md256 prefixed by `target_`: `target_ar`, `target_cc`, `target_cxx`, `target_linker`.
274 target_ar="${AR}"
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/cc-1.0.58/src/
H A Dlib.rs2246 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2247 if Command::new(&target_ar).output().is_ok() { in get_ar()
2248 target_ar in get_ar()
/dports/games/genact/genact-0.10.0/cargo-crates/cc-1.0.58/src/
H A Dlib.rs2246 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2247 if Command::new(&target_ar).output().is_ok() { in get_ar()
2248 target_ar in get_ar()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/cc-1.0.55/src/
H A Dlib.rs2231 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2232 if Command::new(&target_ar).output().is_ok() { in get_ar()
2233 target_ar in get_ar()
/dports/net/proby/proby-1.0.2/cargo-crates/cc-1.0.58/src/
H A Dlib.rs2246 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2247 if Command::new(&target_ar).output().is_ok() { in get_ar()
2248 target_ar in get_ar()
/dports/net-im/fractal/fractal-4.4.0/vendor/cc/src/
H A Dlib.rs2246 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2247 if Command::new(&target_ar).output().is_ok() { in get_ar()
2248 target_ar in get_ar()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/cc-1.0.58/src/
H A Dlib.rs2246 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2247 if Command::new(&target_ar).output().is_ok() { in get_ar()
2248 target_ar in get_ar()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/cc-1.0.54/src/
H A Dlib.rs2231 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2232 if Command::new(&target_ar).output().is_ok() { in get_ar()
2233 target_ar in get_ar()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/cc-1.0.55/src/
H A Dlib.rs2231 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2232 if Command::new(&target_ar).output().is_ok() { in get_ar()
2233 target_ar in get_ar()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/cc-1.0.58/src/
H A Dlib.rs2246 let target_ar = format!("{}-ar", p);
2247 if Command::new(&target_ar).output().is_ok() {
2248 target_ar
/dports/misc/broot/broot-1.7.0/cargo-crates/cc-1.0.69/src/
H A Dlib.rs2360 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2361 if Command::new(&target_ar).output().is_ok() { in get_ar()
2362 target_ar in get_ar()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/cc-1.0.66/src/
H A Dlib.rs2331 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2332 if Command::new(&target_ar).output().is_ok() { in get_ar()
2333 target_ar in get_ar()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/cc-1.0.66/src/
H A Dlib.rs2331 let target_ar = format!("{}-ar", p); in get_ar() localVariable
2332 if Command::new(&target_ar).output().is_ok() { in get_ar()
2333 target_ar in get_ar()

12345