Home
last modified time | relevance | path

Searched full:private (Results 1 – 25 of 3242) sorted by relevance

12345678910>>...130

/plugin/findologicxmlexport/vendor/sebastian/diff/
DREADME.md58 [from:SebastianBergmann\Diff\Diff:private] => a/tests/MoneyTest.php
59 [to:SebastianBergmann\Diff\Diff:private] => b/tests/MoneyTest.php
60 [chunks:SebastianBergmann\Diff\Diff:private] => Array
64 [start:SebastianBergmann\Diff\Chunk:private] => 87
65 [startRange:SebastianBergmann\Diff\Chunk:private] => 7
66 [end:SebastianBergmann\Diff\Chunk:private] => 87
67 [endRange:SebastianBergmann\Diff\Chunk:private] => 7
68 [lines:SebastianBergmann\Diff\Chunk:private] => Array
72 [type:SebastianBergmann\Diff\Line:private] => 3
73 … [content:SebastianBergmann\Diff\Line:private] => * @covers SebastianBergmann\Money\Money::add
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
DCaptureConfig.java26 private static final String MP3_COMMAND_PROPERTY = "mp3command";
27 private static final String TOOL_BAR_PROPERTY = "toolBar";
28 private static final String SPEED_SCALE_PROPERTY = "speedScale";
29 private static final String SOUND_PROPERTY = "sound";
30 private static final String SCREEN_SCALE_PROPERTY = "screenScale";
31 private static final String REMOVE_INACTIVITY_PROPERTY = "removeInactivity";
32 private static final String PLAY_PROPERTY = "play";
33 private static final String MOUSE_PROPERTY = "mouse";
34 private static final String MIXER_NAME_PROPERTY = "mixerName";
35 private static final String LOOP_PROPERTY = "loop";
[all …]
DCaptureOptionsDialog.java33 private JRadioButton sampleSize16Button;
34 private JTextField timeLineScaleTextField;
35 private JCheckBox toobarCheckBox;
36 private JCheckBox videoBorderCheckBox;
37 private JTextField screenScaleTextField;
38 private JLabel timelineScalingLabel;
39 private JLabel screenScalingLabel;
40 private JTextField fpsTextField;
41 private JLabel fpsLabel;
42 private ButtonGroup sampleSizeButtonGroup;
[all …]
/plugin/jmol2/jmol/
DJmolApplet0_ReadersCifPdb.jar ... thisDataSetName private String chemicalName private String thisStructuralFormula private String thisFormula private boolean iHaveDesiredModel private java.util.Hashtable htHetero public ...
DJmolAppletSigned0_ReadersCifPdb.jar ... thisDataSetName private String chemicalName private String thisStructuralFormula private String thisFormula private boolean iHaveDesiredModel private java.util.Hashtable htHetero public ...
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DPuTTY.php40 * @access private
48 * @access private
58 * Break a public or private key down into its constituent components
68 if (!isset($components['private'])) {
72 $private = $components['private'];
78 if (Strings::shift($private, 4) != "\0\0\0\x20") {
81 $components['dA'] = $components['curve']->extractSecret($private);
83 list($components['dA']) = Strings::unpackSSH2('i', $private);
91 * Convert a private key to the appropriate format.
111 // PuTTY pads private keys with a null byte per the following:
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DConnectManager.as39 private var protocols_arr:Array = new Array("rtmp","rtmpt","rtmpe","rtmpte","rtmps");
40 private var ports_arr:Array = new Array("",":1935",":80",":443");
41 private const protCount:Number = 5;
42 private const portCount:Number = 4;
44 private var _ncRef:Object;
46 private var _aNC:Array;
48 private var k_TIMEOUT:Number = 30000;
49 private var k_startConns:Number;
50 private var m_connList:Array = [];
51 private var m_serverName:String;
[all …]
DJplayerMp3.as26 private var mySound:Sound = new Sound();
27 private var myChannel:SoundChannel = new SoundChannel();
28 private var myContext:SoundLoaderContext = new SoundLoaderContext(3000, false);
29 private var myTransform:SoundTransform = new SoundTransform();
30 private var myRequest:URLRequest = new URLRequest();
32 private var timeUpdateTimer:Timer = new Timer(250, 0); // Matched to HTML event freq
33 private var progressTimer:Timer = new Timer(250, 0); // Matched to HTML event freq
34private var seekingTimer:Timer = new Timer(100, 0); // Internal: How often seeking is checked to s…
35private var playingTimer:Timer = new Timer(100, 0); // Internal: How often waiting/playing is chec…
36private var waitingTimer:Timer = new Timer(3000, 0); // Internal: Check from loadstart to loadOpen…
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPuTTY.php41 * @access private
43 private static $comment = 'phpseclib-generated-key';
49 * @access private
51 private static $version = 2;
81 * @access private
86 private static function generateV2Key($password, $length)
100 * @access private
108 private static function generateV3Key($password, $flavour, $memory, $passes, $salt)
136 * Break a public or private key down into its constituent components
198 throw new \RuntimeException('Only v2 and v3 PuTTY private keys are supported');
[all …]
/plugin/latexport/_test/
Dcommand.php149 private $maxcols = null;
150 private $numrows = null;
151 private $pos = null;
162 private $pos = null;
219 private $colspan;
220 private $align;
221 private $rowspan;
238 private $colspan = 1;
239 private $align = null;
240 private $rowspan = 1;
[all …]
/plugin/phpipam/
Dphpipam-api.php27 * @access private
29 private $api_url = false;
37 * @access private
39 private $api_app_id = false;
47 * @access private
49 private $api_key = false;
57 * @access private
59 private $api_encrypt = false;
67 * @access private
69 private $api_username = false;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
DJplayer.as54 private var jQuery:String;
55 private var sentNumberFractionDigits:uint = 2;
59 private var myInitTimer:Timer = new Timer(100, 0);
61 private var myMp3Player:JplayerMp3;
62 private var myMp4Player:JplayerMp4;
64 private var myRtmpPlayer:JplayerRtmp;
66 private var isRtmp:Boolean = false;
67 private var isMp4:Boolean = false;
69 private var isMp3:Boolean = false;
70 private var isVideo:Boolean = false;
[all …]
/plugin/dokusioc/lib/
Dsioc_dokuwiki.php14 private $type = 'sioct:WikiArticle';
15 private $id = null;
16 private $url = null;
17 private $subject = null;
18 private $creator = array();
19 private $contributors = array();
20 private $created = null;
21 private $modified = null;
22 private $links = array();
23 private $backlinks = array();
[all …]
Dsioc_inc.php31 private $title;
32 private $blog_url;
33 private $sioc_url;
34 private $encoding;
35 private $generator;
36 private $urlseparator;
37 private $urlequal;
38 private $url4type; // e.g. type or sioc_type
39 private $url4id; // TS e. g. id or sioc_id
40 private $url4page;
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DCompassFilter.php27 private $compassPath;
28 private $rubyPath;
29 private $scss;
32 private $unixNewlines;
33 private $debugInfo;
34 private $cacheLocation;
35 private $noCache;
38 private $force;
39 private $style;
40 private $quiet;
[all …]
DCleanCssFilter.php25 private $cleanCssBin;
26 private $nodeBin;
28 private $keepLineBreaks;
29 private $compatibility;
30 private $debug;
31 private $rootPath;
32 private $skipImport = true;
33 private $timeout;
34 private $semanticMerging;
35 private $roundingPrecision;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDSA.php13 * $private = \phpseclib3\Crypt\DSA::createKey();
14 * $public = $private->getPublicKey();
18 * $signature = $private->sign($plaintext);
54 * @access private
62 * @access private
72 * @access private
80 * @access private
88 * @access private
96 * @access private
104 * @access private
[all …]
/plugin/scrape/vendor/symfony/css-selector/Parser/Tokenizer/
DTokenizerPatterns.php26 private $unicodeEscapePattern;
27 private $simpleEscapePattern;
28 private $newLineEscapePattern;
29 private $escapePattern;
30 private $stringEscapePattern;
31 private $nonAsciiPattern;
32 private $nmCharPattern;
33 private $nmStartPattern;
34 private $identifierPattern;
35 private $hashPattern;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
DSnapshot.php24 private $blacklist;
29 private $globalVariables = array();
34 private $superGlobalArrays = array();
39 private $superGlobalVariables = array();
44 private $staticAttributes = array();
49 private $iniSettings = array();
54 private $includedFiles = array();
59 private $constants = array();
64 private $functions = array();
69 private $interfaces = array();
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
DMetadata.php55 private $binaryFormatMajorVersion;
56 private $binaryFormatMinorVersion;
57 private $buildEpoch;
58 private $databaseType;
59 private $description;
60 private $ipVersion;
61 private $languages;
62 private $nodeByteSize;
63 private $nodeCount;
64 private $recordSize;
[all …]
/plugin/refnotes/
Ddatabase.php13 private static $instance = NULL;
15 private $note;
16 private $key;
17 private $page;
18 private $namespace;
19 private $enabled;
47 private function load() {
60 private function loadNotesFromConfiguration() {
71 private function loadKeys() {
98 private function normalizeKeyText($text) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Dexclusion_strategies.rst33 private $foo;
34 private $bar;
39 private $name;
62 private $name;
68 private $name2;
101 private $id;
104 private $title;
107 private $nbComments;
110 private $comments;
112 private $createdAt;
[all …]
/plugin/columns/
Daction.php14 private $block;
15 private $currentBlock;
16 private $currentSectionLevel;
17 private $sectionEdit;
43 private function buildLayout(&$event) {
69 private function reset() {
80 private function detectSectionEdit($call, $start) {
115 private function handleColumns($callIndex, $state, $sectionEdit) {
140 private $sectionLevel;
141 private $call;
[all …]
/plugin/noticeboard/classes/
DNotice.php22 private $noticeId;
23 private $name;
24 private $place;
25 private $startTime;
26 private $hasStartTime;
27 private $endTime;
28 private $hasEnd;
29 private $hasEndTime;
30 private $deadline;
31 private $category;
[all …]
/plugin/noticeboard/noticeboard/classes/
DNotice.php22 private $noticeId;
23 private $name;
24 private $place;
25 private $startTime;
26 private $hasStartTime;
27 private $endTime;
28 private $hasEnd;
29 private $hasEndTime;
30 private $deadline;
31 private $category;
[all …]

12345678910>>...130