Home
last modified time | relevance | path

Searched refs:data (Results 2726 – 2750 of 5080) sorted by relevance

1...<<101102103104105106107108109110>>...204

/plugin/quickstats/scripts/
H A Dget_useragent.php9 $data = unserialize(file_get_contents($misc_data_file));
11 foreach($data['version'] as $key =>$val)
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchive.php84 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data, empty to take from original
90 * Add a file to the current archive using the given $data as content
92 * @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject with all meta data
93 * @param string $data binary content of the file to add
96 abstract public function addData($fileinfo, $data); argument
101 * After a call to this function no more data can be added to the archive, for
107 * Returns the created in-memory archive data
114 * Save the created in-memory archive data
/plugin/struct/meta/
H A DAggregationEditorTable.php24 * We add the schema name as data attribute
31 $hash = md5(var_export($this->data, true));
48 data-schema=\"$table\" data-searchconf=\"$config\">";
/plugin/structpublish/action/
H A Dsave.php20 * Handle the page save event to store revision meta data
30 $id = $event->data['id'];
39 $revision = new Revision($id, $event->data['newRevision']);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19data.length){h.Error(["CommandAtTheBeginingOfLine","%1 must come at the beginning of the line",j])…
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.orig1data ended short");for(let t=o;t<o+r;t++){const e=s[t];if(!k(e,1))throw new Error("Param not a num…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php672 $data = array();
676 $data[$key] = $this->readData();
683 return $data;
693 $data = array();
700 $data[$key] = $this->readData();
708 return $data;
716 $data = array();
719 $data[] = $this->readData();
721 return $data;
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js370 function postprocess( data, options ) { argument
373 return options.postProcess.call( l, data, options, chart );
376 return data;
378 return data;
590 var data = AmCharts.CSVToArray( response, options.delimiter );
599 cols = data.shift();
619 data.shift();
623 while ( ( row = options.reverse ? data.pop() : data.shift() ) ) {
/plugin/batchedit/
H A Dinterface.php15 public $data; variable in BatcheditMessage
49 return $this->data[0];
56 return serialize(array($this->type, $this->data));
62 public function unserialize($data) { argument
63 list($this->type, $this->data) = unserialize($data);
74 $this->data = $message;
85 $this->data = $message;
152 print($this->getLang($message->getFormatId(), call_user_func_array(array($this, 'getLang'), $message->data)));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php114 $data = file_get_contents($this->fileName, false, null, $this->offset);
115 foreach (preg_split("/^@@(?= [\w\d\.]+$)/m", $data, -1) as $chunk) {
/plugin/subjectindex/action/
H A Dindexer.php30 if (isset($event->data['page'])) {
31 $page = $event->data['page'];
/plugin/nextday/
H A Dsyntax.php44 function render($mode, Doku_Renderer $renderer, $data) { argument
45 $renderer->doc .= $data;
/plugin/bbcode/
H A Dulist.php47 function render($mode, Doku_Renderer $renderer, $data) { argument
49 list($state, $match) = $data;
H A Dversalitas.php47 function render($mode, Doku_Renderer $renderer, $data) { argument
49 list($state, $match) = $data;
/plugin/twitter/
H A Daction.php28 $cache =& $event->data;
68 foreach ($hasPart as $file => $data) {
/plugin/bibtex/OSBib/create/
H A DTABLE.php64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS… argument
68 $data
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js60 function write(destPath, data) { argument
61 return _.partial(fs.writeFile, destPath, data);
/plugin/noabstract/
H A Dsyntax.php27 public function render($mode, Doku_Renderer $renderer, $data) { argument
28 list($state,$match) = $data;
/plugin/yuriigantt/3rd/fontawesome/
H A Dexpand-solid.svg1 <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="expand" class="svg-inline--f…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DDuplicatePropertySniff.php79 $data = array(
83 $phpcsFile->addError($error, $next, 'Found', $data);
/plugin/docsearchsitemap/
H A Daction.php19 private $data = array(); variable in action_plugin_docsearchsitemap
64 $event->data['items'][] = $item;
/plugin/bookmark2wiki/
H A Daction.php44 if($event->data != 'bookmark2wiki') return;
49 if($event->data != 'bookmark2wiki') return;
/plugin/combo/ComboStrap/
H A DMetadataFormDataStore.php12 * Represents a data array of a post from an HTML form
37 $childrenValue = $this->data[$childrenObject::getName()];
51 $value = $this->data[$metadata::getName()] ?? null;
/plugin/bez/syntax/
H A Dquery.php38 public function render($mode, Doku_Renderer $renderer, $data) { argument
39 // $data is what the function handle() return'ed.
42 list($state,$match) = $data;
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jar ... (byte[]) int i byte[] data byte[] groomedData int bytesCopied byte[] packedData ...

1...<<101102103104105106107108109110>>...204