代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/440260/7691377
h xmlconfig.h
// XMLConfig.h: interface for the CXMLConfig class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_XMLCONFIG_H__E3645079_46B3_4790_AE8F_BEAAE9F33097__I
www.eeworm.com/read/100409/6270286
inc makefile.inc
# Makefile.inc for project: xpath
# Automatically created by WipeOut - DO NOT MODIFY.
TOP_MODULE_DIR = /raid/Repository/
MODULE_NAME = xpath
MODULE_DIR = /home/daniela/ozone/org/ozoneDB/xml/xpath/
P
www.eeworm.com/read/350465/10741785
js sqltranslator.js
var mw = {util: {}};
mw.util.SqlTranslator = function()
{
var me = this;
me.translateToXPath = function(p_sqlString, p_outArguments)
{
var match = p_sqlString.match(
www.eeworm.com/read/440260/7691375
h code_conv.h
#ifndef _WXB_CODE_CONV_H
#define _WXB_CODE_CONV_H
#include
using std::string;
//代码转换:从一种编码转为另一种编码
int code_convert(char* from_charset, char* to_charset, char* inbuf,
int inl
www.eeworm.com/read/328692/13007653
c tw2834.c
/*
* tw2834 - Techwell TW2834 video decoder driver version 0.0.1
*
* Copyright (c) 2006 Guangzhou Jinpeng Group Co., Ltd.
* All rights reserved.
* David Huang
* This s
www.eeworm.com/read/138548/5815431
pm expr.pm
# $Id: Expr.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Expr;
use strict;
sub new {
my $class = shift;
my ($pp) = @_;
bless { predicates => [], pp => $pp }, $class;
}
sub as
www.eeworm.com/read/138548/5815435
pm attribute.pm
# $Id: Attribute.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Attribute;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::AttributeImpl;
use
www.eeworm.com/read/138548/5815436
pm namespace.pm
# $Id: Namespace.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Namespace;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::NamespaceImpl;
use