search for: sytnax

Displaying 6 results from an estimated 6 matches for "sytnax".

Did you mean: syntax
2009 Aug 14
1
[PATCH libguestfs] build: avoid "make sytnax-check" failure
FYI, just pushed: >From 322ff984a39d53422b772bfeb8f69e7c648da8c0 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 14 Aug 2009 21:01:48 +0200 Subject: [PATCH libguestfs] build: avoid "make sytnax-check" failure * daemon/configure.ac: Change a leading TAB to 8 spaces. --- daemon/configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/daemon/configure.ac b/daemon/configure.ac index 62c28ee..b0c7f26 100644 --- a/daemon/configure.ac +++ b/daemon/configure.a...
2006 Mar 29
4
:through alternate
...her_option? end class ThingThing < ActiveRecord::Base belongs_to :thing belongs_to :child_thing, :class_name => ''Thing'', :foreign_key => ''child_thing_id'' end The child_things works. The parent_things does not, or at least, I cannot figure out the sytnax. I would like it to issue an sql like: SELECT things.* FROM things INNER JOIN thing_things ON things.id = thing_things.thing_id WHERE (thing_things.child_thing_id = 6201) Is there a way to trigger this sql using the through options? Many thanks Tom -- Posted via http://www.ruby-forum.com/.
2005 Jul 22
0
Marco and Realtime Extension Problem
...k Jul 21 16:51:46 WARNING[4090]: pbx.c:2337 __ast_pbx_run: Timeout, but no rule 't' in context 'default' In a sense, when I leave the marco, I should be able to enter the realtime extension, but the call flow just fails after prority of the default context. Is there some bug in my sytnax or something in the asterisk program itself? Below is my default context: [default] exten => _X.,1,Macro(stdexten,${EXTEN},${CALLERIDNUM}) ;Realtime Routing from MySQL switch => Realtime/default@extensions [macro-stdexten] exten => s,1,NoOp(Leaving Marco) Regards, Kengie Ho
2006 May 28
2
"if" clause in the view - - - (for two objects)
Hi, sorry to bother you guys with a simple sytnax question; i have a loop of objects taking place (ie, for page in @pages....xxxxxxx....end) and a link associated to each pages so that in the end it looks like this: page1 (link) page2 (link) page3 (link) . . . page n (link) (all of this done by putting a simple ''link to'' in t...
2005 Jul 25
1
Re: Marco and Realtime Extension Problem [SOLVED]
...pbx.c:2337 __ast_pbx_run: Timeout, but > no rule 't' in context 'default' > > In a sense, when I leave the marco, I should be able to enter the > realtime extension, but the call flow just fails after prority of the > default context. > > Is there some bug in my sytnax or something in the asterisk program itself? > > Below is my default context: > > [default] > exten => _X.,1,Macro(stdexten,${EXTEN},${CALLERIDNUM}) > ;Realtime Routing from MySQL > switch => Realtime/default@extensions > > [macro-stdexten] > exten => s,1,NoOp...
2007 Feb 08
5
Mass "require"s
Hi there, I want to manage some files with puppet that control the installation of packages in Gentoo (/etc/make.conf, /etc/portage/*). These files must be downloaded to the client before any package resource is processed, so they are installed correctly. Is there any way to do this? Possible solutions: 1. Include in *every* package require => [ list of files ] inside a case statement, so