Home
last modified time | relevance | path

Searched refs:pageid (Results 26 – 50 of 66) sorted by relevance

123

/plugin/likeit/
H A Dsyntax.php90 list($index,$pageid,$users) = $opts;
97 $doAction = $Hajax && $pageid == $INFO['id'];
100 $htmlid = hsc($pageid).'_'.$index;
/plugin/cleanoldips/
H A Daction.php161 * @param string $pageid full id of the page
166 protected function getOurCacheFilename($pageid, $create = false) argument
168 $cacheFN = getCacheName('_' . $pageid . 'cleanoldips');
/plugin/odt/action/
H A Dexport.php320 foreach($list as $index => $pageid) {
321 if(auth_quickaclcheck($pageid) < AUTH_READ) {
322 $skippedpages[] = $pageid;
388 foreach($this->list as $pageid) {
389 $relations = p_get_metadata($pageid, 'relation');
409 $dependencies[] = metaFN($pageid, '.meta');
/plugin/preservefilenames/
H A Daction_anteater.php292 $pageid = cleanID($filename);
296 … '/(href="[^"]*)' . preg_quote(rawurlencode($pageid)) . '((?:\?[^#]*)?(?:#[^"]*)?")/',
297 '/(title="[^"]*)' . preg_quote($pageid) . '(")/'
325 $pageid = cleanID($filename);
329 '/(src="[^"]*)' . preg_quote(rawurlencode($pageid)) . '((?:\?[^#]*)?(?:#[^"]*)?")/',
/plugin/do/
H A Daction.php136 $pageid = cleanID($_REQUEST['do_page']);
138 if (auth_quickaclcheck($pageid) < AUTH_EDIT) {
147 $status = $hlp->toggleTaskStatus($pageid, $_REQUEST['do_md5']);
/plugin/watchcycle/
H A Dhelper.php21 * Create HTML for an icon showing the maintenance status of the provided pageid
23 * @param string $pageid the full pageid
27 public function getSearchResultIconHTML($pageid) argument
35 $watchcycle = p_get_metadata($pageid, 'plugin watchcycle');
/plugin/todo/
H A Dscript.js48 param = $chk.data(), // contains: index, pageid, date, strikethrough
93 pageid: param.pageid,
134 pageid: jQuery('input.todocheckbox:first').data().pageid
/plugin/inlineedit/
H A Dsyntax.php111 $pageid = hsc($INFO['id']);
112 …nlineedit' id='inlineedit_span_$itemPos' data-plugin-inlineedit-pageid='$pageid' data-plugin-inlin…
/plugin/odtsupport/
H A Dsyntax.php81 $pageid = pageinfo()['id'];
82 $hash = hash(hash_hmac_algos()[0], $pageid);
118 $metadata = p_get_metadata($pageid, $string, METADATA_RENDER_USING_CACHE);
/plugin/autotooltip/
H A Dsyntax.php63 $pageid = [];
78 $data['pageid'] = $parts[0];
85 // <autott class1 class2><content></content><tip></tip><title></title><pageid></pageid></autott>
94 if (count($content) >= 1 || count($pageid) >= 1) {
118 else if (isset($data['pageid'])) {
119 $renderer->doc .= $this->m_helper->forWikilink($data['pageid'], $data['content']??'', '', $data['classes']??'');
/plugin/datatemplate/syntax/inc/
H A Dcache.php68 foreach($pageids as $pageid) {
69 $modified = filemtime(wikiFN($pageid[0]));
/plugin/webcomponent/syntax/
H A Dbutton.php214 $pageid = $parameters['locallink']['pageid'];
216 …$renderer->doc .= '<a href="' . wl($pageid) . '" class="btn btn-primary">' . $renderer->_xmlEntiti…
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js203 pageId = newValue[i].pageid;
206 if (pageId == newValue[i].pageid)
212 mxLog.debug('edit ignored for page ' + newValue[i].pageid);
/plugin/dir/
H A Dsyntax.php936 $pageid = $fqid;
941 $pieces = explode(':', trim($pageid, ':'));
944 $pageid .= ':'.$this->start;
954 $this->rdr->internallink($pageid, $name);
962 $dirlnk = html_wikilink($pageid, $name);
966 else $this->_put(html_wikilink($pageid, $name));
/plugin/dw2pdf/
H A Daction.php295 foreach ($list as $index => $pageid) {
296 if (auth_quickaclcheck($pageid) < AUTH_READ) {
297 $skippedpages[] = $pageid;
335 foreach ($this->list as $pageid) {
336 $relations = p_get_metadata($pageid, 'relation');
356 $dependencies[] = metaFN($pageid, '.meta');
701 * @param string $id pageid
1106 protected function getDocumentLanguage($pageid)
1114 $tr = $trans->getLangPart($pageid);
1069 getDocumentLanguage($pageid) global() argument
/plugin/tagfilter/syntax/
H A Dcompare.php81 foreach ($allPageids as $key => $pageid) {
82 if (!$Htagfilter->canRead($pageid)) {
/plugin/data-au/
H A Dhelper.php251 case 'pageid':
386 '%pageid%' => array('title', 'page'),
/plugin/data/
H A Dhelper.php238 //multivalued line from db result for pageid and wiki has only in first value the ID
261 case 'pageid':
416 '%pageid%' => ['title', 'page'],
/plugin/struct/types/
H A DPage.php43 $title = $id; // cannot be empty or internallink() might hijack %pageid% and use headings
157 * Return the pageid only
179 [$pageid, $value] = \helper_plugin_struct::decodeJson($value);
181 $value = $pageid;
/plugin/davcal/
H A Dscript.js429 var pageid = calEvent.page;
454 id: pageid,
541 var pageid = jQuery("#dw_davcal__editevent_calendar option:selected").val();
565 id: pageid,
775 var pageid = jQuery("#dw_davcal__editevent_calendar option:selected").val();
781 id: pageid,
/plugin/bookcreator/syntax/
H A Dbookmanager.php159 * @param string $bmpage pageid of the page with the Book Manager
/plugin/indexmenu/scripts/
H A Dindexmenu.js158 this.pageid = JSINFO.id || ''; // current page
204 this.pageid = this.pageid.replace(/:/g,this.config.sepchar);
255 if (this.pageid === (!cn.hns && cn.dokuid || cn.hns)) {
609 let cns = this.pageid;
881 curns = this.pageid.substring(0, this.pageid.lastIndexOf(this.config.sepchar));
/plugin/autolink2/
H A Dhelper.php317 list ($pageid,$anchor) = explode('|',$page);
318 $pid = array_search("$pageid\n", $this->page_idx);
/plugin/davcard/
H A Dscript.js139 var pageid = jQuery("#dw_davcard__addressbook option:selected").val();
195 id: pageid,
239 var pageid = jQuery("#dw_davcard__addressbook option:selected").val();
295 id: pageid,
/plugin/semanticdata/
H A Dhelper.php174 '%pageid%' => array('title', 'page'),

123