Home
last modified time | relevance | path

Searched refs:sectionID (Results 1 – 24 of 24) sorted by relevance

/plugin/imageflow/syntax/
H A Dimageflow.php24 private $sectionID = array(); variable in syntax_plugin_imageflow_imageflow
122 $this->sectionID[] = sectionID("imageflow_container_", $this->header[$mode]);
123 $scID = $this->sectionID[sizeof($this->sectionID)-1];
145 $imgData['id'] = sectionID(noNS($item['id']), $this->header[$mode]);
158 if (is_array($sectionID) && sizeOf($sectionID) > 0) {
159 array_pop($sectionID);
241 … $renderer->meta['relation']['imageflow'][$this->sectionID[sizeof($this->sectionID)-1]][] = $data;
/plugin/dw2pdf/
H A Drenderer.php44 $pid = sectionID($ID, $check);
87 $pid = sectionID($ID, $check);
185 $pid = sectionID($ID, $check);
252 $pid = sectionID($link['title'], $check);
/plugin/edittable/action/
H A Dsectionjump.php35 $event->data['fragment'] = sectionID($match[1], $check);
/plugin/box2/
H A Daction.php31 $event->data['fragment'] = sectionID($match[1], $check);
/plugin/combo/ComboStrap/
H A DOutlineSection.php80 return sectionID($fragment, $check);
234 $this->headingId = sectionID($label, $this->tocUniqueId);
H A DHtml.php47 return sectionID($string, $check);
/plugin/siteexport/syntax/
H A Dsiteexport.php47 …$formParams = array( 'id' => sectionID('siteexport_siteexporter', $this->headers), 'action' => wl(…
H A Daggregate.php76 …$formParams = array( 'id' => sectionID('siteexport_site_aggregator', $this->headers), 'action' => …
H A Dtoctools.php74 …ler( $match, $state, $pos, $handler, array('mergehint', 'start', $data, sectionID( $data, $this->c…
H A Dtoc.php404 $pageNameLink = empty($pageReference) ? sectionID($pageID, $check) : $pageReference;
/plugin/magnifier/
H A Dsyntax.php65 $scID = sectionID(noNs($id), $this->headers);
/plugin/toctweak/syntax/
H A Dmetatoc.php80 $section = $hash ? sectionID($hash, $check = false) : '';
/plugin/tabbox/
H A Dsyntax.php134 $tabid = 'tab__' . sectionID($name, $this->tabids);
/plugin/include/syntax/
H A Dinclude.php76 if (isset($sect)) $sect = sectionID($sect, $check);
/plugin/news/
H A Dhelper.php158 $feed_data[$j]['name'] = sectionID($ar[$i],$check);
/plugin/nspages/printers/
H A Dprinter.php155 return "nspages_" . sectionID($item['id'], self::$builtSectionIds);
/plugin/popupviewer/syntax/
H A Dviewer.php84 $scID = sectionID(noNs($id), $this->headers);
/plugin/qna/
H A Daction.php78 $this->headerId = sectionID($instruction[1][0], $this->headerCheck);
/plugin/data-au/syntax/
H A Dentry.php175 $class_name = hsc(sectionID($key, $class_names));
H A Dtable.php284 $class .= ' ' . hsc(sectionID($col, $class_names_cache));
/plugin/data/syntax/
H A Dentry.php196 $class_name = hsc(sectionID($key, $class_names));
H A Dtable.php293 $class .= 'align ' . hsc(sectionID($col, $class_names_cache));
/plugin/include/
H A Dhelper.php628 $check = array(); // used for sectionID() in order to get the same ids as the xhtml renderer
634 if (sectionID($ins[$i][1][0], $check) == $sect) {
/plugin/siteexport/inc/
H A Dfunctions.php723 $meta['id'] = sectionID($this->cleanId($title), $check);