Home
last modified time | relevance | path

Searched refs:list (Results 726 – 750 of 1525) sorted by relevance

1...<<21222324252627282930>>...61

/plugin/translation/
H A Dstyle.less20 list-style-type: none;
/plugin/tagging/
H A Dstyle.less25 list-style-type: none;
/plugin/struct/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md30 no one there, post a message on the [mailing list][6].
43 In addition to that, here's a list of basic rules:
/plugin/fckg/action/
H A Dmeta.php523 $list = plugin_list('action');
524 if(in_array('safefnrecode', $list)){
/plugin/mytemplate/
H A Daction.php129 $list = explode(',', $this->maps[$mapname]);
131 foreach ($list as $field) {
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md30 no one there, post a message on the [mailing list][6].
43 In addition to that, here's a list of basic rules:
/plugin/authyubikey/
H A Dauth.php.org80 * grps array list of groups the user is in
101 * @param array $grps list of groups the user is in
203 * Remove one or more users from the list of registered users
229 // reload the user list and count the difference
/plugin/strata/
H A Dmanual.txt52 **Type hints**: You can change how a [[#types|type]] behaves by adding a type hint. Type hints are added by appending them to the type with ''::''. For example ''[page::places]'' uses the page type, and will try to resolve values without an explicit namespace as if they were in the ''places:'' namespace. For a list of types and their hints, see [[#Types]].
61 Queries are written inside ''<table>'' or ''<list>'' tags. You query the data by describing what pattern the data should fit. A simple example that produces a table of all persons and their birthday would be described as follows:
134 **Caching**: By default, the results you see on the page will be cached. So if you edit other pages, you'll need to refresh the page with the list yourself, or add ''%%~~NOCACHE~~%%'' to force dokuwiki to rerender.
163 * Values can contain any character, but values in a list of multiple values can't contain '',''
216 Querying data is done through the ''<table>'' and ''<list>'' syntax. A table or list block defines what data to query, and how to display it. This part of the reference is about querying the data. The [[#Query Results]] section discusses how to control the display of data (this includes sorting, grouping, and aggregation).
218 The following sections contain short samples, each of these samples is situated inside a table or list block. It is possible to enclose the whole of the query (not including sorting, grouping, or other [[#Query Results]] related blocks) in a ''query'' block as a convenience.
498 <list ?p "Person" ?address@count "# of Addresses" ?address>
514 </list>
520 <list
[all...]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1969 var list = geoObj[mxGraphMlConstants.Y_BEND];
1971 if (list)
1975 for (var i = 0; i < list.length; i++) {
1976 var pointStr = list[i][mxGraphMlConstants.LOCATION];
2021 var list = pathObj["y:Point"];
2023 if (list)
2025 if (!(list instanceof Array))
2027 list = [list];
2032 for (var i = 0; i < list.length; i++)
2034 var p = new mxPoint(parseFloat(list[i].x) - dx, parseFloat(list[i].y) - dy)
/plugin/jsonrpc/
H A Djsonrpc.php173 $list = array();
186 $list[] = $page;
191 return $list;
/plugin/pubmed2020/
H A Dsyntax.php650 $list = explode(",", $refs["hashtags"]);
651 foreach ($list as &$value) {
656 $hash = "&hashtags=".implode(",", $list); // Comma separated without #
/plugin/siteexport/
H A DREADME.md143 The structure is basically a list of links:
177list of pages in the current namespace and sub-namespaces. Once selected and submitted, that page …
186 …* Without options it will generate a dropdown-list of all pages in the namespace (except the curre…
187 * The list will be ordered by a meta key `mergecompare` which has to be added via the META plugin.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst7 The ``split`` filter splits a string by the given delimiter and returns a list
/plugin/rater/
H A DREADME28 …tracedetails=1 - will show the quantity of single star ratings or a list of clear ip/names for vot…
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md53 …okuwiki.org/plugin:config) to select theme and configure Autoloader brush list. No longer necessar…
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.list.css32 list-style-type: none; }
/plugin/rrdgraph/
H A Dstyle.css8 list-style-type: none;
/plugin/upgrade/
H A Dstyle.css63 list-style: none;
H A Dhelper.php241 $list = file($this->tgzdir . 'data/deleted.files');
242 foreach ($list as $line) {
/plugin/linkback/
H A Dstyle.css85 display: list-item;
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp14 // notice, this list of conditions and the following disclaimer.
16 // notice, this list of conditions and the following disclaimer in the
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME90 list($startMonth, $startDay, $endMonth, $endDay) = $parseMonth->init($monthField);
96 list($start, $end) = $parsePage->init($pagesField);
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13list=z;Q.rebuildList=true};this.setFilter=function(z){if(!O)return false;return O.showOnlyMatching… property in Autosuggest.Q
/plugin/authremoteuser/
H A DREADME.md60 3. Add this value as new user ID to your user list if it is missing and
126 Comma separated list of groups a user is member of. The group names must

1...<<21222324252627282930>>...61