Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 178) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php55 public static function decodeUpper(string $src, bool $strictPadding = false): string
78 public static function encodeUnpadded(string $src): string
90 public static function encodeUpper(string $src): string
102 public static function encodeUpperUnpadded(string $src): string
114 protected static function decode5Bits(int $src): int
136 protected static function decode5BitsUpper(int $src): int
156 protected static function encode5Bits(int $src): string
175 protected static function encode5BitsUpper(int $src): string
196 …protected static function doDecode(string $src, bool $upper = false, bool $strictPadding = false):…
388 protected static function doEncode(string $src, bool $upper = false, $pad = true): string
H A DBase32Hex.php43 protected static function decode5Bits(int $src): int
63 protected static function decode5BitsUpper(int $src): int
83 protected static function encode5Bits(int $src): string
102 protected static function encode5BitsUpper(int $src): string
H A DBase64.php59 public static function encodeUnpadded(string $src): string
70 protected static function doEncode(string $src, bool $pad = true): string
223 protected static function decode6Bits(int $src): int
252 protected static function encode6Bits(int $src): string
H A DBase64DotSlash.php47 protected static function decode6Bits(int $src): int
73 protected static function encode6Bits(int $src): string
H A DBase64DotSlashOrdered.php47 protected static function decode6Bits(int $src): int
70 protected static function encode6Bits(int $src): string
H A DBase64UrlSafe.php48 protected static function decode6Bits(int $src): int
77 protected static function encode6Bits(int $src): string
/plugin/move/helper/
H A Dop.php32 public function checkPage($src, $dst) {
80 public function checkMedia($src, $dst) {
119 public function movePage($src, $dst) {
232 public function moveMedia($src, $dst) {
H A Dplan.php210 public function addPageMove($src, $dst) {
220 public function addMediaMove($src, $dst) {
230 public function addPageNamespaceMove($src, $dst) {
240 public function addMediaNamespaceMove($src, $dst) {
253 protected function addMove($src, $dst, $class = self::CLASS_NS, $type = self::TYPE_PAGES) {
687 protected function addToDocumentList($src, $dst, $type = self::TYPE_PAGES) {
728 protected function findAffectedPages($src, $dst, $class, $type) {
761 protected function findMissingDocuments($src, $dst, $type = self::TYPE_PAGES) {
/plugin/netlogo/inc/
H A Dservefile.php14 $src = $_GET['src']; variable
32 $src = DOKU_INC . 'data/media/' . $src; variable
H A Dgetsection.php13 $src = '../../../../data/media/playground/test.nlogo'; // debugging [Rik, 2012-09-28] - works! variable
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php32 public function testBasicTags($src, $data, $result) argument
77 public function testSimpleHelpers($src, $data, $result) argument
224 public function testDataVariables($src, $data, $result, $enableDataVariables) argument
[all...]
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php29 public function _localMedia($src){
112 public function _media ($src, $title=null, $align=null, $width=null,
194 public function internalmedia ($src, $title = null, $align = null, $width = null,
/plugin/deeplautotranslate/
H A Daction.php412 get_glossary_id($src, $target) global() argument
427 set_glossary_id($src, $target, $glossary_id) global() argument
443 unset_glossary_id($src, $target) global() argument
475 check_glossary_supported($src, $target) global() argument
556 create_glossary($src, $target, $entries) global() argument
[all...]
/plugin/diagramsnet/lib/images/
H A Dmanifest.json7 "src": "/images/android-chrome-196x196.png", string
13 "src": "/images/android-chrome-512x512.png", string
/plugin/abc2/
H A Dsyntax.php283 function _fixLibraryBugs($src) { argument
315 _renderAbcBlock($renderer, $src, $orig) global() argument
348 _getAbcLine($src, $field) global() argument
[all...]
/plugin/prosemirror/parser/
H A DImageNode.php68 $src, argument
102 $src, argument
137 $src, argument
[all...]
/plugin/owncloud/
H A Dhelper.php353 public function isExternal($src){
400 …public function internalmedia($fileid, $src, $title=NULL, $align=NULL, $width=NULL,$height=NULL, $…
485 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render)
688 function _media($fileid, $src, $title=NULL, $align=NULL, $width=NULL,
819 public function fileIDForWikiID($src){
/plugin/latexport/helpers/
H A Dinternal_media.php26 private $src; variable in InternalMedia
56 function __construct($src, $title, $align, $width, $height, $cache, $linking) {
/plugin/odt/ODT/
H A DODTImage.php26 …public static function addImage(ODTInternalParams $params, $src, $width = NULL, $height = NULL, $a…
185 …public static function addImageUseProperties(ODTInternalParams $params, $src, array $properties, $…
/plugin/pdftools/
H A Dfunctions.php22 function recurse_copy($src,$dst) {
H A Dadmin.php207 function rrmdir($src) {
/plugin/eventline/
H A Dplain.php107 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
124 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
208 function getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
230 function timelineMedia ($src, $title=NULL, $align=NULL, $width=NULL,
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js652 src = null; variable
672 src, variable
844 src, variable
882 src; variable
/plugin/struct/renderer/
H A Dcsv.php281 $src, argument
293 $src, argument
305 $src, argument
316 $src, argument
/plugin/bez/renderer/
H A Dxhtmlmail.php34 public function _media($src, $title = null, $align = null, $width = null, argument
[all...]

12345678