search for: tag1

Displaying 20 results from an estimated 28 matches for "tag1".

Did you mean: tag
2007 Jul 18
2
Hash.from_xml
Hi, I''ve started looking at ticket 90<http://merb.devjavu.com/projects/merb/ticket/90>and there are a couple of situations that the current implementation doesn''t cater for. 1. Tag Attributes are wiped out. - <tag1 attr1=''1''>Content</tag1> #=> { "tag1" => "Content" } - I think it should return - {"tag1" => { "attr1" => ''1'', "__content__" => "Content" } 2. Mixed content can thr...
2008 Jun 19
2
Pattern Matching Replacement
I would like to replace "\r\n" with "" in a character string, where "\r\n" exists only between < and >, how could I do that? Initial: characterString = "<XML><tag1 id=\"F\r\n2\"></t\r\nag1>\r\n<tag\r\n2></tag2></XML>" Result: characterString = "<XML><tag1 id=\"F2\"></tag1>\r\n<tag2></tag2></XML>" Tried with sub(below) but it only replaces the first instance and...
2012 Jul 17
2
puppet host tagging
...all . i am running puppet version 2.6.16 and foreman Version 0.4.2 . my question is as follows . i would like to know if there is a way to tag server with a group tagging . for example . let say i am running apache with a unique configuration and network architecture and want to tag in with "tag1" and a i have few more apache installation with the a new unique configuration and architecture that i want to tag them with "tag2" . and so on and so on . lets say i have would like to perform some action (run service -insure => latest ) only on tag1 . is there a way to perfo...
2010 Oct 05
1
Broken support for Smart Card Logon in Windows 2003 and XP
Hello. As I can see this post: https://jira.it.su.se/jira/browse/HEIMDAL-241, at least? Samba 4.0.0alpha5 supported Smart Card logon for Windows XP workstations. Current version (Version 4.0.0alpha14-GIT-77d959f+) does not support smart card logon on Windows XP workstation (but Windows 7 works well). I tried to compare Kerberos traffic examples from genuine domain controller and Samba's
2006 Aug 10
2
search acts_as_taggable for multiple tags
Hey...I''m trying to search a Model that uses acts_as_taggable for multiple tags. I''d like to pass in a search string containing a space delimited tags names (i.e. "tag1 tag2") and return the objects that have been tagged by either one of those. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060810/a419dbb0/attachment.html
2006 Nov 14
4
Catching a list of variables with a Controller
...the ability to tag entries with 1 or more tags. I wanted to offer the possibility to narrow the view of expenses by adding tags to a filter (this works) and I also wanted this filter to be reflected in the URL. Like so: normal URL: http://localhost:3301/ filtered URL: http://localhost:3301/filter/tag1/tag2/tag3 However, I can''t get this to work since I require a variable number of regexp groups (like say an array) and I could not find a routing syntax that would allow this (something like class Filter < R ''/filter/(\w/)*'' ). I currently use a route which looks lik...
2011 Aug 25
7
How to safely embed JSON object in HTML document
...initial data set in a HTML document that is sent back to the browser after successful login. I was thinking I can simply convert my ruby object to JSON, then HTML escape resulting string of JSON, and then use that as a value for JavaScript variable. Something like this: <% tags = [{name:"tag1", color:"green"}, {name:"</script><b>I can do something bad here</b>", color:"red"}] %> <script type="text/javascript" charset="utf-8"> //<![CDATA[ var tags_list = <%= tags.to_json %>; // ]]> </s...
2019 Nov 28
2
ESEARCH is announced but it doesn't work
...MESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY LITERAL+ NOTIFY SPECIAL-USE] Logged in """ ESEARCH (RFC 7377) seems to be available, but the command is not recognized: """ tag1 ESEARCH IN (mailboxes "folder1" subtree "folder2") unseen tag1 BAD Error in IMAP command ESEARCH: Unknown command (0.001 + 0.000 secs). """ What am I doing wrong? Thanks for your time and expertise. -- Jes?s Cea Avi?n _/_/ _/_/_/...
2006 Jan 23
2
del.icio.us-like output
...LEFT JOIN tags t ON jt.tag_id = t.id LEFT JOIN bookmarks b ON jt.bookmark_id = b.id WHERE jt.user_id = #{uid}" GROUP BY tag_id ORDER BY #{sort}" That returns data in this format: tag_id, bid, tag, bookmark, created_on 2, 23, Tag1, This is a bookmark, 12/25/06 3, 23, Tag2, This is a bookmark, 12/26/06 7, 25, Tag5, Different bookmark, 12/26/05 Problem 1: If I print out those results using a collection, "This is a bookmark" would be shown twice - once tagged with Tag1 and again tagged with Tag2. I want to list to lo...
2010 Feb 28
2
[LLVMdev] Tag number of OCaml Variant in executionengine
Hi, At the code below from ./bindings/ocaml/executionengine/executionengine_ocaml.c, we create an OCaml Variant from C. It is from 2.6, the latest 2.7 has the same code. Line 240 Option = alloc(1, 1) assigns tag1 to the 'some' constructor. In term of http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html, I think the 'some' should have a tag 0. We dont have a runtime error for this, the reason might be there is only two constructors, one is None represented as unboxed int, the other is So...
2019 Dec 27
5
Delete Phabricator metadata tags before committing
Many git commits in the monorepo look like the following: [Tag0][Tag1] Title line Summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra nunc et mauris consequat venenatis. Reviewers: username0, username1 Reviewed By: username0 Subscribers: userna...
2006 Feb 26
5
Help On Associations Extension.
...ssociation. i have a table locations that has a many-to-many association with a tags tabel using a locations_tags table. i want to add a method to the Location has_and_belongs_to_many association so that i can do something like this on the location model: myLocation.tags.add_by_names ''tag1 tag2 tag3'' On the extension i want to do something like this: class Location < ActiveRecord::Base has_and_belongs_to_many :tags do def add_by_names tag_names tag_names.split(" ").each do |tag_name| tag = Tag.find_by_name(tag_name) || Tag.create(:name =&gt...
2013 Apr 07
3
mlogit error
...ss = "factor"), set3 = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), set = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5), set2 = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5), tag1 = c(4L, 4L, 4L, 4L, 4L, 0L, 4L, 4L, 0L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 4L, 0L, 4L, 4L, 0L, 4L, 4L, 4L, 4L), mode.ids = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 1L, 2L, 3L, 4L, 5L, 6L, 1L, 2L, 3L, 4L, 5L, 6L, 1L, 2L, 3L, 4L, 5L, 6L, 1L), .Label = c("1", "2", "3"...
2010 Feb 28
0
[LLVMdev] Tag number of OCaml Variant in executionengine
...zhou Zhao <jianzhou at seas.upenn.edu> wrote: > Hi, > > At the code below from > ./bindings/ocaml/executionengine/executionengine_ocaml.c, > we create an OCaml Variant from C. It is from 2.6, the latest 2.7 has > the same code. > > Line 240 Option = alloc(1, 1) assigns tag1 to the 'some' constructor. > In term of http://caml.inria.fr/pub/docs/manual-ocaml/manual032.html, > I think the 'some' should have a tag 0. We dont have a runtime error > for this, the reason might be there is only two constructors, one > is None represented as unboxed...
2019 Nov 28
0
ESEARCH is announced but it doesn't work
On 27 Nov 2019, at 21:51, Jesus Cea <jcea at jcea.es> wrote: > tag1 ESEARCH IN (mailboxes "folder1" subtree "folder2") unseen > tag1 BAD Error in IMAP command ESEARCH: Unknown command (0.001 + 0.000 secs). This should answer your question, I think. <https://stackoverflow.com/questions/12683288/what-is-wrong-with-this-imap-esearch-command...
2010 Mar 19
0
Setting Caller ID for attended transfer
Hello list, I'm sending calls to a queue in the attended way, that is, *1.* the original call is put on hold, *2.* a second line is open to call the queue, *3.*after an agent is connected the original call is transfered to its final destination. 1. Zap/1-1 <--> SIP/agentA-tag1 2. SIP/agentA-tag2 <--> SIP/agentB-tag 3. Zap/1-1 <--> SIP/agentB-tag What I want to do is to overwrite the CallerID of the call entering the Queue to add the Callerid number of the original call to the agent's number and get it...
2008 May 22
9
building a many-to-many structure in javascript
hi, for some purpose, I need a "in-javascript database", maybe built with some Prototype $H function calls for creating "tables" but what about junction tables, I mean those which express many-to- many relations between two entity tables ? I though using concatenation of strings with a separator, for example "key1 key2" "1234-56" or "ABC \n 789"
2020 May 28
2
service doveadm - how to debug proxying with director
...on what to try next or maybe got a working config regarding doveadm proxying? Thanks in advance! Some technical data regarding my problem: Dovecot Version: 2.3.10 (0da0eff44) Output of a 'doveadm director status' command: mail server ip tag??? vhosts state state changed users 10.0.0.81? tag1 100??? up??? -???????????? 0 10.0.0.82? tag1 100??? up??? -???????????? 1 Output of a 'doveadm director ring status' command: director ip?? port type? last failed status????? ping ms input output buffered buffered peak last read?????????? last write 10.0.0.193 9090 self? never?????? ring...
2006 Feb 12
7
ROR Recipes Beta: Why use taggings instead of tags_contacts? NoMethodError tag_with?
...tle", "portal_id"=>0, "member_id"=>0, "id"=>12, "url"=>"http://home.com", "desc"=>"My note about this favorite", "created_at"=>Sun Feb 12 15:30:38 CST 2006}> >> f.tag_with("home tag1 tag2") NoMethodError: undefined method `tag_with'' for #<Favorite:0xb6f5d594> from /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/base.rb:1501:in `method_missing'' from (irb):2 >> f.tag("home tag1 tag2")...
2020 Jan 02
3
Delete Phabricator metadata tags before committing
...reading the mailing list to see who's already > looked a patch over, etc). > > On Fri, Dec 27, 2019 at 12:48 PM Fangrui Song via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Many git commits in the monorepo look like the following: >> >> [Tag0][Tag1] Title line >> >> Summary: >> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque >> mauris neque, porta nec tristique at, sagittis vel nisi. Fusce pharetra >> nunc et mauris consequat venenatis. >> >> Reviewers: username0, username1 &...