| /plugin/shorty/ |
| D | helper.php | 54 function getShortUrl($pageID, $service='default') { argument 63 $shortURL = $this->getBitlyURL($pageID, $service); 66 $shortURL = $this->getTinyurlURL($pageID); 69 $shortURL = $this->getyourlsURL($pageID); 84 function getBitlyURL($pageID, $domain) { argument 86 $url = $this->readShortUrl($pageID, $domain); 89 $longUrl = rawurlencode(wl($pageID,'',true)); 104 $this->writeShortUrl($pageID, $url, $domain); 115 function getyourlsURL($pageID) { argument 117 $url = $this->readShortUrl($pageID, 'yourls'); [all …]
|
| /plugin/shorturl/ |
| D | helper.php | 62 function autoGenerateShortUrl ($pageID) { argument 64 if (in_array($pageID, $redirects)) { 65 $shortID = array_search($pageID, $redirects); 67 $shortID = $this->generateShortUrl($pageID); 81 function generateShortUrl($pageID) { argument 90 $hex = md5($pageID); 113 if ( $redirects["$shorturl"] && $redirects["$shorturl"] != $pageID ) { 117 $redirects["$shorturl"] = $pageID; 136 function shorturlPrintLink ($pageID) { argument 144 if (in_array($pageID, $redirects)) { [all …]
|
| /plugin/struct/_test/ |
| H A D | ImportPageCSVTest.php | 58 $pageID = 'new:page'; 62 [$pageID, 'a', 'c', 'b,e', 'd',], 64 $templateFN = substr(wikiFN($pageID), 0, -1 * strlen('page.txt')) . '_template.txt'; 78 $assignment->addPattern($pageID, 'schema1'); 82 $schemaData = mock\AccessTable::getPageAccess('schema1', $pageID); 86 'PID' => $pageID, 94 $this->assertTrue(page_exists($pageID)); 101 $text = file_get_contents(wikiFN($pageID));
|
| /plugin/hidepages/ |
| D | action.php | 30 $pageID = $event->data['id']; 36 $metaHidden = p_get_metadata($pageID, 'hidepage'); 46 if($conf['allowdebug']) dbg("hidepages plugin - suppressed page: " . $pageID); 51 if($conf['allowdebug']) dbg("hidepages plugin - suppressed page: " . $pageID);
|
| /plugin/database2/ |
| D | media.php | 85 list( $pageID, $ioIndex, $column ) = $source; 87 $session = $_SESSION['database2'][$pageID]['tables'][$ioIndex]['editors'][$column]; 115 list( $dsn, $authSlot, $table, $column, $idColumn, $rowid, $pageID, 124 $salt = $_SESSION['database2'][$pageID]['tables'][$ioIndex]['linkedMediaSalts'][$t]; 219 $db = new Database2_media( $dsn, $authSlot, $table, $ioIndex, $pageID );
|
| D | database2.php | 603 $pageID = $this->getPageID(); 610 $match = preg_match( $pattern, $pageID ); 612 $match = fnmatch( $pattern, $pageID );
|
| /plugin/authorlist/ |
| D | helper.php | 21 protected $pageID; variable in helper_plugin_authorlist 67 public function setOptions($pageID, $data){ argument 69 $this->pageID = $pageID;
|
| /plugin/tagfilter/ |
| D | helper.php | 140 * @param string $pageID 143 public function getTagsByPageID($pageID) argument 145 $meta = p_get_metadata($pageID, 'subject');
|
| /plugin/siteexport/syntax/ |
| D | toc.php | 397 list($pageID, $pageReference) = explode("#", $instr[1][0], 2); 399 if (in_array($pageID, $this->includedPages)) { 404 $pageNameLink = empty($pageReference) ? sectionID($pageID, $check) : $pageReference;
|
| /plugin/pdftools/tpl/info/ |
| D | README.txt | 54 * ''@ID@'' -- The article's pageID
|
| /plugin/pdftools/tpl/kompakt/ |
| D | README.txt | 54 * ''@ID@'' -- The article's pageID
|
| /plugin/pdftools/tpl/checkliste2/ |
| D | README.txt | 54 * ''@ID@'' -- The article's pageID
|
| /plugin/pdftools/tpl/checkliste/ |
| D | README.txt | 54 * ''@ID@'' -- The article's pageID
|
| /plugin/pdftools/tpl/minimal/ |
| D | README.txt | 56 * ''@ID@'' -- The article's pageID
|
| /plugin/pdftools/tpl/standard/ |
| D | README.txt | 56 * ''@ID@'' -- The article's pageID
|
| /plugin/dw2pdf/tpl/default/ |
| D | README.txt | 56 * ''@ID@'' -- The article's pageID
|
| /plugin/pdftools/tpl/onlylogo/ |
| D | README.txt | 56 * ''@ID@'' -- The article's pageID
|
| /plugin/aichat/ |
| D | AGENTS.md | 157 - Chunk IDs are calculated as: pageID * 100 + chunk_sequence (pageIDs come from DokuWiki's internal…
|