This tag has multiple meanings. Please DO NOT use this tag if you're just trying to find something.

learn more… | top users | synonyms

3
votes
0answers
140 views

Prevent visual studio from attempting to search inside PDF file as binary data

My solution has several pdf files that are either served up as static files for download, or bundled into the solution as convenient references for the developer. When searching for small text ...
2
votes
0answers
65 views

Open Windows Explorer find pane with a search term

I am trying to create an application which opens the Windows Explorer search function and searches for files/folders with the specified term entered. I have the code already for Windows Vista SP1+ ...
2
votes
0answers
236 views

Lithium - using find('list') with SQL's DISTINCT gives me an empty array

I'm trying to use Lithiums list option with find() along with SQL's DISTINCT. I should get an array populated with values, instead, I'm getting an empty array. This does make sense since I'm passing ...
2
votes
0answers
172 views

ItemsControl how to find controls used for display items in the list

I am writing a custom ItemsControl to display a list of item. The items are displayed using MyCustomItemView control. Here is the template in my generic.xaml: <Style TargetType="{x:Type ...
2
votes
0answers
320 views

Ruby 1.9.2 Find.find encoding

I know that you can do Dir.entries('.', {:encoding => 'utf-8'}) and it works properly, but I can't find any way to force the encoding when doing Find.find. On Windows, the first method correctly ...
1
vote
0answers
8 views

if multiselect is.selected, find any select that hasClass of the selected.val() then enable that selected

How would I go about coding: if multiselect is.selected, find any select that hasClass of the selected.val() then enable that selected? var countryChange = $(this).val(); if ($("#Countries ...
1
vote
0answers
21 views

Find and replace specific characters in Word headings

I have a huge size word document (32MB). All I want to do is to find and replace the following characters with something (say space or nothing, that is remove them) but only in all the headings (h1 to ...
1
vote
0answers
33 views

boost::bimap find a relation

I just want to ask whether boost::bimap provides a method to find the relation in the bimap? since I have a bimap with unordered_multiset at both side, I will need a function to check whether these is ...
1
vote
0answers
101 views

MS-Word API method Find.HitHighlight is throwing exception

i am trying to find and highlight text in word file progrramatically but when the line bool highlighted = range.Find.HitHighlight execute then a exception is occuring and the exception message is Bad ...
1
vote
0answers
205 views

Find text in div and goto text using javascript

Hi I'm trying to achieve the following: I'm creating a site (actually some sort of web app) that consists of panels (divs). On one of the panels I have a substantial amount of text placed in another ...
1
vote
0answers
41 views

number of slashes in symb link with whitespaces [CSH]

I have a csh script that takes paths as an arguments. I have to find symbolic link with maximum number of slashes (/). Now I have all paths stored in dirs variable so I need count numbers of slashes ...
1
vote
0answers
113 views

findFirst method in SinglyLinkedList

I just updated my code, if someone can help me...in my findFirst method I wanted to look for the first node that includes the element and if such a node is found it returns the node otherwise ...
1
vote
0answers
143 views

Asserting attributes on a capybara object

I am currently working with capybara for integration testing and as part of our testing framework. I am running into an issue that I cannot seem to find a solution to. So the scenario is this, I ...
1
vote
0answers
203 views

System.Data.DataView.Find method: substring starts-with not possible?

Is it possible to use the Find() method of the DataView object to return the index of a row where the column used in the default sort starts with a particular string? I've been trying various ...
1
vote
0answers
798 views

Mongoose date format when using find

I have the following data in a mongo database: { "_id" : ObjectId("4edbf890385eb606681a0262"), "ExternalId" : "7408364", "StartDate" : "12/02/2011 1:00 -05:00", "EndDate" : "12/02/2011 2:00 -05:00" } ...
1
vote
0answers
186 views

This does not highlight text only in Mozilla

Here is the code I got from Full text search in HTML ignoring tags / & and it is not highlighting in case of Mozilla.. function doSearch(text) { if (window.find && window.getSelection) ...
1
vote
0answers
161 views

elementFromPoint in specified group

in SVG document can I use elementFromPoint() in only specified group? I am trying to find all Elements which take up specific coordinate. for finding line or circle intersections. to do this and ...
1
vote
0answers
339 views

find and replace £ to £

Ive looked through a few search and replace functions but I cannot find a suitable one for finding "£" to "£". I know this may be a 'Charset' issue but I'm looking for a JS soltion. so in my HTML ...
1
vote
0answers
172 views

Infinite scroll pattern, while not breaking 'Find [text on page]' action

Any ideas/tips/answers on how to keep the browser's Find [text on page] functionality while implementing Infinite Scroll, especially with a text subject matter entries (e.g. Facebook wall, or a blog ...
1
vote
0answers
272 views

Find Help with multiple finds + multiple prunes

I need to come up with a find command that includes a few prunes as well as a find for multiple files. Here's what I need to come up with, in one command: ./virtfs -prune -o -type f -name ...
0
votes
0answers
6 views

Find specific string in a text file with VBS script

I need to find the string "Test Case " & index in a txt file. I give you an example of the lines you can find in this file: <tr><td><a href="../../Login/Log_ in_U1A1">Log_ ...
0
votes
0answers
99 views

selenium webdriver isDisplayed() returns true when element is not visible

I have elements in a drop down list in a collapsing side bar. There are two top-level items in the side bar. When you click one, the contents beneath it are revealed. I am testing a bookmark, so I ...
0
votes
0answers
20 views

Octave - find number in vector (out of bounds)

I have vector named STEV (it contains 12 numbers) then I find the maximum value in this vector : maxx=max(STEV) What I want to do next is to find the index of this maximum value (maxx) in vector ...
0
votes
0answers
27 views

Devexpress FindPanel background color

I want to notify the user that there is some text typed in the FindPanel of a devexpress GridControl. Say he changes a filter and sees no results (due to his previous search via the FindPanel). One ...
0
votes
0answers
14 views

MFC Find Menu Not Working

This is weird! In the Release build of my MFC application (but not debug) the find menu doesn't open the find dialog if I go through the menu itself. But the Ctrl+F accelerator does work. It's like ...
0
votes
0answers
22 views

Replace headings in Word document with a unique numeric value

I have a huge Word document. I want to replace all of its headings with a unique numeric value, say, 10001,10002,10003, and so on. So maybe the heading is h1 or h2 or h3 or h4 or other higher levels, ...
0
votes
0answers
14 views

Need help find function, a data set is given?

Now I calculate the value of F from equation. From the F that I determined, I need to find the diameter from set of data. The method is like this. If my F value is smaller than the value of F from ...
0
votes
0answers
13 views

Referring twice to elements in iframe

I would like to do something with some elements in Iframe. In order to get them I do for example: $('#iframe').contents().find('body *:eq(285)'); But now I want to use nextUntil on the element(285) ...
0
votes
0answers
26 views

FindRoot::nveq: The number of equations does not match the number of variables in FindRoot[a,{r[1],{0,1}}]. >>

I found an article about calibrating interest tree in BDT model with source code in mathematica. However there is a bug or maybe I am just to big newbie. Code is below: Clear[discount,pv,r,theta] ...
0
votes
0answers
92 views

VBA:Find and copy paste in another sheet

I am trying to do vlookup through the find function in vba. I have a list of numbers in two sheets and If the number is found then it copies the row from column A to column H in one sheet and pastes ...
0
votes
0answers
27 views

Finding matching contents and copying data using vba

I'm a beginner and was trying to use find and copy in vba. I have a workbook 1 that contains data like this in seperate cells name age location david 66 usa john 74 europe I also ...
0
votes
0answers
33 views

Create variable of grouped divs from ajax response

Okay, this is confusing the hell outta me. I am making an ajax call to a get_post.php page. On that page I am creating html from various arrays. If I were to view the source of this get_post.php ...
0
votes
0answers
39 views

Locating original file containing include with bash script

I need to find out where a module has been included across many many pages. My initial idea is to grep for the module name. This will tell me what nest it is found in (or if it is directly on a page ...
0
votes
0answers
19 views

Greasemonkey-implemented javascript to produce alert when a word is found in webpage

This is going to be my first question over here, I'm pretty sure I'm going to get scolded for such newbie question. Little introduction which may be of some value: I am a newbie, I am at most at ...
0
votes
0answers
148 views

entityManager.find() returning null

I am using a Derby Database, here is the entity that the find is executed on package ca.etsmtl.gti525.entity.presentation; import ca.etsmtl.gti525.commun.CommunService; import java.io.Serializable; ...
0
votes
0answers
14 views

switching a word within a string from a list of a list

`>reflections = \ [["I", "you"], ["i", "you"], ["We", "you"], ["we", "you"], ["We're", "you're"]] def sample(string): string = string.split() for ...
0
votes
0answers
43 views

copy over 100 files at a time with xarg or script?

I have over 1.3M files in a dir and I need to move them from j:/hold to j:/hold2 (all while a java app 'watches' the dir for any files to drop in and process them) I cannot just 'rename' the dir ...
0
votes
0answers
38 views

How can customize the linux find command

I have this command in my bashrc mygrep() { find /var/www/project1 -name '*.py' -o -name '*.html' -o -name '*.js' -type f | xargs grep -Hn "$1" ; } i want few modification I don't ...
0
votes
0answers
73 views

C++ wstring find compilation error

I am trying to find the position of the tab character in a wstring. However it does not work for me. int n = wline.find(L"\t"); n is -1 although I know for sure that there is a tab character ...
0
votes
0answers
112 views

Rows find not working

Please forgive me if my lingo becomes very "ad-lib", I haven't been using VB.net for very long. My issue is, the following piece of code does not work: Dim foundRow As DataRow foundRow = ...
0
votes
0answers
69 views

cakephp where conditions result array bugged

I am stuck on a weird behavior of cakePHP. When I made a find('all'); with conditions if I take two conditions that recovers each others, my array grouped the results... Example: First request ...
0
votes
0answers
23 views

how to add int to existing file?

I am trying to search and find "{" bracket from a text file and add a number right after it. For example: If first bracket is found in the file, add "1" right after the first bracket, add "2" right ...
0
votes
0answers
200 views

vba read csv file and search in other csv file

I have an input.csv file with the following data apple, red, apple, green, apple, greenred, Then there is a datafile.csv with a lot of data fruit, color, place, packaging pear, red, shelf, box ...
0
votes
0answers
11 views

Observe what command is run

I have two unrelated Windows applications. Aplication A which can cause another application B to open in a certain state. How can I find the command which A runs/sends to make Windows start B in that ...
0
votes
0answers
9 views

Is there a way for a Jbutton to read a JLabel's visibility and act if it its false/true?

Can I make a JButton that finds out if a JLabel's visibility is true/false? example is: I have two JButtons named "Click 1" and "Click 2", I have a JLabel named "1", 1's visibility is set to false, ...
0
votes
0answers
38 views

Ruby on rails: How to remove rails associations on the fly?

I need to remove a relationship between two tables before doing a search in specific. I have 2 tables: Users and Projects. Users has many projects. When rails search for users it also search for all ...
0
votes
0answers
168 views

no matching function for call to ‘find'

I have the following code: #include <algorithm> #include <vector> #include <iostream> #include <stdio.h> using namespace std; int main() { typedef vector<int> ...
0
votes
0answers
56 views

CakePHP Get Only Last Occurrence from Query

I have a 'member_renewals' table which shows the full renewal history for members. I'm developing an 'upcoming renewals' action which will show only the renewals that are due within the next months. ...
0
votes
0answers
47 views

Find specific file and last modified date of the file and report

I have used this website many times and saved me but this time i couldnt find anything What i want is for a script to look through folders on my d:\ and find a file called client.msi. This file ...
0
votes
0answers
58 views

Any dangers or running 'find' or 'grep' as PHP by root?

My server has been hacked and I believe all the malicious files have been found. But as an additional security measure, I am creating a cron job to check for similar php files on the system. Here is a ...

1 2 3 4 5 7