| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Tasks.php | 70 '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/ |
| D | TextContent.php | 31 public function setLists($lists) argument 33 $this->lists = $lists; 40 return $this->lists;
|
| /plugin/alphalist2/ |
| D | script.js | 17 var lists = {}; 23 if (!lists.hasOwnProperty(firstLetter)) { 24 lists[firstLetter] = []; 26 lists[firstLetter].push($this); 38 jQuery.each(lists, function (header, elements) {
|
| D | plugin.info.txt | 6 desc Display ordered and unorderd lists in alphabetical order
|
| /plugin/infomail/ |
| D | helper.php | 58 $lists = glob("$listdir/list_*.txt"); 59 $lists = array_map(function ($item) { 61 }, $lists); 63 return $lists;
|
| D | action.php | 84 $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'));
|
| D | admin.php | 46 $lists = $helper->getLists(); 48 foreach ($lists as $list) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
| D | Document.php | 164 public function setLists($lists) argument 166 $this->lists = $lists; 173 return $this->lists;
|
| /plugin/bugzillaint/action/ |
| D | fetch.php | 62 private function fetchData( $bugzillaClient, $lists, $trees, $links ) { argument 65 if ( count($lists) > 0 ) { 67 foreach ( $lists as $i ) {
|
| /plugin/bugzillaint/ |
| D | script.js | 7 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/ |
| D | README.md | 41 - **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/ |
| D | README | 4 <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/ |
| D | README.md | 11 besides ordinary lists, also lists generated by dokuwiki functions will work.
|
| /plugin/odt/ODT/ |
| D | ODTTable.php | 75 $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/ |
| D | script.js | 139 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/ |
| D | sampleposteddata.asp | 23 * This page lists the data posted by a form. 35 This page lists all data posted by the form.
|
| /plugin/grensladawritezor/fckeditor/_samples/asp/ |
| D | sampleposteddata.asp | 23 * This page lists the data posted by a form. 35 This page lists all data posted by the form.
|
| /plugin/yalist/ |
| D | README.md | 4 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/ |
| D | README | 1 XHTML renderer which produces lists without div\'s in.
|
| /plugin/wysiwyg/fckeditor/_samples/afp/ |
| D | sampleposteddata.afp | 21 * This page lists the data posted by a form. 34 This page lists all data posted by the form.
|
| /plugin/grensladawritezor/fckeditor/_samples/afp/ |
| D | sampleposteddata.afp | 21 * This page lists the data posted by a form. 34 This page lists all data posted by the form.
|
| /plugin/bb4dw/ |
| D | plugin.info.txt | 6 desc Create publication lists from Bibtex using BibtexBrowser
|
| /plugin/definitionlist/ |
| D | plugin.info.txt | 6 desc Add syntax for definition lists.
|
| /plugin/aclregex/ |
| D | plugin.info.txt | 7 desc Regular expression support for DokuWiki access control lists
|
| /plugin/foldablelist/ |
| D | README.md | 54 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
|