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/
Dsiteexport.php50 $form->addHidden('ns', $id);
Daggregate.php56 $ns = $value;
58 $ns .= ':';
61 // The following function wants an page but we only have an NS at this moment
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]) ) {
[all …]
/plugin/siteexport/inc/
Dfunctions.php66 * @param $NS
69 public function getNamespaceFromID($NS, &$PAGE) { argument
71 // Check current page - if its an NS add the startpage
72 $NS = (new PageResolver($NS))->resolveId($NS);
73 $NSa = explode(':', $NS);
74 …if (!page_exists($NS) && array_pop($NSa) != strtolower($conf['start'])) { // Compare to lowercase …
75 $NS .= ':' . $conf['start'];
76 $NS = (new PageResolver($NS))->resolveId($NS);
79 $PAGE = noNS($NS);
80 $NS = getNS($NS);
[all …]
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 . ':');
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' ? …
Dsettings.php90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE );
/plugin/siteexport/exe/
Dsiteexportmanager.php20 $NS = cleanID($INPUT->str('ns')); variable
40 $ID = $NS . ':' . getID();
44 $JSINFO = array('id' => $ID, 'namespace' => $NS);
/plugin/siteexport/action/
Dajax.php220 …$maxRedirectNumber = ceil((count($this->__get_siteexport_list($INPUT->str('ns'), true))*5)/$this->…
257 $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);
353 …$this->functions->debug->message("ROOT Namespace to export from: '{$NS}' / {$this->namespace}", nu…
361 $PAGE = $this->functions->cleanID(str_replace(":", "/", $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);
[all …]
Daggregate.php144 'url' => 'lib/plugins/siteexport/exe/siteexportmanager.php?ns=',
/plugin/siteexport/
Dhelper.php175 $form->addElement(form_makeTextField('ns', $ID, $this->getLang('ns') . ':', 'ns'));
Dscript.js5 /** global: NS */
294 …if ( element.value == NS || element.value == JSINFO.id || element.value == JSINFO.namespace ) { el…