Questions tagged [contain]

214 questions
0
votes
2 answers

Contains MySQL function - unexpected result

I am using MySQL 5.5.35 server on Debian 7 x86_64. I am trying to check if the point is within the rectangle. I use the Contains function this way: SELECT Contains ( Polygon ( Point(55.538322,37.332026), …
Kolyunya
  • 5,973
  • 7
  • 46
  • 81
0
votes
2 answers

Checking the elements of a set for multiple integers

I want to change the form of a given graph. The graph is in the form userID, number of followers, follower1, follower2, ..followerN, delimiter '---', userID2, ...etc. I have to replace the followers with place values from a second file of the…
gauche_z
  • 1
  • 3
0
votes
2 answers

Java - Regex to grab any words that contain one or more single quote

I want to create a Java regex to find all words that have a single quote inside them. Words examples : 'word' 'Word 'W'ord 'W'or'd Word' w'orD w'o'r'd I hope i am not missing any case above. Currently i am using this query…
Brad
  • 4,457
  • 10
  • 56
  • 93
0
votes
1 answer

css background=contain URL change not working cross browser

so I have a gallery made out of a DIV with changing background image depending on the preview image/text you click on. As the pics are different sizes I chose to use "background size contain" .. my switch function works perfect in Safar but less so…
0
votes
1 answer

XSLt - Select image contains in filename 'img_'

Hello i have a question about XSL . I try to select all images in a directory with starts with filename 'img_'. at the moment my code is this:
dA_uNknOwN
  • 931
  • 2
  • 14
  • 23
0
votes
2 answers

cakephp find with contain belongsTo condition

This is the situations: A Cart belongsTo Product. A Product belongsTo a Category. This is my query: $results = $this->Cart->find('all', array( 'contain' => array( 'Product' => array('Category') ), …
NikoDev
  • 15
  • 1
  • 9
0
votes
1 answer

change the contain of select box in jquery

I have 2 select boxes like: and
Ishan Jain
  • 8,063
  • 9
  • 48
  • 75
0
votes
2 answers

XSL condition to check if node exists

I want to check if in my XML exists node that has type attribute containing string type_attachment_. Is it a correct way to check it? something I don't know how…
karex
  • 221
  • 1
  • 6
  • 14