Home
last modified time | relevance | path

Searched defs:data (Results 101 – 125 of 2637) sorted by relevance

12345678910>>...106

/plugin/prosemirror/parser/
H A DHtmlPhpNode.php
H A DPreformattedNode.php9 protected $data; variable in dokuwiki\\plugin\\prosemirror\\parser\\PreformattedNode
11 public function __construct($data, Node $parent) argument
/plugin/notification/syntax/
H A Dlist.php70 public function render($mode, Doku_Renderer $renderer, $data)
103 public function renderMetadata(Doku_Renderer $renderer, $data)
125 public function renderXhtml(Doku_Renderer $renderer, $data)
/plugin/owncloud/
H A Dscript.js19 folderContent: function(data, $place, level){ argument
34 success: function(data) {filelist.folderContent(data, $row, level);}, argument
72 putContent: function(data, $place){ argument
100 success: function(data) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data.encoding.class.php11 function process(&$data) {
31 function _convert(&$data, $encoding) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DArrayToJSONSerializer.php33 public function serialize($data): string argument
53 public function deserialize(?string $data, array $headers) argument
[all...]
H A DEverythingToJSONSerializer.php33 public function serialize($data): string argument
49 public function deserialize(?string $data, array $headers) argument
/plugin/starred/
H A Dscript.js12 }).done(function (data) { argument
27 }).done(function (data) { argument
/plugin/diagrams/parser/
H A DDiagramsNode.php22 protected $data; variable in dokuwiki\\plugin\\diagrams\\parser\\DiagramsNode
25 public function __construct($data, Node $parent) argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php151 …public function serialize($data, string $format, ?SerializationContext $context = null, ?string $t…
169 …public function deserialize(string $data, string $type, string $format, ?DeserializationContext $c…
186 … public function toArray($data, ?SerializationContext $context = null, ?string $type = null): array
213 public function fromArray(array $data, string $type, ?DeserializationContext $context = null)
230 …vigatorInterface $navigator, VisitorInterface $visitor, Context $context, $data, string $format, ?…
257 private function convertArrayObjects($data)
H A DArrayTransformerInterface.php23 …public function toArray($data, ?SerializationContext $context = null, ?string $type = null): array;
32 public function fromArray(array $data, string $type, ?DeserializationContext $context = null);
/plugin/facebooklike/
H A Dsyntax.php31 private $data; variable in syntax_plugin_facebooklike
98 public function render($mode, &$renderer, $data) {
113 protected function _button($data){
/plugin/sectionedit/
H A Dscript.js26 var showEditDialog = function(data) { argument
32 var request = function(data, success) { argument
73 request({}, function(data){ argument
/plugin/judge/
H A Dsyntax.php277 function render($mode, Doku_Renderer $renderer, $data)
292 public function render_judge($data)
463 public function render_scoreboard($data)
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php32 public function testBasicTags($src, $data, $result) argument
77 testSimpleHelpers($src, $data, $result) global() argument
224 testDataVariables($src, $data, $result, $enableDataVariables) global() argument
[all...]
/plugin/doi/syntax/
H A Ddoi.php48 render($mode, Doku_Renderer $renderer, $data) global() argument
91 renderXHTML($data, $renderer) global() argument
137 renderAny($data, $renderer) global() argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js20 function sendMessage(type, data) argument
141 p.on('signal', function(data) argument
176 socket.on('clientsList', function(data) argument
186 socket.on('signal', function(data) argument
/plugin/jsonrpc/
H A DIJR_Server.php10 var $data; variable in IJR_Server
18 function IJR_Server($callbacks = false, $data = false)
29 private function verifyData($data)
44 function serve($data = false)
/plugin/mantis/lib/
H A Dnusoapmime.php88 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa…
223 function parseResponse($headers, $data) {
327 …function addAttachment($data, $filename = '', $contenttype = 'application/octet-stream', $cid = fa…
464 function parseRequest($headers, $data) {
/plugin/wikistats/
H A Dsyntax.php139 function handleNamedParameter($name, $value, &$data) {
161 function addNamespace(&$data, $namespace) {
177 public function render($mode, Doku_Renderer &$renderer, $data) {
219 function _search_count(&$data, $base, $file, $type, $lvl, $opts){
/plugin/jplayer/
H A Dsyntax.php128 private function render_metadata(Doku_Renderer $R, $data) {
156 private function render_xhtml(Doku_Renderer $R, $data) {
181 function render($mode, Doku_Renderer $R, $data) {
/plugin/swiftmail/Swift/Message/
H A DImage.php30 …public function __construct(Swift_File $data=null, $name=null, $type="application/octet-stream", $…
40 public function setData($data, $read_filename=true)
/plugin/davcard/vendor/sabre/vobject/lib/
H A DReader.php41 static public function read($data, $options = 0) {
64 static public function readJson($data, $options = 0) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php41 static public function read($data, $options = 0) {
64 static public function readJson($data, $options = 0) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DSecurityLayerInterface.php30 public function wrap(string $data, SaslContext $context): string; argument
37 public function unwrap(string $data, SaslContext $context): string; argument

12345678910>>...106