Home
last modified time | relevance | path

Searched refs:lists (Results 1 – 25 of 197) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DTasks.php70 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
80 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
90 'path' => 'tasks/v1/users/@me/lists',
94 'path' => 'tasks/v1/users/@me/lists',
107 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
117 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
137 'path' => 'tasks/v1/lists/{tasklist}/clear',
147 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
162 'path' => 'tasks/v1/lists/{tasklist}/tasks/{task}',
177 'path' => 'tasks/v1/lists/{tasklist}/tasks',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DTextContent.php31 public function setLists($lists) argument
33 $this->lists = $lists;
40 return $this->lists;
/plugin/alphalist2/
Dscript.js17 var lists = {};
23 if (!lists.hasOwnProperty(firstLetter)) {
24 lists[firstLetter] = [];
26 lists[firstLetter].push($this);
38 jQuery.each(lists, function (header, elements) {
Dplugin.info.txt6 desc Display ordered and unorderd lists in alphabetical order
/plugin/infomail/
Dhelper.php58 $lists = glob("$listdir/list_*.txt");
59 $lists = array_map(function ($item) {
61 }, $lists);
63 return $lists;
Daction.php84 $lists = explode('|', $this->getConf('default_recipient'));
85 $lists = array_filter($lists, 'mail_isvalid');
87 $lists = array_merge($lists, $helper->getLists());
89 if ($lists) {
90 array_unshift($lists, ''); // add empty option
91 $form->addDropdown('r_predef', $lists, $this->getLang('bookmarks'));
Dadmin.php46 $lists = $helper->getLists();
48 foreach ($lists as $list) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DDocument.php164 public function setLists($lists) argument
166 $this->lists = $lists;
173 return $this->lists;
/plugin/bugzillaint/action/
Dfetch.php62 private function fetchData( $bugzillaClient, $lists, $trees, $links ) { argument
65 if ( count($lists) > 0 ) {
67 foreach ( $lists as $i ) {
/plugin/bugzillaint/
Dscript.js7 lists : [] property
19 request.lists.push( jQuery(ele).data() );
22 if ( request.links.length + request.trees.length + request.lists.length > 0 ) {
23 fetchData( [{links:request.links}, {lists:request.lists}, {trees:request.trees}] ); property
44 if ( data.lists && data.lists.length > 0 ) {
47 var bugs = data.lists[index];
/plugin/gitlabapi/
DREADME.md41 - **milestones="n"** lists the latest $n$ milestones.
42 - **commits="n"** lists the latest $n$ commits.
43 - **issues="n"** lists the latest $n$ issues.
44 - **pipelines="n"** lists the latest $n$ pipelines.
/plugin/usersubscriptions/
DREADME4 <usersubscriptions * /> (lists all of the user subscriptions)
5 <usersubscriptions /> (lists all of the user subscriptions for the current namespace)
7 <usersubscriptions ns1:ns2 /> (lists all of the user subscriptions for the namespace ns1:ns2)
/plugin/scrollticker/
DREADME.md11 besides ordinary lists, also lists generated by dokuwiki functions will work.
/plugin/odt/ODT/
DODTTable.php75 $lists = array();
90 $lists [] = $list->getStyleName();
130 $table->setTemp($lists);
154 $lists = NULL;
156 $lists = $table->getTemp();
172 $max = count($lists);
174 $params->document->listOpen(true, $lists [$index-1]);
/plugin/snippets/
Dscript.js139 lists = jQuery(obj).find('ul');
140 if(lists) {
141 for(var i = 1; i < lists.length; i++) {
142 list = lists[i];
/plugin/wysiwyg/fckeditor/_samples/asp/
Dsampleposteddata.asp23 * This page lists the data posted by a form.
35 This page lists all data posted by the form.
/plugin/grensladawritezor/fckeditor/_samples/asp/
Dsampleposteddata.asp23 * This page lists the data posted by a form.
35 This page lists all data posted by the form.
/plugin/yalist/
DREADME.md4 This plugin extends DokuWiki's list markup syntax to allow definition lists
19 Lists can be nested within lists, just as in the standard DokuWiki syntax.
/plugin/plainlists/
DREADME1 XHTML renderer which produces lists without div\'s in.
/plugin/wysiwyg/fckeditor/_samples/afp/
Dsampleposteddata.afp21 * This page lists the data posted by a form.
34 This page lists all data posted by the form.
/plugin/grensladawritezor/fckeditor/_samples/afp/
Dsampleposteddata.afp21 * This page lists the data posted by a form.
34 This page lists all data posted by the form.
/plugin/bb4dw/
Dplugin.info.txt6 desc Create publication lists from Bibtex using BibtexBrowser
/plugin/definitionlist/
Dplugin.info.txt6 desc Add syntax for definition lists.
/plugin/aclregex/
Dplugin.info.txt7 desc Regular expression support for DokuWiki access control lists
/plugin/foldablelist/
DREADME.md54 foldablelist will now work with ordered lists (ol) too ;-)
112 Things considered "important" get written on startpage, usually as lists (upcoming meetings, change…
116 or later my boss asked me to reduce the visible number of items on those lists to

12345678