Home
last modified time | relevance | path

Searched refs:types (Results 301 – 325 of 570) sorted by path

1...<<11121314151617181920>>...23

/plugin/metaeditor/
H A Djstree.js6969 $.jstree.defaults.types = {
6974 $.jstree.plugins.types = function (options, parent) {
6977 if(options && options.types && options.types['default']) {
6978 for(i in options.types) {
6979 if(i !== "default" && i !== "#" && options.types.hasOwnProperty(i)) {
6980 for(j in options.types['default']) {
6981 if(options.types['default'].hasOwnProperty(j) && options.types[i][j] === undefined) {
6982 options.types[i][j] = options.types['default'][j];
7000 t = this.settings.types,
7134 …return (!obj) ? false : ( rules ? $.extend({ 'type' : obj.type }, this.settings.types[obj.type]) :…
[all …]
/plugin/metaheaders/
H A Daction.php114 $types = array_keys($headers);
115 foreach ($types as $type) {
/plugin/mikioplugin/
H A DREADME.md182 - Added support for custom element types and styling [#6](https://github.com/nomadjimbob/mikioplugin/issues/6)
/plugin/mikioplugin/assets/
H A Dstyles.less138 ._mikiop-btn-types {
254 ._mikiop-types {
288 ._mikiop-alert-types {
454 ._mikiop-alert-types;
502 ._mikiop-alert-types;
582 ._mikiop-types;
625 ._mikiop-types;
681 ._mikiop-btn-types;
784 ._mikiop-types;
1194 ._mikiop-alert-types;
[all...]
/plugin/mikioplugin/syntax/
H A Dcore.php791 $types = explode(' ', $typelist);
792 foreach ($types as $type) {
/plugin/minimap/
H A DLICENSE33 and conversions to other media types.
/plugin/mytemplate/
H A DREADME8 into those placeholders. Both types of pages can be viewed when browsing the wiki.
/plugin/news/
H A DREADME9 There are two types of markup. At the top of a page that holds new items, you must place one of th…
/plugin/note/
H A DCHANGES.md24 * make note types case independent (e.g. ```<tt>important</tt>```, ```<tt>IMPORTANT</tt>``` & ```<tt>Important</tt>``` will all given an "important" note)
/plugin/nssize/
H A Dsyntax.php88 $types = array( 'B', 'KB', 'MB', 'GB', 'TB' );
89 for( $i = 0; $bytes >= 1024 && $i < ( count( $types ) -1 ); $bytes /= 1024, $i++ );
90 return( round( $bytes, 2 ) . " " . $types[$i] );
/plugin/openid/Auth/OpenID/
H A DConsumer.php565 $types = [
571 return $types;
H A DMDB2Store.php322 $types = [
341 $assoc = $this->connection->getRow($sql, $types, $params);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/overlay/
H A DOverlayMenu.php15 protected $types = array( variable in dokuwiki\\plugin\\overlay\\OverlayMenu
/plugin/pdfjs/pdfjs/
H A DLICENSE34 and conversions to other media types.
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1types in the document (an item\n * is set to true if specific stream ID was used in the document…
H A Dpdf.worker.js38959 this.types = tables.types;
39027 types: {},
39430 var types = dict.types[key];
39433 types = [types];
49679 var types = [];
49758 t = types[i];
49768 t = types[i];
49776 if (types[i] === 'ES' && types[i - 1] === 'EN' && types[i + 1] === 'EN') {
49780 …if (types[i] === 'CS' && (types[i - 1] === 'EN' || types[i - 1] === 'AN') && types[i + 1] === type…
49781 types[i] = types[i - 1];
[all …]
H A Dpdf.worker.js.map1types","opcodes","order","layout","CFFTopDict","CFFPrivateDict","ISO_ADOBE","EXPERT","EXPERT_SUBSE…
/plugin/pdfjs/pdfjs/web/locale/ach/
H A Dviewer.properties196 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
197 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/af/
H A Dviewer.properties173 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
174 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/ak/
H A Dviewer.properties122 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
123 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/an/
H A Dviewer.properties173 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
174 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/ar/
H A Dviewer.properties235 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
236 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/as/
H A Dviewer.properties157 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
158 # Some common types are e.g.: "Check", "Text", "Comment", "Note"
/plugin/pdfjs/pdfjs/web/locale/ast/
H A Dviewer.properties190 # the PDF spec (32000-1:2008 Table 169 – Annotation types).
191 # Some common types are e.g.: "Check", "Text", "Comment", "Note"

1...<<11121314151617181920>>...23