Home
last modified time | relevance | path

Searched +refs:namespace +refs:definitions (Results 1 – 25 of 15845) sorted by relevance

12345678910>>...634

/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dnamespace.rkt48 namespace->definitions))
176 (define (namespace->definitions ns phase-level)
187 (define d (namespace->definitions ns phase-level))
191 (define d (namespace->definitions ns phase-level))
195 (define d (namespace->definitions ns phase-level))
199 (define d (namespace->definitions ns (add1 phase-level)))
203 (define d (namespace->definitions ns (add1 phase-level)))
207 (define d (namespace->definitions ns phase-level))
211 (define d (namespace->definitions ns (add1 phase-level)))
215 (definitions-variables (namespace->definitions ns phase-shift)))
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dnamespace.rkt48 namespace->definitions))
176 (define (namespace->definitions ns phase-level)
187 (define d (namespace->definitions ns phase-level))
191 (define d (namespace->definitions ns phase-level))
195 (define d (namespace->definitions ns phase-level))
199 (define d (namespace->definitions ns (add1 phase-level)))
203 (define d (namespace->definitions ns (add1 phase-level)))
207 (define d (namespace->definitions ns phase-level))
211 (define d (namespace->definitions ns (add1 phase-level)))
215 (definitions-variables (namespace->definitions ns phase-shift)))
[all …]
/dports/www/moodle310/moodle/webservice/soap/tests/
H A Dwsdl_test.php48 $namespace = 'testnamespace';
49 $wsdl = new wsdl($serviceclass, $namespace);
59 …$this->assertEquals($namespace, $definitions->types->children('xsd', true)->schema->attributes()->…
123 $namespace = 'testnamespace';
124 $wsdl = new wsdl($serviceclass, $namespace);
131 …$this->assertEquals($namespace, $definitions->types->children('xsd', true)->schema->attributes()->…
169 $namespace = 'testnamespace';
170 $wsdl = new wsdl($serviceclass, $namespace);
296 $namespace = 'testnamespace';
297 $wsdl = new wsdl($serviceclass, $namespace);
[all …]
/dports/www/moodle311/moodle/webservice/soap/tests/
H A Dwsdl_test.php48 $namespace = 'testnamespace';
49 $wsdl = new wsdl($serviceclass, $namespace);
59 …$this->assertEquals($namespace, $definitions->types->children('xsd', true)->schema->attributes()->…
123 $namespace = 'testnamespace';
124 $wsdl = new wsdl($serviceclass, $namespace);
131 …$this->assertEquals($namespace, $definitions->types->children('xsd', true)->schema->attributes()->…
169 $namespace = 'testnamespace';
170 $wsdl = new wsdl($serviceclass, $namespace);
296 $namespace = 'testnamespace';
297 $wsdl = new wsdl($serviceclass, $namespace);
[all …]
/dports/www/moodle39/moodle/webservice/soap/tests/
H A Dwsdl_test.php48 $namespace = 'testnamespace';
49 $wsdl = new wsdl($serviceclass, $namespace);
59 …$this->assertEquals($namespace, $definitions->types->children('xsd', true)->schema->attributes()->…
123 $namespace = 'testnamespace';
124 $wsdl = new wsdl($serviceclass, $namespace);
131 …$this->assertEquals($namespace, $definitions->types->children('xsd', true)->schema->attributes()->…
169 $namespace = 'testnamespace';
170 $wsdl = new wsdl($serviceclass, $namespace);
296 $namespace = 'testnamespace';
297 $wsdl = new wsdl($serviceclass, $namespace);
[all …]
/dports/devel/py-dtfabric/dtfabric-20200621/dtfabric/runtime/
H A Druntime.py15 from dtfabric import definitions
36 definitions.TYPE_INDICATOR_BOOLEAN: 'bool',
37 definitions.TYPE_INDICATOR_CHARACTER: 'str',
39 definitions.TYPE_INDICATOR_INTEGER: 'int',
40 definitions.TYPE_INDICATOR_STREAM: 'bytes',
41 definitions.TYPE_INDICATOR_STRING: 'str',
42 definitions.TYPE_INDICATOR_UUID: 'uuid.UUID'}
185 namespace = {
193 namespace['__builtins__']['__build_class__'] = builtins.__build_class__
195 exec(class_definition, namespace) # pylint: disable=exec-used
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/writer/
H A Dlists.py56 self.namespace = namespace
85 makeelement = self.namespace.makeelement
131 self.namespace = docx.namespace
153 definitions = {}
156 defn = definitions[defn]
158 definitions[defn] = defn
159 defn.num_id = len(definitions) - 1
161 self.definitions = sorted(itervalues(definitions), key=attrgetter('num_id'))
164 for defn in self.definitions:
166 makeelement = self.namespace.makeelement
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/config/
H A Dwikidata.go45 definitions string
54 namespace string
70 definitions: "wikidata-definitions-1.0.0",
94 wikidata.namespace = wikidataNamespace
102 return wikidata.namespace
120 func SetWikidataDefinitions(definitions string) {
121 wikidata.definitions = definitions
127 return wikidata.definitions
/dports/textproc/R-cran-XML/XML/man/
H A DxmlNamespaceDefinitions.Rd13 \title{Get definitions of any namespaces defined in this XML node}
15 If the given node has any namespace definitions declared within it,
17 \code{xmlNamespaceDefinitions} provides access to these definitions.
22 \code{getDefaultNamespace} is used to get the default namespace
37 \item{x}{the \code{XMLNode} object in which to find any namespace
38 definitions}
47 namespace definitions for just this node (\code{FALSE})
49 If this is \code{TRUE}, all the namespace definitions are
58 of name space definitions which also identify
67 A list with as many elements as there are namespace definitions.
[all …]
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/SOAP/WSDL/Expat/
H A DWSDLParser.t17 my $definitions = $parser->parse_file(
28 $definitions = $parser->parse_uri(
36 $definitions = $parser->parse_uri(
42 $definitions = $parser->parse_uri(
54 is $schema_from_ref->[1]->get_xmlns()->{ foo }, 'urn:Bar1', 'namespace prefix not overridden by imp…
63 …like $warning, qr{cannot \s import \s document \s for \s namespace \s >urn:Test< \s without \sloca…
66 $definitions = $warn_parser->parse_uri(
69 …like $warning, qr{cannot \s import \s document \s for \s namespace \s >urn:Test< \s without \sloca…
80 like $@, qr{\A cannot \s import \s document \s from \s namespace \s
90 $definitions = $parser->parse_uri(
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/php/lib/ClassLoader/
H A DThriftClassLoader.php40 protected $definitions = array(); variable in Thrift\\ClassLoader\\ThriftClassLoader
68 * @param string $namespace The namespace
71 public function registerNamespace($namespace, $paths) argument
73 $this->namespaces[$namespace] = (array)$paths;
79 * @param string $namespace The definition namespace
84 $this->definitions[$namespace] = (array)$paths;
139 $namespace = substr($class, 0, $pos);
144 if (0 !== strpos($namespace, $ns)) {
173 $namespace = implode('\\', $m);
175 foreach ($this->definitions as $ns => $dirs) {
[all …]
/dports/mail/nocc/nocc-1.9.10/htmlpurifier/library/HTMLPurifier/
H A DConfig.php66 protected $definitions; variable in HTMLPurifier_Config
299 $namespace = $key;
376 if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {
377 $this->definitions[$namespace] = null;
491 if (!empty($this->definitions[$type])) {
492 $def = $this->definitions[$type];
508 $this->definitions[$type] = $def;
534 if (!empty($this->definitions[$type])) {
535 $def = $this->definitions[$type];
583 $this->definitions[$type] = $def;
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ezyang/htmlpurifier/library/HTMLPurifier/
H A DConfig.php66 protected $definitions; variable in HTMLPurifier_Config
299 $namespace = $key;
376 if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {
377 $this->definitions[$namespace] = null;
491 if (!empty($this->definitions[$type])) {
492 $def = $this->definitions[$type];
508 $this->definitions[$type] = $def;
534 if (!empty($this->definitions[$type])) {
535 $def = $this->definitions[$type];
583 $this->definitions[$type] = $def;
[all …]
/dports/mail/nextcloud-mail/mail/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
H A DConfig.php66 protected $definitions; variable in HTMLPurifier_Config
299 $namespace = $key;
376 if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {
377 $this->definitions[$namespace] = null;
491 if (!empty($this->definitions[$type])) {
492 $def = $this->definitions[$type];
508 $this->definitions[$type] = $def;
534 if (!empty($this->definitions[$type])) {
535 $def = $this->definitions[$type];
583 $this->definitions[$type] = $def;
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/
H A DConfig.php66 protected $definitions; variable in HTMLPurifier_Config
299 $namespace = $key;
376 if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {
377 $this->definitions[$namespace] = null;
491 if (!empty($this->definitions[$type])) {
492 $def = $this->definitions[$type];
508 $this->definitions[$type] = $def;
534 if (!empty($this->definitions[$type])) {
535 $def = $this->definitions[$type];
583 $this->definitions[$type] = $def;
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/HTMLPurifier/
H A DConfig.php66 protected $definitions; variable in HTMLPurifier_Config
299 $namespace = $key;
376 if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {
377 $this->definitions[$namespace] = null;
491 if (!empty($this->definitions[$type])) {
492 $def = $this->definitions[$type];
508 $this->definitions[$type] = $def;
534 if (!empty($this->definitions[$type])) {
535 $def = $this->definitions[$type];
583 $this->definitions[$type] = $def;
[all …]
/dports/finance/prestashop/prestashop/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
H A DConfig.php66 protected $definitions; variable in HTMLPurifier_Config
299 $namespace = $key;
376 if ($namespace == 'HTML' || $namespace == 'CSS' || $namespace == 'URI') {
377 $this->definitions[$namespace] = null;
491 if (!empty($this->definitions[$type])) {
492 $def = $this->definitions[$type];
508 $this->definitions[$type] = $def;
534 if (!empty($this->definitions[$type])) {
535 $def = $this->definitions[$type];
583 $this->definitions[$type] = $def;
[all …]

12345678910>>...634