Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 25 of 12768) sorted by relevance

12345678910>>...511

/dports/graphics/p5-Geo-GDAL-FFI/Geo-GDAL-FFI-0.09/lib/Geo/GDAL/
H A DFFI.pm448 eval{$ffi->attach(VSIFree => ['opaque'] => 'void');};
466 eval{$ffi->attach(CSLCount => ['opaque'] => 'int');};
473 eval{$ffi->attach(CPLFinderClean => [] => 'void');};
501 eval{$ffi->attach('GDALAllRegister' => [] => 'void');};
511 eval{$ffi->attach('GDALGetDriverCount' => [] => 'int');};
518 eval{$ffi->attach('GDALDestroy' => [] => 'void');};
718 eval{$ffi->attach('GDALGetCacheMax' => [] => 'int');};
719 eval{$ffi->attach('GDALGetCacheUsed' => [] => 'int');};
1182 eval{$ffi->attach('OGRRegisterAll' => [] => 'void');};
1183 eval{$ffi->attach('OGRCleanupAll' => [] => 'void');};
[all …]
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/
H A Dconfig.cpp42 attach(system.video = "", "system.video"); in Configuration()
46 attach(system.speed = 2, "system.speed"); in Configuration()
61 attach(path.rom = "", "path.rom"); in Configuration()
62 attach(path.save = "", "path.save"); in Configuration()
63 attach(path.state = "", "path.state"); in Configuration()
64 attach(path.patch = "", "path.patch"); in Configuration()
65 attach(path.cheat = "", "path.cheat"); in Configuration()
66 attach(path.data = "", "path.data"); in Configuration()
67 attach(path.bsx = "", "path.bsx"); in Configuration()
68 attach(path.st = "", "path.st"); in Configuration()
[all …]
/dports/devel/libical/libical-3.0.8/src/libical/
H A Dicalattach.c31 icalattach *attach; in icalattach_new_from_url() local
42 free(attach); in icalattach_new_from_url()
48 attach->is_url = 1; in icalattach_new_from_url()
51 return attach; in icalattach_new_from_url()
63 icalattach *attach; in icalattach_new_from_data() local
83 attach->is_url = 0; in icalattach_new_from_data()
88 return attach; in icalattach_new_from_data()
96 attach->refcount++; in icalattach_ref()
104 attach->refcount--; in icalattach_unref()
112 (* attach->u.data.free_fn) (attach->u.data.data, attach->u.data.free_fn_data); in icalattach_unref()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/libical/src/libical/
H A Dicalattach.c42 icalattach *attach; in icalattach_new_from_url() local
53 free (attach); in icalattach_new_from_url()
59 attach->is_url = 1; in icalattach_new_from_url()
62 return attach; in icalattach_new_from_url()
69 icalattach *attach; in icalattach_new_from_data() local
80 free (attach); in icalattach_new_from_data()
86 attach->is_url = 0; in icalattach_new_from_data()
91 return attach; in icalattach_new_from_data()
100 attach->refcount++; in icalattach_ref()
109 attach->refcount--; in icalattach_unref()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/skin/
H A Dskin3_dlg_opentorrent_options_instance.properties10 expandarea.attach.top=0,{padding}
12 expandarea.attach.left=0,{padding}
13 expandarea.attach.right=100,-{padding}
65 filearea.table.attach.left=0,0
67 filearea.table.attach.top=0,0
74 filearea.buttons.attach.top=
81 filearea.filter.attach.left=
84 filearea.filter.attach.bottom=
99 saveto.textarea.attach.bottom=
105 saveto.browse.attach.left=
[all …]
H A Dskin3_dlg_remotepairing.properties30 shell.top.attach.top=0,0
31 shell.top.attach.left=0,0
32 shell.top.attach.right=100,0
45 top.title.attach.left=
52 top.bline.attach.left=0,0
58 shell.main.attach.left=0,0
65 main.group.attach.left=0,0
91 ftux.info.attach.top=0,0
92 ftux.info.attach.left=0,0
107 pair.title.attach.top=0,30
[all …]
H A Dskin3_dlg_opentorrent_options.properties45 shell.multiselect.attach.left=0,0
46 shell.multiselect.attach.right=
47 shell.multiselect.attach.top=0,0
61 torrents.info.attach.right=100,0
62 torrents.info.attach.top=
69 shell.expandarea.attach.top=0,0
79 shell.otheroptions.attach.top=
84 other.show.attach.left=0,0
92 other.show.never.attach.top=0,0
118 shell.bottomline.attach.top=
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-cache/src/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Cache/Storage/Plugin/
H A DIgnoreUserAbort.php27 public function attach(EventManagerInterface $events, $priority = 1) function in Zend\\Cache\\Storage\\Plugin\\IgnoreUserAbort
32 $this->listeners[] = $events->attach('setItem.pre', $cbOnBefore, $priority);
33 $this->listeners[] = $events->attach('setItem.post', $cbOnAfter, $priority);
34 $this->listeners[] = $events->attach('setItem.exception', $cbOnAfter, $priority);
36 $this->listeners[] = $events->attach('setItems.pre', $cbOnBefore, $priority);
37 $this->listeners[] = $events->attach('setItems.post', $cbOnAfter, $priority);
40 $this->listeners[] = $events->attach('addItem.pre', $cbOnBefore, $priority);
41 $this->listeners[] = $events->attach('addItem.post', $cbOnAfter, $priority);
44 $this->listeners[] = $events->attach('addItems.pre', $cbOnBefore, $priority);
45 $this->listeners[] = $events->attach('addItems.post', $cbOnAfter, $priority);
[all …]
/dports/graphics/akira/Akira-0.0.16/src/Dialogs/
H A DShortcutsDialog.vala50 column_start.attach (new NameLabel (_("Quit:")), 0, 3);
56 column_start.attach (new NameLabel (_("Open:")), 0, 6);
58 column_start.attach (new NameLabel (_("Save:")), 0, 7);
87 column_end.attach (new ShortcutLabel ({"A"}), 1, 5);
89 column_end.attach (new ShortcutLabel ({"R"}), 1, 6);
91 column_end.attach (new ShortcutLabel ({"E"}), 1, 7);
92 column_end.attach (new NameLabel (_("Text:")), 0, 8);
93 column_end.attach (new ShortcutLabel ({"T"}), 1, 8);
95 column_end.attach (new ShortcutLabel ({"I"}), 1, 9);
114 grid.attach (column_start, 0, 0);
[all …]
/dports/net/p5-ZMQ-FFI/ZMQ-FFI-1.17/lib/ZMQ/FFI/ZMQ4_1/
H A DRaw.pm11 $ffi->attach(
17 $ffi->attach(
23 $ffi->attach(
29 $ffi->attach(
35 $ffi->attach(
41 $ffi->attach(
47 $ffi->attach(
53 $ffi->attach(
59 $ffi->attach(
65 $ffi->attach(
[all …]
/dports/net/p5-ZMQ-FFI/ZMQ-FFI-1.17/lib/ZMQ/FFI/ZMQ4/
H A DRaw.pm11 $ffi->attach(
17 $ffi->attach(
23 $ffi->attach(
29 $ffi->attach(
35 $ffi->attach(
41 $ffi->attach(
47 $ffi->attach(
53 $ffi->attach(
59 $ffi->attach(
65 $ffi->attach(
[all …]
/dports/net/p5-ZMQ-FFI/ZMQ-FFI-1.17/lib/ZMQ/FFI/ZMQ3/
H A DRaw.pm11 $ffi->attach(
17 $ffi->attach(
23 $ffi->attach(
29 $ffi->attach(
35 $ffi->attach(
41 $ffi->attach(
47 $ffi->attach(
53 $ffi->attach(
59 $ffi->attach(
65 $ffi->attach(
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Linker/
H A Dmetadata-attach.ll5 ; CHECK: @g1 = global i32 0, !attach !0{{$}}
7 @g1 = global i32 0, !attach !0
9 ; CHECK: @g3 = weak global i32 1, !attach !0{{$}}
12 @g2 = external global i32, !attach !0
15 @g3 = weak global i32 1, !attach !0
21 ; CHECK: define void @f1() !attach !0 {
23 define void @f1() !attach !0 {
29 ; CHECK: declare !attach !0 void @f2()
31 declare !attach !0 void @f2()
33 ; CHECK: define weak void @f3() !attach !0 {
[all …]

12345678910>>...511