Home
last modified time | relevance | path

Searched refs:jsonData (Results 1 – 9 of 9) sorted by relevance

/plugin/externalembed/
H A Dscript.js24 element.style.height = jsonData.height;
26 if (jsonData.type !== 'other') {
27 …nt.innerHTML = generateThumbnail(jsonData) + "<div class='externalembed_disclaimer externalembed_d…
39 function renderIframe(jsonData) { argument
40 if (jsonData.type === 'youtube_video' || jsonData.type === 'youtube_playlist') {
42 '<div class="' + jsonData.size + '">' +
45 'title="Embedded content from: ' + jsonData.domain +
47 '" src="' + jsonData.request +
51 '<div style="width: ' + jsonData.width + 'px; height: ' + jsonData.height + 'px;">' +
54 'title="Embedded content from: ' + jsonData.domain +
[all …]
/plugin/lightboxv2/
H A Dscript.js1 …;if(a.jsonData&&0<a.jsonData.length){var e=a.jsonDataParser?a.jsonDataParser:b.fn.lightbox.parseJs…
5 imageNum=0;a.jsonData||(a.imageArray=[],(!e.rel||""==e.rel)&&!a.allSet?a.imageArray.push([e.href,a.…
15 …ad:"Download"},fitToScreen:!1,disableNavbarLinks:!1,loopImages:!1,imageClickClose:!0,jsonData:null, property in b.fn.lightbox.defaults
16 …e:DOKU_BASE+"lib/plugins/lightbox/images/closelabel.gif",fitToScreen:!0,jsonData:h,jsonDataParser:…
/plugin/issuelinks/helper/
H A Ddata.php146 public function lockImport($id, $jsonData) argument
151 dbglog('lock import: ' . $jsonData, __FILE__ . ': ' . __LINE__);
152 io_saveFile($lock, $jsonData);
/plugin/achart/
H A Dsyntax.php155 $jsonData = array('series'=> $csvData,'config'=>$newAdata);
157 $newJson=json_encode($jsonData,JSON_NUMERIC_CHECK);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dusage.rst35 $object = $serializer->deserialize($jsonData, 'MyNamespace\MyObject', 'json');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php205 $jsonData = '{"ip_address":"127.0.0.1", "server_id_extracted":"home", "name":"Windows"}';
207 $serverDeserialized = $serializer->deserialize($jsonData, Server::class, 'json');
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5276 }}var jsonData={responseText:data}; class in AnonymousFunctionf1d9e84c1b100
5277 if(Firebug.JSONViewerModel.isJSON(contentType,data)){this.insertJSON(parentNode,jsonData,context)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js20051 var jsonData = { class in AnonymousFunction7f0ac5571b300
20057 this.insertJSON(parentNode, jsonData, context);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5287 }}var jsonData={responseText:data}; class in AnonymousFunction4beb61231b600
5288 if(Firebug.JSONViewerModel.isJSON(contentType,data)){this.insertJSON(parentNode,jsonData,context)