Home
last modified time | relevance | path

Searched refs:types (Results 476 – 500 of 570) sorted by last modified time

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/404manager/
H A DLICENSE33 and conversions to other media types.
/plugin/switchpanel/
H A DREADME.md89 ## All types cases
98 All types cases
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js678 ….ie&&CKEDITOR.plugins.clipboard.isFileApiSupported&&a.data.$.dataTransfer.types.contains("Files")&…
698 ….clipboard.isCustomDataTypesSupported){if(this.$.types)for(c=0;c<this.$.types.length;c++)a(this.$.
699 …lipboard.isCustomDataTypesSupported){if(this.$.types)for(var c=0;c<this.$.types.length;c++)a[this.…
H A DCHANGES.md457 …uploadWidgetDefinition) was exposed, too, to make it simple to create new types of upload widgets …
459 …rd.dataTransfer) facade was introduced to unify access to data in various types and files. [Data T…
1251 …t menu listeners only on supported input types. Added support for `tel`, `email`, `search` and `ur…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc587 // required to distinguish external images from external mime types
623 // external mime types after they've been saved first time
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js34 return Array.prototype.forEach.call(clipboardData.types, function (type, i) { argument
/plugin/stylingpages/
H A DREADME20 * all.css and all.less - for all media types
/plugin/credits/
H A Dsyntax.php13 var $types = array('admin','helper','syntax','action','renderer'); variable in syntax_plugin_credits
169 foreach($this->types as $type) {
/plugin/dataloop/syntax/
H A Droll.php209 $types = array_values($data['cols']);
227 …lugin_roll '.$cols[$num].'">'.$this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer).'…
231 …lugin_roll '.$cols[$num].'">'.$this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer).'…
H A Dtextloop.php244 $types = array_values($data['cols']);
259 $xValue = $this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer);
H A Dloop.php291 $types = array_values($data['cols']);
308 $xValue = $this->dthlp->_formatData($cols[$num],$col,$types[$num],$renderer);
329 … $xValue2 = $this->dthlp->_formatData($aCommand[2],$row[$iColNum],$types[$iColNum],$renderer);
/plugin/gtime/gtlib/
H A DLICENSE34 and conversions to other media types.
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md197 Markdown consists of two types of language elements, I'll call them block and inline elements simla…
204 properties. For the different element types there are different ways to extend them as you will see…
208 … markdown is parsed line by line to identify each non-empty line as one of the block element types.
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushGroovy.js30 var types = 'void boolean byte char short int long float double';
52 { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushGroovy.js14 var types = 'void boolean byte char short int long float double';
36 { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type
/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt5 DocSearch a besoin d'outils externes pour convertir certains types spécifiques de fichiers en texte…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md79 * #216: `ENCODING` parameter is now validated for all document types.
/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/bootnote/
H A DREADME.md17 You can display actually 6 different types of notes :
/plugin/wikistats/
H A Dsyntax.php140 static $types = array('pages', 'medias', 'stats');
150 if (in_array($match[1], $types)) {
H A DREADME.md201 * Add resources types translations
/plugin/issuetracker/
H A Dtablekit.js379 var tkst = TableKit.Sortable.types;
404 types : {}, property in TableKit.Sortable
408 TableKit.Sortable.types[o.name] = o;
421 if(cell.id && TableKit.Sortable.types[cell.id]) {
426 return (TableKit.Sortable.types[n]) ? true : false;
781 var ftype = TableKit.Editable.types['text-input'];
782 if(head.id && TableKit.Editable.types[head.id]) {
783 ftype = TableKit.Editable.types[head.id];
786 return (TableKit.Editable.types[n]) ? true : false;
788 ftype = n ? TableKit.Editable.types[n] : ftype;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php3319 $types, argument
3326 $types = (array) $types;
3334 foreach ($types as $type) {
3400 $types, argument
3407 $types = (array) $types;
3415 foreach ($types as $type) {
3600 if (is_array($types) === false) {
3601 $types = array($types);
3612 foreach ($types as $type) {
3660 $types = (array) $types;
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt33 and conversions to other media types.

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