Home
last modified time | relevance | path

Searched +full:ns +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang) (Results 1 – 11 of 11) sorted by relevance

/plugin/siteexport/syntax/
H A Daggregate.php56 $ns = $value;
58 $ns .= ':';
62 $ns .= 'index';
63 $namespace[] = $ns;
80 $form->addHidden('ns', $ID);
115 foreach( $allNamespaces as $ns ) {
116 if ( !array_key_exists('_'.$ns[2], $values) ) {
117 $values['_'.$ns[2]] = $ns;
118 } else if ( !in_array($ns[0], $values['_'.$ns[2]][4]) ) {
119 $values['_'.$ns[2]][0] .= '|' . $ns[0];
[all …]
H A Dsiteexport.php50 $form->addHidden('ns', $id);
/plugin/siteexport/inc/
H A Dfunctions.php66 * @param $NS
69 public function getNamespaceFromID($NS, &$PAGE) { argument
72 $NS = (new PageResolver($NS))->resolveId($NS);
73 $NSa = explode(':', $NS);
75 $NS .= ':' . $conf['start'];
76 $NS = (new PageResolver($NS))->resolveId($NS);
79 $PAGE = noNS($NS);
80 $NS = getNS($NS);
138 $NS = $this->settings->exportNamespace;
399 …$NS = array_key_exists( 'ns', $data ) ? $data['ns'] : ( array_key_exists( 'id', $data ) ? $data['i…
[all …]
H A Djavahelp.php11 private $NS = null; variable in siteexport_javahelp
20 public function __construct($functions, $filewriter, $NS) argument
22 $this->NS = $NS;
35 $toc = new siteexport_toc($this->functions, $this->NS);
59 …!empty($this->translation->translationsNs) ? $this->translation->translationsNs : $this->NS . ':');
H A Dtoc.php11 private $NS = null; variable in siteexport_toc
14 public function __construct($functions, $NS) argument
19 $this->NS = $NS;
31 … $checkArray = $this->translation ? $this->translation->translations : array(noNS($this->NS));
318 $NS = array_shift($DATA);
319 if (!is_array($PAGES[$NS])) $PAGES[$NS] = empty($PAGES[$NS]) ? array() : array($PAGES[$NS]);
320 $this->__buildTopicTree($PAGES[$NS], $DATA, $SITE, $INSERTDATA);
352 foreach ($DATA as $NODENAME => $NS) {
353 …$XML .= $this->__addXMLTopic($NS, (!($this->emptyNSToc || count($DATA) > 1) && $ITEM != 'topic' ? …
H A Dsettings.php90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE );
/plugin/siteexport/exe/
H A Dsiteexportmanager.php20 $NS = cleanID($INPUT->str('ns')); variable
40 $ID = $NS . ':' . getID();
44 $JSINFO = array('id' => $ID, 'namespace' => $NS);
/plugin/siteexport/action/
H A Dajax.php257 $data = $this->__get_siteexport_list_and_init_tocs($INPUT->str('ns'));
348 private function __get_siteexport_list($NS, $overrideCache = false) { argument
352 $NS = $this->namespace = $this->functions->getNamespaceFromID($NS, $PAGE);
362 $NS = (new PageResolver($NS))->resolveId($PAGE);
363 $exists = page_exists($NS);
428 private function __get_siteexport_list_and_init_tocs($NS, $isRedirected = false) { argument
436 $data = $this->__get_siteexport_list($NS, $isRedirected);
440 $this->functions->debug->message("List is empty I guess. Used NS: '{$NS}' ", null, 1);
450 $toc = new siteexport_toc($this->functions, $NS);
456 $toc = new siteexport_javahelp($this->functions, $this->filewriter, $NS);
[all …]
H A Daggregate.php144 'url' => 'lib/plugins/siteexport/exe/siteexportmanager.php?ns=',
/plugin/siteexport/
H A Dhelper.php175 $form->addElement(form_makeTextField('ns', $ID, $this->getLang('ns') . ':', 'ns'));
H A Dscript.js5 /** global: NS */
294 …if ( element.value == NS || element.value == JSINFO.id || element.value == JSINFO.namespace ) { el…