Home
last modified time | relevance | path

Searched refs:fields (Results 351 – 375 of 470) sorted by path

1...<<111213141516171819

/plugin/gtime/gtlib/
H A DLICENSE182 boilerplate notice, with the fields enclosed by brackets "[]"
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1130 * Fixed: form fields having duplicate names now given unique
1223 * Added support for interactive text form fields (PDFLIB 1.6)
1225 * Added support for checkbox form fields (FPDF)
1227 * Added support for radio form fields (FPDF)
1254 * Added support for interactive text form fields
1256 * Added support for interactive submit form fields
1289 * Fixed: ##page## / ##pages## fields alignment problem
1291 * Fixed: ##page## / ##pages## fields could be ignored if there
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt13 # The format is two fields separated by a semicolon.
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak192 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
210 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
H A Dsyntax.php.2018-03-08_163705.bak192 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
211 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
H A Dsyntax.php.2018-03-08_163718.bak192 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
211 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
H A Dsyntax.php.2018-03-08_164623.bak192 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
211 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
H A Dsyntax.php.2018-03-08_164706.bak196 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
215 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
H A Dsyntax.php.2018-03-08_165027.bak196 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
215 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
H A Dsyntax.php.2018-03-08_165158.bak196 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
214 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
H A Dsyntax.php.2018-03-08_165255.bak196 …$json_link = "https://graph.facebook.com/v2.12/{$fb_page_id}/events/?fields={$fb_fields}&access_to…
216 …$json_link = "https://graph.facebook.com/v2.12/".$event_time['id']."/?fields={$fb_fields}&access_t…
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js16 fields: { class in indexmenu_wiz
111 jQuery.each(indexmenu_wiz.fields, function (i, section) {
149 //toggle js fields
156 //interactive number fields
261 jQuery.each(indexmenu_wiz.fields.div6.elems[input.id].numberinput, function (j, numid) {
/plugin/ipban/
H A Dadmin.php74 $fields = explode("\t", $ban);
76 echo '<td>' . hsc($fields[0]) . '</td>';
77 echo '<td>' . strftime($conf['dformat'], $fields[1]) . '</td>';
78 echo '<td>' . hsc($fields[2]) . '</td>';
79 echo '<td>' . hsc($fields[3]) . '</td>';
80 …echo '<td><input type="submit" name="delip[' . $fields[0] . ']" value="' . $this->getLang('del') .…
/plugin/ipban/ip-lib/
H A DREADME.md274 …he type in a field called `addressType`, and the range boundaries in two fields called `rangeFrom`…
276 …getComparableString` method of the address and check if it's between the fields `rangeFrom` and `r…
/plugin/issuelinks/services/
H A DJira.service.php239 $issue->setSummary($issueData['fields']['summary']);
240 $issue->setStatus($issueData['fields']['status']['name']);
241 $issue->setDescription($issueData['fields']['description']);
242 $issue->setType($issueData['fields']['issuetype']['name']);
245 $issue->setUpdated($issueData['fields']['updated']);
250 $issue->setLabels($issueData['fields']['labels']);
252 if ($issueData['fields']['assignee']) {
253 $assignee = $issueData['fields']['assignee'];
257 if ($issueData['fields']['duedate']) {
258 $issue->setDuedate($issueData['fields']['duedate']);
[all …]
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jirainfo/
H A Daction.php10 …protected $fields = ['status', 'priority', 'issuetype', 'comment']; // Default fields for viewing … variable in action_plugin_jirainfo
68 return array_diff($this->fields, $arrFields);
80 $fields = $this->getFieldsRequest();
94 if (in_array('status', $fields) && isset($arr['fields']['status'])) {
100 if (in_array('priority', $fields) && isset($arr['fields']['priority'])) {
106 if (in_array('issuetype', $fields) && isset($arr['fields']['issuetype'])) {
112 if (in_array('comment', $fields) && isset($arr['fields']['comment'])) {
/plugin/jmol2/jmol/
H A DCHANGES.txt632 # --Object-like methods and fields such as {*}.xyz.all.join(" ") and {atomno=3}.radius
1616 … atom types for AMBER, CFF91, GAFF, ESFF, CHARMM, COMPASS, CVFF, CVFF_aug, PCFF force fields (rev2)
2694 # bug fix: U_iso_or_equiv fields not read in CIF
5029 # adds capability to read data from selected fields (white-space delimited columns) in a file
5031 # propertyDataField = 0 # no fields -- just read tokens
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js3729 decodeFrame: function(header, fields) { argument
3734 var len = Object.keys(fields).length, i = 0;
3736 for (var key in fields) {
3737 var type = fields[key];
H A Dogg.js2fields.map((function(field){index++;var size,alignSize;if(Runtime.isNumberType(field)||Runtime.isP… property in AnonymousFunction31ab72830200.Runtime.AnonymousFunction31ab72831400.type
H A Dopus.js2fields.map((function(field){index++;var size,alignSize;if(Runtime.isNumberType(field)||Runtime.isP… property in AnonymousFunction7d3a5dcd0200.Runtime.AnonymousFunction7d3a5dcd1400.type
H A Dvorbis.js2fields.map((function(field){index++;var size,alignSize;if(Runtime.isNumberType(field)||Runtime.isP… property in AnonymousFunctionee075bfb0200.Runtime.AnonymousFunctionee075bfb1400.type

1...<<111213141516171819