Home
last modified time | relevance | path

Searched refs:data (Results 3201 – 3225 of 5080) sorted by relevance

1...<<121122123124125126127128129130>>...204

/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php74 $data = $new_msg["data"];
79 foreach ($data as $d)
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css32 .cke_copyformatting_active div[data-cke-temp],
33 .cke_copyformatting_tableresize_cursor div[data-cke-temp] {
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css32 .cke_copyformatting_active div[data-cke-temp],
33 .cke_copyformatting_tableresize_cursor div[data-cke-temp] {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc16 * <<http-meta-data>>
36 include::http-meta-data.asciidoc[]
H A Dhttp-meta-data.asciidoc1 [[http-meta-data]]
4 By default, the client sends some meta data about the HTTP connection using
13 This header is used to collect meta data about the versions of the components
/plugin/structpublish/_test/
H A Drevision.test.php36 $data = '';
37 $migration->handleMigrations(new Doku_Event('DUMMY_EVENT', $data));
/plugin/fckg/
H A Dscript.js231 data: params,
234 success: function(data){ argument
236 alert(data);
/plugin/icons/assets/font-linux/
H A Dfont-linux.css49 [data-icon]:before { content: attr(data-icon); }
51 [data-icon]:before,
/plugin/webcomponent/syntax/
H A Dcard.php193 * @param array $data - what the function handle() return'ed
196 function render($mode, Doku_Renderer $renderer, $data) argument
202 list($state, $parameters) = $data;
/plugin/aclplusregex/
H A Daction.php64 $id = $event->data['id'];
65 $user = $event->data['user'];
66 $groups = $event->data['groups'];
/plugin/phpbblinks/
H A Daction.php39 if (!is_array($event->data)) return false;
40 if ( !isset($event->data['preview']) && !isset($event->data['save']))
/plugin/tplmod/
H A Dscript.js212 function (data) { argument
213 if(data == 'done') {
217 alert(LANG.plugins.tplmod.ui_save_err + data);
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubFile.js5 GitHubFile = function(ui, data, meta) argument
7 DrawioFile.call(this, ui, data);
246 var savedData = this.data;
/plugin/bootswrapper/syntax/
H A Dbootstrap.php268 public function render($mode, Doku_Renderer $renderer, $data) argument
271 if (empty($data)) {
280 list($state, $match) = $data;
/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php100 * In a general pattern, a dependency is a series of function that would output runtime data
103 * The cache dependencies data are saved alongside the page (same as snippets)
131 $data = $this->getDependenciesCacheStore()->retrieveCache();
132 if (!empty($data)) {
133 $this->runtimeStoreDependencies = json_decode($data, true);
324 * Snippet.json, Cache dependency are data dependent
H A DEvent.php163 LogUtility::msg("The stored data for the event $eventName was not in the json format");
186 * @param array $data
189 function createEvent(string $name, array $data)
208 $entry["data"] = Json::createFromArray($data)->toPrettyJsonString();
209 $entry["data_hash"] = md5($entry["data"]);
239 $tmp = []; // No event data
172 createEvent(string $name, array $data) global() argument
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php376 ) as $range => $data) {
378 if (isset($data[1])) {
379 foreach ($data[1] as $exceptionRange => $exceptionType) {
383 … $reservedRanges[] = new AssignedRange(Subnet::fromString($range), $data[0], $exceptions);
/plugin/dirtylittlehelper/
H A Daction.php31 $event->data[] = array (
400 $event->data['script'][] = array(
406 $event->data['script'][] = array(
482 …if ($event->data['view']=='user' && $INFO['isadmin'] && $this->getConf('show_menu') && $this->dlh_…
/plugin/diagramsnet/lib/js/
H A Dopen.js165 window.parent.openBrowserFile(k, function(data) argument
172 of.setData(data, k);
181 window.parent.openBrowserFile(k, function(data) argument
183 window.parent.openFile.setData(data, k);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst21 amount of data read from the stream, use the
32 * Added ``GuzzleHttp\Stream\BufferStream`` to add support for buffering data,
33 and when read, shifting data off of the buffer.
35 does not actually store any data.
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php86 $data = [];
96 $data[$child->nodeName] = $child->nodeValue;
100 if (count($data)) {
101 $geometry->setData($data);
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt31data and starts all over again at the new date. Updating inserts new data into the database star…
77 These functions enable you to fetch new data from github, then to merge this data into your git. Th…
118 …and also delete the sqlite database file for this entry, which is kept in data/meta. The sqlite d…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js118 matrix, data; variable in propertyHook
137 data = $._data( elem, "transformTranslate", undefined );
138 matrix[4] = data ? data[0] : 0;
139 matrix[5] = data ? data[1] : 0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php8 // NOTE*** If you change the defined constants below, be sure to delete all temporary font data files in /ttfontdata/
362 function calcChecksum($data) argument
364 if (strlen($data) % 4) {
365 $data .= str_repeat("\0", 4 - (strlen($data) % 4));
368 $len = strlen($data);
373 $hi += (ord($data[$i]) << 8) + ord($data[$i + 1]);
374 $lo += (ord($data[$i + 2]) << 8) + ord($data[
535 add($tag, $data) global() argument
[all...]
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js359data.getTarget().is("input","select")&&a.data.preventDefault()}),this.attachListener(this,"mouseup…
581data.$.altKey,d=a.data.$.shiftKey,e=String.fromCharCode(a.data.$.keyCode);(b=D[(b?"CTRL+":"")+(c?"…
678data.preventDefault();else{var b=a.data.getTarget();b&&b.is&&b.is("html")?a.data.preventDefault():…
681data.dataValue='\x3cimg src\x3d"'+e.result+'" /\x3e';a.fire("paste",b.data)},!1);e.addEventListene…
682data.dataValue=d,b.data.type="html";else if(d=c.getData("text/plain"))b.data.dataValue=a.editable(…
693data.$?a.data.$.dataTransfer:null,d=new this.dataTransfer(c,b);c?this.dragData&&d.id==this.dragDat…
868data.dialog="form";else if(d.is("select"))b.data.dialog="select";else if(d.is("textarea"))b.data.d…
882data.states)c.push(a.data.states[e]);this.setState(CKEDITOR.tools.search(c,b)?b:f)},e,null,100);e.…
886data.done||(a.fire("lockSnapshot"),b.execJob(a,e)&&(c.data.done=!0),a.fire("unlockSnapshot"),CKEDI…
1029data.name in f.options.disablingCommandExec&&"wysiwyg"==a.mode?c&&(f.destroy(a),a.fire("scaytButto…
[all …]

1...<<121122123124125126127128129130>>...204