Home
last modified time | relevance | path

Searched refs:pages (Results 126 – 150 of 858) sorted by relevance

12345678910>>...35

/plugin/navi/_test/
H A DExternalLinksTest.php70 ], $actualPages, 'the correct pages in the correct order');
74 … ], $actualLiOpen, 'the pages which have have children and are open should have the "open" class');
77 …], $actualLiClose, 'the pages which have have children, but are closed should have the "close" cla…
/plugin/nsexport/packer/ziphtml/
H A Dzip.php88 public function start($key, $user, $pages, $groups) { argument
92 $pages = unserialize($pages);
127 foreach($pages as $ID){
183 public function _export_html($pages){ argument
/plugin/epub/lang/fr/
H A Dremove.txt1 Vous pouvez recréer ce live, en modifiant ses pages ou en changeant la liste ou l'ordre des pages, …
2 …n aurez fini avec ce livre, vous devriez supprimer son id de la liste des pages de création de liv…
/plugin/blogtng/
H A Dadmin.php386 $pages[] = 1; // first always
387 $pages[] = $lastpage; // last page always
388 $pages[] = $currentpage; // current page always
391 $pages[] = 2; // second and ..
392 $pages[] = $lastpage-1; // one before last
396 if($currentpage-1 > 0) $pages[] = $currentpage-1;
397 if($currentpage-2 > 0) $pages[] = $currentpage-2;
398 if($currentpage-3 > 0) $pages[] = $currentpage-3;
403 $pages = array_unique($pages);
404 sort($pages);
[all …]
/plugin/bookcreator/script/
H A Dnspicker.js297 * Add all pages in the selected Namespace to the book, show
298 * window with added pages and then close/hide the Namespace
304 var pages;
307 // Go through the array of pages, add them and prepare
309 pages = 0;
311 if (data.hasOwnProperty('pages')) {
312 jQuery(data.pages).each(function (index) {
313 name = data.pages [index];
316 pages += 1;
319 if (pages
[all...]
/plugin/linkback/action/
H A Dsend.php91 $pages = $this->_parse_instructionlist($ilist);
94 foreach ($pages as $page) {
96 // try to ping pages not already pinged
114 $pages = array ();
118 $pages[] = $item[1][0];
121 $pages[] = wl($item[1][0], '', true);
125 return $pages;
240 * @param string $body first range bytes of the pages body
/plugin/data-au/db/
H A Dupdate0001.sql3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); table
4 CREATE UNIQUE INDEX idx_page ON pages(page);
/plugin/data/db/
H A Dupdate0001.sql9 CREATE TABLE pages
15 CREATE UNIQUE INDEX idx_page ON pages (page);
3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); global() table
/plugin/farmsync/
H A Dadmin.php95 $pages = array_filter(explode($textare_linebreak, $options['pages']));
102 if (!empty($pages)) {
103 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\PageUpdates($source, $targets, $pages);
104 … $updaters[] = new \dokuwiki\plugin\farmsync\meta\TemplateUpdates($source, $targets, $pages);
/plugin/spatialhelper/helper/
H A Dsearch.php116 // find all the pages in the index that overlap with the adjacent hashes
131 // create associative array of pages + calculate distance
132 $pages = [];
159 $pages [] = ['id' => $id, 'distance' => (int)($line->greatCircleLength()),
165 // sort all the pages/media using distance
167 $pages,
176 'pages' => $pages,
/plugin/elasticsearch/action/
H A Dsearch.php475 $pages = ceil($all / $this->getConf('perpage'));
478 if($pages < 2) return;
480 // which pages to show
481 $toshow = [1, 2, $cur, $pages, $pages - 1];
483 if($cur + 1 < $pages) $toshow[] = $cur + 1;
488 if($cur + 2 < $pages && count($toshow) < 7) $toshow[] = $cur + 2;
489 if($cur + 3 < $pages && count($toshow) < 7) $toshow[] = $cur + 3;
490 if($cur + 4 < $pages && count($toshow) < 7) $toshow[] = $cur + 4;
526 if($cur < $pages) {
[all...]
/plugin/publish/
H A Dsyntax.php62 $pages = $this->hlp->getPagesFromNamespace($namespace);
64 if(count($pages) == 0) {
69 usort($pages, array($this,'_pagesorter'));
80 foreach($pages as $page) {
/plugin/tagging/action/
H A Dmain.php105 $pages = $hlp->findItems($filter, 'pid', 1);
106 if (!count($pages)) {
110 $pages = array_keys($pages);
111 $id = array_pop($pages);
228 // update elasticsearch state for all relevant pages
249 // update elasticsearch state for all relevant pages
259 * Tag dialog HTML: links to all pages with a given tag
/plugin/mikioplugin/
H A Dscript.js589 var pages = pagination.find('li:not(.mikiop-pagination-prev,.mikiop-pagination-next)');
590 if (pages.length > 0) {
594 for (i = 0; i < pages.length; i++) {
595 if (jQuery(pages[i]).hasClass('mikiop-active')) {
597 jQuery(pages[i]).removeClass('mikiop-active')
603 var link = jQuery(pages[i]).find('a').attr('href');
611 jQuery(pages[found]).addClass('mikiop-active');
618 jQuery('.mikiop-pagination').find('.mikiop-pagination-prev').find('a').attr('href', jQuery(pages[active - 1]).find('a').attr('href'));
621 if (active == pages.length - 1) {
624 jQuery('.mikiop-pagination').find('.mikiop-pagination-next').find('a').attr('href', jQuery(pages[activ
[all...]
/plugin/sphinxsearch-was/
H A DPageMapper.php66 $pages = array();
68 …$pages[$row['page_crc']] = array('page' => $row['page'], 'hid' => $row['hid'], 'title' => $row['ti…
72 $results[$crc] = $pages[$crc];
/plugin/sphinxsearch/
H A DPageMapper.php67 $pages = array();
69 …$pages[$row['page_crc']] = array('page' => $row['page'], 'hid' => $row['hid'], 'title' => $row['ti…
73 $results[$crc] = $pages[$crc];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSlides.php115 'pages',
119 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}',
134 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail',
/plugin/quickstats/lang/fr/
H A Dquery.txt2 Les requêtes peuvent porter sur les pages, les IP, les pays, les navigateurs ou agents utilisateurs
7 …- la priorité donnée aux pages avec à la fois l'agent utilisateur et le pays sélectionnés correspo…
14 …herchez "wiki" dans les pages, cela retournera toutes les pages qui se trouvent dans la catégorie …
18 …- ** Page** :\\ nom complet ou partiel de page et retourne la liste de toutes les pages contentant…
28 …dresses IP qui sont des robots d'indexation et ont accédé à de nombreuses pages sur votre wiki. La…
32 Dans le cas de l'affichage pour les requêtes de pages, il y a deux résultats d'**accès**. Celui qui…
38 …actuellement la syntaxe //quickstats//. Vous pouvez cliquer dessus et les pages surgiront. Cela se…
40 …- Ces pages vous donnent un moyen pratique de vérifier les noms et IP que vous pourriez vouloir ut…
53 …- La colonne ''Accès'' indique toujours le nombre de fois qu'une adresse IP a accédé aux pages de …
/plugin/stopforumspam2/lang/en/
H A Dbannededit.txt3 Sorry, you can't edit pages because you were regarded as a spammer.
4 If you think this is an error, ask the admin of this website to be allowed to edit pages.
/plugin/mediasyntax/
H A Dhelper.php186 $pages = array();
187 search($pages, $conf['datadir'], 'search_list', '', $ns);
188 sort($pages);
190 if (!empty($pages)) {
192 foreach ($pages as $page) {
213 $pages = array();
214 $pages = $this->taghelper->getTopic('', null, $tag);
216 if (!empty($pages)) {
218 foreach ($pages as $title => $page) {
284 $meta['pages']
[all...]
/plugin/blogtng/helper/
H A Dentry.php314 $pages = array();
320 $pages[] = 1; // first page always
321 $pages[] = $lastpage; // last page always
322 $pages[] = $currentpage; // current always
325 $pages[] = 2; // second and ..
330 if($currentpage-1 > 0) $pages[] = $currentpage-1;
331 if($currentpage-2 > 0) $pages[] = $currentpage-2;
332 if($currentpage-3 > 0) $pages[] = $currentpage-3;
337 sort($pages);
338 $pages = array_unique($pages);
[all …]
/plugin/api/
H A Daction.php86 foreach ($allPages as $key => $pages) {
88 $pageData['id'] = $pages['id'];
89 $pageData['title'] = tpl_pagetitle($pages['id'], true);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dredirects.asciidoc2 = Deleted pages
4 The following pages have moved or been deleted.
/plugin/siteexport/
H A DREADME.md22 * **Try to export non-public pages:**<br>
23 …SiteExport only allows to export public pages. This option will allow to export non-public pages t…
37 ## How to export pages
56 How many pages should be exported?
69 Will export linked pages outside or even deeper of the defined namespace as well.
79 Adds all parameters to the links in exported pages - which may make sense when using JavaScript tha…
82 …uWiki. This allows exporting the pages with other renderers, e.g. the siteexport_pdf (derived from…
86 Allows to export the pages with a different template than the default one.
90 Exports the pages into PDF files, one per page. There are options ([TOC](#table-of-contents-definit…
125 Now: Hit start and your pages will be exported.
[all …]
/plugin/subjectindex/
H A Dplugin.info.txt6 … structured tagging: create A-Z subject index pages for your wiki, based on in-place entries|tags …

12345678910>>...35