/plugin/imageflow/syntax/ |
H A D | imageflow.php | 24 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 D | renderer.php | 44 $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 D | sectionjump.php | 35 $event->data['fragment'] = sectionID($match[1], $check);
|
/plugin/box2/ |
H A D | action.php | 31 $event->data['fragment'] = sectionID($match[1], $check);
|
/plugin/combo/ComboStrap/ |
H A D | OutlineSection.php | 82 return sectionID($fragment, $check); 241 $this->headingId = sectionID($label, $this->tocUniqueId);
|
H A D | Html.php | 47 return sectionID($string, $check);
|
/plugin/siteexport/syntax/ |
H A D | siteexport.php | 47 …$formParams = array( 'id' => sectionID('siteexport_siteexporter', $this->headers), 'action' => wl(…
|
H A D | aggregate.php | 76 …$formParams = array( 'id' => sectionID('siteexport_site_aggregator', $this->headers), 'action' => …
|
H A D | toctools.php | 74 …ler( $match, $state, $pos, $handler, array('mergehint', 'start', $data, sectionID( $data, $this->c…
|
H A D | toc.php | 404 $pageNameLink = empty($pageReference) ? sectionID($pageID, $check) : $pageReference;
|
/plugin/magnifier/ |
H A D | syntax.php | 65 $scID = sectionID(noNs($id), $this->headers);
|
/plugin/toctweak/syntax/ |
H A D | metatoc.php | 80 $section = $hash ? sectionID($hash, $check = false) : '';
|
/plugin/tabbox/ |
H A D | syntax.php | 134 $tabid = 'tab__' . sectionID($name, $this->tabids);
|
/plugin/include/syntax/ |
H A D | include.php | 76 if (isset($sect)) $sect = sectionID($sect, $check);
|
/plugin/news/ |
H A D | helper.php | 158 $feed_data[$j]['name'] = sectionID($ar[$i],$check);
|
/plugin/nspages/printers/ |
H A D | printer.php | 155 return "nspages_" . sectionID($item['id'], self::$builtSectionIds);
|
/plugin/popupviewer/syntax/ |
H A D | viewer.php | 84 $scID = sectionID(noNs($id), $this->headers);
|
/plugin/qna/ |
H A D | action.php | 78 $this->headerId = sectionID($instruction[1][0], $this->headerCheck);
|
/plugin/data-au/syntax/ |
H A D | entry.php | 175 $class_name = hsc(sectionID($key, $class_names));
|
H A D | table.php | 284 $class .= ' ' . hsc(sectionID($col, $class_names_cache));
|
/plugin/data/syntax/ |
H A D | entry.php | 196 $class_name = hsc(sectionID($key, $class_names));
|
H A D | table.php | 293 $class .= 'align ' . hsc(sectionID($col, $class_names_cache));
|
/plugin/include/ |
H A D | helper.php | 628 $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 D | functions.php | 723 $meta['id'] = sectionID($this->cleanId($title), $check);
|