Home
last modified time | relevance | path

Searched refs:types (Results 126 – 150 of 570) sorted by relevance

12345678910>>...23

/plugin/openid/Auth/OpenID/
H A DMDB2Store.php322 $types = [
341 $assoc = $this->connection->getRow($sql, $types, $params);
/plugin/struct/types/
H A DTraitFilterPrefix.php3 namespace dokuwiki\plugin\struct\types;
13 * @package dokuwiki\plugin\struct\types
H A DCheckbox.php3 namespace dokuwiki\plugin\struct\types;
H A DDate.php3 namespace dokuwiki\plugin\struct\types;
H A DAutoSummary.php3 namespace dokuwiki\plugin\struct\types;
H A DDropdown.php3 namespace dokuwiki\plugin\struct\types;
H A DUrl.php3 namespace dokuwiki\plugin\struct\types;
/plugin/xcom/lang/en/
H A Dhowto.txt7 …d, then select listLinks, a list of all the links for that page, and their types, will be returned.
25 …require additional options. Clicking the ''Query types'' button will bring up a listing of query
26 …- Options which expect arrays are enclosed in parentheses: ''(option)''. See the ''Query types'' l…
27 …- There are more query types found on Dokuwiki's [[https://dokuwiki.org/devel:xmlrpc|xmlrpc page]]…
47 …ages and media from the remote to the local wiki. There are several query types which return lists…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D15.15.js1 …uote"],[/worker-src/,"string.quote"],[/base-uri/,"string.quote"],[/plugin-types/,"string.quote"],[…
H A D27.27.js1 …inally","mutable","primitive","abstract","type","in","isa","where","new"],types:["LinRange","LineN… property in AnonymousFunction633a7cad0100.o
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php131 $resourceTypes = array_keys($styleMap->types);
137 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
155 $this->arrayToTemplate($types);
174 function arrayToTemplate($types) argument
177 foreach($types as $resourceArray)
566 $types = array_keys($this->map->types);
856 foreach($types as $key)
1056 $types = array_keys($this->map->types);
1136 foreach($types as $key)
1303 $types = array_keys($this->map->types);
[all …]
/plugin/quizlib/scripts/
H A DREADME.md14 - Supports any combination of input types using the value attribute
/plugin/structgantt/meta/
H A DGantt.php9 use dokuwiki\plugin\struct\types\Color;
10 use dokuwiki\plugin\struct\types\Date;
11 use dokuwiki\plugin\struct\types\DateTime;
/plugin/jsonrpc/
H A Djsonrpc.php391 $types = array_keys(getMimeTypes());
392 $types = array_map(create_function('$q','return preg_quote($q,"/");'),$types);
393 $regex = join('|',$types);
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js34 return Array.prototype.forEach.call(clipboardData.types, function (type, i) { argument
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js34 return Array.prototype.forEach.call(clipboardData.types, function (type, i) { argument
/plugin/fetchmedia/
H A Dyarn.lock207 babel-types "^6.25.0"
225 babel-types "^6.25.0"
238 babel-types "^6.24.1"
247 babel-types "^6.24.1"
255 babel-types "^6.24.1"
264 babel-types "^6.24.1"
274 babel-types "^6.24.1"
281 babel-types "^6.24.1"
288 babel-types "^6.24.1"
648 babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.25.0:
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php110 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
112 return array($info, $citation, $common, $types);
123 function getStyle($common, $types) argument
126 $this->typesToArray($types);
152 function typesToArray($types) argument
154 foreach($types as $resourceArray)
226 $this->type = array_search($type, $this->styleMap->types);
/plugin/structcombolookup/
H A Daction.php11 use dokuwiki\plugin\structcombolookup\types\NarrowingLookup;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php50 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsAnchorAlias.yml23 sequences, mappings, and other complex data types.
/plugin/structacl/
H A Daction.php60 if (is_a($col->getType(), \dokuwiki\plugin\struct\types\User::class)) {
/plugin/struct/meta/
H A DValueValidator.php5 use dokuwiki\plugin\struct\types\AbstractBaseType;
37 // fix multi value types
/plugin/blextra/
H A Dhelper.php254 'types' => 'array',
/plugin/confmanager/lang/en/
H A Dmime.txt1 Which file types you can upload via the [[doku>media_manager]] is configured through the ''conf/mim…

12345678910>>...23