Home
last modified time | relevance | path

Searched refs:ignoreWhitespace (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/devel/websvn/websvn-2.6.1/include/
H A Ddiff_inc.php111 function diff_result($all, $highlighted, $newtname, $oldtname, $obj, $ignoreWhitespace) { argument
124 $sensibleLineChanges = new SensibleLineChanges(new LineDiff($ignoreWhitespace));
256 if ($ignoreWhitespace) {
274 $listing = diff_result($all, $highlighted, $newhlname, $oldhlname, $diff, $ignoreWhitespace);
276 $listing = diff_result($all, $highlighted, $newtname, $oldtname, $diff, $ignoreWhitespace);
282 function inline_diff($all, $ignoreWhitespace, $highlighted, $newtname, $oldtname, $newhlname, $oldh… argument
300 if (!$ignoreWhitespace) {
327 $listing = diff_result($all, $highlighted, $newhlname, $oldhlname, $rendered, $ignoreWhitespace);
329 $listing = diff_result($all, $highlighted, $newtname, $oldtname, $rendered, $ignoreWhitespace);
335 function do_diff($all, $ignoreWhitespace, $highlighted, $newtname, $oldtname, $newhlname, $oldhlnam… argument
[all …]
H A Ddiff_util.php48 function __construct($ignoreWhitespace) { argument
49 $this->ignoreWhitespace = $ignoreWhitespace;
96 function tokenize($string, $highlighted, $ignoreWhitespace) { argument
121 } else if (in_array($c, $separators) || (!$ignoreWhitespace && in_array($c, $whitespaces))) {
164 …if ($this->ignoreWhitespace && (str_replace($whitespaces, array(), $text1) == str_replace($whitesp…
178 $tokens1 = $this->tokenize($highlighted1, $highlighted, $this->ignoreWhitespace);
179 $tokens2 = $this->tokenize($highlighted2, $highlighted, $this->ignoreWhitespace);
181 if (!$this->ignoreWhitespace) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DStringCutter.java40 private boolean ignoreWhitespace; field in StringCutter
42 public StringCutter(String s, boolean ignoreWhitespace) { in StringCutter() argument
44 this.ignoreWhitespace = ignoreWhitespace; in StringCutter()
74 if(ignoreWhitespace) in until()
90 if(ignoreWhitespace) in trim()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DStringCutter.java40 private boolean ignoreWhitespace; field in StringCutter
42 public StringCutter(String s, boolean ignoreWhitespace) { in StringCutter() argument
44 this.ignoreWhitespace = ignoreWhitespace; in StringCutter()
74 if(ignoreWhitespace) in until()
90 if(ignoreWhitespace) in trim()
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/src/
H A DSAX.cpp40 ignoreWhitespace (input, cursor); in parse()
44 ignoreWhitespace (input, cursor); in parse()
103 ignoreWhitespace (input, cursor); in isObject()
139 ignoreWhitespace (input, cursor); in isArray()
175 ignoreWhitespace (input, cursor); in isPair()
205 ignoreWhitespace (input, cursor); in isValue()
218 ignoreWhitespace (input, cursor); in isKey()
233 ignoreWhitespace (input, cursor); in isString()
334 ignoreWhitespace (input, cursor); in isNumber()
492 ignoreWhitespace (input, cursor); in isBool()
[all …]
/dports/deskutils/tasksh/tasksh-1.2.0/src/libshared/src/
H A DSAX.cpp40 ignoreWhitespace (input, cursor); in parse()
44 ignoreWhitespace (input, cursor); in parse()
103 ignoreWhitespace (input, cursor); in isObject()
139 ignoreWhitespace (input, cursor); in isArray()
175 ignoreWhitespace (input, cursor); in isPair()
205 ignoreWhitespace (input, cursor); in isValue()
218 ignoreWhitespace (input, cursor); in isKey()
233 ignoreWhitespace (input, cursor); in isString()
334 ignoreWhitespace (input, cursor); in isNumber()
492 ignoreWhitespace (input, cursor); in isBool()
[all …]
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/src/
H A DSAX.cpp40 ignoreWhitespace (input, cursor); in parse()
44 ignoreWhitespace (input, cursor); in parse()
103 ignoreWhitespace (input, cursor); in isObject()
139 ignoreWhitespace (input, cursor); in isArray()
175 ignoreWhitespace (input, cursor); in isPair()
205 ignoreWhitespace (input, cursor); in isValue()
218 ignoreWhitespace (input, cursor); in isKey()
233 ignoreWhitespace (input, cursor); in isString()
334 ignoreWhitespace (input, cursor); in isNumber()
492 ignoreWhitespace (input, cursor); in isBool()
[all …]
/dports/devel/websvn/websvn-2.6.1/
H A Ddiff.php35 $ignoreWhitespace = $config->getIgnoreWhitespacesInDiff(); variable
39 $ignoreWhitespace = (bool)$_REQUEST['ignorews']; variable
98 if ($ignoreWhitespace != $config->getIgnoreWhitespacesInDiff())
100 $passIgnoreWhitespace = '&ignorews='.($ignoreWhitespace ? '1' : '0');
183 if ($ignoreWhitespace == $config->getIgnoreWhitespacesInDiff())
185 $toggleIgnoreWhitespace = '&ignorews='.($ignoreWhitespace ? '0' : '1');
188 if ($ignoreWhitespace)
213 …$listing = do_diff($all, $ignoreWhitespace, $highlighted, $newerFile, $olderFile, $newerFileHl, $o…
217 $listing = do_diff($all, $ignoreWhitespace, $highlighted, $newerFile, $olderFile, null, null);
H A Dcomp.php54 $ignoreWhitespace = $config->getIgnoreWhitespacesInDiff(); variable
58 $ignoreWhitespace = (bool)$_REQUEST['ignorews']; variable
103 …;compare%5B%5D='.urlencode($path1).'@'.$rev1.'&manualorder=1'.($ignoreWhitespace ? '&ignor…
106 if ($ignoreWhitespace == $config->getIgnoreWhitespacesInDiff())
108 $toggleIgnoreWhitespace = '&ignorews='.($ignoreWhitespace ? '0' : '1');
111 if (!$ignoreWhitespace)
200 …$cmd = $config->getSvnCommand().$rep->svnCredentials().' diff '.($ignoreWhitespace ? '-x "-w --ign…
205 global $ignoreWhitespace, $listing, $index;
207 if ($ignoreWhitespace && $index > 1)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/
H A DAbstractContentComparator.java40 private boolean ignoreWhitespace = false; field in AbstractContentComparator
42 public AbstractContentComparator(boolean ignoreWhitespace) { in AbstractContentComparator() argument
43 this.ignoreWhitespace = ignoreWhitespace; in AbstractContentComparator()
84 return ignoreWhitespace; in shouldIgnoreWhitespace()
88 boolean ignoreWhitespace); in contentsEqual() argument
H A DContentComparator.java29 public ContentComparator(boolean ignoreWhitespace) { in ContentComparator() argument
30 super(ignoreWhitespace); in ContentComparator()
45 InputStream is2, boolean ignoreWhitespace) { in contentsEqual() argument
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/GEDCOM/
H A DGEDCOMParser.cs81 public GEDCOMParser(bool ignoreWhitespace) in GEDCOMParser() argument
83 fIgnoreWhitespace = ignoreWhitespace; in GEDCOMParser()
86 public GEDCOMParser(string data, bool ignoreWhitespace) in GEDCOMParser() argument
91 fIgnoreWhitespace = ignoreWhitespace; in GEDCOMParser()
96 public GEDCOMParser(char[] data, int startIndex, int length, bool ignoreWhitespace) in GEDCOMParser() argument
101 fIgnoreWhitespace = ignoreWhitespace; in GEDCOMParser()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Core/
H A DXmlCharCheckingReader.cs41 bool ignoreWhitespace; field in System.Xml.XmlCharCheckingReader
54 …XmlCharCheckingReader( XmlReader reader, bool checkCharacters, bool ignoreWhitespace, bool ignoreC… in XmlCharCheckingReader() argument
57 …Debug.Assert( checkCharacters || ignoreWhitespace || ignoreComments || ignorePis || (int)dtdProces… in XmlCharCheckingReader()
62 this.ignoreWhitespace = ignoreWhitespace; in XmlCharCheckingReader()
90 if ( ignoreWhitespace ) {
187 if ( ignoreWhitespace ) { in Read()
287 if ( ignoreWhitespace ) { in Read()
573 …XmlNamespaceResolver readerAsNSResolver, bool checkCharacters, bool ignoreWhitespace, bool ignoreC… in XmlCharCheckingReaderWithNS() argument
574 … : base( reader, checkCharacters, ignoreWhitespace, ignoreComments, ignorePis, dtdProcessing ) { in XmlCharCheckingReaderWithNS()
H A DXmlReaderSettings.cs55 bool ignoreWhitespace; field in System.Xml.XmlReaderSettings
228 return ignoreWhitespace;
232 ignoreWhitespace = value;
523 ignoreWhitespace = false; in Initialize()
639 if (this.ignoreWhitespace) { in AddConformanceWrapper()
682 if (this.ignoreWhitespace && !baseReaderSettings.IgnoreWhitespace) { in AddConformanceWrapper()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/src/mx/rpc/soap/
H A DISOAPEncoder.as41 * restriction set to <code>preserve</code> then ignoreWhitespace must
44 * that setting will be honored even if ignoreWhitespace is set to <code>false</code>.
46 function get ignoreWhitespace():Boolean;
47 function set ignoreWhitespace(value:Boolean):void;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/src/mx/rpc/soap/
H A DISOAPEncoder.as41 * restriction set to <code>preserve</code> then ignoreWhitespace must
44 * that setting will be honored even if ignoreWhitespace is set to <code>false</code>.
46 function get ignoreWhitespace():Boolean;
47 function set ignoreWhitespace(value:Boolean):void;
/dports/textproc/pear-XML_HTMLSax/XML_HTMLSax-2.1.2/HTMLSax/
H A DXML_HTMLSax_States.php136 $context->ignoreWhitespace();
140 $context->ignoreWhitespace();
143 $context->ignoreWhitespace();
162 $context->ignoreWhitespace();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DRangeDifferenceComparator.java38 public RangeDifferenceComparator(boolean ignoreWhitespace) { in RangeDifferenceComparator() argument
39 super(ignoreWhitespace); in RangeDifferenceComparator()
55 InputStream is2, boolean ignoreWhitespace) { in contentsEqual() argument
H A DRegexDiffFilter.java51 public RegexDiffFilter(boolean ignoreWhitespace, String pattern) { in RegexDiffFilter() argument
53 Pattern.DOTALL), ignoreWhitespace); in RegexDiffFilter()
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/tools/
H A Dscanf.py343 def __init__(self, buffer, width, ignoreWhitespace=False): argument
347 self.ignoreWhitespace = ignoreWhitespace
359 return self.ignoreWhitespace and isWhitespaceChar(ch)
540 def makeWidthLimitedHandler(handler, width, ignoreWhitespace=False): argument
544 return handler(CappedBuffer(buffer, width, ignoreWhitespace))
549 handleChar = makeWidthLimitedHandler(handleChars, 1, ignoreWhitespace=False)
650 ignoreWhitespace=True)
661 ignoreWhitespace=False))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare.core/src/org/eclipse/compare/patch/
H A DPatchConfiguration.java103 public void setIgnoreWhitespace(boolean ignoreWhitespace) { in setIgnoreWhitespace() argument
104 this.fIgnoreWhitespace = ignoreWhitespace; in setIgnoreWhitespace()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/
H A DRegexSyncInfoFilter.java54 public RegexSyncInfoFilter(boolean ignoreWhitespace, String pattern) { in RegexSyncInfoFilter() argument
56 Pattern.DOTALL), ignoreWhitespace); in RegexSyncInfoFilter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/
H A DSyncInfoFilter.java56 public ContentComparisonSyncInfoFilter(boolean ignoreWhitespace) { in ContentComparisonSyncInfoFilter() argument
57 criteria = new ContentComparator(ignoreWhitespace); in ContentComparisonSyncInfoFilter()
/dports/www/gallery2/gallery2/lib/pear/
H A DHTMLSax3.php238 function ignoreWhitespace() {} function in XML_HTMLSax3_StateParser
366 function ignoreWhitespace() { function in XML_HTMLSax3_StateParser_Lt430
428 function ignoreWhitespace() { function in XML_HTMLSax3_StateParser_Gtet430
832 $context->ignoreWhitespace();
836 $context->ignoreWhitespace();
839 $context->ignoreWhitespace();
858 $context->ignoreWhitespace();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Core/
H A DXmlCharCheckingReader.cs50 … XmlCharCheckingReader(XmlReader reader, bool checkCharacters, bool ignoreWhitespace, bool ignoreC… in XmlCharCheckingReader() argument
53 …Debug.Assert(checkCharacters || ignoreWhitespace || ignoreComments || ignorePis || (int)dtdProcess… in XmlCharCheckingReader()
58 _ignoreWhitespace = ignoreWhitespace; in XmlCharCheckingReader()
677 …XmlNamespaceResolver readerAsNSResolver, bool checkCharacters, bool ignoreWhitespace, bool ignoreC… in XmlCharCheckingReaderWithNS() argument
678 … : base(reader, checkCharacters, ignoreWhitespace, ignoreComments, ignorePis, dtdProcessing) in XmlCharCheckingReaderWithNS()

1234567