Home
last modified time | relevance | path

Searched refs:namespaces (Results 26 – 50 of 228) sorted by relevance

12345678910

/plugin/mantis/lib/
H A Dclass.wsdl.php328 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
353 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
459 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
688 if ((! $ns) && isset($this->namespaces['tns'])) {
689 $ns = $this->namespaces['tns'];
879 foreach($this->namespaces as $k => $v) {
883 if (isset($this->namespaces['wsdl'])) {
886 if (isset($this->namespaces['tns'])) {
1780 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
1798 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
[all …]
H A Dclass.xmlschema.php51 * @param string $namespaces namespaces defined in enclosing XML
54 function nusoap_xmlschema($schema='',$xml='',$namespaces=array()){ argument
62 $this->enclosingNamespaces = $namespaces;
63 $this->namespaces = array_merge($this->namespaces, $namespaces);
207 $this->namespaces[$ns_prefix] = $v;
211 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
216 $this->namespaces['xsi'] = $v.'-instance';
410 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
H A Dclass.nusoap_base.php596 if ($tt_ns != '' && $tt_ns == $this->namespaces['xsd']){
674 …function serializeEnvelope($body,$headers=false,$namespaces=array(),$style='rpc',$use='encoded',$e… argument
773 if(isset($this->namespaces[$prefix])){
774 return $this->namespaces[$prefix].':'.$name;
824 if (isset($this->namespaces[$prefix])) {
825 return $this->namespaces[$prefix];
840 foreach ($this->namespaces as $p => $n) {
H A Dclass.soap_parser.php30 var $namespaces = array(); variable in nusoap_parser
212 $this->namespaces['xsd'] = $this->XMLSchemaVersion;
213 $this->namespaces['xsi'] = $this->XMLSchemaVersion.'-instance';
215 $this->namespaces[$key_localpart] = $value;
229 if(isset($this->namespaces[$value_prefix])){
230 $this->message[$pos]['type_namespace'] = $this->namespaces[$value_prefix];
250 if (isset($this->namespaces[$regs[1]])) {
251 $this->message[$pos]['arrayTypeNamespace'] = $this->namespaces[$regs[1]];
286 $this->message[$pos]['namespace'] = $this->namespaces[$prefix];
287 $this->default_namespace = $this->namespaces[$prefix];
H A Dnusoap.php1131 $this->namespaces = array_merge($this->namespaces, $namespaces);
1279 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
1478 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
4840 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
4865 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
4971 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
5201 $ns = $this->namespaces['tns'];
6311 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6329 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
6341 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
[all …]
/plugin/wikistats/
H A DREADME.md125 to a given namespace and its sub-namespaces you can specify its name
133 The `ns` parameter supports both inclusion and exclusion of the namespaces.
135 Also you can assign a number of namespaces as a comma separated list:
142 The first example will show the pages stats in all namespaces except of “foo”,
143 the second one will include “foo” and “bar” namespaces except of “bar:baz”
146 > Note that namespaces restrictions are not supported for tags and
147 > namespaces stats
182 * Support namespaces restrictions for tags stats
183 * Handle namespaces with medias and without pages as an error (could be configured)
186 * Add total for resources and namespaces stats
/plugin/semanticdata/phpSesame/
H A DphpSesame.php324 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/namespaces/' .…
351 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/namespaces/' .…
376 …$request =& new HTTP_Request2($this->dsn . '/repositories/' . $this->repository . '/namespaces/' .…
/plugin/namespacesearch/
H A Dsyntax.php67 $namespaces = array();
69 search($namespaces,$conf['datadir'],'search_namespaces',null,$dir);
71 foreach ($namespaces as $namespace) {
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css84 #mediamanager__page .namespaces {
180 /*____________ namespaces panel ____________*/
182 [dir=rtl] #mediamanager__page .namespaces {
187 #mediamanager__page .namespaces h2 {
204 [dir=rtl] #mediamanager__page .namespaces h2 {
210 #mediamanager__page .namespaces .panelHeader {
215 #mediamanager__page .namespaces ul {
222 [dir=rtl] #mediamanager__page .namespaces ul {
227 #mediamanager__page .namespaces ul ul {
231 [dir=rtl] #mediamanager__page .namespaces u
[all...]
/plugin/superacl/lang/nl/
H A Dhelp.txt4 namespaces en pagina's in je wiki.
6 Het linker panel geeft alle beschikbare namespaces en pagina's weer.
/plugin/superacl/lang/en/
H A Dhelp.txt3 On this page you can add and remove permissions for namespaces and
6 The left pane displays all available namespaces and pages.
/plugin/advanced/admin/
H A Dexport.php107 $namespaces = array();
110 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');
118 foreach ($namespaces as $namespace) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php179 $namespaces = $data->getDocNamespaces();
180 if (isset($namespaces[''])) {
181 $namespace = $namespaces[''];
315 $namespaces = $data->getDocNamespaces();
316 if (isset($namespaces[''])) {
318 $data->registerXPathNamespace($prefix, $namespaces['']);
/plugin/tplinc/lang/en/
H A Dhelp.txt4 * For namespaces excluding subnamespaces use ''%%namespace:*%%''
5 * For namespaces including subnamespaces use ''%%namespace:**%%''
/plugin/solr/
H A Dhelper.php320 $namespaces = array();
323 search($namespaces, $conf['datadir'],'search_namespaces', $opts);
324 sort($namespaces);
325 foreach($namespaces as $row) {
/plugin/calendoku/syntax/
H A Dshowicalendar.php35 $namespaces = preg_split('/\s/', $this->getConf('icalnamespaces'));
36 foreach ($namespaces as $namespace) {
/plugin/hipchat/
H A Daction.php47 $namespaces = explode(',', $ns);
49 if (!in_array($current_namespace[0], $namespaces)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc19 * <<namespaces>>
42 include::namespaces.asciidoc[]
/plugin/addnewpage/
H A Dsyntax.php258 $namespaces = array();
265 $namespaces[] = $ns['id'];
268 return $namespaces;
/plugin/googlesearch/
H A Dnusoap.php758 return $this->namespaces[$prefix];
1050 $this->namespaces = array_merge($this->namespaces, $namespaces);
1183 $this->namespaces['ns'.(count($this->namespaces)+1)] = $v;
1381 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
4362 $this->namespaces['ns' . (count($this->namespaces) + 1)] = $v;
4387 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
4493 $this->namespaces['ns'.(count($this->namespaces)+1)] = $attrs['namespace'];
5665 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
5683 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
5695 …$typens = isset($this->namespaces['types']) ? $this->namespaces['types'] : $this->namespaces['tns'…
[all …]
/plugin/webexteamsnotifier/
H A Daction.php41 $namespaces = explode(',', $ns);
43 if (!in_array($current_namespace[0], $namespaces)) {
/plugin/rocketchatnotifier/
H A Daction.php42 $namespaces = explode(',', $ns);
44 if (!in_array($current_namespace[0], $namespaces)) {
/plugin/tag/syntax/
H A Dsearchtags.php130 // Get the list of all namespaces for the dropdown
131 $namespaces = [];
132 search($namespaces,$conf['datadir'],'search_namespaces', []);
136 foreach ($namespaces as $ns) {
137 // only display namespaces the user can access when sneaky index is on
150 $form->addElement(form_makeMenuField('plugin__tag_search_namespace', $ns_select, $this->getNS(), $lang['namespaces']));
/plugin/crosspost/
H A DREADME.md1 This DokuWiki plugin allow crosspost article to multiple namespaces.
/plugin/bloglinks/
H A Daction.php4 * Bloglinks Plugin: displays a link to the previous and the next blog entry above posts in configured namespaces
73 $namespaces = explode(',', $this->getConf('enabled_namespaces'));
74 foreach ($namespaces as $namespace) {

12345678910