zxid

 view release on metacpan or  search on metacpan

Makefile  view on Meta::CPAN

#     cp libssl.a libcrypto.a /apps/mingw/3.0.0-w64/mingw/lib
#     cp apps/openssl.exe /apps/mingw/3.0.0-w64/mingw/bin-w64
#
# Cross compiling curl
#     CPPFLAGS='-I/apps/mingw/3.0.0-w64/mingw/include' LDFLAGS='-L/apps/mingw/3.0.0-w64/mingw/lib' LIBS='-lz' ./configure --prefix=/mingw --with-ssl=/apps/mingw/3.0.0-w64/mingw --without-gnutls -enable-debug --enable-thread --enable-nonblocking --hos...
#     make
#     cp lib/.libs/libcurl* /apps/mingw/3.0.0-w64/mingw/lib
#     cp -r include/curl/ /apps/mingw/3.0.0-w64/mingw/include
#     cp src/curl.exe /apps/mingw/3.0.0-w64/mingw/bin-w64
#
# Fix illegal relocation error on linking libws2_32.a
# wget http://www.dependencywalker.com/depends22_x86.zip
# dependes.exe /c /? zxid_httpd.exe
# psutils

# MinGW-W64 Runtime 3.0 (alpha - rev. 5871) 2013-05-21
MINGWDIR=/apps/mingw/mingw-w64-bin_i686-linux_20130523
SYSROOT=$(MINGWDIR)/x86_64-w64-mingw32
CROSS_COMPILE=1
EXE=.exe
SO=.dll

c/zx-attrs.c  view on Meta::CPAN

    {"examPassed"},
#line 210 "c/zx-attrs.gperf"
    {"shiftPeriod"},
#line 134 "c/zx-attrs.gperf"
    {"SessionIndex"},
#line 336 "c/zx-attrs.gperf"
    {"ParameterName"},
#line 69 "c/zx-attrs.gperf"
    {"notSorted"},
#line 207 "c/zx-attrs.gperf"
    {"relocationConsidered"},
#line 164 "c/zx-attrs.gperf"
    {"typeId"},
    {""},
#line 133 "c/zx-attrs.gperf"
    {"ReauthenticateOnOrAfter"},
#line 158 "c/zx-attrs.gperf"
    {"companyOffered"},
    {""}, {""}, {""}, {""},
#line 70 "c/zx-attrs.gperf"
    {"remaining"},

c/zx-const.h  view on Meta::CPAN

#define zx_all_ATTR	0x0000df
#define zx_firstUsed_ATTR	0x0000e0
#define zx_activateAt_ATTR	0x0000e1
#define zx_primaryIndicator_ATTR	0x0000e2
#define zx_max_ATTR	0x0000e4
#define zx_examPassed_ATTR	0x0000e6
#define zx_shiftPeriod_ATTR	0x0000e7
#define zx_SessionIndex_ATTR	0x0000e8
#define zx_ParameterName_ATTR	0x0000e9
#define zx_notSorted_ATTR	0x0000ea
#define zx_relocationConsidered_ATTR	0x0000eb
#define zx_typeId_ATTR	0x0000ec
#define zx_ReauthenticateOnOrAfter_ATTR	0x0000ee
#define zx_companyOffered_ATTR	0x0000ef
#define zx_remaining_ATTR	0x0000f4
#define zx_ctlpt_ATTR	0x0000f5
#define zx_hierarchicalRole_ATTR	0x0000f6
#define zx_relationship_ATTR	0x0000f7
#define zx_entityID_ATTR	0x0000fd
#define zx_dateDescription_ATTR	0x0000ff
#define zx_PolicyId_ATTR	0x000102

c/zx-hrxml-data.h  view on Meta::CPAN

#endif
/* -------------------------- hrxml_Relocation -------------------------- */
/* refby( zx_hrxml_PreferredPosition_s zx_hrxml_PositionMatching_s ) */
#ifndef zx_hrxml_Relocation_EXT
#define zx_hrxml_Relocation_EXT
#endif
struct zx_hrxml_Relocation_s {
  ZX_ELEM_EXT
  zx_hrxml_Relocation_EXT
  struct zx_elem_s* Comments;	/* {0,1} xsd:string */
  struct zx_attr_s* relocationConsidered;	/* {1,1} attribute xsd:boolean */
};

#define zx_NEW_hrxml_Relocation(c, father) (struct zx_hrxml_Relocation_s*)zx_new_elem((c),(father),zx_hrxml_Relocation_ELEM)
int zx_DEC_ATTR_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x);
int zx_DEC_ELEM_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x);

#ifdef ZX_ENA_AUX
struct zx_hrxml_Relocation_s* zx_DEEP_CLONE_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x, int dup_strs);
void zx_DUP_STRS_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x);
int zx_WALK_SO_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x, void* ctx, int (*callback)(struct zx_node_s* node, void* ctx));
int zx_WALK_WO_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x, void* ctx, int (*callback)(struct zx_node_s* node, void* ctx));
#endif

#ifdef ZX_ENA_GETPUT
struct zx_attr_s* zx_hrxml_Relocation_GET_relocationConsidered(struct zx_hrxml_Relocation_s* x);

struct zx_elem_s* zx_hrxml_Relocation_GET_Comments(struct zx_hrxml_Relocation_s* x, int n);

int zx_hrxml_Relocation_NUM_Comments(struct zx_hrxml_Relocation_s* x);

struct zx_elem_s* zx_hrxml_Relocation_POP_Comments(struct zx_hrxml_Relocation_s* x);

void zx_hrxml_Relocation_PUSH_Comments(struct zx_hrxml_Relocation_s* x, struct zx_elem_s* y);

void zx_hrxml_Relocation_PUT_relocationConsidered(struct zx_hrxml_Relocation_s* x, struct zx_attr_s* y);

void zx_hrxml_Relocation_PUT_Comments(struct zx_hrxml_Relocation_s* x, int n, struct zx_elem_s* y);

void zx_hrxml_Relocation_ADD_Comments(struct zx_hrxml_Relocation_s* x, int n, struct zx_elem_s* z);

void zx_hrxml_Relocation_DEL_Comments(struct zx_hrxml_Relocation_s* x,int n);

void zx_hrxml_Relocation_REV_Comments(struct zx_hrxml_Relocation_s* x);

#endif

c/zx-hrxml-dec.c  view on Meta::CPAN

  default: return 0;
  }
}




int zx_DEC_ATTR_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x)
{
  switch (x->gg.attr->g.tok) {
    case zx_relocationConsidered_ATTR:  x->relocationConsidered = x->gg.attr; return 1;

  default: return 0;
  }
}

int zx_DEC_ELEM_hrxml_Relocation(struct zx_ctx* c, struct zx_hrxml_Relocation_s* x)
{
  struct zx_elem_s* el = x->gg.kids;
  switch (el->g.tok) {
  case zx_hrxml_Comments_ELEM:

sg/hr-xml-sampo.sg  view on Meta::CPAN

  @type?	 -> %hrxml:ExtendedSpeakingTypeType
  ;

%SpecifiedCompetencyReferenceType:
  hrxml:CompetencyId
  hrxml:ProficencyLevel?	 -> %xsd:string
  ;

%StaffingRelocationType:
  hrxml:Comments?	 -> %xsd:string
  @relocationConsidered	 -> %xsd:boolean
  ;

%StaffingSupportingMaterialsType:
    hrxml:Link{0,0}	 -> %InternetWebAddressType
    hrxml:AttachmentReference?:	 base(xsd:string)
      @context?	 -> %xsd:string
      @mimeType?	 -> %xsd:string
    ;
   hrxml:Description?	 -> %xsd:string
  ;



( run in 1.274 second using v1.01-cache-2.11-cpan-5511b514fd6 )