Displaying 18 results from an estimated 18 matches for "titel".
Did you mean:
mitel
2020 Jun 05
2
Extended attributes not working on mac
these lines were an option before but have already been marked as comments in my config.
same behaviour as before, color tag shows for round about a second and disappears suddenly.
Martin
> Am 05.06.2020 um 09:23 schrieb Ralph Boehme via samba <samba at lists.samba.org>:
>
> Am 6/5/20 um 8:33 AM schrieb Martin Steiner / 3MF GmbH:
>> Any more ideas? It?s not displaying
2020 Jun 05
2
Extended attributes not working on mac
...rce3/modules/vfs_streams_xattr.c:388(streams_xattr_open)
streams_xattr_open called for . with flags 0x30000
[2020/06/05 11:07:14.016581, 10, pid=51807, effective(1000, 1000), real(1000, 0), class=vfs] ../../source3/smbd/vfs.c:1193(check_reduced_name)
check_reduced_name: check_reduced_name [Ohne Titel 15.txt] [/home/ssd-data/buchhaltung]
[2020/06/05 11:07:14.016623, 10, pid=51807, effective(1000, 1000), real(1000, 0), class=vfs] ../../source3/smbd/vfs.c:1256(check_reduced_name)
check_reduced_name realpath [Ohne Titel 15.txt] -> [/home/ssd-data/buchhaltung/Ohne Titel 15.txt]
[2020/06/05 11:0...
2009 Aug 12
1
calling a function with dynamically generated buttons
Hallo,
I'm dynamically generating buttons depending on the number of rows of
my dataframe. Every button is supposed to call a function which
generates a plot with the values of one of my dataframe rows.
My code looks like this:
base <- tktoplevel()
plotten <- function(mat, namen, titel) {
midpts <- barplot(height=mat, names.arg = namen, main =
titel, las=2)
text(midpts, 1, mat)
mtext(text=paste("Treshold:", thresh), side=3, col="blue")
}
lb <- tklabel(base, text="Barplot:")
tkgrid(lb, row=4, column=0)...
2011 Sep 15
1
Move the main titel to the left of the plot
...t;2009", at=0.50)
panel.ablineq(v=log(ave_dat[3,2]),col="grey60", lty=1, rotate=
TRUE,label="2010", at=0.60)
panel.dotplot(x, y, pch = pch, fill = fill, ...)
}))
--
View this message in context: http://r.789695.n4.nabble.com/Move-the-main-titel-to-the-left-of-the-plot-tp3815027p3815027.html
Sent from the R help mailing list archive at Nabble.com.
2006 Apr 13
0
Globalize not with Rails 1.1.2
...very simple example to work:
-----
ruby test/unit/news_item_test.rb
Loaded suite test/unit/news_item_test
Started
F.
Finished in 0.10109 seconds.
1) Failure:
test_add_content_translations(NewsItemTest)
[test/unit/news_item_test.rb:49]:
<"US Title"> expected but was
<"NL Titel">.
2 tests, 8 assertions, 1 failures, 0 errors
-----
news_item_test.rb based on
http://wiki.globalize-rails.org/wiki/pages/example
-----
require File.dirname(__FILE__) + ''/../test_helper''
class NewsItemTest < Test::Unit::TestCase
# Uncomment the following line if...
2007 Dec 28
4
Return Value of TCl/Tk window in R
Hello,
I have the TCl/Tk command
"tkmessageBox(titel="",message="x",icon="question",type="okcancel")" in my R
script. Now I want to perform some operation in relation to the user's
choice, something like
"if (okpressed) xxx else yyy"
What values does this command give and how are they used?...
2003 Apr 04
2
biplot
Dear list,
I want to perform a biplot, using customized titels for the x and y axis.
Setting xlab="" and ylab="" resulted in an error, e.g.:
> data(USArrests)
> biplot(princomp(USArrests),xlab="",ylab="")
Error in biplot.default(t(t(scores[, choices])/lam), t(t(x$loadings[, :
length of dimnames[1] not e...
2013 Apr 25
2
Loop for main title in a plot
...(1,2,3,4)
b<-c(1,2,3,4)
plot(x=a,y=b,
ylab=expression(paste("Apple"["P"])),
xlab=expression(paste("Banana"^"th")),
main=expression(paste(italic("i-")~"4"^"th"~"choice")))
Now I would like to include the titel (main) as a function of the number of
trails
for (trial in 1:nTrials) {
plot(
main=expression(paste(italic("i-")~"trial"^"th"~"choice")))
}
e.g. nTrials = 5
The title should look like this:
5th plot: i ^th choice
4th plot: i-1 ^th choice
3th plot: i-2 ^th...
2006 Mar 01
1
break in a each function
...elements[''rss/channel/title''].text
link = rssdoc.elements[''rss/channel/link''].text
counter = 0
# Extract each RSS item
rssdoc.elements.each(''rss/channel/item'') do |item|
counter = counter + 1
@artikel=Article.new
@artikel.titel = item.elements[''title''].text
@artikel.bronvermelding = item.elements[''link''].text
@artikel.article_type_id = 1
@artikel.publicatie_on = Time.new
paragraaf = Paragraaf.new()
paragraaf.ondertitel = item.elements[''title''].text
pa...
2006 Mar 30
1
Globalize DB translate not working in Rails 1.1.0
...rently. The
SQL in the log confirms that Globalize is ignored and a regular find()
is performed.
Globalize::Locale.set(''nl'') # switch to ''nl''; base language is ''en''
article = Content::Article.find(article.id)
assert_equal ''Nieuwe Titel voor Artikel'', article.content.title
SELECT * FROM content_items WHERE (content_items.id = 146) AND (
(content_items.`object_type` = ''Article'' ) ) LIMIT 1
SELECT * FROM content_articles WHERE (content_articles.id = 146) LIMIT 1
Anyone else experienced this issue?
2006 Jan 19
1
partials and instance variables for file_column
...ould this be
the problem?"
So I''m using file_column in a partial, e.g.
<%= render (:partial => "product", :collection => @products) %>
my partial (_product.rhtml) looks like this:
<div class="productteaser">
<h4><%= link_to product.titel, :action => ''detail'', :id => product.id %></h4>
<%= link_to (image_tag url_for_file_column("product", "image"),
{:width => ''150'', :height => ''181'', :style => ""}), { :action =>
...
2004 Oct 17
1
Changing file info with oggcomment
...the first time with ogg vorbis.
The problem I have is this:
I ripped Musik CD's with the Program Exact Audio Copy (EAC) and used
the the newest vorbis tools to kompress the files. But I have made a
mistake. With EAC I can give oggenc some parameters with a commandline.
So I do it for the titel of the tracks. The commandline looks like this:
-q 6 -a "%a" -l "%g" -N "%n" -t "t" %s %d
My mistake is coloured in red. The correct way is %t to get the titel of
the track for the ogg-file comment. Now every file hast the trackname t.
Is there any way wi...
2003 Dec 06
1
Diploma zonder studie op basis van EVC
[image001.gif]
Diploma's en titels zonder studie op basis van eerder verworven
competenties
Geachte heer of mevrouw,
Graag willen wij u attenderen op onze unieke dienstverlening. Wellicht
dat er voor u mogelijkheden zijn om zonder studie op basis van eerder
verworven competenties via een External Programme
i...
2010 Jun 06
2
How to make an SQL querey Within a partial, is that possilbe??
...was to
search for the Id of the profil which is shown and than to display the
comments in which the profil_id is the same.
I already tried to implement this Idea but I hit some problems:
the profil page works fine.
show.erb.html:
<tr>
<td class="headline">Titel</td>
<td>
<div class="table-col">
<%= h @profil.title %>
</div>
</td>
</tr>
<tr>
<td class="headline"></td>
<td>
<div class="table-col">
<%= h @profil.subti...
2018 Jul 09
2
Parametrized Vignettest in R packages
On 09/07/2018 3:24 PM, Witold E Wolski wrote:
> Dear Yihui,
>
> Thank you for the valuable questions.
>
> sample_analysis is a "tibble" while
> configuration is an "R6" class.
> But I also have parametrized reports where I pass R reference classes
> as arguments.
>
> This is the Rmd yaml params part corresponding to the error message.
>
>
2018 Jul 09
0
Parametrized Vignettest in R packages
...as well as with R CMD ... etc.
But most importantly it also still works with:
rmarkdown::render("vignettes/tr_srm_summary.Rmd",
params=list(configuration=skylineconfig, data=sample_analysis ))
THANK YOU.
This is how my vignette header looks (see below) and it works.
---
title: "Titel"
author: "WEW at FGCZ.ETHZ.CH"
date: "`r Sys.Date()`"
output:
pdf_document: default
html_document: default
params:
configuration: !r quote(get(data(skylineconfig, package="myPackage")))
data: !r quote(get(data(sample_analysis, package="myPackage"...
2008 Aug 13
1
reverse orientation of text in plot margins
...s:
par(mar=c(5,4,4,4)+.1)
plot(1:4,las=0)
par(new=T)
y <- rnorm(4)
plot(y,axes=FALSE,ann=FALSE,pch=17)
axis(4,labels=FALSE)
par(xpd=TRUE)
text(x=par("usr")[2]+.25,y=axTicks(4),labels=axTicks(4),srt=-90)
text(x=par("usr")[2]+.5,y=sum(par("usr")[3:4])/2,labels="titel",srt=-90)
par(xpd=FALSE)
the problem is that I have to manually reset the x and y coordinates of the text whenever the plot is resized. This is problematic if I want to automatize the production of a number of plots (or produce different output formats), or to make sure that the labels and ti...
2008 Jan 14
1
Problems with forms
...ref="javascript:help(''angebotsvorlage'')">Mit einer Vorlage k?nnen Sie Ihr Angebot optimaler pr?sentieren
(kostenlos).</a></td></tr><tr>
<td class="n_FormLeft" width="20%"><span class="n_Label">Produkttitel
*</span></td>
<td class="n_FormLeft" width="40%">
<div id="DivTitleLang" name="DivTitleLang" style="display: block;">
<input type="text" class="n_Input" name="Title" id="Title" siz...