Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 720) sorted by relevance

12345678910>>...29

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.editor.js17 this.current=updated;this.changed=result;return result;}
19changed,newLines){if(changed.start!=changed.end){var start=changed.start,end=changed.end;start+=th… argument
20 $(this.container).prepend(newLines);else{var start=changed.start;start+=this.current.offsets[start]…
26 …r clientState=editor.getClientState();var changed=editor.updateChangedLines();if(changed.differenc…
27 changed.start-=1;var text=editor.textForLines(changed.start,changed.end);if(changed.start==changed.…
/plugin/twofactorsmsgateway/
H A Dhelper.php84 $changed = null;
94 $changed = true;
109 $changed = true;
113 if (!is_null($changed) && $this->_settingGet("provider", '') != '') {
114 $changed = 'otp';
116 return $changed;
/plugin/autolink2/
H A Dhelper.php133 $changed = false;
158 $changed = true;
167 $changed = true;
172 if ($changed) return $this->_saveIndex('autolink');
197 $changed = true;
212 if ($changed) return $this->_saveIndex('autolink');
314 $changed = false;
320 $changed = true;
323 if ($changed) return $this->_saveIndex('autolink');
/plugin/twofactorsmsappliance/
H A Dhelper.php73 $changed = null;
86 if ($changed === true && $this->_settingExists("phone")) {
87 $changed = 'otp';
89 return $changed;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
91 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
121 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
139 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
153 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DSearchableSnapshotsNamespace.asciidoc30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
47 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
66 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
80 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DTasksNamespace.asciidoc30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
46 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
62 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/schedule/lib/
H A DscheduleTable.js65 scheduleMap.poi.changed ();
71 var changed = false;
76 scheduleMap.poi.changed ();
/plugin/projects/lib/
H A Dproject.php171 public function changed() { return $this->changed; } function in Project
187 $key = array_search($name, $this->changed);
188 if ($key !== false) unset($this->changed[$key]);
301 if ($file->is_target()) $this->changed[] = $file->name();
358 $changed = array();
361 $changed[] = $name;
362 return $changed;
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js171 var changed = false;
190 changed = setAttr('abstract', shortString(ticket.description_text, 600)) |
201 changed = changed | setAttr(key, ticket.custom_fields[key]);
204 return changed;
/plugin/cite/
H A DCHANGELOG.md22 …getPermURL()` and `cite_getCiteURL()` changed internally to prevent overwritting the global rev en…
/plugin/move/helper/
H A Drewrite.php274 $changed = ($old_text != $text);
277 if(is_writable($file) || !$changed) {
278 if($changed) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php583 $changed = false;
594 if ($changed || ($parentContext !== null && !$parent->equals($parentContext))) {
595 if (!$changed) {
602 $changed = true;
609 if (!$changed) {
/plugin/subpages/
H A DREADME.md8 * **2023-04-19**: Bugfix (changed constructor)
/plugin/structpublish/lang/en/
H A Dmail.txt3 This is to notify you that the status of the page “@PAGE@” has changed to @STATUS_CURRENT@.
/plugin/gitlog/
H A Dplugin.info.txt6 desc Display git commits and changed files.
/plugin/autotweet/
H A Dplugin.info.txt6 desc Automatically posts tweets to your Twitter app when pages are changed.
/plugin/editor/
H A Dplugin.info.txt6 desc Displays a list of recently changed wiki pages by a given author
/plugin/lastpages/
H A DREADME.md14 * **2023-04-19**: Bugfix (TypeError: array_reverse / changed constructor)
/plugin/task/lang/en/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/task/lang/pt-br/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/task/lang/cs/
H A Dsubscribermail.txt3 The following task in the @TITLE@ wiki was added or changed.
/plugin/snippets/
H A DREADME7 … choose have files with embedded snippets automatically updated when the snippet file is changed.
/plugin/zenlogin/
H A Dplugin.info.txt6 desc This plugin automatically creates user and log them in at Zenphoto. When a user changed, the…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG36 * changed internal code to use the namespaced classes as much as possible
220 * changed the way we store template source in template classes
389 * changed url_encode to always encode according to RFC 3986
453 * changed ☃ to § in tests
841 * changed the order of execution for node visitors
874 * changed trans tag to accept any variable for the plural count
877 * changed the algorithm used for parsing expressions
881 * changed all exceptions to extend Twig_Error
942 * changed the generated code to match the new coding standards
1045 * changed the cache extension to .php
[all …]

12345678910>>...29