Home
last modified time | relevance | path

Searched refs:data (Results 4451 – 4475 of 5080) sorted by relevance

1...<<171172173174175176177178179180>>...204

/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc17 var data = window.location.pathname;
19 var matches = data.match(/\/(.*?)\/(doku.php)?\/?(.*)/);
/plugin/nodetailsxhtml/
H A Drenderer.php211 public function startSectionEdit($start, $data) { argument
215 return parent::startSectionEdit($start, $data);
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php754 $data = [
788 ->when(function () use ($data) {
789 foreach ($data as $datum) {
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css28 /* Use the following CSS code if you want to use data attributes for inserting your icons */
29 [data-icon]:before {
31 content: attr(data-icon);
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.min.js2 …n.swipebox=function(a){if(!c.data(this,"_swipebox")){var b=new c.swipebox(this,a);this.data("_swip…
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php864 <div role="alert" aria-live="assertive" aria-atomic="true" class="toast fade" data-bs-autohide="$autoHide">
867 <button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
1132 $data = &$event->data;
1133 foreach ($data as $tag => &$heads) {
H A DFetcherMarkup.php466 $data = $snippetCacheStore->retrieveCache();
468 if (!empty($data)) {
469 $jsonDecodeSnippets = json_decode($data, true);
1270 * The persistent data are now available
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst148 If you need only to serialize your data, you can avoid providing a setter by
208 This annotation can be defined on a method to indicate that the data returned by
212 also defined at class level exposing data using the Symfony Expression Language.
270 This annotation can be defined on a property to indicate that the data of the property
277 This annotation can be defined on a property to indicate that the data of the property
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1635 var data = getScriptData(evt);
1636 context.completeLoad(data.id);
1644 var data = getScriptData(evt);
1645 if (!hasPathFallback(data.id)) {
1646 return onError(makeError('scripterror', 'Script error', evt, [data.id]));
/plugin/jplayer/components/
H A Drequire.js1635 var data = getScriptData(evt);
1636 context.completeLoad(data.id);
1644 var data = getScriptData(evt);
1645 if (!hasPathFallback(data.id)) {
1646 return onError(makeError('scripterror', 'Script error', evt, [data.id]));
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js1 …=255&e[r];return t}function f(t,e){var n,r=0;"Buffer"===e.type&&X(e.data)&&(n=e.data,r=0|p(n.lengt…
7data:Array.prototype.slice.call(this._arr||this,0)}};var V=4096;t.prototype.slice=function(e,n){va… class
10data.Pages.data,e.Kids.push(this.page.dictionary),e.Count++,this.x=this.page.margins.left,this.y=t…
11data=null!=n?n:{},this.finalize=a(this.finalize,this),this.gen=0,this.deflate=null,this.compress=t…
13data).Font?e.Font:e.Font={}}}(this)},xobjects:{get:function(t){return function(){var e;return null…
14data.Length1=s.uncompressedLength,s.end(),i=this.document.ref({Type:"FontDescriptor",FontName:this… class in dictionary
15data}}for(h=0,c=t.length;c>h;h++)n=t[h],o.writeUInt16(n/2);return i={format:0,table:o.data}},LocaT… property in t.exports
16data=t,this.label=n,65496!==this.data.readUInt16BE(0))throw"SOI not found in JPEG";for(a=2;a<this.
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js10359 var data = [];
10365 data.splice(i, 1);
10368 data.push(view);
15147 if (!data) {
15154 data = fallback;
15160 var str = data[prop];
15212 if (!data) {
15217 if (data[gTextProp]) {
15244 for (var k in data) {
15298 if (data && prop in data) {
[all …]
/plugin/s5reloaded/ui/thesis/
H A Dslides.js2025 for (var data in ChartData) {
2026 ct += ChartData[data];
2063 for (data in ChartData) {
2064 val = ChartData[data]; sdeg = deg;
2139 for (data in ChartData) {
2140 val = ChartData[data];
2187 for (var data in ChartData) {
2188 cm = Math.max(cm,ChartData[data]);
2189 ct += ChartData[data];
2220 for (var data in ChartData) {
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1758 data = [];
1762 if (!data.length) {
1789 return data;
1806 data = [];
1810 if (!data.length) {
1821 return data;
3515 return data;
3525 return data[key];
3527 data[key] = value;
6932 var data = {};
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php1942 * @param string $data
1946 public static function Unsynchronise($data) { argument
1959 $data = str_replace("\xFF\x00", "\xFF\x00\x00", $data);
1961 $datalength = strlen($data);
1963 $thischar = $data[$i];
1966 $nextchar = ord($data[$i + 1]);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php543 function DeUnSynchronise($data) { argument
544 return str_replace(chr(0xFF).chr(0x00), chr(0xFF), $data);
549 function Unsynchronise($data) { argument
562 $data = str_replace(chr(0xFF).chr(0x00), chr(0xFF).chr(0x00).chr(0x00), $data);
564 for ($i = 0; $i < strlen($data); $i++) {
565 $thischar = $data[$i];
568 $nextchar = ord(substr($data, $i + 1, 1));
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jar ... static final String FORMAT private final transient byte[] data public void <init> (byte[]) ...
/plugin/piwik2/
H A DREADME.md46 * an existing piwik installation that the trackingscript can send data to
/plugin/revealjs/css/print/
H A Dpdf.css150 .reveal .speaker-notes-pdf[data-layout="separate-page"] {
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …n:[{type:"select",id:"cellType",label:d.cellType,"default":"td",items:[[d.data,"td"],[d.header,"th…
/plugin/fckg/
H A DREADME42 data/media directory. In this case security is enforced using the "secure" directory
/plugin/fckg/scripts/
H A Dscript-cmpr.js1 …jax({url:DOKU_BASE+"lib/plugins/fckg/scripts/prev_delete.php",async:false,data:c,type:"POST",dataT…
/plugin/tocselect/
H A Daction.php36 if ($event->data == 'tocselect') {
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/2/
H A DdataTables.bootstrap.min.js

1...<<171172173174175176177178179180>>...204