Home
last modified time | relevance | path

Searched refs:sample (Results 51 – 75 of 522) sorted by relevance

12345678910>>...21

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js360 return _.sample(obj, Infinity);
367 _.sample = function(obj, n, guard) { function
372 var sample = isArrayLike(obj) ? _.clone(obj) : _.values(obj);
373 var length = getLength(sample);
378 var temp = sample[index];
379 sample[index] = sample[rand];
380 sample[rand] = temp;
382 return sample.slice(0, n);
/plugin/etherpadlite/scripts/
H A Detherpadlite.js484 var sample = props.title || props.sample;
486 sample = fixtxt(sample);
490 …dMessage('insertTagsLn', {'tagOpen': props.open, 'tagClose' : props.close, 'sampleText' : sample});
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso31 <link href="../sample.css" rel="stylesheet" type="text/css" />
/plugin/credits/
H A DREADME24 There is a sample user-defined function in the syntax.php file:
/plugin/ckgdoku/ckeditor/
H A DREADME.md30 The editor comes with a few sample pages that can be used to verify that
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp31 <link href="../sample.css" rel="stylesheet" type="text/css" />
/plugin/ckgedit/ckeditor/
H A DREADME.md30 The editor comes with a few sample pages that can be used to verify that
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A DLICENSE.md6 All sample plugins are licensed under the terms of the MIT License (see Appendix A):
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc2 * Basic sample plugin inserting current date and time into CKEditor editing area.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsampleposteddata.afp30 <link href="../sample.css" rel="stylesheet" type="text/css" />
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A DLICENSE.md6 All sample plugins are licensed under the terms of the MIT License (see Appendix A):
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A DLICENSE.md6 All sample plugins are licensed under the terms of the MIT License (see Appendix A):
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc2 * Basic sample plugin inserting current date and time into CKEditor editing area.
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js448 sample = predictor_order,
457 decoded[sample++] = stream.read(tmp, true);
461 decoded[sample++] = this.golomb(tmp, INT_MAX, 0);
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt20 Note: sample image files are not included in the distribution
/plugin/wysiwyg/css/
H A Dfck_editorarea.css66 The following are some sample styles used in the "Styles" toolbar command.
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc2 * Basic sample plugin inserting current date and time into CKEditor editing area.
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css66 The following are some sample styles used in the "Styles" toolbar command.
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc2 * Basic sample plugin inserting current date and time into CKEditor editing area.
/plugin/wysiwyg/fckeditor/_samples/html/
H A Dsample14.styles.css21 * Styles used by the XHTML 1.1 sample page (sample14.html).
/plugin/sequencediagram/bower_components/lodash/
H A DLICENSE36 Copyright and related rights for sample code are waived via CC0. Sample
/plugin/openas/
H A DREADME29 on the newpagetemplate plugin page on Dokuiwiki. Here is a sample:
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Munge.txt
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc40 $params['type'] = (enum) The type to sample (default: cpu) (Options = cpu,wait,block)
/plugin/vshare/
H A Dsites.ini3 ; vid = a public sample video ID

12345678910>>...21