Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/plugin/davcal/
H A Djstz.js204 …indows7_adaptations = function windows7_adaptions(rule_list, preliminary_timezone, score, sample) {
209 if (sample.name === 'Africa/Cairo') {
214 if (sample.name === 'Asia/Jerusalem') {
220 if (sample.name === 'America/Asuncion') {
225 if (sample.name === 'America/Campo_Grande') {
231 if (sample.name === 'America/Sao_Paulo') {
237 if (sample.name === 'Pacific/Fiji') {
272 var score_sample = function score_sample(sample) {
278 if (!!sample.rules[j] && !!rule_list[j]) {
281 … if (rule_list[j].s >= sample.rules[j].s && rule_list[j].e <= sample.rules[j].e) {
[all …]
/plugin/passwordgenerator/
Dscript.js61 sample = selection.getText();
68 if (sample === selectioncache) {sample = "";}
72 while (sample.search(/[!@#$%*()_=+,.:]/) < 0) {
73 sample = generatePassword('all',generator1Length);
75 pasteText(selection,sample,opts);
76 selectioncache = sample;
/plugin/structprogress/
Dstyle.less25 //sample for style: rounded
37 //sample for style: rounded_red
47 //sample for style: rounded_blue
57 //sample for style: red
62 //sample for style: blue
67 //sample for style: gradient
/plugin/translatebutton/
Dtranslatebutton.js2 var sample = props['title'];
4 sample = props['sample'];
11 sample = selection.getText();
18 props['url'].replace(new RegExp('{selection}','g'), sample),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
DGoogleChromeManagementV1BatteryStatusReport.php105 public function setSample($sample) argument
107 $this->sample = $sample;
114 return $this->sample;
/plugin/asciidocjs/node_modules/lodash/
Dsample.js19 function sample(collection) { function
24 module.exports = sample;
/plugin/wysiwyg/fckeditor/_samples/cfm/
Dsample01_mx.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
37 This sample displays a normal HTML form with a FCKeditor with full features enabled.
44 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
54 …fckEditor.value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://w…
Dsample04_mx.cfm31 <link href="../sample.css" rel="stylesheet" type="text/css" />
55 This sample shows how to change the editor skin.
59 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
86 …fckEditor.value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://w…
Dsample03_mx.cfm31 <link href="../sample.css" rel="stylesheet" type="text/css" />
50 This sample shows how to change the editor toolbar.
54 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
80 …fckEditor.value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://w…
Dsample01.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
37 This sample displays a normal HTML form with a FCKeditor with full features enabled.
50 …value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.n…
Dsample02_mx.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
65 This sample shows the editor in all its available languages.
69 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
93 …fckEditor.value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://w…
Dsample03.cfm31 <link href="../sample.css" rel="stylesheet" type="text/css" />
50 This sample shows how to change the editor toolbar.
82 …value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.n…
/plugin/grensladawritezor/fckeditor/_samples/lasso/
Dsample01.lasso31 <link href="../sample.css" rel="stylesheet" type="text/css" />
35 This sample displays a normal HTML form with an FCKeditor with full features
46 …-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckedi…
Dsample03.lasso31 <link href="../sample.css" rel="stylesheet" type="text/css" />
50 This sample shows how to change the editor toolbar.
74 …-initialvalue='This is some <strong>sample text</strong>. You are using <a href="http://www.fckedi…
/plugin/wysiwyg/fckeditor/_samples/lasso/
Dsample01.lasso31 <link href="../sample.css" rel="stylesheet" type="text/css" />
35 This sample displays a normal HTML form with an FCKeditor with full features
46 …-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fck…
Dsample03.lasso31 <link href="../sample.css" rel="stylesheet" type="text/css" />
50 This sample shows how to change the editor toolbar.
74 …-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fck…
Dsample04.lasso31 <link href="../sample.css" rel="stylesheet" type="text/css" />
55 This sample shows how to change the editor skin.
80 …-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fck…
Dsample02.lasso31 <link href="../sample.css" rel="stylesheet" type="text/css" />
65 This sample shows the editor in all its available languages.
100 …-initialvalue='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fck…
/plugin/wysiwyg/fckeditor/_samples/afp/
Dsample01.afp30 <link href="../sample.css" rel="stylesheet" type="text/css" />
34 This sample displays a normal HTML form with an FCKeditor with full features enabled.
41 lcText=[<p>This is some <strong>sample text</strong>. You are using ]
/plugin/grensladawritezor/fckeditor/_samples/afp/
Dsample01.afp30 <link href="../sample.css" rel="stylesheet" type="text/css" />
34 This sample displays a normal HTML form with an FCKeditor with full features enabled.
41 lcText=[This is some <strong>sample text</strong>. You are using ]
/plugin/grensladawritezor/fckeditor/_samples/cfm/
Dsample02_mx.cfm51 <link href="../sample.css" rel="stylesheet" type="text/css" />
56 This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a C…
63 …<cfoutput><br><em style="color: red;">This sample works only with a ColdFusion MX server and highe…
73 …fckEditor.value = 'This is some sample text. You are using <a href="http://fckeditor.net/" targe…
Dsample01.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
39 This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a C…
48 …value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCK…
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DSplFileInfo.php110 $atime = $this->sample($timestamp),
111 $ctime = $this->sample($timestamp),
112 $mtime = $this->sample($timestamp),
/plugin/mytemplate/
DREADME37 value of the variable. (sample: ~~VAR(0):key~~)
40 (sample: ~~LOOK(0):MAP:3~~)
46 (sample: ~~CALC(0):round(~~VAR(0):FOO~~ * ~~VAR(0):BAR~~)~~
47 COUNT - counts the occurences of param1 within param2 (sample: ~~COUNT(0):,:~~VAR(0):FOO ~~ ~~)
51 (sample: ~~IF(0):~~VAR(0):SAYWHAT~~:what:huh~~)
53 (sample: ~~REPLACE:Hello NAME:NAME:~~VAR(0):NAME~~ ~~)
57 A sample for a list would be:
72 … itself, they will be evaluated BEFORE the list is expanded, otherwise (like in the sample)
/plugin/wysiwyg/fckeditor/_samples/asp/
Dsample01.asp33 <link href="../sample.css" rel="stylesheet" type="text/css" />
40 This sample displays a normal HTML form with an FCKeditor with full features enabled.
55 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…

12345678910>>...26