Displaying 20 results from an estimated 433 matches for "verb".
Did you mean:
ver
2011 Sep 20
2
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
...llvm";
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile
index c7f7b32..ad8532e 100644
--- a/tools/llvm-config/Makefile
+++ b/tools/llvm-config/Makefile
@@ -68,6 +68,8 @@ llvm-config-perobj: llvm-config.in $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/
>> temp.sed
$(Verb) $(ECHO) 's/@LLVM_BUILDMODE@/$(subst /,\/,$(BuildMode))/' \
>> temp.sed
+ $(Verb) $(ECHO) 's/@LLVM_LIBDIR_SUFFIX@/$(subst /,\/,$(LLVM_LIBDIR_SUFFIX))/' \
+ >> temp.sed
$(Verb) $(SED) -f temp.sed < $< > $@
$(Verb) $(RM) temp.sed
$(Verb) cat PerobjD...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2011 Sep 20
0
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
...ls/llvm-config/Makefile b/tools/llvm-config/Makefile
> index c7f7b32..ad8532e 100644
> --- a/tools/llvm-config/Makefile
> +++ b/tools/llvm-config/Makefile
> @@ -68,6 +68,8 @@ llvm-config-perobj: llvm-config.in $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/
> >> temp.sed
> $(Verb) $(ECHO) 's/@LLVM_BUILDMODE@/$(subst /,\/,$(BuildMode))/' \
> >> temp.sed
> + $(Verb) $(ECHO) 's/@LLVM_LIBDIR_SUFFIX@/$(subst /,\/,$(LLVM_LIBDIR_SUFFIX))/' \
> + >> temp.sed
> $(Verb) $(SED) -f temp.sed < $< > $@
> $(Verb) $(RM) temp.sed...
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
...=================================================================
--- lib/VMCore/Makefile (revision 45533)
+++ lib/VMCore/Makefile (working copy)
@@ -21,7 +21,7 @@
$(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(TBLGEN)
$(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
- $(Verb) $(TableGen) $(INTRINSICTD) -o $@ -gen-intrinsic
+ $(Verb) $(TableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH,
$@) -gen-intrinsic
$(GENFILE): $(ObjDir)/Intrinsics.gen.tmp
$(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
Index: Makefile.rules
============================...
2011 Jun 28
0
New winetricks 20110628: 18 new verbs (adobe_diged, audible, irfanview, winamp, bioshock2, lego_potc_demo, nfsworld, d3dx9_43, glidewrapper, grabfullscreen, ...)
Another two months, another winetricks release. (So much for
release early, release often :-)
Highlights:
- fixes a bunch of verbs whose download URLs had changed, especially
vcrun2005 and vcrun2008.
- fixes the annoying "unexpanded variable" error which happened when
running old wine with a new wineprefix.
- brings back gog support (though without automated download for now;
any volunteers to fix that?)
- adds glid...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...quest
> +#--------------------------------------------------------------------
>
> +# Adjust LIBTOOL options for shared libraries, or not.
> ifndef SHARED_LIBRARY
> LIBTOOL += --tag=disable-shared
> else
> LDFLAGS += -rpath $(LIBDIR)
> endif
>
> -#
> -# Verbosity levels
> -#
> +# Adjust settings for verbose mode
> ifndef VERBOSE
> VERB := @
> LIBTOOL += --silent
> @@ -171,11 +140,13 @@
> STRIP_WARN_MSG = "(without symbols)"
> endif
>
> +# Adjust linker flags for building an executable
> ifdef TOO...
2011 Apr 02
0
New winetricks 20110402: New verbs acreedbro, bttf101, cim_demo, crysis2, trainztcc_2004, trine_steam, trine_demo_steam, utorrent3, xact_jun2010
Another fortnight, another Winetricks.
This one has a heap of bug fixes (e.g. works again in kde,
don't think glsl=disabled means disabling glsl.dll,
don't expolode if a wineprefix has single quotes in the name),
and the following new verbs:
DLLs:
d3dx11_42
xact: now also installs xapofx1_1.dll
xact_jun2010: newer version of xact for games that need e.g. xapofx1_4
Apps:
utorrent3: new verb (thanks to Phil)
Games:
acreedbro - Assassin's Creed: Brotherhood
bttf101 - Back To The Future episode 1
cim_demo - Cities In Motion demo
c...
2023 Jul 21
1
tools::parseLatex() crashes on "\\verb{}"
...his invalid latex syntax is still formatted "right" in the
html output.
On a closer look it seems like roxygen2 introduces those, when using
markdown backtick quoting, if the quoted content is not syntactic. For
instance:
#' `c(c(1)`
#' `c(c(1))`
Will convert the first line to `\verb{c(c(1)}` and the second to
`\code{c(c(1))}`.
I've opened a ticket there FYI:
https://github.com/r-lib/roxygen2/issues/1503
------------------------------
>
> Message: 2
> Date: Thu, 20 Jul 2023 23:48:44 +0300
> From: Ivan Krylov <krylov.r00t at gmail.com>
> To: Antoine Fa...
2007 Dec 19
1
noun-verb vs verb-noun aka dogs black vs black dogs
...ngineers thought the brake should
be under your right foot and Ford engineers thought the gas should be there.
I'm sure both camps would have rational arguments. Now if we could just get
the "Brits" on the right side of the road...
> The Asterisk core program doesn't know what verbs each module, channel,
> res, or function contains. It must ask the code(noun), for a given verb
> (function) and then pass that function the options (adjectives).
You are mistaken. When a module is loaded it registers as many CLI objects
as it wants to, so the "core" does know wh...
2009 Jan 16
0
New winetricks 20090116: new verbs mono22, urlmon, wininet, controlpad, native_oleaut32, msscript, hosts; plus various updates and bugfixes
...264 | daniel.r.kegel | 2009-01-16
Don't set winver to win2K when installing .net 1.1.
r263 | daniel.r.kegel | 2009-01-16
Add mono2.2.
r262 | daniel.r.kegel | 2009-01-12
Updated mshflxgd (still might not work, let me know)
r261 | daniel.r.kegel | 2009-01-11
Austin English: add 'hosts' verb to create dummy hosts
and services files (helps informix apps, see bug 12076)
r260 | daniel.r.kegel | 2009-01-11
Fix gecko to grab right version for newer wine.
r259 | daniel.r.kegel | 2009-01-11
Alternate URL for tahoma, not sure if it's needed, so just a comment.
r253 | daniel.r.kegel | 20...
2023 Jul 21
1
tools::parseLatex() crashes on "\\verb{}"
...lt;antoine.fabri at gmail.com> ?????:
> On a closer look it seems like roxygen2 introduces those, when using
> markdown backtick quoting, if the quoted content is not syntactic. For
> instance:
>
> #' `c(c(1)`
> #' `c(c(1))`
>
> Will convert the first line to `\verb{c(c(1)}` and the second to
> `\code{c(c(1))}`.
roxygen2 tries to do the right thing here. As defined in "Parsing Rd
files" [*], \code{} blocks are supposed to contain syntactically valid
R code. When something that is not valid R is given in a Markdown code
block, roxygen2 should not...
2023 Jul 21
1
tools::parseLatex() crashes on "\\verb{}"
Do I understand correctly that we don't want Rd files to be valid latex ?
This seems odd to me.
I see that `tools::parse_Rd()` doesn't like `\verb!foo!` so maybe roxygen2
is actually doing the right thing (as opposed to just trying to) ?
`parse_Rd() ` is probably what I need indeed, for some reason I hadn't
found it, so that should fix my own issue here thanks a lot.
Le ven. 21 juil. 2023 ? 16:18, Ivan Krylov <krylov.r00t at gmail.co...
2009 Jan 28
2
OT: Adding verbatim R code text into LaTeX documents: texttt; verb or url?
...LaTeX, and often have R code appearing in my LaTeX document.
Just a quick question then: What is the best way to add example of R commands into LaTeX in-line? (That is, not using Sweave.) For example, suppose I wish to place in my document this instruction:
...is done in R using the command \verb|lm( y ~ var.one + var.two )| as follows:
I used \verb above, but I see three options: \verb, \url (package url), or \texttt; there are probably others.
Here are my comments on these three:
- Using \texttt is OK, but it disappears my tildes and can hyphenate
- Using \verb is good, but it ca...
2010 Aug 05
2
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
...ingW))
+NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE:.exports=.def))
+
+# LLVMLibsOptions is invalidated at processing tools/llvm-shlib.
+SharedLinkOptions += $(NativeExportsFile)
+
+$(NativeExportsFile): $(EXPORTED_SYMBOL_FILE) $(ObjDir)/.dir
+ $(Echo) Generating $(notdir $@)
+ $(Verb) $(ECHO) "EXPORTS" > $@
+ $(Verb) $(CAT) $< >> $@
+clean-local::
+ -$(Verb) $(RM) -f $(NativeExportsFile)
+else
+
# gold, bfd ld, etc.
ifeq ($(HAVE_LINK_VERSION_SCRIPT),1)
LLVMLibsOptions += -Wl,--version-script,$(NativeExportsFile)
@@ -1025,6 +1068,8 @@ endif
endif
+e...
2012 Mar 09
0
New winetricks 20120308: support wine-1.4, new verbs ao, cmd, mspatcha, msvcirt, sdl
...ther winetricks release :-)
Download url:
http://winetricks.org/winetricks
http://winetricks.org/download/releases/winetricks-20120308.tgz
For bug tracker, mailing lists, and wiki, see
http://winetricks.org
To become a Winetricks contributor, see
http://code.google.com/p/winetricks/wiki/AddingNewVerbs
Changes since 20111115:
Ahmed Waheed:
ao: new verb
Austin English
dotnet20sp1: fixed
dotnet30_sp1: add missing registry entries
dotnet35: adjust to Focht's recipe
dotnet40: new verb, based on steps from Anastasius Focht.
mono210: update to 2.10.8
mspatcha: new verb
sdl: new verb
vcrun6, vcr...
2008 Feb 27
1
New winetricks 20080227: new verbs vbrun3, vbrun4, vbrun5, vbrun6
Detlef contributed verbs vbrun3 and vbrun4, thanks!
And I added vbrun5 and vbrun6 as the preferred synonym for
the existing verbs vbvm5 and vbrun60. That should be easier.
As always, winetricks is at
http://kegel.com/wine/winetricks
and its source repository is at
http://winezeug.googlecode.com
2011 Sep 20
2
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
...s/llvm-config/Makefile
> > index c7f7b32..ad8532e 100644
> > --- a/tools/llvm-config/Makefile
> > +++ b/tools/llvm-config/Makefile
> > @@ -68,6 +68,8 @@ llvm-config-perobj: llvm-config.in $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/
> > >> temp.sed
> > $(Verb) $(ECHO) 's/@LLVM_BUILDMODE@/$(subst /,\/,$(BuildMode))/' \
> > >> temp.sed
> > + $(Verb) $(ECHO) 's/@LLVM_LIBDIR_SUFFIX@/$(subst /,\/,$(LLVM_LIBDIR_SUFFIX))/' \
> > + >> temp.sed
> > $(Verb) $(SED) -f temp.sed < $< > $@
> >...
2008 Apr 02
2
New winetricks 20080402: new verbs dotnet20, win2k, flash, msls31; updated mono, liberation
Big news: as of today or so, wine doesn't need any patches
to install the .net 2.0 runtime or run trivial .net 2.0 apps,
so I've added a dotnet20 verb. No more futzing with recipes
to try out simple .net 2 apps, huzzah!
There are lots of other little changes, too:
20080402
r21 Added dotnet20, removed one kludge from dotnet11, added win2k
verb, plus shorthand for winver=foo
r20 Updated liberation fonts.
20080328
r19 Added flash.
2...
2006 Jul 01
3
help me understand rest
I am having a heck of a time understanding the new rest craze in rails.
what I think I understand so far:
1 rest is about the way we use http to access information on the
internet.
2 http was created with nouns and verbs in mind, but the only verbs that
are supported in browsers and server software today are ''post'' and
''get''. Other useful verbs include put and delete.
3 a url should only contain nouns. They should identify a resource.
Along with the url should be a ''...
2005 May 20
2
MGCP 1.0 / NCS 1.0
...oint >> *CLI> mgcp audit endpoint aaln/1
<< Could not find endpoint >> *CLI> mgcp audit endpoint
aaln/1@001099008521
Posting Request:
AUEP 9 aaln/1@001099008521 MGCP 1.0
F: A
to 10.1.22.81:2427
MGCP read:
528 9 Incompatible Protocol Version
from 10.1.22.81:2427
Verb: '528', Identifier: '9', Endpoint: 'Incompatible', Version: 'Protocol
Version'
1 headers, 0 lines
MGCP read:
RSIP 1075 aaln/3@[001099008521] MGCP 1.0 NCS 1.0
RM: disconnected
RD: 338
from 10.1.22.81:2427
Verb: 'RSIP', Identifier: '1075', End...