Home
last modified time | relevance | path

Searched refs:pages (Results 226 – 250 of 858) sorted by last modified time

12345678910>>...35

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1TextAnnotation.php33 public function setPages($pages) argument
35 $this->pages = $pages;
42 return $this->pages;
H A DGoogleCloudVisionV1p3beta1TextAnnotation.php33 public function setPages($pages) argument
35 $this->pages = $pages;
42 return $this->pages;
H A DTextAnnotation.php33 public function setPages($pages) argument
35 $this->pages = $pages;
42 return $this->pages;
H A DGoogleCloudVisionV1p4beta1TextAnnotation.php33 public function setPages($pages) argument
35 $this->pages = $pages;
42 return $this->pages;
/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',
H A DFactCheckTools.php42 public $pages; variable in Google\\Service\\FactCheckTools
106 'pages',
110 'path' => 'v1alpha1/pages',
134 'path' => 'v1alpha1/pages',
H A DDialogflow.php906 'pages',
910 'path' => 'v3/{+parent}/pages',
952 'path' => 'v3/{+parent}/pages',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DDocumentation.php75 public function setPages($pages) argument
77 $this->pages = $pages;
84 return $this->pages;
/plugin/deletepagebutton/
H A DREADME.md9 delete wiki pages, compared to the
/plugin/foldablelist/
H A DREADME.md22 uses the tag plugin (topic component) to generate the list from all pages in the namespace ns1/sub-…
60 Our startpage has grown to a length of 4 screen-pages by now because of that, so sooner
/plugin/commonmark/
H A DREADME.md13 If you want to parse all DW pages as Commonmark without specific doctype, you can enable `force_commonmark` option on config. But this action may conflit with existing document of DW markup, so please use it carefully.
/plugin/lms/
H A Dhelper.php204 $pages = [];
214 // Only pages below the control page's namespace are considered lessons
221 $pages[] = $link;
224 $pages = array_values(array_unique($pages));
225 return $pages;
/plugin/authorstats/
H A Dhelper.php62 public function saveUserJSON($loginname, $pages) argument
65 $json = json_encode($pages, true);
/plugin/popupviewer/
H A DREADME.md3 A DokuWiki plugin that allows for simple popups of images or even pages from the wiki.
25 ##Extra JavaScript for loaded pages
27 You can add JavaScript that is being executed for pages that load in a popup. The script has to be …
/plugin/openas/
H A DREADME1 This plugin facilitates renaming (i.e. moving) pages, saving as (i.e. saving a page
2 under a new name without deleting the original) and creating new pages from templates.
22 all of the pages with backlinks have been updated. Once all backlinks have been updated,
H A Dplugin.info.txt6 desc File utility for renaming and saving-as, and creating new pages from templates
/plugin/xcom/lang/en/
H A Dfunctions.txt6 ^Description|Lists all pages within a given namespace. Use a single colon '':'' for the root namesp…
43 ^Description|Returns the available versions of a Wiki page. The number of pages in the result is co…
73 ^Description|Returns a list of all Wiki pages in the remote Wiki.|
146 ^Description|Returns either the metadata for a single page or the metadata for all the pages in a s…
H A Dhowto.txt7 …ance, if you select ''getAllPages'', the result will be a list of all the pages on the remote wiki…
35 …- ''HTML view'' is used to display wiki pages and to display query results that can be convenient…
43 The ''Local save'' button makes it possible to move pages and media from the remote wiki to the loc…
47 …nate way of importing pages and media from the remote to the local wiki. There are several query t…
54pages in that namespace. **''wiki.getAllPages''** will return all the pages on the remote wiki. …
/plugin/xcom/
H A Dremote.php266 $cur_dir = '/pages' . preg_replace('#^.*?data/meta#',"", getcwd());
/plugin/newpagetemplate/
H A Dhelper.php182 $pages = $ini[$t]['page'];
185 $this->process_array($pages, $newpagevars, $t, $user,$usrreplace);
187 $this->process_single($pages, $newpagevars, $t, $user,$usrreplace);
192 function process_array($pages, $newpagevars, $tpl, $user="",$usrreplace) argument
194 for ($i = 0; $i < count($pages); $i++) {
198 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars[$i], $user);
199 $result = $this->writePage($pages[$i], $res);
224 function process_single($pages, $newpagevars, $tpl, $user="",$usrreplace) argument
226 /* handles mutiple pages but single instance of newpagevars */
230 for ($i = 0; $i < count($pages);
[all...]
H A Dadmin.php151 $pages = DOKU_INC . 'data/pages/' . $tplns;
152 $files = scandir($pages);
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
/plugin/include/
H A Dhelper.php11 * Helper functions for the include plugin and other plugins that want to include pages.
539 * Convert internal and local links depending on the included pages
543 * @param array $included_pages The array of pages that are included
577 // change links to included pages into local links
691 * Gives a list of pages for a given include statement
697 $pages = array();
707 if (!isHiddenPage($pagearray['id'])) // skip hidden pages
708 $pages[] = $pagearray['id'];
723 $pages[] = $pagearray['id'];
730 $pages[]
[all...]
/plugin/include/syntax/
H A Dinclude.php89 // static stack that records all ancestors of the child pages
104 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
116 if (!isset($renderer->meta['plugin_include']['pages']))
117 $renderer->meta['plugin_include']['pages'] = array(); // add an array for array_merge
118 $renderer->meta['plugin_include']['pages'] = array_merge($renderer->meta['plugin_include']['pages'], $pages);
127 foreach ($pages as $page) {
167 // in order to allow the rendering of other pages
/plugin/include/_test/
H A Dnamespace_includes.test.php18 * Setup - enable and load the include plugin and create the test pages
29 // for testing hidden pages
33 // pages on different levels
50 $pages = array();
54 $pages [] = $file;
58 return $pages;
65 * Test hiding of hidden pages in namespace includes
69 $pages = $this->helper->_get_included_pages('namespace', 'inclhidden:', '', '', $flags);
72 ), $pages);
80 $pages
[all...]

12345678910>>...35