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