Home
last modified time | relevance | path

Searched refs:self (Results 1 – 25 of 2219) sorted by relevance

12345678910>>...89

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dtransform.js61 DEF(AST_LabeledStatement, function(self, tw) { argument
62 self.label = self.label.transform(tw);
63 self.body = self.body.transform(tw);
65 DEF(AST_SimpleStatement, function(self, tw) { argument
66 self.body = self.body.transform(tw);
68 DEF(AST_Block, function(self, tw) { argument
69 self.body = do_list(self.body, tw);
71 DEF(AST_Do, function(self, tw) { argument
72 self.body = self.body.transform(tw);
73 self.condition = self.condition.transform(tw);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php116 self::SUCCESS => 'success',
117 self::OPERATIONS_ERROR => 'operationsError',
118 self::PROTOCOL_ERROR => 'protocolError',
119 self::TIME_LIMIT_EXCEEDED => 'timeLimitExceeded',
120 self::SIZE_LIMIT_EXCEEDED => 'sizeLimitExceeded',
121 self::COMPARE_FALSE => 'compareFalse',
122 self::COMPARE_TRUE => 'compareTrue',
123 self::AUTH_METHOD_UNSUPPORTED => 'authMethodNotSupported',
124 self::STRONGER_AUTH_REQUIRED => 'strongerAuthRequired',
125 self::REFERRAL => 'referral',
[all …]
/plugin/404manager/_test/
Dconstant_parameters.php54 self::$DIR_RESOURCES = __DIR__ . '/../_testResources';
56 self::$INFO_PLUGIN = confToHash($pluginInfoFile);
57 self::$PLUGIN_BASE = self::$INFO_PLUGIN['base'];
59 self::$MANAGER404_NAMESPACE = self::$INFO_PLUGIN['base'];
61 self::$PAGE_EXIST_ID = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . 'page_exist';
62self::$PAGE_DOES_NOT_EXIST_ID = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . 'page_does_no…
63self::$PAGE_DOES_NOT_EXIST_NO_REDIRECTION_ID = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR …
65self::$PAGE_REDIRECTED_TO_EXTERNAL_WEBSITE = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . …
67self::$EXPLICIT_REDIRECT_PAGE_SOURCE = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . 'expli…
68self::$EXPLICIT_REDIRECT_PAGE_TARGET = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . 'expli…
[all …]
/plugin/s5reloaded/ui/audio_support/
Dsoundmanager2.js14 var self = this;
59 …return self.isIE?window[smID]:(self.isSafari?document[smID+'-embed']:document.getElementById(smID+…
64 self.o._loadFromXML(sXmlUrl);
66 self._failSafely();
72 …if (!self._didInit) throw new Error('soundManager.createSound(): Not loaded yet - wait for soundMa…
77 var thisOptions = self._mergeObjects(oOptions);
78self._writeDebug('soundManager.createSound(): "<a href="#" onclick="soundManager.play(\''+thisOpti…
79 if (self._idCheck(thisOptions.id,true)) {
80 self._writeDebug('sound '+thisOptions.id+' already defined - exiting');
83 self.sounds[thisOptions.id] = new SMSound(self,thisOptions);
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dtransform.js86 _(AST_LabeledStatement, function(self, tw){ argument
87 self.label = self.label.transform(tw);
88 self.body = self.body.transform(tw);
91 _(AST_SimpleStatement, function(self, tw){ argument
92 self.body = self.body.transform(tw);
95 _(AST_Block, function(self, tw){ argument
96 self.body = do_list(self.body, tw);
99 _(AST_DWLoop, function(self, tw){ argument
100 self.condition = self.condition.transform(tw);
101 self.body = self.body.transform(tw);
[all …]
/plugin/ahrefmenu/
Dgenerate_map.py5 def create(self, i_url, i_root, i_re_neg = "", i_title = ""): argument
9 self.relative_url = i_url
10 self.title = i_title
11 self.full_url = self.merge_url(i_url, i_root)
12 if self.full_url is None:
18 if not(r.match(self.full_url) is None):
24 self.netloc = urlparse.urlparse(self.full_url).netloc
27 def merge_url(self, i_url, i_root): argument
71 def __init__(self): argument
73 self.place_from = place()
[all …]
/plugin/codehighlight/cp/
Dcodepress.js13 var self = document.createElement('iframe');
14 self.textarea = obj;
15 self.textarea.disabled = true;
16 self.textarea.style.overflow = 'hidden';
17 self.style.height = self.textarea.clientHeight +'px';
18 self.style.width = self.textarea.clientWidth +'px';
19 self.textarea.style.overflow = 'auto';
20 self.style.border = '1px solid gray';
21 self.frameBorder = 0; // remove IE internal iframe border
22 self.style.visibility = 'hidden';
[all …]
/plugin/layeranimation/
Dscript.js4 var self = this;
17 rootNode[0].layerAnimation = self;
28 var itemNr = self.currentItem;
32 var layerNr = self.currentLayer;
36 …if ( !self.layer[layerNr] || !self.layer[layerNr].items[itemNr] ) { self.isRunning = false; return…
38 self.isRunning = true;
41 var item = self.layer[layerNr].items[itemNr];
42 if ( itemNr == 0 && self.isPlaying ) {
43 self.setActive(self.layerList.children().get(layerNr), true, false);
49 var timeout = item.currentTime / (currentLeft * item.direction) * self.stepWidth;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
DIndic.php111 $type = self::indic_get_categories($u);
120 $cat = self::OT_X;
123 if ($cat == self::OT_X && self::in_range($u, 0x17CB, 0x17D3)) { /* Khmer Various signs */
125 $cat = self::OT_M;
126 $pos = self::POS_ABOVE_C;
130 $cat = self::OT_N;
134 $cat = self::OT_COENG;
146 if (self::in_range($u, 0x0951, 0x0954)) {
147 $cat = self::OT_VD;
151 $cat = self::OT_ZWNJ;
[all …]
/plugin/chat/
Dscript.js28 var self = this;
30 self.onMouseMove = function() { method
33 self.mouseEvent = function(e) { method
34 if (false === self.mousemovehooked) {
41 var e = self.window.event;
44 var e = self.document.event;
55 posx = e.clientX + self.document.body.scrollLeft;
56 posy = e.clientY + self.document.body.scrollTop;
60 if (self.lastmousex != 0 && self.lastmousey != 0) {
61 if ((posx == 0 && posy == 0) || posx != self.lastmousex || posy != self.lastmousey) {
[all …]
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/py/
Dconnector.py104 def __init__(self, context=None): argument
109 self.context = context
110 self.request = r
112 def isZope(self): argument
113 if (self.context is not None):
117 def has_key(self, key): argument
118 return self.request.has_key(key)
120 def get(self, key, default=None): argument
122 if (self.isZope()):
123 value = self.request.get(key, default)
[all …]
/plugin/combo/ComboStrap/
H A DIconDownloader.php39self::ANT_DESIGN => "https://raw.githubusercontent.com/ant-design/ant-design-icons/master/packages…
40 self::BOOTSTRAP => "https://raw.githubusercontent.com/twbs/icons/main/icons",
41self::CARBON => "https://raw.githubusercontent.com/carbon-design-system/carbon/main/packages/icons…
42self::CLARITY => "https://raw.githubusercontent.com/vmware/clarity-assets/master/icons/essential",
43self::CODE_ICON => "https://raw.githubusercontent.com/microsoft/vscode-codicons/main/src/icons",
44self::ELEGANT_THEME => "https://raw.githubusercontent.com/pprince/etlinefont-bower/master/images/s…
45 self::ENTYPO => "https://raw.githubusercontent.com/hypermodules/entypo/master/src/Entypo",
46self::ENTYPO_SOCIAL => "https://raw.githubusercontent.com/hypermodules/entypo/master/src/Entypo%20…
47 self::EVA => "https://raw.githubusercontent.com/akveo/eva-icons/master/package/icons",
48 self::FEATHER => "https://raw.githubusercontent.com/feathericons/feather/master/icons",
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dstringio.js6 var self = $klass($base, $super, 'StringIO');
8 … var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting), $proto = self.$$prototype;
12 $defs(self, '$open', function $$open(string, mode) {
13 var block = $$open.$$p || nil, self = this, io = nil, res = nil;
20 io = self.$new(string, mode);
25 self.$attr_accessor("string");
27 $def(self, '$initialize', function $$initialize(string, mode) {
28 var $yield = $$initialize.$$p || nil, self = this;
34 self.string = string;
35 self.position = 0;
[all …]
Dopal.js577 self = new ($bind.apply(superclass.$$constructor, [null].concat(args)))();
580 $set_proto(self, klass.$$prototype);
581 return self;
3059 var self = $module($base, 'Opal');
3063 $defs(self, '$bridge', function $$bridge(constructor, klass) {
3067 $defs(self, '$coerce_to!', function $Opal_coerce_to$excl$1(object, type, method, $a) {
3079 $defs(self, '$coerce_to?', function $Opal_coerce_to$ques$2(object, type, method, $a) {
3097 $defs(self, '$try_convert', function $$try_convert(object, type, method) {
3109 $defs(self, '$compare', function $$compare(a, b) {
3119 $defs(self, '$destructure', function $$destructure(args) {
[all …]
Dnodejs.js14 var self = $module($base, 'NodeJS');
16 var $nesting = [self].concat($parent_nesting);
55 var self = $klass($base, $super, 'File');
57 var $nesting = [self].concat($parent_nesting), windows_root_rx = nil;
65 return (function(self, $parent_nesting) { argument
66 var $nesting = [self].concat($parent_nesting), $$ = Opal.$r($nesting);
70 $def(self, '$absolute_path', function $$absolute_path(path, basedir) {
124 $def(self, '$expand_path', function $$expand_path(path, basedir) {
125 …var self = this, sep = nil, sep_chars = nil, home = nil, leading_sep = nil, home_path_regexp = nil;
148 return self.$absolute_path(path, basedir);
[all …]
Dpathname.js6 var self = $module($base, 'Comparable');
33 $def(self, '$==', function $Comparable_$eq_eq$1(other) {
34 var self = this, cmp = nil;
37 if ($truthy(self['$equal?'](other))) {
41 if (self["$<=>"] == Opal.Kernel["$<=>"]) {
46 if (self.$$comparable) {
47 self.$$comparable = false;
51 if (!$truthy((cmp = self['$<=>'](other)))) {
57 $def(self, '$>', function $Comparable_$gt$2(other) {
58 var self = this;
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js14 var self = {}
21 self.$0 = process.argv
34 self.$0 = process.env._.replace(
40 self.resetOptions = self.reset = function () {
59 usage = Usage(self) // handle usage output.
60 validation = Validation(self, usage) // handle arg validation.
61 completion = Completion(self, usage)
71 self.parsed = false
73 return self
75 self.resetOptions()
[all …]
/plugin/combo/renderer/
H A Danalytics.php59 self::RULE_CANONICAL_PRESENT,
60 self::RULE_DESCRIPTION_PRESENT,
61 self::RULE_FIXME,
62 self::RULE_INTERNAL_BACKLINKS_MIN,
63 self::RULE_INTERNAL_BROKEN_LINKS_MAX,
64 self::RULE_INTERNAL_LINKS_MIN,
65 self::RULE_OUTLINE_STRUCTURE,
66 self::RULE_TITLE_PRESENT,
67 self::RULE_WORDS_MINIMAL,
68 self::RULE_WORDS_MAXIMAL,
[all …]
/plugin/galleryv1.5/
Dscript.js123 var self = this;
124 self._imgs = new Array();
125 self._wrap = null;
126 self._box = null;
127 self._open = -1;
128 self._page = new PageSize();
129 self._pos = new PagePos();
130 self._ua = new UserAgent();
131 self._expandable = false;
132 self._expanded = false;
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js577 self = new ($bind.apply(superclass.$$constructor, [null].concat(args)))();
580 $set_proto(self, klass.$$prototype);
581 return self;
3059 var self = $module($base, 'Opal');
3063 $defs(self, '$bridge', function $$bridge(constructor, klass) {
3067 $defs(self, '$coerce_to!', function $Opal_coerce_to$excl$1(object, type, method, $a) {
3079 $defs(self, '$coerce_to?', function $Opal_coerce_to$ques$2(object, type, method, $a) {
3097 $defs(self, '$try_convert', function $$try_convert(object, type, method) {
3109 $defs(self, '$compare', function $$compare(a, b) {
3119 $defs(self, '$destructure', function $$destructure(args) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DChaCha20.php50 case self::ENGINE_LIBSODIUM:
62 case self::ENGINE_OPENSSL:
90 if ($this->engine == self::ENGINE_LIBSODIUM) {
112 if ($this->engine == self::ENGINE_LIBSODIUM) {
252 if ($this->engine == self::ENGINE_LIBSODIUM) {
287 $a+= $b; $d = self::leftRotate($d ^ $a, 16);
288 $c+= $d; $b = self::leftRotate($b ^ $c, 12);
289 $a+= $b; $d = self::leftRotate($d ^ $a, 8);
290 $c+= $d; $b = self::leftRotate($b ^ $c, 7);
365 $x0+= $x4; $x12 = self::leftRotate($x12 ^ $x0, 16);
[all …]
/plugin/asciidocjs/node_modules/promise/lib/
Dcore.js81 function safeThen(self, onFulfilled, onRejected) { argument
82 return new self.constructor(function (resolve, reject) {
85 handle(self, new Handler(onFulfilled, onRejected, res));
88 function handle(self, deferred) { argument
89 while (self._65 === 3) {
90 self = self._55;
93 Promise._37(self);
95 if (self._65 === 0) {
96 if (self._40 === 0) {
97 self._40 = 1;
[all …]
/plugin/asciidocjs/node_modules/promise/domains/
Dcore.js81 function safeThen(self, onFulfilled, onRejected) { argument
82 return new self.constructor(function (resolve, reject) {
85 handle(self, new Handler(onFulfilled, onRejected, res));
88 function handle(self, deferred) { argument
89 while (self._65 === 3) {
90 self = self._55;
93 Promise._37(self);
95 if (self._65 === 0) {
96 if (self._40 === 0) {
97 self._40 = 1;
[all …]
/plugin/asciidocjs/node_modules/promise/setimmediate/
Dcore.js81 function safeThen(self, onFulfilled, onRejected) { argument
82 return new self.constructor(function (resolve, reject) {
85 handle(self, new Handler(onFulfilled, onRejected, res));
88 function handle(self, deferred) { argument
89 while (self._65 === 3) {
90 self = self._55;
93 Promise._37(self);
95 if (self._65 === 0) {
96 if (self._40 === 0) {
97 self._40 = 1;
[all …]
/plugin/asciidocjs/node_modules/promise/src/
Dcore.js81 function safeThen(self, onFulfilled, onRejected) { argument
82 return new self.constructor(function (resolve, reject) {
85 handle(self, new Handler(onFulfilled, onRejected, res));
88 function handle(self, deferred) { argument
89 while (self._state === 3) {
90 self = self._value;
93 Promise._onHandle(self);
95 if (self._state === 0) {
96 if (self._deferredState === 0) {
97 self._deferredState = 1;
[all …]

12345678910>>...89