Displaying 20 results from an estimated 23470 matches for "action".
2000 Feb 17
2
Installation of rpm file on Suse Linux 6.2 (PR#449)
...4
D: dependencies: looking for libz.so.1
D: installing binary packages
D: New Header signature
D: Signature size: 68
D: Signature pad : 4
D: sigsize : 72
D: Header + Archive: 4460045
D: expected size : 4460045
D: package: R-base-0.90.1-2 files test = 0
D: file: /usr/doc/packages/R-base action: create
D: file: /usr/doc/packages/R-base/README action: create
D: file: /usr/local/bin/R action: create
D: file: /usr/local/bin/Rd2txt action: create
D: file: /usr/local/bin/Rdconv action: create
D: file: /usr/local/bin/Rdindex action: create
D: file: /usr/local/bin/Sd2Rd action:...
2006 Oct 25
2
[PATCH] Edge buttons
...hen using it for the switcher.
Hopefully these are acceptable, please let me know if they aren't.
-------------- next part --------------
diff --git a/include/compiz.h b/include/compiz.h
index 6161f99..8e32f2d 100644
--- a/include/compiz.h
+++ b/include/compiz.h
@@ -343,7 +343,8 @@ struct _CompAction {
Bool bell;
- unsigned int edgeMask;
+ unsigned int edgeMask;
+ int edgeButton;
};
typedef struct {
@@ -751,6 +752,8 @@ struct _CompDisplay {
HandleEventProc handleEvent;
+ unsigned int mouseOnEdge;
+
CompPrivate *privates;
};
@@ -1125,7...
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the
actions
It is useful because the edge bindings are too easily triggered, an edge +
mouse button is good because it confirms the action. An additional side
benefit is that the mouse wheel can be used for rotating the cube and for
the switcher (it is an excellent alternative to alt-tab).
I wanted to shar...
2010 Feb 16
0
Strange routing(?) Issue
I have a Model event and the following two lines in routes.rb
1 - map.connect "events/:action", :controller => ''events'', :action => /
[a-z_]+/i
2 - map.resources :events, :has_many => :comments, :has_one
=> :address #, :collection => {:mapit => :get}
I have #1 so that I can call custom actions from a link_to_remote link
from my index page t0 update...
2004 Jul 26
4
More Logging and Actions
I managed to inadvertently purge my ''Shorewall'' email folder recently
:-( so I''m unable to reply directly to Ian''s last post on this
subject.
One of the complicating aspects of actions is that an action can (and
often does) invoke other actions. The current algorithm for processing
actions is:
a) read /etc/shorewall/actions and /usr/share/shorewall/actions.std
building a list of all defined actions. Each action''s definition file is
scanned looking for references to oth...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...are acceptable, please let me know if they aren't.
> plain text document attachment (edgebutton-compiz.h.diff)
> diff --git a/include/compiz.h b/include/compiz.h
> index 6161f99..8e32f2d 100644
> --- a/include/compiz.h
> +++ b/include/compiz.h
> @@ -343,7 +343,8 @@ struct _CompAction {
>
> Bool bell;
>
> - unsigned int edgeMask;
> + unsigned int edgeMask;
> + int edgeButton;
> };
>
> typedef struct {
> @@ -751,6 +752,8 @@ struct _CompDisplay {
>
> HandleEventProc handleEvent;
>
> + un...
2005 Apr 09
12
aMule
Hi!
I don;t know what i am doing wrong because i have still Low ID on aMule. I
have action.AllowaMule and accept tcp 4662:4771 and udp 4672.
Thanks,
Mitja
2006 Feb 21
3
must be a cleaner way to do this ...
Am trying to do a bulk entry facility for some project or other. It
works but it feels ugly. I generate a form with twenty empty input
fields:
%= form_tag("action" => "enter_stuff") %>
<% (1..20).each do |line| %>
<div id="line<%= line %>">
<%= line %>
<<%= text_field("action", "name", "size" => 80) %>
 
</div>
<% end %...
2006 Jul 24
2
Meaning of "actions"
This is a semantic question. (I''m doing some technical writing about
DTrace.)
I''ll little confused about how to explain what an "action" is. By any
definition, "trace(x);" is an action. However, what about just "i++;"?
Looking at the DTrace guide page 76:
"Probe actions are described by a list of statements separated by
semicolons (;) and enclosed in braces { }."
However, at the beginning...
2007 Apr 11
2
Patch for ini plugin
Hi,
recently I took a look at ini to find a bug which made it crash at
startup. While fixing the bug I realized I could do some improvements
to the option reading code (espacally the action part).
So I went on and here we are.
This patch should make ini more robust, clean it up and fix also some
more crashes I had here.
Additionaly, I have a attached a second patch from Maniac which should
fix a couple of memory leaks in iniSaveOptions.
Regards,
Patrick "Marex" Niklaus
--...
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
...ow license' for details.
=========================================================================
== Parsing '/etc/asterisk/asterisk.conf': Found
== Parsing '/etc/asterisk/extconfig.conf': Found
== Parsing '/etc/asterisk/logger.conf': Found
== Manager registered action DBGet
== Manager registered action DBPut
== Manager registered action DBDel
== Manager registered action DBDelTree
== Registered custom function 'MESSAGE'
== Registered custom function 'MESSAGE_DATA'
== Registered application 'MessageSend'
== Manager registered...
2005 Sep 05
2
WINE ALSA MIDI
...Set\Control\MediaProperties\PrivateProperties\Midi\Schemes\%name_of_scheme%
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Midi\Ports\%driver_name%
though they are listed on that page.
Also here is my output from the setpup program for powertab.
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"CCPSearch"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RMCCPSearch"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"ValidateProduc
tID"
fixme:msi:ACTION_CostFinalize cost should be...
2008 Feb 27
7
older version of rails -- Unknown action error
Hi,
I''m using Rails 1.2.3 (constraint of the hosting company). I''m
getting this error
Unknown action
No action responded to subscriber
upon visiting http://mydomain.com/super_admin/subscriber/search
I have these files:
app/controllers/super_admin_controller.rb
app/controllers/super_admin/subscriber_controller.rb
app/views/super_admin/subscriber/search.rhtml
and below is my routes.rb file. I h...
2005 Feb 02
1
Masq errors?
...termining Zones...
Zones: hdsl roma loc
Validating interfaces file...
Validating hosts file...
Validating Policy file...
Determining Hosts in Zones...
Warning: Zone hdsl is empty
Warning: Zone roma is empty
Warning: Zone loc is empty
Processing /etc/shorewall/init ...
Pre-processing Actions...
Pre-processing /usr/share/shorewall/action.DropSMB...
Pre-processing /usr/share/shorewall/action.RejectSMB...
Pre-processing /usr/share/shorewall/action.DropUPnP...
Pre-processing /usr/share/shorewall/action.RejectAuth...
Pre-processing /usr/share/shorewall/action.DropPing.....
2010 Jun 23
2
problem installing dotnet 2.0
..."lithium" 0x15af38 0x9eddc8 0x15b168 0x9eddcc 0x9eddc0 - stub
fixme:advapi:LookupAccountNameW (null) L"lithium" (nil) 0x9edd98 (nil) 0x9edd9c 0x9edd90 - stub
fixme:advapi:LookupAccountNameW (null) L"lithium" 0xc21848 0x9edd98 0xc27518 0x9edd9c 0x9edd90 - stub
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not su...
2011 Feb 23
5
Routing problem
In my app i have word model, words_controller and want create new
action for word model.
I create new method ''test'' in words_controller, and adds:
resources :words do
member do
put ''test''
end
end
in routes.rb
my rake routes output:
test_word PUT /words/:id/test(.:format) {:action=>"test",
:controller=&...
2009 Jan 16
2
UpdateConfig : Appending line fails
Hello list,
Can someone please point me out why would a stream like the following
only write ONE line (the first) on the given file?
Action: login
Username: test
Secret: 123456
Action: UpdateConfig
SrcFilename: voicemail2.conf
DstFilename: voicemail2.conf
Action-000000: Append
Cat-000000: default
Var-000000: 127
Value-000000: >5555, Jason Bourne97, jason25 at noCia.gov.do
ActionID: 1256187957
Action: UpdateConfig
SrcFilename: voic...
2009 Jan 25
3
dotnet20 on ubuntu 8.10
...7dd4b3e4 0x160068 0x7dd4b3e8 0x7dd4b3dc - stub
> fixme:advapi:LookupAccountNameW (null) L"biggie" (nil) 0x7dd4b3b4 (nil) 0x7dd4b3b8 0x7dd4b3ac - stub
> fixme:advapi:LookupAccountNameW (null) L"biggie" 0xa71c38 0x7dd4b3b4 0xa76138 0x7dd4b3b8 0x7dd4b3ac - stub
> fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
> err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
> fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported yet
> fixme:msi:...
2006 May 18
6
Form actions with additional parameters
Hiall,
I want to give the action of a form an additional parameters but can''t
figure out how to do it. My code looks like this
<%= start_form_tag :action => ''create'', next_step => true %>
<%= render :partial => ''user_form'' %>
<%= render :partial => ...
2008 Aug 25
1
na.action does not return na.action element of lm object
I'm not sure if this is the official behavior but I would expect the
na.action function applied to a lm object to return the na.action.
Here is what I mean.
> x<-0:10
> y<-x+rnorm(10)
Warning message:
In x + rnorm(10) :
longer object length is not a multiple of shorter object length
> y[5]<-NA
> m<-lm(y~x)
> m$na.action
5
5
attr(,"class"...