Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 951) sorted by relevance

12345678910>>...39

/plugin/changes/
H A Dsyntax.php257 $change = $this->handleChangelogLine(
267 if ($change !== false) {
268 $changes[] = $change;
277 foreach ($changes as $change) {
278 $dates[] = $change['date'];
301 $change = ChangeLog::parseLogLine($line);
302 if ($change === false) return false;
305 if (isset($seen[$change['id']])) return false;
308 if (!empty($type) && !in_array($change['type'], $type)) return false;
311 if (!empty($user) && (empty($change['use
503 getUserName($change) global() argument
[all...]
/plugin/amcharts/assets/amcharts/plugins/dataloader/examples/data/
H A DMSFT_events.csv14 2012-12-14,A,Analyst opinion change,Initiated by BMO Capital Markets
17 2012-08-20,A,Analyst opinion change,Initiated by Longbow
19 2012-07-20,A,Analyst opinion change,Initiated by Griffin Securities
21 2012-04-20,A,Analyst opinion change,Initiated by MKM Partners
24 2011-12-06,A,Analyst opinion change,Initiated by Barclays Capital
29 2011-02-17,A,Analyst opinion change,Initiated by Collins Stewart
40 2010-04-08,A,Analyst opinion change,Initiated by Soleil
41 2010-02-17,A,Analyst opinion change,Initiated Citigroup
44 2009-11-13,A,Analyst opinion change,Initiated UBS
51 2009-04-13,A,Analyst opinion change,Initiated AmTech Research
[all …]
/plugin/userhistory/
H A Dadmin.php80 $change = parseChangelogLine ( $line );
81 if ( strtolower ( $change['user'] ) == strtolower ( $user ) ) $changes[] = $change;
108 foreach ( $changes as $key => $change ) {
112 $date = strftime ( $conf['dformat'], $change['date'] );
113 ptln ( $change['type'] === 'e' ? '<li class = "minor">' : '<li>' );
120 …ptln ( '<a class = "diff_link" href = "'.wl ( $change['id'], "do=diff&amp;rev=".$change['date'] ).…
125 …ptln ( '<a class = "revisions_link" href = "'.wl ( $change['id'], "do=revisions" ).'"><img '.$att.…
126 …ptln ( $change['id'].' &ndash; '.html_wikilink ( ':'.$change['id'], $conf['useheading'] ? NULL : $
127 if ( $change['sum'] != "" ) {
128 ptln ( ' &ndash; '.hsc ( $change['sum'] ) );
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php22 * Represents a set of change objects.
43 * Add a change to the list.
50 foreach ($changes as $change) {
51 $this->changes[] = $change;
58 * Check if the change is in the change list.
60 * @param Change $change
63 public function has(Change $change)
65 return array_search($change, $this->changes, true) !== false;
69 * Remove a change fro
54 has(Change $change) global() argument
[all...]
/plugin/querychangelog/
H A Dadmin.php375 foreach($this->changes as $change){
376 $date = strftime($conf['dformat'], $change['date']);
377 ptln($change['type']==='e' ? '<li class="minor">' : '<li>');
382 ptln('<a href="'.wl($change['id'],"do=diff&rev=".$change['date']).'">');
393 ptln('<a href="'.wl($change['id'],"do=revisions").'">');
404 ptln(html_wikilink(':'.$change['id'],$conf['useheading'] ? NULL : $change['id']));
405 ptln(' &ndash; '.hsc($change['sum']));
407 ptln('<span class="user" >'.$change['user'].' ('.$change['ip'].')</span>');
/plugin/jsonrpc/
H A Djsonrpc.php543 $change = array();
544 $change['name'] = $recent['id'];
546 $change['author'] = $recent['user'];
547 $change['version'] = $recent['date'];
548 $change['perms'] = $recent['perms'];
550 array_push($changes, $change);
573 $change = array();
574 $change['name'] = $recent['id'];
576 $change['author'] = $recent['user'];
577 $change['version'] = $recent['date'];
[all …]
/plugin/codemirror/dist/modes/
H A Drst.min.js.map1change","to_mode","local","startState","to_explicit","phase","stage","context","current","tmp_stex…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php32 * changes SEQUENCE OF change SEQUENCE {
121 foreach ($changes->getChildren() as $change) {
122 $changeList[] = self::parseChange($change);
135 foreach ($this->changes as $change) {
136 $changeSeq = Asn1::sequence(Asn1::enumerated($change->getType()));
139 Asn1::octetString($change->getAttribute()->getDescription()),
142 }, $change->getAttribute()->getValues()))
162 throw new ProtocolException('The change for the modify request is malformed.');
168 throw new ProtocolException('The change for the modify request is malformed.');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php129 foreach($this->changeLog as $token=>$change) {
133 $added = array_merge($added, $change['added']);
134 $modified = array_merge($modified, $change['modified']);
135 $deleted = array_merge($deleted, $change['deleted']);
/plugin/pycode/
H A Dscript.js83 LANG.plugins.pycode.change+'</label>' +
98 LANG.plugins.pycode.change+'</label>' +
110 LANG.plugins.pycode.change+'</label>' +
175 jQuery("#pycode__opt-lns").change(function() {
191 jQuery("#pycode__opt-def").change(function() {
212 jQuery("#pycode__opt-cls").change(function() {
233 jQuery("#pycode__opt-nums").change(function() {
253 jQuery("#pycode__opt-title").change(function() {
271 jQuery("#pycode__opt-docstr").change(function() {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc34 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
49 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
67 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
96 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
110 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
125 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
142 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml24 on_success: change
25 on_failure: change
/plugin/farmer/script/
H A Dplugins.js30 .change(function () {
43 .change(function () {
116 $animalSelect.on('change', function (evt, params) {
129 jQuery("input[name=bulkSingleSwitch]:radio").change(function () {
/plugin/farmsync/script/
H A Dform.js4 jQuery('select[name="farmsync[source]"]').change(function (event) {
24 jQuery('input[name="farmsync[struct]"]').change(function (event) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionID.txt
/plugin/linkfix/lang/en/
H A Dintro.txt3 This tool allows you to change all links in your wiki by simple search and replace. You can change internal and external links. Internal links will always be checked against their full resolved ID. External URLs have to be specified with their protocol prefix.
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml39 on_success: change
40 on_failure: change
/plugin/flowplay/
H A Dchangelog4 * Behavior change: video files do not autostart anymore
5 * Behavior change: video files do not loop anymore
/plugin/git/
H A Dhelper.php288 $change = substr($file, 0, 2);
289 if (strpos($change, '?') !== false)
291 else if (strpos($change, 'M') !== false)
293 else if (strpos($change, 'A') !== false)
295 else if (strpos($change, 'D') !== false)
297 else if (strpos($change, 'R') !== false)
299 else if (strpos($change, 'r') !== false)
/plugin/bureaucracy-au/script/
H A Dfieldsets.js45 $inputelem.change();
78 .change();
/plugin/bureaucracyau/script/
H A Dfieldsets.js45 $inputelem.change();
78 .change();
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.dist4 Simply copy the options you want to change from dokuwiki.php
5 to this file and change them
/plugin/bureaucracy/script/
H A Dfieldsets.js45 $inputelem.change();
78 .change();
/plugin/dokutexit/help/
H A Dtexit.txt37 ^tablerowlength | This values is used to change tables layout | number | 100 |
38 ^tablemaxrows | This values is used to change tables layout | number | 30 |
39 ^biggesttableword | Obscur parameter that can change, sometimes, tables layout | number | 15 |
/plugin/siteexport/
H A Dscript.js379 … var name = $('<input/>').addClass('edit dummy').attr({ value: nameVal}).change(function(event)
383 … var value = $('<input/>').addClass('edit dummy').attr({ value: valueVal}).change(function(event)
477 $(this).change(function(event){
495 $('form#siteexport #depthType:input').change(function(event){
505 $('form#siteexport #pdfExport:input').change(function(event){
511 $('form#siteexport select#renderer').change(function(event){
517 $('form#siteexport #disableall:input').change(function(event){
522 $('form#siteexport :input[name=disableplugin\\[\\]]').change(function(event){

12345678910>>...39