Home
last modified time | relevance | path

Searched defs:data (Results 51 – 75 of 2509) sorted by relevance

12345678910>>...101

/plugin/ajaxedit/
H A Dscript.js31 function ajaxedit_send_(url,data,fcnSuccess) { argument
36 function(data) { argument
52 function ajaxedit_send(plugin,idx_tag,fcnSuccess,data){ argument
72 function ajaxedit_send2(plugin,idx_tag,fcnSuccess,data){ argument
89 function ajaxedit_parse(data){ argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php55 function deCompress($data, &$datLen) argument
77 function LZWCommandInit(&$data, &$dp) argument
105 function LZWCommand(&$data, &$dp) argument
188 GetCodeInit(& $data, & $dp) global() argument
197 GetCode(& $data, & $dp) global() argument
[all...]
/plugin/dataplot/
H A Dsyntax.php202 function _cachename($data, $ext) {
210 function render($format, Doku_Renderer $renderer, $data) {
239 function _imgfile($data) {
268 function _run($data, $in, $out) {
/plugin/seqdia/
H A Dsyntax.php91 function _cachename($data,$ext){
101 function render($format, &$R, $data) {
122 function _imgfile($data){
147 function _remote($data,$in,$out){
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php41 private $data; variable in X509Certificate
51 public function __construct($data) {
115 public function verifySignature($data, $sign, $algorithm = 'sha256') {
269 public static function verifyPublicKeySignature($pkey, $data, $sign, $algorithm = 'sha256') {
/plugin/gallery/
H A Dsyntax.php
/plugin/mikioplugin/syntax/
H A Dtabgroup.php23 public function render_lexer_enter(Doku_Renderer $renderer, $data) { argument
30 public function render_lexer_exit(Doku_Renderer $renderer, $data) { argument
35 public function render_lexer_unmatched(Doku_Renderer $renderer, $data) { argument
H A Dpagenation.php24 render_lexer_enter(Doku_Renderer $renderer, $data) global() argument
33 render_lexer_exit(Doku_Renderer $renderer, $data) global() argument
38 render_lexer_unmatched(Doku_Renderer $renderer, $data) global() argument
/plugin/bpmnioeditor/
H A Dscript.js53 success: function(data){ argument
80 success: function(data){ argument
101 success: function(data){ argument
242 success: function(data){ argument
257 error: function(data) { argument
/plugin/cleanup/
H A Dhelper.php140 public function cb_check_cache(&$data, $base, $file, $type, $lvl, $opts) {
159 public function cb_check_attic(&$data, $base, $file, $type, $lvl, $opts) {
181 public function cb_check_mediaattic(&$data, $base, $file, $type, $lvl, $opts) {
206 public function cb_check_meta(&$data, $base, $file, $type, $lvl, $opts) {
229 public function cb_check_mediameta(&$data, $base, $file, $type, $lvl, $opts) {
252 public function cb_check_locks(&$data, $base, $file, $type, $lvl, $opts) {
/plugin/semanticdata/syntax/
H A Dlist.php32 function preList($clist, $data) {
36 function nullList($data, $clist, &$R) {
42 function postList($data) {
/plugin/datatemplate/syntax/
H A Dentry.php66 function render($format, Doku_Renderer $renderer, $data) {
117 function _showData($data, &$R) {
169 function _getInstructions($data){
289 function _saveRendereredData($data,$id,&$renderer){
/plugin/struct/meta/
H A DAccessDataValidator.php16 protected $data; variable in dokuwiki\\plugin\\struct\\meta\\AccessDataValidator
23 public function __construct(AccessTable $access, $data) argument
42 validateDataForPage($data, $pageid, & $errors) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php131 public function visitNull($data, array $type)
142 public function visitString(string $data, array $type)
153 public function visitSimpleString($data, array $type): \DOMText
161 public function visitBoolean(bool $data, array $type)
169 public function visitInteger(int $data, array $type)
177 public function visitDouble(float $data, array $type)
185 public function visitArray(array $data, array $type): void
222 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void
353 public function endVisitingObject(ClassMetadata $metadata, object $data, array $type): void
433 public function prepare($data)
/plugin/etherpadlite/scripts/
H A Detherpadlite.js21 function(data) { argument
79 function(data) { argument
209 function(data) { argument
222 ep.security_fill = function(data) { argument
267 function(data) { argument
367 function(data) { argument
412 ep.sendMessage = function(func, data) { argument
596 function(data) { argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php79 …public static function jsonEncode($data, ?int $encodeFlags = null, bool $ignoreErrors = false): st…
116 public static function handleJsonError(int $code, $data, ?int $encodeFlags = null): string
171 private static function throwEncodeError(int $code, $data): void
208 private static function detectAndCleanUtf8(&$data): void
/plugin/jsonrpc/
H A DIJR_Base64.php9 var $data; variable in IJR_Base64
10 function IJR_Base64($data) {
/plugin/panorama/
H A Drender_helper.php17 function _render_java($data)
38 function _render_swf($data)
/plugin/judge/helper/
H A Dcrud.php26 public function tableRender($data, $mode, $count = 1, $sort = "timestamp")
104 public function getSubmissions($data, $sort = "timestamp")
167 public function delSubmissions($data)
/plugin/visrep/
H A Dsyntax.php101 function _cachename($data, $ext) {
108 function render($format, &$R, $data) {
142 function _imgfile($data) {
165 function _run($data,$in,$out) {
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNodeFactory.php256 public function safelyMakeGraphNode(array $data, $subclassName = null)
299 …public function castAsGraphNodeOrGraphEdge(array $data, $subclassName = null, $parentKey = null, $…
326 …public function safelyMakeGraphEdge(array $data, $subclassName = null, $parentKey = null, $parentN…
353 public function getMetaData(array $data)
367 public static function isCastableAsGraphEdge(array $data)
/plugin/quickstats/
H A Dscript.js224 function (data) { argument
245 function (data) { argument
275 function (data) { argument
307 function (data) { argument
320 function(data) { argument
/plugin/statdisplay/pchart/
H A DCSVImporter.php43 …static public function importFromCSV(pData $data, $FileName, $Delimiter = ",", $DataColumns = -1, …
67 static private function importHeaderFromCSV(pData $data, $buffer, $Delimiter, $DataColumns) {
87 …static private function importChunkFromCSV(pData $data, $buffer, $Delimiter, $DataColumns, $DataNa…
/plugin/statistics/inc/pchart/
H A DCSVImporter.php42 static public function importFromCSV(pData $data, $FileName, $Delimiter = ",", $DataColumns = -1, $HasHeader = FALSE, $DataName = -1) { argument
65 static private function importHeaderFromCSV(pData $data, $buffer, $Delimiter, $DataColumns) { argument
85 importChunkFromCSV(pData $data, $buffer, $Delimiter, $DataColumns, $DataName) global() argument
[all...]
/plugin/qc/
H A Dscript.js16 function (data) { argument
32 function (data) { argument

12345678910>>...101