Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/davcal/
H A Djstz.js209 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) {
310 var sample = dst_zones[i];
[all …]
/plugin/passwordgenerator/
H A 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/
H A 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/
H A 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/
H A DGoogleChromeManagementV1BatteryStatusReport.php105 public function setSample($sample) argument
107 $this->sample = $sample;
114 return $this->sample;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A 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…
H A 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…
H A 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…
H A 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…
H A 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…
H A 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…
H A Dsample02.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
65 This sample shows the editor in all its available languages.
98 …value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.n…
H A Dsample04.cfm31 <link href="../sample.css" rel="stylesheet" type="text/css" />
55 This sample shows how to change the editor skin.
87 …value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.n…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A 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 ]
H A Dsample03.afp30 <link href="../sample.css" rel="stylesheet" type="text/css" />
48 This sample shows how to change the editor toolbar.
78 lcText=[<p>This is some <strong>sample text</strong>. You are using ]
H A Dsample04.afp30 <link href="../sample.css" rel="stylesheet" type="text/css" />
53 This sample shows how to change the editor skin.
85 lcText=[<p>This is some <strong>sample text</strong>. You are using ]
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A 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…
H A 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…
H A 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…
H A 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…
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php110 $atime = $this->sample($timestamp),
111 $ctime = $this->sample($timestamp),
112 $mtime = $this->sample($timestamp),
/plugin/mytemplate/
H A 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/
H A 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…
H A Dsample03.asp33 <link href="../sample.css" rel="stylesheet" type="text/css" />
52 This sample shows how to change the editor toolbar.
85 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…
H A Dsample04.asp33 <link href="../sample.css" rel="stylesheet" type="text/css" />
57 This sample shows how to change the editor skin.
91 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…

12345678910>>...21