Home
last modified time | relevance | path

Searched defs:action (Results 176 – 200 of 31990) sorted by relevance

12345678910>>...1280

/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/actions/
H A Dactions.py355 def find_next(self, action=None, parameter=None): argument
361 def find_prev(self, action=None, parameter=None): argument
397 def insert_before_after(self, action, parameter): argument
401 def insert_symbol(self, action, parameter): argument
405 def insert_before_document_end(self, action, parameter): argument
410 def start_wizard(self, action, parameter=None): argument
430 def add_packages(self, action, parameter): argument
437 def comment_uncomment(self, action, parameter=None): argument
456 def show_shortcuts_window(self, action, parameter=''): argument
462 def show_about_dialog(self, action, parameter=''): argument
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/util/
H A DLSPStyleTrigger.h46 style_trigger_action_t action; member
88 …inline status_t bind_int(ui_atom_t id, style_trigger_action_t action) { return b… in bind_int()
89 …inline status_t bind_float(ui_atom_t id, style_trigger_action_t action) { return b… in bind_float()
90 …inline status_t bind_bool(ui_atom_t id, style_trigger_action_t action) { return b… in bind_bool()
91 …inline status_t bind_string(ui_atom_t id, style_trigger_action_t action) { return b… in bind_string()
93 …inline status_t bind_int(const char *name, style_trigger_action_t action) { return b… in bind_int()
94 …inline status_t bind_float(const char *name, style_trigger_action_t action) { return b… in bind_float()
95 …inline status_t bind_bool(const char *name, style_trigger_action_t action) { return b… in bind_bool()
98 …inline status_t bind_int(const LSPString *name, style_trigger_action_t action) { return b… in bind_int()
99 …inline status_t bind_float(const LSPString *name, style_trigger_action_t action) { return b… in bind_float()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/docs/
H A Drelease-promotion-action.rst161 .. _release promotion: release-promotion.html
162 .. _optimization: optimization.html
163 .. _kinds: kinds.html
164 …on: https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/actions/release_promotion.py
165 .. _Treeherder: https://treeherder.mozilla.org
166 …g/mozilla-central/search?q=RELEASE_PROMOTION_PROJECTS&path=taskcluster/taskgraph/util/attributes.py
167 .. _Releaserunner3: https://hg.mozilla.org/build/tools/file/tip/buildfarm/release
168 …ithub.com/mozilla-releng/releasewarrior-2.0/blob/master/docs/release-promotion/desktop/howto.md#how
169 …tion.py: https://dxr.mozilla.org/build-central/source/tools/buildfarm/release/trigger_action.py#118
170 .. _.taskcluster.yml: https://searchfox.org/mozilla-central/source/.taskcluster.yml
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/docs/
H A Drelease-promotion-action.rst161 .. _release promotion: release-promotion.html
162 .. _optimization: optimization.html
163 .. _kinds: kinds.html
164 …on: https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/actions/release_promotion.py
165 .. _Treeherder: https://treeherder.mozilla.org
166 …g/mozilla-central/search?q=RELEASE_PROMOTION_PROJECTS&path=taskcluster/taskgraph/util/attributes.py
167 .. _Releaserunner3: https://hg.mozilla.org/build/tools/file/tip/buildfarm/release
168 …ithub.com/mozilla-releng/releasewarrior-2.0/blob/master/docs/release-promotion/desktop/howto.md#how
169 …tion.py: https://dxr.mozilla.org/build-central/source/tools/buildfarm/release/trigger_action.py#118
170 .. _.taskcluster.yml: https://searchfox.org/mozilla-central/source/.taskcluster.yml
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/clinit/
H A DClassInitBarrier.java90 static native void staticN(Runnable action); in staticN()
115 static native void testInvokeStaticJNI(Runnable action); in testInvokeStaticJNI()
116 static native void testInvokeStaticSyncJNI(Runnable action); in testInvokeStaticSyncJNI()
117 static native void testInvokeStaticNativeJNI(Runnable action); in testInvokeStaticNativeJNI()
119 static native int testGetStaticJNI(Runnable action); in testGetStaticJNI()
120 static native void testPutStaticJNI(Runnable action); in testPutStaticJNI()
121 static native A testNewInstanceAJNI(Runnable action); in testNewInstanceAJNI()
122 static native B testNewInstanceBJNI(Runnable action); in testNewInstanceBJNI()
124 static native int testGetFieldJNI(A recv, Runnable action); in testGetFieldJNI()
125 static native void testPutFieldJNI(A recv, Runnable action); in testPutFieldJNI()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/clinit/
H A DClassInitBarrier.java90 static native void staticN(Runnable action); in staticN()
115 static native void testInvokeStaticJNI(Runnable action); in testInvokeStaticJNI()
116 static native void testInvokeStaticSyncJNI(Runnable action); in testInvokeStaticSyncJNI()
117 static native void testInvokeStaticNativeJNI(Runnable action); in testInvokeStaticNativeJNI()
119 static native int testGetStaticJNI(Runnable action); in testGetStaticJNI()
120 static native void testPutStaticJNI(Runnable action); in testPutStaticJNI()
121 static native A testNewInstanceAJNI(Runnable action); in testNewInstanceAJNI()
122 static native B testNewInstanceBJNI(Runnable action); in testNewInstanceBJNI()
124 static native int testGetFieldJNI(A recv, Runnable action); in testGetFieldJNI()
125 static native void testPutFieldJNI(A recv, Runnable action); in testPutFieldJNI()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/clinit/
H A DClassInitBarrier.java90 static native void staticN(Runnable action); in staticN()
115 static native void testInvokeStaticJNI(Runnable action); in testInvokeStaticJNI()
116 static native void testInvokeStaticSyncJNI(Runnable action); in testInvokeStaticSyncJNI()
117 static native void testInvokeStaticNativeJNI(Runnable action); in testInvokeStaticNativeJNI()
119 static native int testGetStaticJNI(Runnable action); in testGetStaticJNI()
120 static native void testPutStaticJNI(Runnable action); in testPutStaticJNI()
121 static native A testNewInstanceAJNI(Runnable action); in testNewInstanceAJNI()
122 static native B testNewInstanceBJNI(Runnable action); in testNewInstanceBJNI()
124 static native int testGetFieldJNI(A recv, Runnable action); in testGetFieldJNI()
125 static native void testPutFieldJNI(A recv, Runnable action); in testPutFieldJNI()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/clinit/
H A DClassInitBarrier.java90 static native void staticN(Runnable action); in staticN()
115 static native void testInvokeStaticJNI(Runnable action); in testInvokeStaticJNI()
116 static native void testInvokeStaticSyncJNI(Runnable action); in testInvokeStaticSyncJNI()
117 static native void testInvokeStaticNativeJNI(Runnable action); in testInvokeStaticNativeJNI()
119 static native int testGetStaticJNI(Runnable action); in testGetStaticJNI()
120 static native void testPutStaticJNI(Runnable action); in testPutStaticJNI()
121 static native A testNewInstanceAJNI(Runnable action); in testNewInstanceAJNI()
122 static native B testNewInstanceBJNI(Runnable action); in testNewInstanceBJNI()
124 static native int testGetFieldJNI(A recv, Runnable action); in testGetFieldJNI()
125 static native void testPutFieldJNI(A recv, Runnable action); in testPutFieldJNI()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/clinit/
H A DClassInitBarrier.java90 static native void staticN(Runnable action); in staticN()
115 static native void testInvokeStaticJNI(Runnable action); in testInvokeStaticJNI()
116 static native void testInvokeStaticSyncJNI(Runnable action); in testInvokeStaticSyncJNI()
117 static native void testInvokeStaticNativeJNI(Runnable action); in testInvokeStaticNativeJNI()
119 static native int testGetStaticJNI(Runnable action); in testGetStaticJNI()
120 static native void testPutStaticJNI(Runnable action); in testPutStaticJNI()
121 static native A testNewInstanceAJNI(Runnable action); in testNewInstanceAJNI()
122 static native B testNewInstanceBJNI(Runnable action); in testNewInstanceBJNI()
124 static native int testGetFieldJNI(A recv, Runnable action); in testGetFieldJNI()
125 static native void testPutFieldJNI(A recv, Runnable action); in testPutFieldJNI()
[all …]
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/admin/import-export/
H A Dimport-l2dom-check.php37 $msg = ""; $action = ""; $cfieldtds = ""; variable
41 … ($cdata[$creq] == "")) { $msg.= "Required field ".$creq." missing or empty."; $action = "error"; } variable
46 …if (!preg_match("/^[a-zA-Z0-9-_. ]+$/", $cdata['name'])) { $msg.="Invalid name format."; $action =… variable
47 …;'\"]/", $cdata['description'])) { $msg.="Invalid characters in description."; $action = "error"; } variable
51 …['name']])) { $msg.= "Duplicate VLAN domain found. Please check import file."; $action = "error"; } variable
57 $action = "skip"; # skip duplicate fields if identical, update if different variable
58 …ata['name']]['description']) { $msg.= "L2 Domain description will be updated."; $action = "edit"; } variable
64 $msg.="New entry, will be added."; $action = "add"; variable
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/src/Test/Hspec/Core/
H A DHooks.hs35 before action = around (action >>=) function
39 before_ action = around_ (action >>) function
47 beforeAll action spec = do function
53 beforeAll_ action spec = do function
59 beforeAllWith action spec = do function
84 after_ action = after $ \_ -> action function
88 around action = aroundWith $ \e () -> action e function
96 afterAll_ action = afterAll (\_ -> action) function
100 around_ action = aroundWith $ \e a -> action (e a) function
116 aroundAll_ action spec = do function
[all …]
/dports/devel/pegtl/PEGTL-3.0.0/src/example/pegtl/
H A Dindent_aware.cpp102 struct action struct
106 struct action< co > struct
108 static void apply0( state& s ) in apply0()
115 struct action< def_line > struct
117 static void apply0( state& s ) in apply0()
124 struct action< if_line > struct
133 struct action< else_line > struct
147 struct action< let_line > struct
156 struct action< nothing > struct
169 struct action< indent > struct
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/docs/
H A Drelease-promotion-action.rst150 .. _release promotion: release-promotion.html
151 .. _optimization: optimization.html
152 .. _kinds: kinds.html
153 …on: https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/actions/release_promotion.py
154 .. _Treeherder: https://treeherder.mozilla.org
155 …g/mozilla-central/search?q=RELEASE_PROMOTION_PROJECTS&path=taskcluster/taskgraph/util/attributes.py
156 …ithub.com/mozilla-releng/releasewarrior-2.0/blob/master/docs/release-promotion/desktop/howto.md#how
157 …action.py: https://searchfox.org/build-central/source/tools/buildfarm/release/trigger_action.py#118
158 .. _.taskcluster.yml: https://searchfox.org/mozilla-central/source/.taskcluster.yml
/dports/www/firefox/firefox-99.0/taskcluster/docs/
H A Drelease-promotion-action.rst150 .. _release promotion: release-promotion.html
151 .. _optimization: optimization.html
152 .. _kinds: kinds.html
153 …tps://searchfox.org/mozilla-central/source/taskcluster/gecko_taskgraph/actions/release_promotion.py
154 .. _Treeherder: https://treeherder.mozilla.org
155 …lla-central/search?q=RELEASE_PROMOTION_PROJECTS&path=taskcluster/gecko_taskgraph/util/attributes.py
156 …ithub.com/mozilla-releng/releasewarrior-2.0/blob/master/docs/release-promotion/desktop/howto.md#how
157 …action.py: https://searchfox.org/build-central/source/tools/buildfarm/release/trigger_action.py#118
158 .. _.taskcluster.yml: https://searchfox.org/mozilla-central/source/.taskcluster.yml
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/docs/
H A Drelease-promotion-action.rst150 .. _release promotion: release-promotion.html
151 .. _optimization: optimization.html
152 .. _kinds: kinds.html
153 …on: https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/actions/release_promotion.py
154 .. _Treeherder: https://treeherder.mozilla.org
155 …g/mozilla-central/search?q=RELEASE_PROMOTION_PROJECTS&path=taskcluster/taskgraph/util/attributes.py
156 …ithub.com/mozilla-releng/releasewarrior-2.0/blob/master/docs/release-promotion/desktop/howto.md#how
157 …action.py: https://searchfox.org/build-central/source/tools/buildfarm/release/trigger_action.py#118
158 .. _.taskcluster.yml: https://searchfox.org/mozilla-central/source/.taskcluster.yml
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoCallback.cpp162 SoCallback::doAction(SoAction * action) in doAction()
169 SoCallback::callback(SoCallbackAction * action) in callback()
176 SoCallback::GLRender(SoGLRenderAction * action) in GLRender()
188 SoCallback::getBoundingBox(SoGetBoundingBoxAction * action) in getBoundingBox()
195 SoCallback::getMatrix(SoGetMatrixAction * action) in getMatrix()
202 SoCallback::handleEvent(SoHandleEventAction * action) in handleEvent()
209 SoCallback::pick(SoPickAction * action) in pick()
216 SoCallback::search(SoSearchAction * action) in search()
224 SoCallback::write(SoWriteAction * action) in write()
232 SoCallback::getPrimitiveCount(SoGetPrimitiveCountAction * action) in getPrimitiveCount()
/dports/games/pioneer/pioneer-20210723/data/pigui/libs/
H A Dradial-menu.lua61 action=function(target) function
68 action=function(target) function
82 action=function(target) function
96 action=function(target) function
107 action=function(target) function
118 action=function(target) function
/dports/graphics/ksnip/ksnip-1.9.2/tests/gui/actions/
H A DActionProcessorTest.cpp27 Action action; in Process_Should_TriggerCapture_When_CaptureEnabled() local
48 Action action; in Process_Should_NotTriggerCapture_When_CaptureDisabled() local
66 Action action; in Process_Should_StartPostProcessing_When_CaptureDisabledAndPostProcessingEnabled() local
83 Action action; in Process_Should_NotStartPostProcessing_When_CaptureDisabledAndPostProcessingDisabled() local
100 Action action; in Process_Should_NotStartPostProcessing_When_CaptureEnabledAndPostProcessingDisabled() local
117 Action action; in Process_Should_NotStartPostProcessing_When_CaptureEnabledAndPostProcessingEnabled() local
134 Action action; in CaptureFinished_Should_StartPostProcessing_When_CaptureEnabledAndPostProcessingEnabled() local
152 Action action; in CaptureFinished_Should_StartPostProcessing_When_CaptureEnabledAndPostProcessingDisabled() local
170 Action action; in CaptureFinished_Should_SendSignalsForAllSelectedActions() local
200 Action action; in CaptureFinished_Should_NotSendSignalsForNotSelectedActions() local
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/
H A Dauditlogs.php121 $action = _('Added'); variable
124 $action = _('Updated'); variable
127 $action = _('Deleted'); variable
130 $action = _('Login'); variable
133 $action = _('Logout'); variable
136 $action = _('Enabled'); variable
139 $action = _('Disabled'); variable
142 $action = _('Unknown action'); variable
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/
H A Dauditlogs.php121 $action = _('Added'); variable
124 $action = _('Updated'); variable
127 $action = _('Deleted'); variable
130 $action = _('Login'); variable
133 $action = _('Logout'); variable
136 $action = _('Enabled'); variable
139 $action = _('Disabled'); variable
142 $action = _('Unknown action'); variable
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/
H A Dauditlogs.php121 $action = _('Added'); variable
124 $action = _('Updated'); variable
127 $action = _('Deleted'); variable
130 $action = _('Login'); variable
133 $action = _('Logout'); variable
136 $action = _('Enabled'); variable
139 $action = _('Disabled'); variable
142 $action = _('Unknown action'); variable
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/
H A Dauditlogs.php121 $action = _('Added'); variable
124 $action = _('Updated'); variable
127 $action = _('Deleted'); variable
130 $action = _('Login'); variable
133 $action = _('Logout'); variable
136 $action = _('Enabled'); variable
139 $action = _('Disabled'); variable
142 $action = _('Unknown action'); variable
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/
H A Dauditlogs.php121 $action = _('Added'); variable
124 $action = _('Updated'); variable
127 $action = _('Deleted'); variable
130 $action = _('Login'); variable
133 $action = _('Logout'); variable
136 $action = _('Enabled'); variable
139 $action = _('Disabled'); variable
142 $action = _('Unknown action'); variable
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveEmpty.hpp38 struct action { struct in drop_empty_cols_action
39 double clo;
40 double cup;
41 double cost;
42 double sol;
43 int jcol;
88 struct action { struct in drop_empty_rows_action
89 double rlo;
90 double rup;
91 int row;
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveEmpty.hpp38 struct action { struct in drop_empty_cols_action
39 double clo;
40 double cup;
41 double cost;
42 double sol;
43 int jcol;
88 struct action { struct in drop_empty_rows_action
89 double rlo;
90 double rup;
91 int row;
[all …]

12345678910>>...1280