Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 1768) sorted by relevance

12345678910>>...71

/plugin/struct/action/
H A Dmove.php52 $new = $event->data['dst_id'];
59 $this->updateDataTablePIDs($old, $new);
60 $this->updateAssignments($old, $new);
61 $this->updateTitles($old, $new);
71 $this->updateColumnID($schema, $col, $old, $new, true);
73 $this->updateColumnLookup($schema, $col, $old, $new);
76 $this->updateColumnID($schema, $col, $old, $new);
97 * @param string $new new page id
99 protected function updateDataTablePIDs($old, $new) argument
104 $this->db->query($sql, [$new, $old]);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorMenuBar.java.bak73 menu = add(new JMenu(mxResources.get("file")));
75 menu.add(editor.bind(mxResources.get("clear"), new NewAction(),
76 "/com/mxgraph/examples/swing/images/new.gif"));
77 menu.add(editor.bind(mxResources.get("reload"), new OpenAction(),
82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false),
84 // menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true),
90 // new PageSetupAction(),
92 // menu.add(editor.bind(mxResources.get("print"), new PrintAction(),
97 // menu.add(editor.bind(mxResources.get("exit"), new ExitAction()));
100 menu = add(new JMenu(mxResources.get("edit")));
[all …]
DBasicGraphEditor.java.bak134 protected mxIEventListener undoHandler = new mxIEventListener()
146 protected mxIEventListener changeTracker = new mxIEventListener()
178 mxIEventListener undoHandler = new mxIEventListener()
193 graphOutline = new mxGraphOutline(graphComponent);
196 libraryPane = new JTabbedPane();
200 JSplitPane inner = new JSplitPane(JSplitPane.VERTICAL_SPLIT,
209 JSplitPane outer = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, inner, graphComponent);
222 setLayout(new BorderLayout());
237 return new mxUndoManager();
247 rubberband = new mxRubberband(graphComponent);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DMessageTrait.php35 $new = clone $this;
36 $new->protocol = $version;
37 return $new;
74 $new = clone $this;
75 if (isset($new->headerNames[$normalized])) {
76 unset($new->headers[$new->headerNames[$normalized]]);
78 $new->headerNames[$normalized] = $header;
79 $new->headers[$header] = $value;
81 return $new;
90 $new = clone $this;
[all …]
DUri.php480 $new = clone $this;
481 $new->scheme = $scheme;
482 $new->removeDefaultPort();
483 $new->validateState();
485 return $new;
499 $new = clone $this;
500 $new->userInfo = $info;
501 $new->validateState();
503 return $new;
514 $new = clone $this;
[all …]
DRequest.php84 $new = clone $this;
85 $new->requestTarget = $requestTarget;
86 return $new;
97 $new = clone $this;
98 $new->method = strtoupper($method);
99 return $new;
113 $new = clone $this;
114 $new->uri = $uri;
117 $new->updateHostFromUri();
120 return $new;
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMessageTrait.php38 $new = clone $this;
39 $new->protocol = $version;
41 return $new;
78 $new = clone $this;
79 if (isset($new->headerNames[$normalized])) {
80 unset($new->headers[$new->headerNames[$normalized]]);
82 $new->headerNames[$normalized] = $header;
83 $new->headers[$header] = $value;
85 return $new;
94 $new = clone $this;
[all …]
DUri.php426 $new = clone $this;
427 $new->scheme = $scheme;
428 $new->composedComponents = null;
429 $new->removeDefaultPort();
430 $new->validateState();
432 return $new;
446 $new = clone $this;
447 $new->userInfo = $info;
448 $new->composedComponents = null;
449 $new->validateState();
[all …]
DRequest.php86 $new = clone $this;
87 $new->requestTarget = $requestTarget;
89 return $new;
100 $new = clone $this;
101 $new->method = strtoupper($method);
103 return $new;
117 $new = clone $this;
118 $new->uri = $uri;
121 $new->updateHostFromUri();
124 return $new;
/plugin/masciimath/
Dsyntax.php351 …$new = null; $old = $sym; $leftbracket = ($situation['master'] ? null : $sym); $rightbracket = nul…
353 …$new = $this->parse($new, array('in_row' => true, 'first_in_row' => ($new === null), 'found_pipe' …
354 if (! isset($new['from'])) {
377 $old = $new;
407 $new = $this->parse($sym, null);
408 $ml = $ml_nobr = $sym['wrap_left'] . $new['ml_nobr'] . $sym['wrap_right'];
423 $new = $this->parse($sym, null);
424 … while (isset ($new['from'])) { # fang sub- og superscripts til funktioner før selve argumentet
425 $old = $new;
426 $new = $this->parse($new, null);
[all …]
/plugin/oiddelegate/
Dadmin.php39 $new = array();
40 $new[0] = trim($_REQUEST['oidadd'][0]);
41 $new[1] = trim($_REQUEST['oidadd'][1]);
42 if($new[0] && $new[1]){
43 if(!preg_match('#^https?://#',$new[1])) $new[1] = 'http://'.$new[1];
59 $new[2] = $match[1];
64 $new[3] = $match[1];
69 $new[4] = $match[1];
73 $new[4] = $http->resp_headers['x-xrds-location'];
76 unset($new);
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DUrl.php58 $new = clone $this;
59 $new->host = $host;
61 return $new;
74 $new = clone $this;
75 $new->port = $port;
77 return $new;
90 $new = clone $this;
91 $new->path = $path;
93 return $new;
DDsn.php42 $new = clone $this;
43 $new->scheme = $scheme;
45 return $new;
70 $new = clone $this;
71 $new->parameters[$key] = $value;
73 return $new;
81 $new = clone $this;
82 unset($new->parameters[$key]);
84 return $new;
DUserPasswordTrait.php40 $new = clone $this;
41 $new->authentication['user'] = $user;
43 return $new;
56 $new = clone $this;
57 $new->authentication['password'] = $password;
59 return $new;
/plugin/odt/ODT/
Dstyleset.php165 public function addStyle(ODTStyle $new, $overwrite=false) { argument
167 ($this->styles, $this->styles_by_name, $new, $overwrite);
173 public function addAutomaticStyle(ODTStyle $new, $overwrite=false) { argument
175 ($this->auto_styles, $this->auto_styles_by_name, $new, $overwrite);
181 public function addMasterStyle(ODTStyle $new, $overwrite=false) { argument
183 ($this->master_styles, $this->master_styles_by_name, $new, $overwrite);
189 public function addStyleInternal(&$dest, &$dest_by_name, ODTStyle $new, $overwrite=false) { argument
190 if ($new->isDefault()) {
192 $family = $new->getFamily();
200 $dest [$index] = $new;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DEC.php220 $new = new Parameters();
221 $new->curve = $components['curve'];
222 return $new;
225 $new = isset($components['dA']) ?
228 $new->curve = $components['curve'];
229 $new->QA = $components['QA'];
232 $new->dA = $components['dA'];
235 if ($new->curve instanceof TwistedEdwardsCurve) {
236 return $new->withHash($components['curve']::HASH);
239 return $new;
[all …]
DDSA.php240 $new = new Parameters();
242 $new = new PrivateKey();
243 $new->x = $components['x'];
245 $new = new PublicKey();
248 $new->p = $components['p'];
249 $new->q = $components['q'];
250 $new->g = $components['g'];
253 $new->y = $components['y'];
256 return $new;
332 $new = clone $this;
[all …]
DRSA.php728 $new = clone $this;
741 $new->hash = new Hash($hash);
748 $new->hLen = $new->hash->getLengthInBytes();
750 return $new;
764 $new = clone $this;
777 $new->mgfHash = new Hash($hash);
784 $new->mgfHLen = $new->mgfHash->getLengthInBytes();
786 return $new;
814 $new = clone $this;
815 $new->sLen = $sLen;
[all …]
/plugin/move/helper/
Dhandler.php119 protected function _nsStartCheck($relold, $new, $type) { argument
123 if($new == $conf['start']) {
124 $new = '.:';
125 } else if(substr($new, -1 * ($len + 1)) == ':' . $conf['start']) {
126 $new = substr($new, 0, -1 * $len);
129 return $new;
139 * @param string $new the new, full qualified ID
144 public function relativeLink($relold, $new, $type) { argument
156 if($old == $new) {
171 if($this->ns && !getNS($new)) $new = ':' . $new;
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
DGraphEditor.java.bak53 * Holds the URL for the icon to be used as a handle for creating new
62 this("mxGraph Editor", new CustomGraphComponent(new CustomGraph()));
86 // Sets the edge template to be used for creating new edges if an edge
88 shapesPalette.addListener(mxEvent.SELECT, new mxIEventListener()
112 new ImageIcon(
119 new ImageIcon(
126 new ImageIcon(
133 new ImageIcon(
140 new ImageIcon(
147 new ImageIcon(
[all …]
DValidation.java.bak37 mxGraph graph = new mxGraph();
65 mxMultiplicity[] multiplicities = new mxMultiplicity[3];
68 multiplicities[0] = new mxMultiplicity(true, "Source", null, null, 1,
69 "2", Arrays.asList(new String[] { "Target" }),
74 multiplicities[1] = new mxMultiplicity(false, "Source", null, null, 0,
78 multiplicities[2] = new mxMultiplicity(false, "Target", null, null, 1,
79 "1", Arrays.asList(new String[] { "Source" }),
85 final mxGraphComponent graphComponent = new mxGraphComponent(graph);
92 new mxRubberband(graphComponent);
93 new mxKeyboardHandler(graphComponent);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
DIdentity.php128 $new = clone $this;
129 $new->key = $key;
130 return $new;
144 $new = clone $this;
145 $new->key_blob = $key_blob;
146 return $new;
171 $new = clone $this;
176 $new->flags = 0;
181 $new->flags = self::SSH_AGENT_RSA2_256;
184 $new->flags = self::SSH_AGENT_RSA2_512;
[all …]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
DREADME.md11 **You are browsing the 1.x version, this version is in maintenance mode only. Please check the new
54 $copier = new DeepCopy();
112 $copier = new DeepCopy(true);
129 $copier = new DeepCopy(true);
162 $matcher = new PropertyNameMatcher('id');
174 $matcher = new PropertyMatcher('MyClass', 'id');
187 $matcher = new TypeMatcher('Doctrine\Common\Collections\Collection');
210 $copier = new DeepCopy();
211 $copier->addFilter(new SetNullFilter(), new PropertyNameMatcher('id'));
228 $copier = new DeepCopy();
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
DREADME.md49 $copier = new DeepCopy();
107 $copier = new DeepCopy(true);
124 $copier = new DeepCopy(true);
157 $matcher = new PropertyNameMatcher('id');
169 $matcher = new PropertyMatcher('MyClass', 'id');
182 $matcher = new TypeMatcher('Doctrine\Common\Collections\Collection');
205 $copier = new DeepCopy();
206 $copier->addFilter(new SetNullFilter(), new PropertyNameMatcher('id'));
223 $copier = new DeepCopy();
224 $copier->addFilter(new KeepFilter(), new PropertyMatcher('MyClass', 'category'));
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
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
34 …private var seekingTimer:Timer = new Timer(100, 0); // Internal: How often seeking is checked to s…
35 …private var playingTimer:Timer = new Timer(100, 0); // Internal: How often waiting/playing is chec…
36 …private var waitingTimer:Timer = new Timer(3000, 0); // Internal: Check from loadstart to loadOpen…
[all …]

12345678910>>...71