Questions tagged [verbatim]

41 questions
1
vote
1 answer

knitr + lyx: an error in practice of exact logistic regression

As you may know, there is a technique, called exact logistic regression. The idre from UCLA provides excellent analysis example. (http://www.ats.ucla.edu/stat/r/dae/exlogit.htm) When I exercise with the example analysis, I face an error for knitr (+…
0
votes
0 answers

When is JSF's body evaluated/executed?

We have an Oracle ADF Faces 11.1.1.5 application which integrates Oracle SiteStudio regions through Oracle's OpenWCM tags (e.g. ). As far as these tags are JSP tags (but not JSF components) they must be put inside tag…
0
votes
1 answer

C# Verbatim doesn't seem to work with .startinfo.arguments?

I have an app with which i can select from multiple MSI's (same msi, different versions) in a directory, and i will be able to install or uninstall from this app. I pull in the list of MSI's, complete with full path, with string MSILocation =…
LimeyTX
  • 3
  • 2
0
votes
0 answers

R Shiny: Hiding and showing verbatimTextOutput

I am currently trying to create an R Shiny app with multiple tab panels. On one tab panel I would like to enter some numbers and then depending on a button show and hide the numbers entered. I use shinyjs for the hiding and verbatimTextOutput to get…
Nerd
  • 61
  • 5
0
votes
1 answer

LuaLaTeX: horitontal alignment of verbatim-environments inside a tabularx-environment

First, I'm fully aware that my code is probably not the ideal way to realize what I want to do. However I'm not a professional LaTeX User and this is the way I figured out. I made a minimal example that hopefully works when compiled(compiler:…
Ozz
  • 3
  • 1
  • 3
0
votes
1 answer

r shiny make shiny print messages to user interface

I have a simple shiny app. First, I generated 2 csv files in my working directory: write.csv(data.frame(a = 1:4, b = 2:5), "x.csv", row.names = F) write.csv(data.frame(a = 1:4, c = 11:14), "y.csv", row.names = F) In my app, I want the user…
user3245256
  • 1,842
  • 4
  • 24
  • 51
0
votes
5 answers

How to define a string like: sss" + str1 + "ddd

string str1="xxx"; string str2=@"sss" + str1 + "ddd"; Console.WriteLine(str2); The above code gives: sssxxxddd But what I want is: sss" + str1 + "ddd How to do that?
user7728939
0
votes
1 answer

Django treat all templates as VERBATIM for sharing resources with ionic & web

We're building a website with an ionic app, using a django backend (django_rest_framework & traditional responsive templates) & Angular. We'd ideally like to share the mobile templates between the ionic app and the django webserver. Our django…
0
votes
1 answer

Verbatim-tag in Google App Engine not working

I want to serve some Polymer-code via Django in a Google App Engine. The problem is, that Polymer uses double curly braces, as does Django. In newer Django versions, one can use the verbatim-tag, but in the version used in Google App Engine, this…
SimonR
  • 95
  • 9
0
votes
1 answer

Verbatim PHP code works on current, live site, but not new site (local or live)

MySQL Server: mysql.mysite.com via TCP/IP Server version: 5.1.56-log Protocol version: 10 User: username@__.dreamhost.com MySQL charset: UTF-8 Unicode (utf8) Web server Apache MySQL client version: 5.1.66 PHP extension: mysql…
khaos
  • 1
-2
votes
1 answer

When and why we use the verbatim in jsf?

As i am now working on jsf i want to know why we use the tag verbatim in jsf and what is the significance of it ? Any help would be of great appreciation.
Sanket
  • 355
  • 5
  • 14
1 2
3