Home
last modified time | relevance | path

Searched full:data (Results 1 – 25 of 6133) sorted by relevance

12345678910>>...246

/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
Dopen-iconic.css9 .oi[data-glyph].oi-text-replace {
14 .oi[data-glyph].oi-text-replace:before {
19 .oi[data-glyph]:before {
31 .oi[data-glyph]:empty:before {
37 .oi[data-glyph].oi-align-left:before {
41 .oi[data-glyph].oi-align-right:before {
45 .oi[data-glyph].oi-align-center:before {
49 .oi[data-glyph].oi-flip-horizontal:before {
54 .oi[data-glyph].oi-flip-vertical:before {
59 .oi[data-glyph].oi-flip-horizontal-vertical:before {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css9 .oi[data-glyph].oi-text-replace {
14 .oi[data-glyph].oi-text-replace:before {
19 .oi[data-glyph]:before {
31 .oi[data-glyph]:empty:before {
37 .oi[data-glyph].oi-align-left:before {
41 .oi[data-glyph].oi-align-right:before {
45 .oi[data-glyph].oi-align-center:before {
49 .oi[data-glyph].oi-flip-horizontal:before {
54 .oi[data-glyph].oi-flip-vertical:before {
59 .oi[data-glyph].oi-flip-horizontal-vertical:before {
[all …]
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Ddata.inc.php3 * Various CSS Data for CSSTidy
30 * @global array $data['csstidy']['whitespace']
33 $data['csstidy']['whitespace'] = array(' ',"\n","\t","\r","\x0B");
38 * @global string $data['csstidy']['tokens']
41 $data['csstidy']['tokens'] = '/@}{;:=\'"(,\\!$%&)*+.<>?[]^`|~';
47 * @global array $data['csstidy']['units']
50 $data['csstidy']['units'] = array('in','cm','mm','pt','pc','px','rem','em','%','ex','gd','vw','vh',…
55 * @global array $data['csstidy']['at_rules']
58 $data['csstidy']['at_rules'] = array('page' => 'is','font-face' => 'atis','charset' => 'iv', 'impor…
65 * @global array $data['csstidy']['unit_values']
[all …]
/plugin/panoview/
H A Dtiles.php19 $data = []; variable
21 [$data['zoom'], $data['col'], $data['row']] = explode('-', $_GET['tile']);
22 $data['id'] = cleanID($_GET['image']);
23 $data['file'] = mediaFN($data['id']);
24 $data['mtime'] = @filemtime($data['file']);
27 if (auth_quickaclcheck(getNS($data['id']) . ':X') < AUTH_READ) $pl->gfxError('noauth');
28 if (!$data['mtime']) $pl->gfxError('notfound');
31 $data['ts'] = 256;
32 [$data['width'], $data['height']] = getimagesize($data['file']);
33 $data['scale'] = (int) 2 ** $data['zoom'];
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Djquery.grab.js24 if (type.substr(0,5) !== 'touch'){ // A temporary fix for IE8 data passing problem in Jin.
41 if (type.substr(0,5) !== 'touch'){ // A temporary fix for IE8 data passing problem in Jin.
55 e.data = pass;
68 var data = { variable
78 extend(data, options);
79 data.element = elem;
80 bind(elem, mousedown, mouseDown, data);
81 if (data.touch){
82 bind(elem, touchstart, touchStart, data);
89 e.data.position.x = e.pageX;
[all …]
/plugin/ryubin/syntax/
Dryubin.php37 $data = array();
44 $data['id'] = substr(md5($img),0,8);
45 $data['mime'] = strtolower(explode('.',$img));
46 $data['img_path'] = $conf['basedir']."_media/".$img;
50 $data['playmode'] = $this->getConf('playmode');
51 $data['fov'] = $this->getConf('fov');
52 $data['yaw'] = $this->getConf('yaw');
53 $data['pitch'] = $this->getConf('pitch');
54 $data['view_mode'] = intval($this->getConf('view_mode'));
55 $data['hv_ratio'] = $this->getConf('hv_ratio');
[all …]
/plugin/stlviewer/stlviewer/
Dload_stl.min.js2data:a})}function download_from_local(a){download_from_local_xhr(a)}function download_from_local_x… property
/plugin/backlinks/
H A Ddeleted.files6 _test/data/meta/backlinks_exclude_syntax.changes
7 _test/data/meta/backlinks_exclude_syntax.indexed
8 _test/data/meta/backlinks_exclude_syntax.meta
9 _test/data/meta/backlinks_include_syntax.changes
10 _test/data/meta/backlinks_include_syntax.indexed
11 _test/data/meta/backlinks_include_syntax.meta
12 _test/data/meta/backlinks_syntax.indexed
13 _test/data/meta/backlinks_syntax.meta
14 _test/data/meta/backlink_test_pages.changes
15 _test/data/meta/backlink_test_pages.indexed
[all …]
/plugin/dw2pdf/
H A Ddeleted.files844 mpdf/qrcode/data/modele1.dat
845 mpdf/qrcode/data/modele10.dat
846 mpdf/qrcode/data/modele11.dat
847 mpdf/qrcode/data/modele12.dat
848 mpdf/qrcode/data/modele13.dat
849 mpdf/qrcode/data/modele14.dat
850 mpdf/qrcode/data/modele15.dat
851 mpdf/qrcode/data/modele16.dat
852 mpdf/qrcode/data/modele17.dat
853 mpdf/qrcode/data/modele18.dat
[all …]
/plugin/bibtex/OSBib/format/
DEXPORTFILTER.php39 * @param $data Input string
43 function format($data) argument
53 if(preg_match("/(<a.*>.*<\/a>)/i", $data, $match))
56 $data = preg_replace("/$url/", "OSBIB__URL__OSBIB", $data);
60 $data = str_replace("\"", "&quot;", $data);
61 $data = str_replace("<", "&lt;", $data);
62 $data = str_replace(">", "&gt;", $data);
63 $data = preg_replace("/&(?![a-zA-Z0-9#]+?;)/", "&amp;", $data);
64 $data = $this->bibformat->patterns ?
66 "<span class=\"" . $this->bibformat->patternHighlight . "\">$1</span>", $data) : $data;
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php25 * @param array $data data
26 * @param string $result expected data
32 public function testBasicTags($src, $data, $result) argument
36 $this->assertEquals($result, $engine->render($src, $data));
53 '{{data}}',
54 array('data' => 'result'),
58 '{{data.key}}',
59 array('data' => array('key' => 'result')),
70 * @param array $data data
71 * @param string $result expected data
[all …]
/plugin/fckg/fckeditor/editor/plugins/bbcode/
Dfckplugin.js21 * This is a sample implementation for a custom Data Processor for basic BBCode.
27 * Returns a string representing the HTML format of "data". The returned
31 * @param {String} data The data to be converted in the
34 ConvertToHtml : function( data ) argument
37 data = data.replace( /</g, '&lt;' ) ;
38 data = data.replace( />/g, '&gt;' ) ;
41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ;
44 data = data.replace( /\[url\](.+?)\[\/url]/gi, '<a href="$1">$1</a>' ) ;
45 data = data.replace( /\[url\=([^\]]+)](.+?)\[\/url]/gi, '<a href="$1">$2</a>' ) ;
48 data = data.replace( /\[b\](.+?)\[\/b]/gi, '<b>$1</b>' ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
Dfckplugin.js21 * This is a sample implementation for a custom Data Processor for basic BBCode.
27 * Returns a string representing the HTML format of "data". The returned
31 * @param {String} data The data to be converted in the
34 ConvertToHtml : function( data ) argument
37 data = data.replace( /</g, '&lt;' ) ;
38 data = data.replace( />/g, '&gt;' ) ;
41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ;
44 data = data.replace( /\[url\](.+?)\[\/url]/gi, '<a href="$1">$1</a>' ) ;
45 data = data.replace( /\[url\=([^\]]+)](.+?)\[\/url]/gi, '<a href="$1">$2</a>' ) ;
48 data = data.replace( /\[b\](.+?)\[\/b]/gi, '<b>$1</b>' ) ;
[all …]
/plugin/pdfjs/pdfjs/web/
Dviewer.html50 …humbnail" class="toolbarButton toggled" title="Show Thumbnails" tabindex="2" data-l10n-id="thumbs">
51 <span data-l10n-id="thumbs_label">Thumbnails</span>
53 …ocument Outline (double-click to expand/collapse all items)" tabindex="3" data-l10n-id="document_o…
54 <span data-l10n-id="document_outline_label">Document Outline</span>
56 …wAttachments" class="toolbarButton" title="Show Attachments" tabindex="4" data-l10n-id="attachment…
57 <span data-l10n-id="attachments_label">Attachments</span>
75 …"toolbarField" title="Find" placeholder="Find in document…" tabindex="91" data-l10n-id="find_input…
77 …revious" title="Find the previous occurrence of the phrase" tabindex="92" data-l10n-id="find_previ…
78 <span data-l10n-id="find_previous_label">Previous</span>
81 …on findNext" title="Find the next occurrence of the phrase" tabindex="93" data-l10n-id="find_next">
[all …]
/plugin/doi/syntax/
H A Ddoi.php52 public function render($mode, Doku_Renderer $renderer, $data) argument
55 $data['id'] = $resolver->cleanID($data['id']);
58 $publication = $resolver->getData($data['id']);
61 $url = $resolver->getFallbackURL($data['id']);
62 $title = empty($data['title']) ? $data['id'] : $data['title'];
69 if (!empty($data['title'])) $publication['title'] = $data['title'];
72 if (!empty($data['url'])) $publication['url'] = $data['url'];
93 * Render the given data on the XHTML renderer
97 * @param array $data
101 protected function renderXHTML($data, $renderer) argument
[all …]
/plugin/webcomponent/_test/data/pages/
Dnavbar.txt39 <dropdown name="Data (State)" >
40 [[data:processing:|Data Processing]]
41 [[data:modeling:|Data Modeling]]
42 [[data:quality:|Data Quality]]
43 [[data:type:|Data Structure]]
44 [[data:type:|Data Type]]
45 [[:data:warehouse:|Data Warehouse]]
46 [[data:viz:|Data Visualization]]
47 [[data:partition:|Data Partition]]
48 [[data:persistence:|Data Persistence]]
[all …]
/plugin/nspages/fileHelper/
DfileHelper.php13 private $data; variable in fileHelper
17 function __construct($data, $customTitleAllowListMetadata){ argument
18 $this->data = $data;
19 $this->files = $this->searchFiles($data);
26 … 'depth' => $this->data['maxDepth'], 'keeptxt'=> false, 'listfiles'=> !$this->data['nopages'],
27 'listdirs' => $this->data['subns'], 'pagesonly'=> true, 'skipacl'=> false,
29 'showhidden'=> $this->data['showhidden'], 'firsthead'=> true
32 search($files, $conf['datadir'], 'search_universal', $opt, $this->data['wantedDir']);
37 …$preparer = new pagePreparer($this->data['excludedNS'], $this->data['excludedPages'], $this->data[…
38 …$this->data['pregPagesOff'], $this->data['pregPagesTitleOn'], $this->data['pregPagesTitleOff'], $t…
[all …]
/plugin/todo/syntax/
H A Dlist.php53 * @return array Data for the renderer
59 $data = array(
76 $data['header'] = $value;
81 $data['short'] = ($value == 'yes');
86 $data['showdate'] = ($value == 'yes');
91 $data['checkbox'] = ($value == 'yes');
96 $data['completed'] = ($value == 'yes');
101 $data['username'] = $value;
106 $data['assigned'] = ($value == 'yes');
110 $data['assigned'] = explode(',', $value);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/Resource/
DUsersDataSources.php34 * Creates a new data source that is unique across all data sources belonging to
35 * this user. A data source is a unique source of sensor data. Data sources can
36 * expose raw data coming from hardware sensors on local or companion devices.
37 * They can also expose derived data, created by transforming or merging other
38 * data sources. Multiple data sources can exist for the same data type. Every
39 * data point in every dataset inserted into or read from the Fitness API has an
40 * associated data source. Each data source produces a unique stream of dataset
41 * updates, with a unique data source identifier. Not all changes to data source
42 * affect the data stream ID, so that data collected by updated versions of the
43 * same application/device can still be considered to belong to the same data
[all …]
/plugin/flexpaper/
Dsyntax.php57 * @return array Data for the renderer
67 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT SUPPORT!</b>';
68 return $data;
73 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT EXIST!</b>';
74 return $data;
78 $data['width'] = '100%';
79 $data['height'] = '588px';
80 $data['start'] = '';
84 $data['swf'] = $file;
89 …$data['error'] = 'PHP Function <b>"<a href="http://php.net/manual/en/function.exec.php"><i>exec()<…
[all …]
/plugin/issuelinks/script/
Dadmin_repo.js8 function toggleHookIndicator(data, $this) { argument
10 if ('id' in $this.data()) {
12 $this.removeAttr('data-id');
16 if (typeof data.id !== 'undefined') {
17 $this.data('id', data.id);
22 let data;
28 if (typeof response.data !== 'undefined') {
29 data = response.data;
31 data = jqXHR.responseText;
34 data = jqXHR.responseText;
[all …]
/plugin/galleryv1.5/
Dsyntax.php82 $data = array();
88 $data['float']="right";
90 $data['float']="left";
92 $data['float'] = null;
95 $data['ns'] = $ns;
99 $data['w'] = $match[1];
100 $data['h'] = $match[2];
102 $data['w'] = $this->getConf('thumbnail_width');
103 $data['h'] = $this->getConf('thumbnail_height');
108 $data['w_lightbox'] = $match[1];
[all …]
/plugin/diagrams/syntax/
H A Dmediafile.php40 * Parse SVG syntax into media data
50 $data = Doku_Handler_Parse_Media($match);
54 if (!($data['type'] === 'internalmedia' && $helper->isDiagramFile(mediaFN($data['src'])))) {
60 $data['url'] = ml($data['src'], ['cache' => 'nocache'], true, '&');
61 return $data;
87 * @param array $data
90 public function render($format, Doku_Renderer $renderer, $data) argument
95 $renderer->internalmedia($data['src']);
102 if (auth_quickaclcheck(cleanID($data['src'])) < AUTH_READ) return false;
105 $cachefile = $this->getCachedPNG($data);
[all …]
/plugin/jsoneditor/
Dhelper.php19 * @param array $data Reference to $data, which can be further manipulated
21 public function handle(&$data) { argument
25 $data['options_default'] = $this->getConf('options');
26 if(isset($data['keys']['options'])) {
27 $data['options'] = $data['keys']['options'];
28 //replace %$ ... % snippets with data - prepare
29 $data['options_extractors'] = $json_o->extractors_handle($data['keys']['options']);
33 $schema = $data['keys']['schema'] ?? '{}';
35 $data['schema'] = $schema;
36 //replace %$ ... % snippets with data - prepare
[all …]
/plugin/mikioplugin/syntax/
H A Dbox.php44 public function render_lexer_enter(Doku_Renderer $renderer, $data) { argument
45 if(!empty($data['attr'])) {
46 $data = array_merge($data, $this->callMikioTag('setattr', $data['attr']));
50 if(!empty($data['url'])) $tag = 'a';
52 if(!empty($data['grid-row-span'])) $data['grid-row-end'] = 'span ' . $data['grid-row-span'];
53 if(!empty($data['grid-col-span'])) $data['grid-col-end'] = 'span ' . $data['grid-col-span'];
55 if(!empty($data['grid-row'])) {
56 $parts = explode(' ', $data['grid-row']);
59 $data['grid-row-start'] = filter_var($parts[0], FILTER_VALIDATE_INT);
63 $data['grid-row-end'] = filter_var($parts[1], FILTER_VALIDATE_INT);
[all …]

12345678910>>...246