Home
last modified time | relevance | path

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

12345678910>>...56

/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);
67 $schema = new Schema($table);
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 pag
102 updateDataTablePIDs($old, $new) global() argument
121 updateAssignments($old, $new) global() argument
137 updateTitles($old, $new) global() argument
152 updateColumnID(Schema $schema, Column $col, $old, $new, $hashes = false) global() argument
193 updateColumnLookup(Schema $schema, Column $col, $old, $new) global() argument
[all...]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak90 // new PageSetupAction(),
142 new ActionListener()
202 new mxPoint());
271 new BackgroundAction()));
285 new GridColorAction()));
352 new StylesheetAction(
358 new StylesheetAction(
370 new ActionListener()
716 new SetStyleAction(""),
840 new PromptValueAction(
[all …]
H A DBasicGraphEditor.java.bak196 libraryPane = new JTabbedPane();
222 setLayout(new BorderLayout());
237 return new mxUndoManager();
276 new mxIEventListener()
406 JPopupMenu menu = new JPopupMenu();
516 new MouseMotionListener()
634 return new AbstractAction(name, (iconUrl != null) ? new ImageIcon(
739 JFrame frame = new JFrame();
837 layout = new mxEdgeLabelLayout(graph);
841 layout = new mxOrganicLayout(graph);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php35 $new = clone $this;
37 return $new;
74 $new = clone $this;
76 unset($new->headers[$new->headerNames[$normalized]]);
81 return $new;
90 $new = clone $this;
99 return $new;
112 $new = clone $this;
113 unset($new->headers[$header], $new->headerNames[$normalized]);
115 return $new;
[all …]
H A DUri.php480 $new = clone $this;
485 return $new;
499 $new = clone $this;
503 return $new;
514 $new = clone $this;
515 $new->host = $host;
518 return $new;
534 return $new;
549 return $new;
563 return $new;
[all …]
H A 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/masciimath/
H A Dsyntax.php353 …$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);
423 $new = $this->parse($sym, null);
425 $old = $new;
426 $new = $this->parse($new, null);
428 $ml = $ml_nobr = '<mrow>' . $old['ml'] . $new['ml'] . '</mrow>';
446 $pos5 = $new = $this->parse($sym, null); # ` z`
476 $from = array($prevsym, $sym, $new);
[all …]
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A 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;
H A 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;
H A 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;
H A DDsnFunction.php77 $new = clone $this;
78 $new->parameters[$key] = $value;
80 return $new;
88 $new = clone $this;
89 unset($new->parameters[$key]);
91 return $new;
/plugin/oiddelegate/
H A 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/odt/ODT/
H A Dstyleset.php165 public function addStyle(ODTStyle $new, $overwrite=false) { argument
167 ($this->styles, $this->styles_by_name, $new, $overwrite);
190 if ($new->isDefault()) {
192 $family = $new->getFamily();
200 $dest [$index] = $new;
207 $dest [] = $new;
210 $name = $new->getProperty('style-name');
213 $dest [] = $new;
215 $dest_by_name [$name] = $new;
221 $dest [$index] = $new;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php220 $new = new Parameters();
222 return $new;
239 return $new;
389 $new = clone $this;
390 $new->shortFormat = $format;
392 return $new;
421 $new = clone $this;
423 $new->context = null;
424 return $new;
432 $new->context = $context;
[all …]
H A 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'];
256 return $new;
332 $new = clone $this;
333 $new->shortFormat = $format;
[all …]
H A DRSA.php728 $new = clone $this;
748 $new->hLen = $new->hash->getLengthInBytes();
750 return $new;
764 $new = clone $this;
784 $new->mgfHLen = $new->mgfHash->getLengthInBytes();
786 return $new;
814 $new = clone $this;
815 $new->sLen = $sLen;
816 return $new;
848 return $new;
[all …]
/plugin/move/helper/
H A Dhandler.php105 if($new == $conf['start']) {
106 $new = '.:';
108 $new = substr($new, 0, -1 * $len);
111 return $new;
138 if($old == $new) {
153 if($this->ns && !getNS($new)) $new = ':' . $new;
154 $new = $this->_nsStartCheck($relold, $new, $type);
155 return $new;
174 $newrel .= noNS($new);
182 if(strlen($newrel) > strlen($new)) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A 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/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak62 this("mxGraph Editor", new CustomGraphComponent(new CustomGraph()));
112 new ImageIcon(
119 new ImageIcon(
126 new ImageIcon(
133 new ImageIcon(
140 new ImageIcon(
147 new ImageIcon(
154 new ImageIcon(
161 new ImageIcon(
168 new ImageIcon(
[all …]
H A 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,
79 "1", Arrays.asList(new String[] { "Source" }),
85 final mxGraphComponent graphComponent = new mxGraphComponent(graph);
92 new mxRubberband(graphComponent);
93 new mxKeyboardHandler(graphComponent);
97 graph.getModel().addListener(mxEvent.CHANGE, new mxIEventListener()
[all …]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md54 $copier = new DeepCopy();
210 $copier = new DeepCopy();
211 $copier->addFilter(new SetNullFilter(), new PropertyNameMatcher('id'));
228 $copier = new DeepCopy();
229 $copier->addFilter(new KeepFilter(), new PropertyMatcher('MyClass', 'category'));
245 $copier = new DeepCopy();
262 $copier = new DeepCopy();
284 $copier = new DeepCopy();
285 $copier->addFilter(new DoctrineProxyFilter(), new DoctrineProxyMatcher());
326 $copy = $copier->copy([new MyClass, 'some string', new MyClass]);
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A 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 DeepCop
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength.test19 'to_string_able' => new ToStringStub('foobar'),
20 'countable' => new CountableStub(42), /* also asserts we do *not* call __toString() */
21 …'iterator_aggregate' => new IteratorAggregateStub(['a', 'b', 'c']), /* also asserts we do *not* …
23 'magic' => new MagicCallStub(), /* used to assert we do *not* call __call */
24 'non_countable' => new \StdClass(),
25 …'simple_xml_element' => new \SimpleXMLElement('<?xml version="1.0" encoding="UTF-8"?><doc><elem/><…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Dempty.test23 'magically_callable' => new MagicCallStub(),
24 'countable_empty' => new CountableStub([]), 'countable_not_empty' => new CountableStub([1, 2]),
25 …'tostring_empty' => new ToStringStub(''), 'tostring_not_empty' => new ToStringStub('0' /* edge cas…
26 …'markup_empty' => new \Twig\Markup('', 'UTF-8'), 'markup_not_empty' => new \Twig\Markup('test', 'U…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A 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();
33 private var progressTimer:Timer = new Timer(250, 0); // Matched to HTML event freq
38 public var myStatus:JplayerStatus = new JplayerStatus();
62 mySound = new Sound();
66 myRequest = new URLRequest(src);
82 this.dispatchEvent(new JplayerEvent(JplayerEvent.JPLAYER_ERROR, myStatus));
[all …]

12345678910>>...56