Home
last modified time | relevance | path

Searched refs:page (Results 51 – 75 of 2033) sorted by last modified time

12345678910>>...82

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dplugin.info.txt6 desc Provides a syntax for rendering an OpenLayers based map in a wiki page.
H A Dprint.less29 .olPOItblBody tr { page-break-inside: avoid; }
31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
/plugin/openlayersmap/lang/fr/
H A Dhelp.txt10 * **affichage plein écran** à l'aide du bouton ⛶, la carte peut être agrandie en affichage plein écran, utilisez le bouton ▢ pour revenir à l'affichage de la page.
19 * **affichage plein écran** à l'aide du bouton ⛶, la carte peut être agrandie en affichage plein écran, utilisez le bouton ▢ pour revenir à l'affichage de la page.
21 // Il est possible que certaines des fonctions ou boutons décrits ci-dessus aient été désactivés par l'auteur de la page ou l'administrateur //
/plugin/openlayersmap/lang/en/
H A Dhelp.txt10 * **fullscreen display** using the ⛶ button the map can be maximized to fullscreen display, use the ▢ button to return to page display.
19 * **fullscreen display** using the ⛶ button the map can be maximized to fullscreen display, use the ▢ button to return to page display.
21 //It's possible that some of the functions or buttons describe above have been disabled by the page author or the administrator//
H A Dadmin_intro.txt2 This page allows you to purge the cached tiles and maps that are used by the 'local' static maps backend.
/plugin/openlayersmap/lang/es/
H A Dadmin_intro.txt2 FIXME (translate) This page allows you to purge the cached tiles and maps that are used by the 'local' static maps backend.
/plugin/shell/lang/en/
H A Dhelp.txt9 Please keep in mind that this is not a real interactive shell. It is a web page that sends commands…
/plugin/geotag/
H A DREADME.md3 Provides a syntax and rendering of geotag information in your wiki page.
/plugin/spatialhelper/helper/
H A Dindex.php84 foreach ($pages as $page) {
85 $this->updateSpatialIndex($page ['id']);
99 * Update the spatial index for the page.
114 Logger::debug("Geo metadata found for page $id", $geotags);
126 * page or media id
299 * Deletes the page from the index.
/plugin/spatialhelper/
H A Daction.php41 // listen for page add / delete events
79 * Update the spatial index for the page.
86 // $event→data['page'] – the page id
91 $id = $event->data ['page'];
97 * Update the spatial index, removing the page.
108 // $data[1] – ns: The colon separated namespace path minus the trailing page name. (false if root ns)
109 // $data[2] – page_name: The wiki page name.
110 // $data[3] – rev: The page revision, false for current wiki pages.
116 // file is empty, page i
[all...]
/plugin/acknowledge/
H A Dhelper.php71 * Fills the page index with all unknown pages from the fulltext index
76 $pages = idx_getIndex('page', '');
77 $sql = "INSERT OR IGNORE INTO pages (page, lastmod) VALUES (?,?)";
80 foreach ($pages as $page) {
81 $page = trim($page);
82 $lastmod = @filemtime(wikiFN($page));
85 $this->db->exec($sql, [$page, $lastmod]);
96 * Check if the given pattern matches the given page
99 * @param string $page th
92 matchPagePattern($pattern, $page) global() argument
134 removePage($page) global() argument
149 storePageDate($page, $lastmod, $newContent) global() argument
174 clearPageAssignments($page) global() argument
190 setPageAssignees($page, $assignees) global() argument
205 setAutoAssignees($page) global() argument
238 isUserAssigned($page, $user, $groups) global() argument
283 getPageAssignees($page) global() argument
414 hasUserAcknowledged($page, $user) global() argument
439 getLatestUserAcknowledgement($page, $user) global() argument
459 saveAcknowledgement($page, $user) global() argument
505 getPageAcknowledgements($page, $max = 0) global() argument
[all...]
/plugin/acknowledge/admin/
H A Dreport.php47 * Show which users have or need ot acknowledge a specific page
49 * @param string $pattern A page assignment pattern
142 $form->setHiddenField('page', 'acknowledge_report');
186 echo '<td>' . $this->pageLink($item['page']) . '</td>';
189 ':' . $item['page'],
209 'page' => 'acknowledge_report',
230 'page' => 'acknowledge_report',
239 * Link to the page overview
241 * @param string $page
244 protected function pageLink($page)
218 pageLink($page) global() argument
[all...]
/plugin/acknowledge/db/
H A Dupdate0001.sql3 page TEXT NOT NULL PRIMARY KEY, field
9 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE, field
12 PRIMARY KEY (page, user)
17 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY, field
H A Dupdate0002.sql5 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE, field
8 PRIMARY KEY (page, user)
11 INSERT INTO acks_temp (page,user,ack) SELECT page,user,ack FROM acks;
17 page TEXT NOT NULL REFERENCES pages (page), field
20 PRIMARY KEY (page, user, ack)
23 INSERT INTO acks (page,user,ack) SELECT page,use
[all...]
H A Dupdate0003.sql4 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY, field
9 INSERT INTO assignments_temp (page, pageassignees) SELECT page, assignee FROM assignments;
/plugin/acknowledge/lang/en/
H A Dassign.txt4 Whenever a page matches one of the patterns here, the people and groups will be assigned.
8 * Pages as usual with their full page ID.
9 * Regular Expressions starting and ending with ''/'' - they are matched against a '':'' prefixed full page id.
/plugin/backlinks/
H A DREADME.md3 Add lists of backlinks to a page.
H A Dplugin.info.txt6 desc Displays backlinks to a given page.
/plugin/dokusioc/
H A Daction.php125 $rdf->setURLParameters('type', 'id', 'page', false);
/plugin/dokusioc/lib/
H A Dsioc_inc.php69 $page = 'page', argument
79 $this->url4page = $page;
113 public function siocURL($type, $id, $page = "") argument
129 …($page) ? $page_part = $this->urlseparator . $this->url4page . $this->urlequal . $page : $page_par…
224 private $page; variable in SIOCSite
236 $this->page = $page;
430 private $page; variable in SIOCThread
448 $this->page = $page;
580 private $page; variable in SIOCForum
597 $page, argument
[all …]
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php145 …http://www.silisoftware.com/png_alpha_transparency/">PNG transparency test page</a>'.$only_php432);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt203 don't-show-on-first-page-load bug
394 source frame in multi-frame/multi-page source formats, such
1109 * Now including phpThumb.demo.demo1.php (main demo page)
1110 and phpThumb.demo.demo2.php (configurable demo page)
H A Dphpthumb.faq.txt104 For an alpha-channel PNG display in IE hack, see this page:
136 Q: The first time I go to a page which contains thumbnails I
320 parameter of phpThumb to specify which page to thumbnail.
H A Dphpthumb.readme.txt510 sfn = Source Frame Number - use this frame/page number for
511 multi-frame/multi-page source images (GIF, TIFF, etc)

12345678910>>...82