Home
last modified time | relevance | path

Searched refs:data (Results 2501 – 2525 of 5080) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php73 public function decode(string $data, SaslContext $context): Message argument
75 return $this->parse($data, !$context->isServerMode());
335 protected function encodeLHexValue(string $data, int $length): string argument
337 if (strlen($data) !== $length) {
341 return $data;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php303 $data = $source->get();
306 if (is_string($data)) {
308 fwrite($stream, $data);
310 $data = $stream;
312 $destinationParent->createFile($destinationName, $data);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php19 protected $data; variable in Sabre\\CalDAV\\Schedule\\SchedulingObjectTest
27 $this->data = <<<ICS
35 $this->data = <<<ICS
45 $this->inbox->createFile('item1.ics', $this->data);
267 $this->assertEquals($this->data, $obj->get());
/plugin/combo/ComboStrap/
H A DPanelTag.php183 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string argument
189 $position = $data[PluginUtility::POSITION];
194 $context = $data[PluginUtility::CONTEXT];
228 public static function renderExitXhtml(array $data): string argument
232 $context = $data[PluginUtility::CONTEXT];
/plugin/projects/action/
H A Dnamespace.php39 $wiki_path = $event->data[0];
48 $wiki_path = $event->data[0];
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.memory.class.php24 $data =& new FetchedDataFile($this->content, $this->base_path);
25 return $data;
/plugin/allowindentation/
H A Dsyntax.php104 * @param array $data The data from the handler() function
108 public function render($mode, Doku_Renderer $renderer, $data) argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLowercasedFilenameSniff.php61 $data = array(
66 $phpcsFile->addError($error, $stackPtr, 'NotFound', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DDisallowNewWidgetSniff.php63 $data = array($widgetType);
64 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Debug/
H A DDebugCodeSniff.php59 $data = array($tokens[$method]['content']);
60 $phpcsFile->addError($error, $stackPtr, 'Found', $data);
/plugin/publish/_test/
H A Dmail.test.php44 $data = pageinfo();
45 $expected_revision = $data['currentrev'];
/plugin/blogtng/syntax/
H A Dreadmore.php66 * @param array $data
69 function render($format, Doku_Renderer $renderer, $data) { argument
/plugin/acknowledge/syntax/
H A Dassign.php46 public function render($mode, Doku_Renderer $renderer, $data)
53 $helper->setPageAssignees($ID, $data['assignees']);
44 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/epub/scripts/
H A Depub_utils.php370 function epub_opf_write($data=null) { argument
382 if($data) {
383 if( fwrite($opf_handle,"$data\n") == false) {
541 $data = array();
544 $data[$key]=$val;
546 $cache = $plugin->_imgfile($data); // get the image address in data/cache
550 …$regex = '#<img src=\"(.*?' . $data['md5'] . '.*?)\".*\/>#m'; // use the ditaa plugin's md5 ident…
559 function epub_check_for_graphviz(&$xhtml,$renderer,$data,$graphviz) { argument
560 $cache = $graphviz->_imgfile($data);
563 $regex = $regex = 'src=.*?'.$data['md5'] . '"' ;
/plugin/data-graph/
H A DREADME1 data Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:data-graph
7 lib/plugins/data-graph/ - if the folder is called different it
/plugin/fontcolor/
H A Dsyntax.php119 public function render($mode, Doku_Renderer $renderer, $data) { argument
122 list($state, $color) = $data;
135 list($state, $color) = $data;
/plugin/authgoogle/google/contrib/
H A DGoogle_WebfontsService.php38 $data = $this->__call('list', array($params));
40 return new Google_WebfontList($data);
42 return $data;
/plugin/mapillary/
H A Dsyntax.php125 public function render($mode, Doku_Renderer $renderer, $data) { argument
126 if ($data === false) {
131 list ($image, $width, $sequences, $legs, $float) = $data;
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php78 …public static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): sel… argument
80 $model->name = $data['name'];
81 $model->streamId = $data['stream_id'];
/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php61 * @param array $data An array of GraphNode's.
66 …public function __construct(FacebookRequest $request, array $data = [], array $metaData = [], $par… argument
73 parent::__construct($data);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/lms/syntax/
H A Dlms.php56 $data = [];
58 return $data;
62 public function render($mode, Doku_Renderer $renderer, $data)
60 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php99 * @param resource|string $data Initial payload
102 function createFile($name, $data = null) { argument
104 $this->caldavBackend->createSchedulingObject($this->principalUri, $name, $data);
/plugin/data/
H A DREADME1 data Plugin for DokuWiki
4 http://www.dokuwiki.org/plugin:data
7 lib/plugins/data/ - if the folder is called different it
/plugin/combo/action/
H A Dsnippets.php129 $event->data[$tagType][] = $tag;
170 $format = $event->data[0];
199 $xhtmlContent = &$event->data[1];

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