The quote tag has no wiki summary.
1
vote
1answer
26 views
Easy way to add a closing quote in an ellipsized over-flowed text
I have a div with a text inside. If the text overflows it's div, It is shortened with an ellipsis at the end. What I want to do is to add a double-quote after it's ellipse so that it will look like ...
0
votes
5answers
43 views
Solving simple quotes and Php
Sorry if that question has been already answered but what i found on the internet didn't help me that much.I got a problem with php and simple quotes
Here is my code :
echo "<span ...
0
votes
0answers
16 views
latex quote length / on 1 line (moderncv) [migrated]
When using the moderncv template in latex my quote in the heading gets split into 2 lines.
3 words are on thext line.
It looks awful so I want everything on 1 line.
I'm new to latex so I can't figure ...
0
votes
0answers
22 views
Magento 1.7 ecommerve tracking doesn't work
After upgrading from 1.4 to 1.7 ecommerce tracking won't work.
I figured out, that in Mage/GoogleAnalytics/Block/Ga.php in the function getQuoteOrdersHtml() he doesn't get a quote:
$quote = ...
0
votes
2answers
30 views
passing var with quote from parent to child in javascript
I try differents ways of passing variables from parent to child with jquery and I ve got some issues with text containing quote:
In the child popup I create some html element embedding a javascript ...
0
votes
3answers
34 views
Make quote begin at text, not at tag
I'm having some trouble getting my quote standing next to my text.
At the moment, the quotation mark is standing on the very left side.
Without centering the text, it works fine, but when I center ...
0
votes
1answer
22 views
Make big quotes with <blockquote>
Some years ago, I used the tag to create a quote on my site (with big quotation marks).
Now I want to do the same thing, but it doesn't work anymore. The only thing I get are small "" and not the ...
1
vote
1answer
70 views
C# how to replace Slash Quote \"
I'm trying to create a search and replace string like this:
src=\"/path/file.jpg\"
into
src=\"http://mysite.com/path/file.jpg\"
By searching for the property src and the equals slash quote. The ...
-2
votes
1answer
61 views
Building a directory path / and double quote
I am trying to build a path to put a file there, but I am using string.Format and the / doesn't appears between the parameters.
This is my example:
string pdfFile = string.Format("{0}{1}{2}{3}", ...
0
votes
1answer
28 views
hhc Windows help file does not process quotes or double quotes well
I noticed that when compiling a chm file, if the tree contains any articles that have a double quote in its title such as How to use the "?" correctly, it won't process the tree properly. In the ...
0
votes
0answers
25 views
notepad++ autoclose quotes don't type quotes if it's the next character
I'm using notepad++ and installed a few plugins, one of which auto-closes quotes (', ") as well as brackets ((, {). I've been on codecademy.com to expand my knowledge on programming and noticed that ...
0
votes
1answer
45 views
LISP: Force evaluation
I'm taking a list name as input with a single quote ('), but after doing a few operations, I want to actually evaluate it instead of treat it as an atom.
So for example, just for simplicity sake, I ...
0
votes
0answers
16 views
Cart was updated flag
Is there any way to get info that cart (quote) was updated (product added, quantity updated, product removed)? I tried to use $this->_getSession()->getCartWasUpdated(); but it looks that it is true ...
1
vote
1answer
44 views
postgresql: Force Quotes on Header
I try to Force Quotes on the Header.
Copy (
SELECT *
FROM "table"
)
TO <path> CSV HEADER FORCE QUOTE *;
With this, I get the header and all is in quotes except the header. So I want ...
0
votes
3answers
69 views
How do I append a double quote (") to the end of a var [closed]
I'm working with renaming a bunch of files and directories that have spaces in them. I've got a list of directories like:
"/usr/home/name/directory a/"
"/usr/home/name/directory b/"
etc...
They ...
1
vote
2answers
67 views
Javascript single quote replace is being ignored
I'm writing a Photoshop Javascript script file. For all intents and purposes, this script when ran replicates a specific text layer several times. If the original text layer contains an apostrophe, ...
-4
votes
1answer
70 views
enforce triple quotes around strings in python [closed]
I have a mysql table, which stores some sql queries.
The schema is like:
CREATE TABLE `queries` (`qry_id` int(11) NOT NULL AUTO_INCREMENT,
`qry_text` varchar(2000) COLLATE utf8_unicode_ci NOT NULL,
...
2
votes
2answers
69 views
bash mysql insert single qoute
I sometimes have $title return with quote within it. Is there any proper way to
Keep it while inserting or
Just simply remove it so it doesn't kick back errors?
echo "INSERT INTO ...
0
votes
0answers
131 views
Java pretty print XML version=1.0 with no quote
I've a xml string code. This string could be well formatted or not, and I should return a well format xml string.
I used this code and it was working great:
try {
final Document document ...
1
vote
4answers
67 views
Quoting parameters with spaces for later execution
I have this (test) script:
#!/bin/bash
my_cmd_bad_ ( ) {
cmd="$@"
$cmd
}
my_cmd_good_ ( ) {
"$@"
}
my_cmd_bad_ ls -l "file with space"
my_cmd_good_ ls -l "file with space"
The ...
0
votes
0answers
54 views
problems display single quote in IE
I am using XSLT and XML to generate a web page and having a problem with the single quote working in IE.
I have a paragraph tag with text that is suppose to say "Student's courses are:". Also, I ...
1
vote
0answers
52 views
Always quote plain version with mutt
I read mails with mutt and a lot of people send mail with both plain and html version.
I prefer to see html version with elinks in some cases so I had to set text/html as my preferred alternative.
...
0
votes
2answers
41 views
php send query to database with quotes not working
I have a mysql query like following
mysql_query("select * from user where name='$name' LIMIT 1");
If suppose my input from client side is 'John' there will be MySQL error in my query.
What is the ...
0
votes
2answers
47 views
Regex to remove [quote= *]something[/quote] or similar from mybb_posts.message
I must remove from
[quote='Joker' pid='478' dateline='1346752283']
Benvenuto N1xx1, ti auguro una buona permanenza!
[/quote]Grazie.
everything is inside [quote= ...] * [/quote] and return only ...
1
vote
2answers
71 views
Get type of elements in list clojure
I have a quoted expression e.g.
(def foo '(+ 1 (bar)))
I want to be able to find the type of any element of this list, e.g. to do something like
(type (second foo))
I get different results ...
0
votes
1answer
60 views
How to activate/run Unix commands in quote symbols?
Hi, from the below question:
how to continuously display a file of its last several lines of contents
I've got a new question based on the best answer, by William Pursell. How can I write a ...
5
votes
2answers
98 views
how to create a quoted expression from strings
Given a vector of strings, I would like to create an expression without the quotation marks.
# eg, I would like to go from
c("string1", "string2")
# to... (notice the lack of '"' marks)
...
2
votes
3answers
119 views
bash_aliases and awk escaping of quotes
I'm trying to create an alias for a command to see the memory use,
ps -u user -o rss,command | grep -v peruser | awk '{sum+=$1} END {print sum/1024}'
but, the naive,
#.bash_aliases
alias ...
1
vote
3answers
191 views
Strip double quotes from single quotes in string
['00', '11"', 'aa', 'bb', "cc'"]
This is in Python. I want to strip off the double quotes so that my output becomes
['00', '11', 'aa', 'bb', 'cc']
How do I do this?
1
vote
4answers
139 views
Single quote with variable value in a double quote string
I have a string that looks like this:
"count( IF (my_id = 'mykey',value,100)) mykey"
However, the value 'mykey' that goes right after my_id is in a variable called $which_value;
I fail to see how ...
6
votes
3answers
370 views
What is the ZF2 equivalent of the quoteInto() method of ZF1?
In Zend Framework 1 there is a quoteinto method for database adapter that can be used to quote sql statements.
I would like to know its equivalent in Zend Framework 2?
2
votes
3answers
98 views
How to find single quotes and replace them by two single quotes in Notepad++?
I need to find single quotes in the text and replace them by two single quotes like this for instance :
l'arbre
=>
l''arbre
There are already a lot of places with two single quotes in the text, so ...
0
votes
2answers
102 views
Using sign (") and sign (') in database connection string
My database(Sql compact edition) password is Y6K<dkq2J)[hf/',@K"!IiQA.
When I create it's entity data model connection string in my App config will be:
Edited
<add name="OtherEntities" ... ...
0
votes
0answers
176 views
How to replace double quotes using findstr batch file
I am having trouble with a batch file I wrote. I have it working where the user will input certain information and then the input will replace text within a file. However, the issue I am having that I ...
4
votes
5answers
262 views
build bash string containing a variable value surrounded with single quotes
I'm having a nightmare from what should be the most trivial of tasks.
My final goal is issue the following command from a bash script:
sqlite3 my_db.db '.read my_file.sql'
There are two catches ...
0
votes
1answer
48 views
Quote in joomla search
I was working with a joomla site and found that quotes are creating problem with search. Single quotes are printed back with three backslashes with zero result, and double quotes are simply chopped ...
1
vote
2answers
116 views
Scheme what are symbols good for and evaluate them
I'm quite new to scheme and I'm not so sure of something about quote and symbols.
Here is what I understand:
'a
-> a
'()
->(list)
'(1 2 3)
(list 1 2 3)
'(1 . 2)
(cons 1 2)
''a
(quote a)
...
0
votes
1answer
455 views
Quote value into Zend Framework 2
I'm working on an application using ZF2. In my application, I have to insert many rows in a database (about 900).
I've got a table model for this, so I first try to do :
$table->insert(array('x' ...
-1
votes
1answer
93 views
How to quote friend in a post with facebook api?
Hi I want to make a post like facebook app do, basically I want write post that the user can quote friends and send to all friends, like:
Andrey Wallace drink so much last night.
Where Andrey ...
0
votes
2answers
186 views
Html().replace() : RegExp : $1 and single quote
I am faced with two problems. (with jQuery)
for (var i=0; i<len; i++) {
var e = arr[i], //<- strings
re = new RegExp(e,"ig");
target.html(
...
0
votes
0answers
298 views
Magento. Apply Shipping Amount after Discount
I need to apply Shipping Amount after Discounts (due to Shopping Cart Rules) in a sales quote
For instance:
Let's say I am using Tablerates and this rates say a quote should be free shipped for ...
0
votes
0answers
122 views
HTML input sanitizing: reasonable to replace single quote ' with right single quote ’ for name field in DB?
E.g., D'Arcy becomes D’Arcy.
It appears that both Bing and Google process ’ the same way as '. If this is so, is there any functional reason to not sanitize a name field with respect to the single ...
-1
votes
1answer
406 views
Real-Time Price Quote Calculator Javascript [closed]
I'm having trouble with my price quote calculator, it just doesn't work and I have tried researching why and changing up the code and re-starting before uploading this.
My questions
Can anybody find ...
1
vote
4answers
118 views
How can I write two separate blockquotes in sequence using markdown?
I need to place two blockquotes in sequence, however markdown combines them into a single blockquote. The only way I can get them to separate is placing some junk text between them. As this textfield ...
-1
votes
1answer
183 views
Android: store in SQLite a string with the character ' [duplicate]
Possible Duplicate:
How to escape special characters like ' in sqlite in android
I'm using a form to store some values in an Android's SQLite database. If any of the fields contains the ...
0
votes
2answers
83 views
single quote in e-mail addresses + echoing it in a $_SESSION + SQL select
I'm writing a mail form in order to allow users to send e-mail from a contact PHP page.
I make use of a REGEX to validate the e-mail address and perform lots of checks on the different fields.
If ...
0
votes
3answers
235 views
JQuery+Java setting field value with val() + single quote [duplicate]
Possible Duplicate:
How to escape apostrophe or quotes on a JSP ( used by javascript )
I have a problem setting the value of a textarea element with jquery's val().
Basically, I have a JSP ...
0
votes
1answer
52 views
How to quote all items after comma-at them from a list
I want to expand (foo a b c d e ...) to ===> (bar 'a 'b 'c 'd 'e ...)
So far I only get this solution:
(defmacro foo (a1 &rest a2)
`(bar ',a1 '(,@a2)))
But it results in:
(foo a b c d) ===> ...
0
votes
0answers
233 views
Split quote in two orders rather than one (distributing products among each order) in frontend checkout process
I've searched a lot through another questions but I've not gotten anything clear.
My problem:
A quote in Magento is basically an order that hasn't been placed yet. It contains product items ...
2
votes
2answers
565 views
The correct COPY command to load postgreSQL data from csv file that has single-quoted data?
I have csv file that has contents like this:
10,53073,0,0,'Y','2008-05-30 21:46:55',0,'2008-05-30 21:48:04',0,53071,2
I want to load the csv data into my_table.
CREATE TABLE my_table
(
...



