similar to: Character escaping in item name

Displaying 20 results from an estimated 5000 matches similar to: "Character escaping in item name"

2019 Nov 30
3
Converting LVM to qcow2
Hi! I need to convert a KVM virtual machine from LVM to a qcow2 image, and wonder if this is the best way to do it (*1): [$] qemu-img convert -O qcow2 /dev/vg_name/lv_name/ /var/lib/libvirt/images/image_name.qcow2 If this is the best way to do this, will this keep the information on: /dev/vg_name/lv_name/ untouched? Thanks, and please point me towards another mailing list if this it not right
2015 Dec 30
10
[Bug 11656] New: Escaping broken with --files-from
https://bugzilla.samba.org/show_bug.cgi?id=11656 Bug ID: 11656 Summary: Escaping broken with --files-from Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter:
2008 Feb 04
1
Moving of files when process is stopped
Hi! When quitting a rsync process (by e.g. typing: apple, period in OS X), where does rsync move the files that were being transferred? Are they /dev/null 'ed? Thanks! Best regards, Richard Taubo
2017 Apr 09
1
[Bug] FTS double escaping
Cit?t Timo Sirainen <tss at iki.fi>: > On 6 Apr 2017, at 14.58, azurit at pobox.sk wrote: >> >> Hi, >> >> i'm trying to resolve few problems with indexing 'From' headers >> using FTS/Solr. I was tcpdumping the communication between Dovecot >> and Jetty/Solr and noticed that 'From' headers, which includes also >>
2017 Apr 06
4
[Bug] FTS double escaping
Hi, i'm trying to resolve few problems with indexing 'From' headers using FTS/Solr. I was tcpdumping the communication between Dovecot and Jetty/Solr and noticed that 'From' headers, which includes also sender's name, are double escaped. This is what was Dovecot sending to Solr: </field><field name="from">Name Surname &amp;lt;test at
2009 Jan 05
1
Problem Escaping Spaces in File Name
Hi All, I realize this has been addressed ad naseum, but I simply cannot seem to solve my issue despite many hours of mucking about. I am attempting to run a command like: rsync -prvl --delete --stats --progress -e 'ssh -p 22 -i /root/.ssh/id_dsa' backup/company/data/current_backup/company_Ralf/doc\\\ -\\\ network/
2006 Jun 16
2
DISABLE auto-escaping in image_tag helper
Is there any way to disable image_tag''s automatic escaping of special html entities in it''s :alt tag? Example: >From the controller: @sale[''title''] = ''My Company Product&copy;'' In the view: <%= image_tag(''path/to/file.png'', :alt => @sale[''title'']) %> Output: <img alt="My Company
2007 Sep 24
1
PicTeX output: how to suppress escaping of $ signs and braces?
Dear All, I'm trying to draw a TeX histogram with the following pair of commands, pictex(file = "realhisto.tex") hist(Peaklist$V3,xlab="Height $z/\\ut{mm}$",ylab="Probability density $\\phi{}(z-z_0)/(1/\\ut{mm})$") However, in the resulting file realhisto.tex, I get, for example \put {Height \$z/\ut\{mm\}\$} [lB] <0.00pt,0.00pt> at 136.13 9.17 when
2014 Nov 13
4
[PATCH 0/4 v3] readline escaping functions
Helper functions for future support of backslash escaped spaces in filenames. There are a few tests too. Changed according to review remarks and fixed few other mistakes. Maros Zatko (4): fish: copy parse_quoted_string and hexdigit from fish.h to rl.c fish: rl.{c,h} - escaping functions for readline fish: basic tests for readline escaping autotools: add fish/test Makefile.am
2006 Feb 13
0
Info about "File list size" in --stat
My guess is this is the size (in bytes) of the file sent first used to check ownership, mode, permissions, *size* and modtime for syncronization. Rsync uses this information to decide whether or not to update/upload a file or directory. Just a guess though! I couldn't find any documentation on this myself. --Gian > > Hi! > > I have a very short and simple question: >
2012 Feb 01
0
Printing owner and group when using: "-n --recursive -og --list-only"
Hi! (rsync version 3.0.7, OS X) I have read through the man pages, but it does not seem like the options I see there, e.g.the "-og" options have any effect on the output when running: [$] rsync -n --recursive -og --list-only /original /backup I would like to see the Owner and Group in the output, but wonder if that is possible? Thanks! Richard Taubo
2010 Jan 07
1
regex question on escaping "." (and a couple other regex questions as well)
I have an example where escaping "." does not seem to be behaving consistently, but perhaps it is due to my misunderstanding. Could someone explain to me why the below produces the output it does? It seems to me that in the second example, where I am being more precise about specifying that a "." (dot) should be between the numbers, should produce the same output as the first
2008 Jan 03
1
properly escaping special characters in AAF?
For most cases, I''ve got search working in Rails as follows: ## controller: term = params[:search][:term] @results = MyModel.find_by_contents "#{term}*" The ''*'' character is appended to the search term so that searches match anything that begins with ''term''. For the most part, this is great, but let''s say term is equal to
2006 Jan 22
0
Escaping and Unescaping text in ERb
Instead of continuing the thread hijack, I''ve started a new one.... Douglas Livingstone wrote: > 2006/1/22, Kevin Olbrich <kevin.olbrich@duke.edu>: >> >> You know, this has been bothering me a bit lately. If the point of >> doing an html escape on the output is to prevent security problems, >> wouldn''t it make sense for the default action on
2017 Apr 06
0
[Bug] FTS double escaping
On 06.04.2017 14:58, azurit at pobox.sk wrote: > Hi, > > i'm trying to resolve few problems with indexing 'From' headers using > FTS/Solr. I was tcpdumping the communication between Dovecot and > Jetty/Solr and noticed that 'From' headers, which includes also > sender's name, are double escaped. This is what was Dovecot sending to > Solr: > >
2017 Apr 09
0
[Bug] FTS double escaping
On 6 Apr 2017, at 14.58, azurit at pobox.sk wrote: > > Hi, > > i'm trying to resolve few problems with indexing 'From' headers using FTS/Solr. I was tcpdumping the communication between Dovecot and Jetty/Solr and noticed that 'From' headers, which includes also sender's name, are double escaped. This is what was Dovecot sending to Solr: > >
2010 May 25
1
Rails 2.3.8 still escaping html in strings
Hi All, After a failed attempt to update to 2.3.7 yesterday I''ve tried again today to upgrade to 2.3.8 and whilst most of the site is working I''m still getting some content escaped. I''ve got a helper method that takes a block and uses concat, it can also take some content passed through in a parameter - if content is passed in via the parameter then that is getting
2006 Jul 14
2
how to get builder 2.0 to escape attributes in rxml
I am using rxml to produce opml files and need to escape ampersands in the attributes. builder 2.0 docs found at http://builder.rubyforge.org/ show the following xml = Builder::XmlMarkup.new xml.sample(:escaped=>"This&That", :unescaped=>:"Here&amp;There") xml.target! => <sample escaped="This&amp;That"
2014 Nov 07
3
[PATCH 0/3] v2 readline escaping functions
From: Maros Zatko <mzatko@redhat.com> Helper functions for future support of backslash escaped spaces in filenames. There are a few tests too. Changed according to review remarks. Maros Zatko (3): fish: rl.{c, h} - escaping functions for readline fish: basic tests for readline escaping autotools: add fish/test Makefile.am | 1 + configure.ac | 1 +
2006 Jan 20
1
Suppress HTML escaping in link_to(:title)?
Hi guys, I''m new to this list and it seems you are my last hope. How can I prevent Rails from automatically escaping HTML entities when creating a hyperlink? You know, link_to( ... :title => ''This is &#8222;quoted&#8220;'') returns ''This is &#8222;quoted&#8220;'' because Rails escapes the ampersands to &amp;. Is there a way I